Difference between revisions of "Template:Team:Harvard BioDesign/CSS"
(Replaced content with "<html> <style type="text/css"> →Removes Wiki default template: #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} ...") |
|||
(34 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <style type="text/css"> | + | |
+ | <script type="text/javascript"> | ||
+ | document.styleSheets[0].disabled = true; | ||
+ | </script> | ||
+ | |||
+ | <!--remove unwanted p tags--> | ||
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <!--Fix for internet explorer--> | ||
+ | <!-- ie9.js (fixes all Internet Explorer browsers older than ie9) --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> | ||
+ | <![endif]--> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | /* Resizes the menubar to fit the links (default is 400px) */ | ||
+ | #top_menu_14 { | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | height: 16px; | ||
+ | background-color: transparent; | ||
+ | color: transparent; | ||
+ | border-bottom: none; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | |||
+ | #top_menu_14:hover { | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | height: 16px; | ||
+ | background-color: #383838; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | |||
+ | #top_menu_inside { | ||
+ | display: block; | ||
+ | height: 100%; | ||
+ | margin: 0px auto; | ||
+ | padding: 0 10px; | ||
+ | border: none; | ||
+ | font-family: 'helvetica', sans-serif; | ||
+ | color: transparent; | ||
+ | opacity: 0; | ||
+ | font-size: 12px; | ||
+ | font-weight: 400; | ||
+ | } | ||
+ | |||
+ | #top_menu_under{ | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #top_menu_inside:hover { | ||
+ | display: block; | ||
+ | height: 100%; | ||
+ | margin: 0px auto; | ||
+ | padding: 0 10px; | ||
+ | font-family: 'helvetica', sans-serif; | ||
+ | font-size: 12px; | ||
+ | opacity: 1; | ||
+ | font-weight: 400; | ||
+ | } | ||
+ | |||
+ | /* Change Background color*/ | ||
+ | body { | ||
+ | background-color: #77DD77; | ||
+ | height:100% | ||
+ | padding-bottom: 100px; | ||
+ | } | ||
/*Removes Wiki default template*/ | /*Removes Wiki default template*/ | ||
− | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | + | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo, .printfooter { |
− | + | display:none; | |
+ | } | ||
#top-section { | #top-section { | ||
− | + | border: none; | |
− | + | height: 0px; | |
+ | } | ||
#content { | #content { | ||
− | + | border: none; | |
+ | padding-bottom: 75px; | ||
+ | padding-left:20px; | ||
+ | padding-right:20px; | ||
+ | } | ||
+ | #bodyContent { | ||
+ | border: none; | ||
+ | padding-left:20px; | ||
+ | padding-right:20px; | ||
+ | padding-top:50px; | ||
+ | } | ||
+ | #holder{ | ||
+ | min-height: 100%; | ||
+ | width:100%; | ||
+ | position:relative; | ||
+ | } | ||
+ | html{ | ||
+ | height:100% | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | </style> | + | </style> |
+ | |||
+ | <div id="holder"> | ||
+ | <body></body> | ||
+ | |||
+ | </div | ||
+ | |||
+ | |||
</html> | </html> |
Latest revision as of 16:47, 6 July 2015