Template:Team:DukeTeam/CSS

From 2014.igem.org

(Difference between revisions)
 
(138 intermediate revisions not shown)
Line 9: Line 9:
h1 {
h1 {
color:#fff;
color:#fff;
-
border:none;
+
margin-left:700px;
 +
}
 +
 
 +
#biosection {
 +
width: 60%;
 +
height: 55%;
 +
/*height:375px*/
 +
overflow:hidden;
 +
float:right;
 +
padding-left:57%;
 +
position:fixed;
 +
margin-top:-1%;
 +
margin-right:5%;
 +
z-index:49;
}
}
.bio {
.bio {
-
width:90%;
+
width:500px;
-
padding-left:10%;
+
height: 375px;
-
height: 450px;
+
-
border-bottom: 1px solid rgba(255,255,255,0.3);
+
         clear:both;
         clear:both;
         overflow:hidden;
         overflow:hidden;
         font-size:1em;
         font-size:1em;
         color:#fff;
         color:#fff;
 +
        margin-top: 15px;
 +
}
 +
 +
.att {
 +
        font-size:1em;
 +
        color:#fff;
 +
        margin: 5%;
}
}
.bio img {
.bio img {
float: left;
float: left;
-
padding:20px 50px 0px 50px;
+
padding: 10px 10px 5px 0px;    /* top right bottom left */
 +
        width:110px;
 +
        height:190px;
}
}
Line 32: Line 52:
}
}
-
.specialbio {
+
.att h2 {
-
width:90%;
+
-
padding-left:10%;
+
-
height: 700px;
+
-
border-bottom: 1px solid rgba(255,255,255,0.3);
+
-
        clear:both;
+
-
        overflow:hidden;
+
-
        font-size:1em;
+
         color:#fff;
         color:#fff;
}
}
-
 
-
.specialbio img {
 
-
float: left;
 
-
padding:20px 50px 0px 50px;
 
-
}
 
-
 
-
.specialbio h2 {
 
-
        color:#FFFFFF;
 
-
}
 
-
 
#buchler {
#buchler {
Line 63: Line 66:
#ciesla {
#ciesla {
float: left;
float: left;
-
/*width: 450px;*/
 
}
}
Line 72: Line 74:
#cooper {
#cooper {
float: left;
float: left;
-
/*width: 450px;*/
 
}
}
Line 81: Line 82:
#farnitano {
#farnitano {
float: left;
float: left;
-
/*width: 450px;*/
 
}
}
Line 90: Line 90:
#faw {
#faw {
float: left;
float: left;
-
/*width: 450px;*/
 
}
}
Line 98: Line 97:
#gersbach {
#gersbach {
-
float: left;
+
float:left;
}
}
Line 107: Line 106:
#ghoshal {
#ghoshal {
float: left;
float: left;
-
/*width: 450px;*/
 
}
}
Line 116: Line 114:
#tomar {
#tomar {
float: left;
float: left;
-
/*width: 450px;*/
 
}
}
Line 125: Line 122:
#zhu {
#zhu {
float: left;
float: left;
-
/*width: 450px;*/
 
}
}
Line 132: Line 128:
}
}
-
#teaminfo {}
+
 
 +
#teaminfo {
 +
float:left;
 +
display:block;
 +
width:45%;
 +
height:480px;
 +
position:fixed;
 +
margin-left:5%;
 +
margin-top:-1%;
 +
padding-right:45%;
 +
padding-bottom: 10%;
 +
margin-bottom:10%;
 +
z-index: 50;
 +
}
#undergrad {}
#undergrad {}
Line 141: Line 150:
#instructor {}
#instructor {}
 +
 +
.teamview {
 +
font-size:3em;
 +
float: center;
 +
padding:2.5%;
 +
text-align: center;
 +
}

Latest revision as of 02:21, 18 October 2014