Team:Kyoto/Header
From 2010.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
background: #white url(https://static.igem.org/mediawiki/2010/b/b9/KyotoDot.png); | background: #white url(https://static.igem.org/mediawiki/2010/b/b9/KyotoDot.png); | ||
} | } | ||
- | /* | + | /* Global Wrapper */ |
#globalWrapper{ | #globalWrapper{ | ||
position: relative; | position: relative; | ||
Line 18: | Line 18: | ||
padding: 0px; | padding: 0px; | ||
margin: 0px auto; | margin: 0px auto; | ||
+ | overflow-x: hidden; | ||
} | } | ||
+ | /* Layout */ | ||
#top-section{ | #top-section{ | ||
+ | width: 975px; | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 0%; |
z-index: 3; | z-index: 3; | ||
} | } | ||
#content{ | #content{ | ||
+ | height: 100%; | ||
width: 975px; | width: 975px; | ||
- | + | margin: 0px; | |
padding: 0px; | padding: 0px; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
- | overflow-y: | + | overflow-y: scroll; |
z-index: auto; | z-index: auto; | ||
} | } | ||
#footer-box{ | #footer-box{ | ||
+ | width: 965px; | ||
+ | margin: 0px; | ||
+ | padding: 5px; | ||
position: absolute; | position: absolute; | ||
- | bottom: | + | bottom: 0%; |
z-index: 3; | z-index: 3; | ||
} | } | ||
/* Body Content */ | /* Body Content */ | ||
+ | h1.firstHeading{ | ||
+ | display: none; | ||
+ | } | ||
#bodyContent{ | #bodyContent{ | ||
+ | margin: 98px 5px 5em; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
- | |||
- | |||
} | } | ||
/* Header */ | /* Header */ |
Revision as of 15:24, 19 October 2010
Contents |