Team:Paris-Saclay/body.css
From 2012.igem.org
YohannPetiot (Talk | contribs) |
|||
Line 36: | Line 36: | ||
#single-paris-saclay{ | #single-paris-saclay{ | ||
width : 1000px; | width : 1000px; | ||
- | margin-top : - | + | margin-top : -200px; |
margin-left : auto; | margin-left : auto; | ||
margin-right : auto; | margin-right : auto; | ||
Line 67: | Line 67: | ||
display : inline-block; | display : inline-block; | ||
margin : 5 5 5 5px; | margin : 5 5 5 5px; | ||
+ | } | ||
+ | |||
+ | #single-left-column { | ||
+ | width: 280px; | ||
+ | margin-right: 10px; | ||
+ | margin-bottom: 0px; | ||
+ | padding: 4px 10px 10px; | ||
+ | background-color: rgb(217, 225, 236); | ||
} | } |
Revision as of 09:41, 31 August 2012
- globalWrapper {
background-color : rgb(226,226,226); }
- content{
width : 100%; border : none; padding-bottom :0px; padding-left :0px; padding-right :0px; padding-top :0px; margin-top :-15px; }
body { background-color : rgb(226,226,226); }
- content-paris-saclay{
margin-left:300px; margin-top:-6px; padding : 10px; background-color : rgb(255,255,255); }
- large-main-paris-saclay{
width : 100%; background-color : rgb(217,225,236); }
- large-single-paris-saclay{
width : 100%; background-color : white; }
- single-paris-saclay{
width : 1000px; margin-top : -200px; margin-left : auto; margin-right : auto; background-color : rgb(217,225,236); overflow:hidden; }
- main-paris-saclay{
width : 1000px; border-top: 3px solid rgb(35, 35, 35); height : 550px; overflow : hidden; margin-left:auto; margin-right:auto; background-image : url("http://img268.imageshack.us/img268/7830/chromosome.jpg");
position : relative; }
- social-follow {
list-style-type:none; list-style-image:none; }
- social-follow li {
float : left; }
- social-follow div {
display : inline-block; margin : 5 5 5 5px; }
- single-left-column {
width: 280px; margin-right: 10px; margin-bottom: 0px; padding: 4px 10px 10px; background-color: rgb(217, 225, 236);
}