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

From 2013.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
/* Remove Items (origin items) */
/* Remove Items (origin items) */
         #top-section, #footer-box, #catlinks, #top, h1.firstHeading, #siteSub, #contentSub{
         #top-section, #footer-box, #catlinks, #top, h1.firstHeading, #siteSub, #contentSub{
-
            display: none;
+
                display: none;
}
}
/* Modify Items (origin items) */
/* Modify Items (origin items) */
-
         body{
+
         *{
-
margin: 0;
+
margin: 0px;
-
padding: 0;
+
padding: 0px;
         }
         }
-
         h1, h2, h3, h4, h5, h6 {
+
         html, body {
-
                 border: none;
+
                 height: 100%;
-
        }
+
                 width: 100%;
-
        p {
+
-
                 line-height: 1em;
+
         }
         }
#globalWrapper{
#globalWrapper{
height: 100%;
height: 100%;
 +
                width: 100%;
         }
         }
#content{
#content{
-
            border: none;
+
                margin: 0px;
-
            height: 100%;
+
        padding: 0px;
 +
                height: 100%;
 +
                width: 100%;
}
}
-
        #bodyContent {
+
#bodyContent {
-
            height: 100%;
+
                height: 100%;
 +
                width: 100%;
         }
         }
 +
        #iGEM_nav {
 +
padding:0;
 +
padding-left:15px;
 +
padding-right: 15px;
 +
}
 +
#iGEM_nav img {
 +
height: 40px;
 +
}
 +
.nav-header {text-indent: -2em;}

Latest revision as of 03:38, 28 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{

               margin: 0px;

padding: 0px;

               height: 100%;
               width: 100%;

} #bodyContent {

               height: 100%;
               width: 100%;
       }
       #iGEM_nav {

padding:0; padding-left:15px; padding-right: 15px; } #iGEM_nav img { height: 40px; } .nav-header {text-indent: -2em;}