SUSTC-SZ-B 2013iGEM/CSS/style.css

From 2013.igem.org

(Difference between revisions)
Line 11: Line 11:
html {
html {
         height: 100%;
         height: 100%;
-
         idth: 100%;
+
         width: 100%;
}
}
body{
body{
Line 18: Line 18:
}
}
#globalWrapper{
#globalWrapper{
 +
        height: 100%;
 +
        width: 100%;
margin: 0;
margin: 0;
padding: 0;;
padding: 0;;
Line 32: Line 34:
}
}
.noindent {
.noindent {
-
         text-indent: em;
+
         text-indent: 0em;
}
}

Revision as of 10:46, 27 September 2013

/* Remove Items (origin items) */

  1. 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%;

}

  1. globalWrapper{
       height: 100%;
       width: 100%;

margin: 0; padding: 0;; font-family: Helvetica, Geneva, Verdana, Arial, sans-serif; }

  1. content{
       height: 100%;
       width: 100%;
       margin: 0;

padding: 0; } p {

       text-indent: 2em;

} .noindent {

       text-indent: 0em;

}