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

From 2013.igem.org

(Difference between revisions)
 
(13 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{
+
         *{
-
background-color: #0b3b41;
+
margin: 0px;
 +
padding: 0px;
 +
        }
 +
        html, body {
 +
                height: 100%;
 +
                width: 100%;
         }
         }
#globalWrapper{
#globalWrapper{
-
margin: 0;
+
height: 100%;
-
padding: 0;
+
                width: 100%;
-
background-color: #0b3b41;
+
-
font-size: small;
+
-
font-family:  Helvetica, Geneva, Verdana, Arial, sans-serif;
+
         }
         }
#content{
#content{
-
            width: auto;
+
                margin: 0px;
-
            margin: 0;
+
        padding: 0px;
-
padding: 0;
+
                height: 100%;
-
background-color: transparent;
+
                width: 100%;
-
border-style: none;
+
}
-
                        line-height: normal;
+
#bodyContent {
-
color: #ffffe0;
+
                height: 100%;
-
}
+
                width: 100%;
-
+
        }
-
+
        #iGEM_nav {
-
+
padding:0;  
-
#ititle1{
+
padding-left:15px;  
-
margin-top: 80px;
+
padding-right: 15px;
-
text-align: center;
+
}
-
font-size: 2.2em;
+
#iGEM_nav img {
-
            border: none;
+
height: 40px;
-
            color: #ffffe0;
+
}
-
}
+
.nav-header {text-indent: -2em;}
-
 
+
-
#icontent{
+
-
padding: 50px 50px;
+
-
padding-bottom: 0px;
+
-
width: 500px;
+
-
background-color: white;
+
-
color: black;
+
-
margin: 60px auto;
+
-
box-shadow:10px 10px 10px #000;
+
-
}
+
-
 
+
-
#itag{
+
-
font-size: 1.3em;
+
-
background: #8e388e;
+
-
position: relative;
+
-
left: -80px;
+
-
top: -30px;
+
-
padding: 7px 10px;
+
-
width: 92px;
+
-
font-weight: bold;
+
-
color: white;
+
-
margin-bottom: 10px;
+
-
}
+
-
 
+
-
#ititle2{
+
-
            border: none;
+
-
font-weight: normal;
+
-
font-size: 1.8em;
+
-
position: relative;
+
-
left: 120px;
+
-
top: -80px;
+
-
}
+
-
 
+
-
#itext{
+
-
position: relative;
+
-
top: -80px;
+
-
}
+
-
 
+
-
#inavigator {
+
-
font-weight: thicker;
+
-
margin-top: 50px;
+
-
text-align: center;
+
-
font-size: 1.3em;
+
-
}
+
-
#ihome{
+
-
background: #ffff00;
+
-
box-shadow:10px 10px 10px #000;
+
-
}
+
-
#iproject{
+
-
background: #3cb371;
+
-
box-shadow:10px 10px 10px #000;
+
-
}
+
-
#iteam{
+
-
background: #ff0000;
+
-
box-shadow:10px 10px 10px #000;
+
-
}
+
-
#inavigator a:link, #navigator a:visited{
+
-
color: #000000;
+
-
text-decoration: none;
+
-
padding: 10px 20px;
+
-
margin: 30px;
+
-
}
+
-
#inavigator a:hover{
+
-
color: #4eee94;
+
-
}
+
-
 
+
-
.shadow{
+
-
box-shadow:8px 8px 10px #000;
+
-
}
+
-
+
-
#ifooter{
+
-
padding-top: 1px;
+
-
padding-bottom: 5px;
+
-
margin-top: 40px;
+
-
margin-bottom: 0px;
+
-
text-align: center;
+
-
background: #000000;
+
-
}
+

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;}