Team:SUSTC-Shenzhen-B/CSS/style.css
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
/* Modify Items (origin items) */ | /* Modify Items (origin items) */ | ||
- | + | *{ | |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
} | } | ||
- | + | html, body { | |
- | + | height: 100%; | |
- | + | width: 100%; | |
- | + | ||
- | + | ||
} | } | ||
#globalWrapper{ | #globalWrapper{ | ||
height: 100%; | height: 100%; | ||
+ | width: 100%; | ||
} | } | ||
#content{ | #content{ | ||
Line 22: | Line 21: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | |||
- | |||
- | |||
height: 100%; | height: 100%; | ||
+ | width: 100%; | ||
} | } | ||
#bodyContent { | #bodyContent { | ||
height: 100%; | height: 100%; | ||
+ | width: 100%; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 16:18, 26 September 2013
/* Remove Items (origin items) */
#top-section, #footer-box, #catlinks, #top, h1.firstHeading, #siteSub, #contentSub{ display: none;
}
/* Modify Items (origin items) */
*{
margin: 0; padding: 0;
} html, body { height: 100%; width: 100%; }
#globalWrapper{ height: 100%;
width: 100%; }
#content{
width: auto; margin: 0;
padding: 0;
height: 100%; width: 100%;
} #bodyContent {
height: 100%; width: 100%; }