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

From 2013.igem.org

(Difference between revisions)
(Created page with "- Remove Items (origin items): #top-section, #footer-box, #catlinks, #top, h1.firstHeading, #siteSub, #contentSub{ display: none; } /* Modify Items (or...")
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, .firstHeading, #siteSub, #contentSub {
-
            display: none;
+
        display: none;
-
}
+
}
-
/* Modify Items (origin items) */
+
/* Modify Items (origin items) */
-
        body{
+
* {
-
background-color: #0b3b41;
+
         margin: 0;
-
         }
+
        padding: 0;
-
#globalWrapper{
+
}
-
margin: 0;
+
html {
-
padding: 0;
+
        height: 100%;
-
background-color: #0b3b41;
+
        idth: 100%;
-
font-size: small;
+
}
-
font-family:  Helvetica, Geneva, Verdana, Arial, sans-serif;
+
body{
-
        }
+
height: 100%;
-
#content{
+
        width: 100%;
-
            width: auto;
+
}
-
            margin: 0;
+
#globalWrapper{
-
padding: 0;
+
margin: 0;
-
background-color: transparent;
+
padding: 0;;
-
border-style: none;
+
font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
-
                        line-height: normal;
+
}
-
color: #ffffe0;
+
#content{
-
}
+
        height: 100%;
-
+
        width: 100%;
-
+
        margin: 0;
-
+
padding: 0;
-
#ititle1{
+
}
-
margin-top: 80px;
+
-
text-align: center;
+
-
font-size: 2.2em;
+
-
            border: none;
+
-
            color: #ffffe0;
+
-
}
+
-
 
+
-
#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;
+
-
}
+

Revision as of 15:15, 26 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; }