Difference between revisions of "Template:Team:Harvard BioDesign/CSS"
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
document.styleSheets[0].disabled = true; | document.styleSheets[0].disabled = true; | ||
</script> | </script> | ||
− | < | + | <!--remove unwanted p tags--> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<!-- Remove all empty <p> tags --> | <!-- Remove all empty <p> tags --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 33: | Line 15: | ||
</script> | </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"> | ||
+ | /* Change Background color*/ | ||
+ | body { | ||
+ | background-color: #48A8F7; | ||
+ | } | ||
+ | /*Removes Wiki default template*/ | ||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
+ | #top-section { | ||
+ | border: none; | ||
+ | height: 0px;} | ||
+ | #content { | ||
+ | border: none; | ||
+ | padding-bottom: 75px;} | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 15:17, 30 June 2015