Template:CSS/team

From 2014.igem.org

(Difference between revisions)
 
(468 intermediate revisions not shown)
Line 2: Line 2:
<style rel='stylesheet' type='text/css'>
<style rel='stylesheet' type='text/css'>
-
body {
+
.container_team{
-
font-family:Palatino, Baskerville, Georgia, serif;
+
width:100%;
-
background:#190121;
+
height:3600px;
-
margin: 0;  
+
background-image: url(https://static.igem.org/mediawiki/2014/6/6e/Scribblebg_iitd.png);
-
padding: 0;
+
position:absolute;
-
text-align: center;  
+
top:-10px;
-
color: #000000;
+
left:0px;
 +
padding:0px;
 +
margin:0px;
}
}
-
#container_team {
+
 
-
width: 780px;
+
.grouppic{
-
background: #FFFFFF;
+
width:920px;
-
margin: 0 auto;  
+
height:360px;
-
font-size:14px;
+
position:absolute;
-
+
top:120px;
-
text-align: left;  
+
left:220px;
 +
background-image:url(https://static.igem.org/mediawiki/2014/1/1b/Grouppic_iitd.jpg);
 +
border-radius:10px;
 +
 
}
}
-
#mainContent {
+
 
-
padding: 0 60px;
+
 
-
min-height:600px;
+
.pic{
-
line-height:25px
+
width:100px;
 +
height:100px;
 +
border-radius:100px;
 +
z-index:52;
}
}
-
img {border:0px}
+
.picbig{
 +
position: absolute;
 +
left:100px;
 +
top:-120px;
 +
width:0px;
 +
border-radius:200px;
 +
-webkit-transition:width 0.3s linear 0s;
 +
z-index:52;
 +
}
 +
.pic:hover + .picbig{
 +
width:300px;
 +
border-radius:200px;
 +
}
 +
.coverpic{
 +
position:absolute;
 +
top:0px;
 +
left:0px;
 +
width:300px;
 +
height:120px;
 +
border:solid thin black;
 +
background-color:orange;
 +
border-radius:30px 30px 0px 0px;
 +
}
-
/*LINKS*/
+
.coverimage{
 +
position:absolute;
 +
top:0px;
 +
left:0px;
 +
width:300px;
 +
height:120px;
 +
border:solid thin black;
 +
background-color:orange;
 +
border-radius:30px 30px 0px 0px;
 +
}
-
#mainContent a:link, #mainContent a:visited {color:#fff; text-decoration:none; font-size:18px; background:#000000; padding:5px; -webkit-border-radius:10px;
+
.answer_list{
-
-moz-border-radius:10px}
+
position:absolute;
-
#mainContent a:hover, #mainContent a:active {color:#fff; text-decoration:none; font-size:18px; background:#333333; padding:5px; -webkit-border-radius:10px;
+
top:25px;
-
-moz-border-radius:10px}
+
left:20px;
 +
}
 +
.answer_list p{
 +
font-family:Open sans, helvetica, Arial;
 +
font-size:14px;
 +
color:black;
 +
font-weight:400;
 +
}
 +
.name{
 +
position:absolute;
 +
bottom:-5px;
 +
left:130px;
 +
display:inline;
 +
width:300px;
 +
}
 +
.name p{
 +
font-family:Open sans, helvetica, Arial;
 +
font-size:16px;
 +
color:white;
 +
font-weight:600;
 +
text-shadow: 2px 2px 2px black;
 +
}
-
/*STYLES FOR CSS POPUP*/
+
.post{
 +
position:absolute;
 +
top:2px;
 +
left:120px;
 +
}
 +
.post p{
 +
font-family:Open sans, helvetica, Arial;
 +
font-size:12px;
 +
color:black;
 +
font-weight:600;
 +
}
-
#blanket {
+
.radiobuttonbox{
-
  background-color:#111;
+
position:absolute;
-
  opacity: 0.65;
+
top:110px;
-
  *background:none;
+
left:0px;
-
  position:absolute;
+
width:300px;
-
  z-index: 9001;
+
height:30px;
-
  top:0px;
+
border-radius:0px 0px 30px 30px;
-
  left:0px;
+
z-index:53;
-
  width:100%;
+
}
}
-
#popUpDiv {
+
.Contributionbutton{
-
position:absolute;
+
position:absolute;
-
background:url(https://static.igem.org/mediawiki/2014/d/d6/Universalluchador.jpg) no-repeat;
+
top:0px;
-
width:400px;
+
left:0px;
-
height:400px;
+
width:149px;
-
border:5px solid #000;
+
height:28px;
-
z-index: 9002;
+
border-radius:0px 0px 0px 30px;
 +
z-index:53;
}
}
-
#popUpDiv a {position:relative; top:20px; left:20px}
+
.Contributionbutton:focus {outline:0;}
 +
.Generalinfobutton{
 +
position:absolute;
 +
top:0px;
 +
left:150px;
 +
width:149px;
 +
height:28px;
 +
border-radius:0px 0px 30px 0px;
 +
z-index:53;
 +
}
 +
.Generalinfobutton:focus {outline:0;}
 +
 +
 +
.teamfblink{
 +
position:absolute;
 +
top:2px;
 +
left:2px;
 +
width:25px;
 +
height:25px;
 +
}
 +
.teamfblink img{
 +
position:absolute;
 +
top:0px;
 +
left:0px;
 +
width:25px;
 +
height:25px;
 +
}
 +
 +
 +
.coordinator{
 +
position:absolute;
 +
top:550px;
 +
left:100px;
 +
width:1200px;
 +
 +
}
 +
.coordinator p{
 +
font-size:20px;
 +
font-weight:800;
 +
}
 +
 +
 +
 +
/*=======================================*/
 +
.outerrect{
 +
position:absolute;
 +
top:640px;
 +
left:500px;
 +
width:300px;
 +
height:250px;
 +
background-color:grey;
 +
border-radius:30px;
 +
}
 +
.testing{
 +
position:absolute;
 +
top:690px;
 +
left:520px;
 +
width:300px;
 +
height:250px;
 +
border-radius:10px;
 +
z-index:52;
 +
}
 +
 +
.textblock{
 +
position:absolute;
 +
background-image:url(https://static.igem.org/mediawiki/2014/5/57/Textbackground.jpg);
 +
top:120px;
 +
left:0px;
 +
width:300px;
 +
height:140px;
 +
border:solid thin black;
 +
border-radius:0px 0px 30px 30px;
 +
}
 +
 +
/*=======================================*/
 +
.outerrect1{
 +
position:absolute;
 +
top:975px;
 +
left:90px;
 +
width:300px;
 +
height:250px;
 +
background-color:grey;
 +
border-radius:30px;
 +
}
 +
.testing1{
 +
position:absolute;
 +
top:1025px;
 +
left:110px;
 +
width:300px;
 +
height:250px;
 +
border-radius:10px;
 +
z-index:52;
 +
}
 +
.textblock1{
 +
position:absolute;
 +
background-image:url(https://static.igem.org/mediawiki/2014/5/57/Textbackground.jpg);
 +
top:120px;
 +
left:0px;
 +
width:300px;
 +
height:140px;
 +
border:solid thin black;
 +
border-radius:0px 0px 30px 30px;
 +
}
 +
/*=======================================*/
 +
.outerrect2{
 +
position:absolute;
 +
top:975px;
 +
left:500px;
 +
width:300px;
 +
height:250px;
 +
background-color:grey;
 +
border-radius:30px;
 +
}
 +
.testing2{
 +
position:absolute;
 +
top:1025px;
 +
left:520px;
 +
width:300px;
 +
height:250px;
 +
border-radius:10px;
 +
z-index:52;
 +
}
 +
 +
.textblock2{
 +
position:absolute;
 +
background-image:url(https://static.igem.org/mediawiki/2014/5/57/Textbackground.jpg);
 +
top:120px;
 +
left:0px;
 +
width:300px;
 +
height:140px;
 +
border:solid thin black;
 +
border-radius:0px 0px 30px 30px;
 +
}
 +
 +
/*=======================================*/
 +
 +
.outerrect3{
 +
position:absolute;
 +
top:975px;
 +
left:910px;
 +
width:300px;
 +
height:250px;
 +
background-color:grey;
 +
border-radius:30px;
 +
}
 +
.testing3{
 +
position:absolute;
 +
top:1025px;
 +
left:930px;
 +
width:300px;
 +
height:250px;
 +
border-radius:10px;
 +
z-index:52;
 +
}
 +
 +
.textblock3{
 +
position:absolute;
 +
background-image:url(https://static.igem.org/mediawiki/2014/5/57/Textbackground.jpg);
 +
top:120px;
 +
left:0px;
 +
width:300px;
 +
height:140px;
 +
border:solid thin black;
 +
border-radius:0px 0px 30px 30px;
 +
}
 +
 +
/*=======================================*/
 +
 +
 +
/*=======================================*/
 +
.outerrect{
 +
position:absolute;
 +
top:640px;
 +
left:500px;
 +
width:300px;
 +
height:250px;
 +
background-color:grey;
 +
border-radius:30px;
 +
}
 +
.testing{
 +
position:absolute;
 +
top:690px;
 +
left:520px;
 +
width:300px;
 +
height:250px;
 +
border-radius:10px;
 +
z-index:52;
 +
}
 +
 +
.textblock{
 +
position:absolute;
 +
background-image:url(https://static.igem.org/mediawiki/2014/5/57/Textbackground.jpg);
 +
top:120px;
 +
left:0px;
 +
width:300px;
 +
height:140px;
 +
border:solid thin black;
 +
border-radius:0px 0px 30px 30px;
 +
}
 +
 +
 +
.team_iitd{
 +
position:absolute;
 +
top:1260px;
 +
left:100px;
 +
width:1200px;
 +
 +
}
 +
.team_iitd p{
 +
font-size:20px;
 +
font-weight:800;
 +
}
 +
/*==========Member1==============================================*/
 +
 +
 +
 +
.member1{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1360px;
 +
left:90px;
 +
}
 +
 +
 +
.member2{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1360px;
 +
left:400px;
 +
 +
}
 +
 +
.member3{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1360px;
 +
left:700px;
 +
}
 +
 +
 +
.member4{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1360px;
 +
left:1000px;
 +
}
 +
 +
 +
.member5{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1700px;
 +
left:90px;
 +
}
 +
 +
 +
.member6{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1700px;
 +
left:400px;
 +
}
 +
 +
.member7{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1700px;
 +
left:700px;
 +
}
 +
 +
 +
.member8{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:1700px;
 +
left:1000px;
 +
}
 +
 +
.member9{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2040px;
 +
left:90px;
 +
}
 +
 +
 +
.member10{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2040px;
 +
left:400px;
 +
}
 +
 +
.member11{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2040px;
 +
left:700px;
 +
}
 +
 +
 +
.member12{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2040px;
 +
left:1000px;
 +
}
 +
 +
.member13{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2380px;
 +
left:90px;
 +
}
 +
 +
 +
.member14{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2380px;
 +
left:400px;
 +
}
 +
 +
.member15{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2380px;
 +
left:700px;
 +
}
 +
 +
 +
.member16{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2380px;
 +
left:1000px;
 +
}
 +
 +
 +
.phd_iitd{
 +
position:absolute;
 +
top:2750px;
 +
left:100px;
 +
width:1200px;
 +
 +
}
 +
.phd_iitd p{
 +
font-size:20px;
 +
font-weight:800;
 +
}
 +
 +
.member17{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2820px;
 +
left:350px;
 +
}
 +
 +
.member18{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2820px;
 +
left:550px;
 +
}
 +
 +
.member19{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:2820px;
 +
left:700px;
 +
}
 +
 +
 +
 +
 +
/*========================================================*/
 +
 +
.memberprofilepic{
 +
width:200px;
 +
height:200px;
 +
position:absolute;
 +
top:0px;
 +
left:25px;
 +
float:left;
 +
overflow:hidden;
 +
cursor:pointer;
 +
z-index:12;
 +
}
 +
 +
.memberimage{
 +
width:100px;
 +
height:100px;
 +
border-radius:100px;
 +
display:block;
 +
margin:auto auto;
 +
border:solid thin grey;
 +
 +
  -webkit-transition: all .2s ease;
 +
    -moz-transition: all .2s ease;
 +
      -o-transition: all .2s ease;
 +
      -ms-transition: all .2s ease;
 +
          transition: all .2s ease;
 +
}
 +
 +
.memberimage:hover {
 +
height: 200px;
 +
width:200px;
 +
display:block;
 +
margin:auto auto;
 +
   
 +
}
 +
 +
.membertext{
 +
width:250px;
 +
height:300px;
 +
position:absolute;
 +
top:20px;
 +
left:0px;
 +
border:solid thin grey;
 +
border-radius:20px;
 +
z-index:10;
 +
font-family:Open sans, helvetica, Arial;
 +
font-size:14px;
 +
color:black;
 +
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/d/da/Text_bg.png);*/
 +
 +
background: -webkit-linear-gradient(white, #dfdddd); /* For Safari 5.1 to 6.0 */
 +
    background: -o-linear-gradient(white, #dfdddd); /* For Opera 11.1 to 12.0 */
 +
    background: -moz-linear-gradient(white, #dfdddd); /* For Firefox 3.6 to 15 */
 +
    background: linear-gradient(white, #dfdddd);
 +
}
 +
 +
 +
 +
 +
 +
/*video collection*/
 +
.videocollection{
 +
position:absolute;
 +
top:3500px;
 +
left:20px;
 +
width:1300px;
 +
height:300px;
 +
background-color:grey;
 +
}
 +
 +
.video_abhi{
 +
position:absolute;
 +
top:10px;
 +
left:20px;
 +
}
 +
 +
.video_gaurav{
 +
position:absolute;
 +
top:10px;
 +
left:400px;
 +
}
 +
 +
.video_kunal{
 +
position:absolute;
 +
top:10px;
 +
left:800px;
 +
}
 +
 +
.prof_phd{
 +
width:100%;
 +
height:220px;
 +
position:absolute;
 +
top:3200px;
 +
left:0px;
 +
border: thin solid grey;
 +
float:left;
 +
display:inline;
 +
background-image:url(https://static.igem.org/mediawiki/2014/b/bd/Instructor_bg.png);
 +
}
 +
 +
.prof_phd_header{
 +
position:absolute;
 +
top:5px;
 +
left:50px;
 +
display:inline;
 +
width:1200px;
 +
 +
 +
}
 +
 +
.prof_phd_header p{
 +
font-family:Open sans, helvetica, Arial;
 +
font-size:16px;
 +
color:black;
 +
font-weight:600;
 +
}
 +
 +
.prof_phd2{
 +
width:70%;
 +
height:120px;
 +
position:absolute;
 +
top:60px;
 +
left:280px;
 +
float:left;
 +
display:inline;
 +
 +
}
 +
.pic1{
 +
width:150px;
 +
height:150px;
 +
position:absolute;
 +
top:-3px;
 +
left:30px;
 +
}
 +
.pic2{
 +
position:absolute;
 +
top:-3px;
 +
left:180px;
 +
width:150px;
 +
height:150px;
 +
-webkit-transition:all 0.3s linear 0s;
 +
}
 +
.pic3{
 +
position:absolute;
 +
top:-3px;
 +
left:330px;
 +
width:150px;
 +
height:150px;
 +
-webkit-transition:all 0.3s linear 0s;
 +
}
 +
.pic4{
 +
position:absolute;
 +
top:-3px;
 +
left:480px;
 +
width:150px;
 +
height:150px;
 +
-webkit-transition:all 0.3s linear 0s;
 +
}
 +
 +
 +
 +
.pic1:hover+.pic2{
 +
-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 **/
 +
}
 +
 +
 +
 +
.pic2: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 **/
 +
}
 +
 +
 +
 +
 +
.pic3:hover+.pic4{
 +
-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 **/
 +
}
 +
 +
 +
 +
.smallpic{
 +
width:150px;
 +
height:150px;
 +
border-radius:0px;
 +
z-index:52;
 +
border:thin solid grey;
 +
}
 +
 +
.picdescription{
 +
position: absolute;
 +
left:150px;
 +
top:0px;
 +
width:0px;
 +
height:150px;
 +
border-radius:0px;
 +
background-color:red;
 +
-webkit-transition:all 0.3s linear 0s;
 +
z-index:52;
 +
 +
}
 +
 +
.smallpic:hover + .picdescription{
 +
width:150px;
 +
height:150px;
 +
border-radius:0px;
 +
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