Team:Michigan/Template:Michigan Header
From 2012.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
/* Michigan 2012 iGEM Wiki Stylesheet*/ | /* Michigan 2012 iGEM Wiki Stylesheet*/ | ||
- | |||
+ | /* iGEM header override*/ | ||
+ | /* Set up body first */ | ||
+ | body { | ||
+ | /*margin:0;*/ | ||
+ | /*padding:0;*/ | ||
+ | width:1000px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/9/93/Michigan2012_global_background.png'); | ||
+ | background-repeat:repeat; | ||
+ | } | ||
#globalWrapper { | #globalWrapper { | ||
- | + | background-image:url('https://static.igem.org/mediawiki/2012/9/93/Michigan2012_global_background.png'); | |
- | + | background-repeat:repeat; | |
+ | } | ||
+ | /* Hides default banner */ | ||
+ | #p-logo { | ||
+ | display:none; | ||
+ | } | ||
+ | #top-section { | ||
+ | height:260px; | ||
+ | width: 100%; | ||
+ | border:none; | ||
+ | background-color: #4F4F4F; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2011/5/54/MichBanner.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | margin:0; | ||
+ | } | ||
+ | /* Hides search bar */ | ||
+ | #search-controls { | ||
+ | display:none; | ||
+ | } | ||
+ | #content { | ||
+ | width:100%; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | border:none; | ||
+ | } | ||
+ | #content #top, #content #siteSub, #content #contentSub { | ||
+ | display:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | #bodyContent{ | ||
+ | width:100%; | ||
+ | /*border:none;*/ | ||
+ | margin:0; | ||
+ | padding:0; | ||
} | } | ||
- | + | #bodyContent p { | |
- | + | margin:0; | |
- | + | padding:0; | |
} | } | ||
+ | /* END IGEM Header Overrides */ | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 21:36, 7 June 2012