Team:Paris-Saclay/body.css
From 2012.igem.org
Line 89: | Line 89: | ||
.Question { | .Question { | ||
text-align: justify; | text-align: justify; | ||
- | color: | + | color:rgb(118,168,193); |
} | } | ||
- | .Question li | + | .Question li:hover { |
- | + | ||
- | + | ||
.Answer { | .Answer { | ||
text-align: justify; | text-align: justify; | ||
} | } |
Revision as of 00:58, 8 September 2012
- globalWrapper {
background-color : rgb(226,226,226); padding : 0px; }
- 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:25px; padding : 10px; margin-right : 15px; background-color : rgb(255,255,255); border-radius : 8px 8px 8px 8px; }
- large-main-paris-saclay{
width : 100%; background-color : rgb(217,225,236); }
- large-single-paris-saclay {
width: 100%; background-image: url("http://www.gilupi.com/wp-content/uploads/image/Fotolia_2778039_L.jpg"); background-attachment : fixed; padding-bottom : 50px;
}
- single-paris-saclay{
width : 1000px; margin-top : -6px; margin-left : auto; margin-right : auto; padding-bottom : 20px; background-color : rgb(217,225,236); overflow:hidden; border-radius : 0 0 10px 10px; }
- 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 {
}
- social-follow {
}
- social-follow div {
display : inline-block; margin : 5 5 5 5px; }
- single-left-column {
width : 280px; margin-bottom: 45px; margin-top : 2px; padding: 4px 10px 10px; background-color: rgb(217, 225, 236); float : left;
}
.Intro {
text-align: justify;
}
.Question {
text-align: justify; color:rgb(118,168,193);
}
.Question li:hover {
.Answer {
text-align: justify;
}