Team:Michigan/Template:Michigan Header
From 2012.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
/* Set up body first */ | /* Set up body first */ | ||
body { | body { | ||
- | + | margin:0 auto; | |
- | + | padding:0; | |
- | width: | + | width:836px; |
background-image:url('https://static.igem.org/mediawiki/2012/9/93/Michigan2012_global_background.png'); | background-image:url('https://static.igem.org/mediawiki/2012/9/93/Michigan2012_global_background.png'); | ||
background-repeat:repeat; | background-repeat:repeat; | ||
Line 23: | Line 23: | ||
/* Hides default banner */ | /* Hides default banner */ | ||
#p-logo { | #p-logo { | ||
- | + | height:0px; | |
+ | overflow:hidden; | ||
+ | display: none; | ||
} | } | ||
#top-section { | #top-section { | ||
- | height: | + | height:200px; |
width: 100%; | width: 100%; | ||
border:none; | border:none; | ||
Line 33: | Line 35: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
- | margin:0; | + | margin:0 auto; |
} | } | ||
/* Hides search bar */ | /* Hides search bar */ | ||
Line 41: | Line 43: | ||
#content { | #content { | ||
width:100%; | width:100%; | ||
- | |||
- | |||
border:none; | border:none; | ||
} | } | ||
Line 57: | Line 57: | ||
#bodyContent{ | #bodyContent{ | ||
width:100%; | width:100%; | ||
- | + | border:none; | |
margin:0; | margin:0; | ||
padding:0; | padding:0; |
Revision as of 21:47, 7 June 2012