Template:Tsinghua

From 2010.igem.org

(Difference between revisions)
 
(38 intermediate revisions not shown)
Line 8: Line 8:
#globalWrapper{
#globalWrapper{
     width: 1250px;
     width: 1250px;
 +
    margin: 0 auto;
     margin-top: -10px;
     margin-top: -10px;
}
}
 +
 +
#background{
 +
    width: 100%;
 +
    height: 100%;
 +
    postition: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    z-index: 1;
 +
}
 +
body{
body{
     font-family:Arial,sans-serif;
     font-family:Arial,sans-serif;
 +
    background: url(https://static.igem.org/mediawiki/2010/1/15/Thubg.png) repeat;
}
}
 +
h1,h2,h3,h4,h5,h6{
h1,h2,h3,h4,h5,h6{
Line 81: Line 94:
#topbar #topbarul li#nav-parts a:hover, #bd_parts  #topbar #topbarul #nav-parts a{background-position: -516px -42px; width: 104px; }
#topbar #topbarul li#nav-parts a:hover, #bd_parts  #topbar #topbarul #nav-parts a{background-position: -516px -42px; width: 104px; }
#topbar #topbarul li#nav-support a:hover, #bd_support  #topbar #topbarul #nav-support a{background-position: -621px -42px; width: 130px; }
#topbar #topbarul li#nav-support a:hover, #bd_support  #topbar #topbarul #nav-support a{background-position: -621px -42px; width: 130px; }
-
#topbar #topbarul li#nav-human a:hover, #bd_human  #topbar #topbarul #nav-human a{background-position: -751px -42px; width: 250px; }
+
#topbar #topbarul li#nav-human a:hover, #bd_human  #topbar #topbarul #nav-human a{background-position: -751px -42px; width: 251px; }
#navbar{ width: 100%; height: 38px; clear: both;}
#navbar{ width: 100%; height: 38px; clear: both;}
Line 93: Line 106:
.left_gadget{
.left_gadget{
     margin: 30px 0px;
     margin: 30px 0px;
 +
    padding-top: 20px;
}
}
-
.left_gadget  p{
+
.left_gadget  h2{
     color: #A43;
     color: #A43;
     font-weight: bold;
     font-weight: bold;
     font-size: 15pt;
     font-size: 15pt;
     text-indent: 1pc;
     text-indent: 1pc;
 +
    overflow: visible;
}
}
.countdown{
.countdown{
Line 104: Line 119:
     height: 100%;
     height: 100%;
     padding: 5px;
     padding: 5px;
 +
    margin-top: 5px;
 +
    overflow: visible;
     background: #a20;
     background: #a20;
     -moz-border-radius: 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 5px;
     -webkit-border-radius: 5px;
}
}
-
.counttitle{
+
#counttitle{
     margin: 7px;
     margin: 7px;
-
     margin-top: -20px;
+
     margin-top: 2px !important; margin-top: -20px;
     padding: 10px;
     padding: 10px;
-
     background: #66b;
+
    overflow: visible;
-
     color: #8e4;
+
     background: #bbd;
 +
     color: #e40;
     font-size: 25pt;
     font-size: 25pt;
     font-weight: bold;
     font-weight: bold;
Line 123: Line 141:
.countback{
.countback{
     margin: 8px;
     margin: 8px;
-
     background: #66b;
+
     background: #bbd;
}
}
.countstatic{
.countstatic{
-
     color: white;
+
     color: #a20;
     font-size: 14pt;
     font-size: 14pt;
     font-weight: bold;
     font-weight: bold;
Line 233: Line 251:
     width: 18%;
     width: 18%;
     padding-right: 7%;
     padding-right: 7%;
 +
    paddint-top: 40px;
     position: relative;
     position: relative;
}
}
Line 308: Line 327:
}
}
-
.content_block a, .content_block a:hover{
+
.content_block a{
-
    text-decoration: none;
+
-
    font-weight: bold;
+
     color: #A43;
     color: #A43;
 +
    font-weight: bold;
}
}
-
.content_block span{
+
 
 +
.content_block a:hover{
 +
    color: #F81;
 +
}
 +
 
 +
#imain_content .content_block span{
     float: right;
     float: right;
}
}
Line 327: Line 350:
     font-weight: bold;
     font-weight: bold;
     text-indent: 1pc;
     text-indent: 1pc;
-
     background: #FAC;
+
     background: #A20;
-
     background: -webkit-gradient(linear, right top, left bottom, from(#f4d) ,color-stop(0.20, #fbA0bf), color-stop(0.73, #ff95d2),to(#fdbacd));
+
     background: -webkit-gradient(linear, right top, left bottom, from(#d41) ,color-stop(0.20, #fb3), color-stop(0.73, #a20),to(#a40));
-
     background: -moz-linear-gradient(right top, #f4d, #fbA0bf 20%, #ff95d2 73% ,#fdbacd 95% ,#FAC 155%);  
+
     background: -moz-linear-gradient(right top, #d41, #fb3 20%, #a20 73%, #A40 155%);  
}
}
img.smalllink{
img.smalllink{
Line 352: Line 375:
     margin: 20px;
     margin: 20px;
}
}
-
td, .toc, div#content{
+
.toc, div#content{
-
     background: #EEE;
+
     background: transparent;
     color: #000;
     color: #000;
     border: none;
     border: none;

Latest revision as of 16:45, 27 October 2010