Team:SUSTC-Shenzhen-B/CSS/style.css

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
/* Modify Items (origin items) */
/* Modify Items (origin items) */
         *{
         *{
-
margin: 0;
+
margin: 0px;
-
padding: 0;
+
padding: 0px;
         }
         }
         html, body {
         html, body {
Line 19: Line 19:
#content{
#content{
             width: auto;
             width: auto;
-
             margin: 0;
+
             margin: 0px;
-
    padding: 0;
+
    padding: 0px;
             height: 100%;
             height: 100%;
             width: 100%;
             width: 100%;

Revision as of 16:40, 26 September 2013

/* Remove Items (origin items) */

       #top-section, #footer-box, #catlinks, #top, h1.firstHeading, #siteSub, #contentSub{
           display: none;

}

/* Modify Items (origin items) */

       *{

margin: 0px; padding: 0px;

       }
       html, body {
               height: 100%;
               width: 100%;
       }

#globalWrapper{ height: 100%;

               width: 100%;
       }

#content{

           width: auto;
           margin: 0px;

padding: 0px;

           height: 100%;
           width: 100%;

} #bodyContent {

           height: 100%;
           width: 100%;
       }