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

From 2013.igem.org

(Difference between revisions)
Line 27: Line 27:
         margin: 0;
         margin: 0;
padding: 0;
padding: 0;
 +
}
 +
.indent {
 +
        text-indent: 2em;
}
}

Revision as of 10:28, 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%;
       idth: 100%;

} body{ height: 100%;

       width: 100%;

}

  1. globalWrapper{

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

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

padding: 0; } .indent {

       text-indent: 2em;

}