Team:BIT-China/all.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
@charset "utf-8";
@charset "utf-8";
/* CSS Document */
/* CSS Document */
Line 17: Line 18:
}
}
#header{
#header{
 +
position:absolute;
 +
z-index:9999999;
 +
top:0px;
 +
left:0px;
width:960px;
width:960px;
height:105px;
height:105px;
border:0px #003300 solid;
border:0px #003300 solid;
background-image:url(https://static.igem.org/mediawiki/2014/2/20/BIT-CHINA_Header-TopBG1.png);
background-image:url(https://static.igem.org/mediawiki/2014/2/20/BIT-CHINA_Header-TopBG1.png);
 +
}
 +
.daohang{
 +
position:absolute;
 +
z-index:9999999;
 +
top:105px;
 +
left:0px;
 +
width:960px;
 +
height:150px;
 +
background:url(https://static.igem.org/mediawiki/2014/f/f7/BIT-CHINA_Header-TopBG2.png) no-repeat;
 +
border:0px #00CC00 solid;
 +
z-index:999;
}
}
#second_head{
#second_head{
Line 27: Line 43:
background-color:rgba(116,187,227,1);
background-color:rgba(116,187,227,1);
top:65px;
top:65px;
 +
left:0px;
position:absolute;
position:absolute;
z-index:-10;
z-index:-10;
}
}
#content0{
#content0{
 +
position:absolute;
 +
left:0px;
 +
top:90px;
width:950px;
width:950px;
border-left:5px #74BBE3 solid;
border-left:5px #74BBE3 solid;
Line 40: Line 60:
padding-top:5px;
padding-top:5px;
padding-bottom:20px;
padding-bottom:20px;
 +
padding-top:150px;
min-height:1200px;
min-height:1200px;
background:rgba(116,187,227,1);
background:rgba(116,187,227,1);
Line 92: Line 113:
#nav{
#nav{
width:400px;
width:400px;
 +
height:50px;
 +
aborder:3px #00FF00 solid;
abackground-color:rgba(51,51,51,0.3);
abackground-color:rgba(51,51,51,0.3);
-
position:relative;
+
position:absolute;
-
top:44px;
+
z-index:9999999;
-
left:5px;
+
top:43px;
-
z-index:999;
+
left:27px;
}
}
#nav ul{
#nav ul{
-
border:0px #FFFFFF solid;
+
position:absolute;
 +
top:0px;
 +
left:0px;
 +
aborder: 5px #FFFFFF solid;
height:40px;
height:40px;
list-style:none;
list-style:none;
Line 123: Line 149:
#nav1{
#nav1{
width:400px;
width:400px;
 +
height:50px;
 +
aborder:3px #00FF00 solid;
abackground-color:rgba(51,51,51,0.3);
abackground-color:rgba(51,51,51,0.3);
-
position:relative;
+
position:absolute;
-
top:5px;
+
z-index:9999999;
-
left:570px;
+
top:42px;
-
z-index:999;
+
left:592px;
}
}
#nav1 ul{
#nav1 ul{
-
border:0px #FFFFFF solid;
+
position:absolute;
 +
top:0px;
 +
left:0px;
 +
aborder: 5px #FFFFFF solid;
height:40px;
height:40px;
list-style:none;
list-style:none;
Line 141: Line 172:
float:left;
float:left;
position:relative;
position:relative;
-
top:-40px;
+
top:0px;
-webkit-transition:all 0.2s linear;
-webkit-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
Line 150: Line 181:
#nav1 ul li:hover {
#nav1 ul li:hover {
cursor:pointer;
cursor:pointer;
-
top:10px;
+
top:50px;
}
}
-
.daohang{
+
 
-
width:960px;
+
-
height:150px;
+
-
background:url(https://static.igem.org/mediawiki/2014/f/f7/BIT-CHINA_Header-TopBG2.png) no-repeat;
+
-
border:0px #00CC00 solid;
+
-
z-index:999;
+
-
}
+
#left{
#left{
position:absolute;
position:absolute;

Revision as of 01:47, 16 October 2014

@charset "utf-8"; /* CSS Document */

  • {

padding:0px; margin:0px; } body{ background-color:#338FC4; background-image:url(BIT-CHINA_Shade20.png);

}

  1. maincontent{

position:absolute; left:203px; width:960px; border:0px #00FF00 solid; }

  1. header{

position:absolute; z-index:9999999; top:0px; left:0px; width:960px; height:105px; border:0px #003300 solid; background-image:url(BIT-CHINA_Header-TopBG1.png); } .daohang{ position:absolute; z-index:9999999; top:105px; left:0px; width:960px; height:150px; background:url(BIT-CHINA_Header-TopBG2.png) no-repeat; border:0px #00CC00 solid; z-index:999; }

  1. second_head{

width:960px; height:190px; background-color:rgba(116,187,227,1); top:65px; left:0px; position:absolute; z-index:-10; }

  1. content0{

position:absolute; left:0px; top:90px; width:950px; border-left:5px #74BBE3 solid; border-right:5px #74BBE3 solid; z-index:-10; }

  1. content1{

width:99.4%; padding-top:5px; padding-bottom:20px; padding-top:150px; min-height:1200px; background:rgba(116,187,227,1); margin:0 auto; z-index:-10; } .essay_pic{ width:400px; } .essay{ width:90%; background-color:rgba(255,255,255,0.7); border-radius:40px; aborder-bottom:1px #CCCCCC solid; margin:0 auto;; padding:0px; } .essay_title{ font-size:45px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding:0px 20px; height:70px; line-height:70px; wbackground-image:url(Bgg.png); border-bottom:1px #CCCCCC solid; z-index:-10000; opacity:0.8; margin:30px auto 10px auto; } .essay_content{ abackground-color:#6CF; font-size:21px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding:20px 30px 50px 30px;

}

  1. footer{

width:960px; height:71px; position:relative; top:-71px; background:url(BIT-CHINA_Footer.png) no-repeat; }

  1. detail{

width:100%; height:100px; background-color:rgb(234,233,233); position:relative; top:-50px; }

  1. nav{

width:400px; height:50px; aborder:3px #00FF00 solid; abackground-color:rgba(51,51,51,0.3); position:absolute; z-index:9999999; top:43px; left:27px; }

  1. nav ul{

position:absolute; top:0px; left:0px; aborder: 5px #FFFFFF solid; height:40px; list-style:none; }

  1. nav li{

width:40px; height:80px; margin:0 22px; abackground-color:rgba(0,0,0,0.1); float:left; position:relative; top:0px; -webkit-transition:all 0.2s linear; -ms-transition:all 0.2s linear; -o-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear; }

  1. nav ul li:hover {

cursor:pointer; top:50px; }

  1. nav1{

width:400px; height:50px; aborder:3px #00FF00 solid; abackground-color:rgba(51,51,51,0.3); position:absolute; z-index:9999999; top:42px; left:592px; }

  1. nav1 ul{

position:absolute; top:0px; left:0px; aborder: 5px #FFFFFF solid; height:40px; list-style:none; }

  1. nav1 li{

width:40px; height:80px; margin:0 22px; abackground-color:rgba(0,0,0,0.1); float:left; position:relative; top:0px; -webkit-transition:all 0.2s linear; -ms-transition:all 0.2s linear; -o-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear; }

  1. nav1 ul li:hover {

cursor:pointer; top:50px; }

  1. left{

position:absolute; aleft:140px; left:-55px; top:280px; z-index:100000; } .sidenav{ list-style:none; border:0px #00FF00 solid; position:relative; left:0px; } .sidenav li{ width:180px; height:50px; line-height:50px; border:0px #999999 dashed; position:relative; left:0px; -webkit-transition:all 0.2s linear; -ms-transition:all 0.2s linear; -o-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear;

} .sidenav a{ position:relative; left:0px; text-decoration:none; display:block; color:#003b66; font-size:18px; font-family:Impact; text-align:left; -webkit-transition:all 0.2s linear; -ms-transition:all 0.2s linear; -o-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear; } .sidenav a:first-letter{ acolor:rgba(0,59,102,0.8); line-height:50px; font-size:25px; text-align:center; padding:0px 0px 0px 11px; margin-right:6px; letter-spacing:11px; border:5px #003b66 solid; border-radius:90px; background-color:rgba(255,255,255,0.8); } .sidenav span:not(hover){ opacity:0; } .sidenav li:hover span{ opacity:1; } .sidenav li:hover{ background-color:rgba(255,255,255,0.5); border-radius:90px; opacity:1; left:-130px; }