Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
Line 292: Line 292:
.sponsorbox {
.sponsorbox {
-
 
 
         width: 49%;
         width: 49%;
background-color: white;
background-color: white;
Line 301: Line 300:
         left: 210px;
         left: 210px;
      
      
-
     
 
       }
       }
   
   
Line 316: Line 314:
top: 0;
top: 0;
text-align: justify;
text-align: justify;
 +
}
 +
 +
.memberbox{   
 +
background-color: white;
 +
border: 1px #E68A00 solid;
 +
padding: 0;
 +
      }
 +
 +
.memberbox_odd{
 +
 +
background-color: pink;
 +
position: relative;
 +
margin-top: 5px;
 +
margin-bottom: 5px;
 +
 +
}  
 +
 +
.memberbox_even{
 +
 +
background-color: pink;
 +
position: relative;
 +
margin-top: 5px;
 +
margin-bottom: 5px;
 +
 +
}
 +
 
 +
.memberbox_even img {
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
 +
}
 +
.memberbox_odd img {
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
 +
}
 +
 +
.memberbox_odd p {
 +
top: 0;
 +
position: absolute;
 +
margin-left: 15%;
 +
margin-right: 62.1%;
 +
padding: 5px;
 +
background-color: purple;
 +
height: 290px;
 +
}
 +
 +
.memberbox_even p {
 +
top: 0;
 +
position: absolute;
 +
margin-left: 62.1%;
 +
margin-right: 15%;
 +
padding: 5px;
 +
background-color: purple;
 +
height: 290px;
}
}

Revision as of 11:02, 5 September 2014