Template:CSS/team

From 2014.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 4: Line 4:
.container_team{
.container_team{
width:100%;
width:100%;
-
height:2800px;
+
height:3600px;
background-image: url(https://static.igem.org/mediawiki/2014/6/6e/Scribblebg_iitd.png);
background-image: url(https://static.igem.org/mediawiki/2014/6/6e/Scribblebg_iitd.png);
position:absolute;
position:absolute;
Line 19: Line 19:
top:120px;
top:120px;
left:220px;
left:220px;
-
background-color:#b8435b;
+
background-image:url(https://static.igem.org/mediawiki/2014/1/1b/Grouppic_iitd.jpg);
border-radius:10px;
border-radius:10px;
 +
}
}
Line 505: Line 506:
position:absolute;
position:absolute;
top:2820px;
top:2820px;
-
left:250px;
+
left:350px;
}
}
Line 521: Line 522:
position:absolute;
position:absolute;
top:2820px;
top:2820px;
-
left:850px;
+
left:700px;
}
}
Line 577: Line 578:
color:black;
color:black;
font-weight:400;
font-weight:400;
 +
padding:10px;
/*background-image:url(https://static.igem.org/mediawiki/2014/a/ad/20140725_011606.JPG);
/*background-image:url(https://static.igem.org/mediawiki/2014/a/ad/20140725_011606.JPG);
Line 700: Line 702:
}
}
-
 
-
.pic1:hover+.pic3{
 
-
-webkit-transition:all 0.3s linear 0s;
 
-
transform: translate(150px,0);
 
-
    -webkit-transform: translate(150px,0); /** Safari & Chrome **/
 
-
    -o-transform: translate(150px,0); /** Opera **/
 
-
    -moz-transform: translate(150px,0); /** Firefox **/
 
-
}
 
Line 758: Line 752:
border:thin solid black;
border:thin solid black;
}
}
 +
 +
 +
.teaminfolink{
 +
position:absolute;
 +
top:3450px;
 +
left:520px;
 +
}
 +
 +
.teaminfolink a{
 +
text-decoration:none;
 +
color:grey;
 +
}
 +
 +
.teaminfolink a p{
 +
font-size:14px;
 +
}
 +
 +
.teaminfolink a:hover{
 +
text-decoration:none;
 +
color:black;
 +
}
 +
 +
.footerbg_team{
 +
position:absolute;
 +
top:3500px;
 +
left:0px;
 +
width:100%;
 +
height:100px;
 +
background-color:#424243;
 +
z-index:2;
 +
background-repeat:no-repeat;
 +
}
 +
 +
.copyright{
 +
position:absolute;
 +
bottom:5px;
 +
left:400px;
 +
}
 +
 +
.copyright a,visited{
 +
color:#a2a1a1;
 +
}
 +
 +
.copyright a:hover{
 +
color:#c7c6c6;
 +
}
 +
 +
.copyright p{
 +
font-size:12px;
 +
color:#807f7f;
 +
font-family:Open sans, Helvetica, Arial;
 +
font-weight:400;
 +
}
 +
 +
.nav2{
 +
position:absolute;
 +
top:10px;
 +
left:280px;
 +
 +
}
 +
.nav2table{
 +
background-color:#424243;
 +
color:#807f7f;
 +
}
 +
.nav2 a,visited{
 +
color:#d6d5d5;
 +
font-size:12px;
 +
text-decoration:none;
 +
padding:10px;
 +
}
 +
 +
.nav2 a:hover{
 +
color:#ffffff;
 +
font-size:12px;
 +
font-weight:500;
 +
text-decoration:none;
 +
padding:10px;
 +
}
 +

Latest revision as of 02:33, 18 October 2014