SUSTC-SZ-B 2013iGEM/CSS/style.css
From 2013.igem.org
(Difference between revisions)
Line 30: | Line 30: | ||
padding: 0; | padding: 0; | ||
} | } | ||
- | + | .indent { | |
text-indent: 2em; | text-indent: 2em; | ||
- | |||
- | |||
- | |||
} | } |
Latest revision as of 10:53, 27 September 2013
/* Remove Items (origin items) */
- top-section, #footer-box, #catlinks, #top, .firstHeading, #siteSub, #contentSub {
display: none;
}
/* Modify Items (origin items) */
- {
margin: 0; padding: 0;
} html {
height: 100%; width: 100%;
} body{ height: 100%;
width: 100%;
}
- globalWrapper{
height: 100%; width: 100%;
margin: 0; padding: 0;; font-family: Helvetica, Geneva, Verdana, Arial, sans-serif; }
- content{
height: 100%; width: 100%; margin: 0;
padding: 0; } .indent {
text-indent: 2em;
}