Team:Paris-Saclay/body.css

From 2012.igem.org

(Difference between revisions)
Line 39: Line 39:
background-image : url("http://img268.imageshack.us/img268/7830/chromosome.jpg");
background-image : url("http://img268.imageshack.us/img268/7830/chromosome.jpg");
position : relative;
position : relative;
 +
}
 +
 +
#social-follow {
 +
list-style-type:none;
 +
}
 +
 +
#social-follow li {
 +
float : left;
}
}

Revision as of 20:01, 13 August 2012

  1. globalWrapper {

background-color : rgb(226,226,226); }

  1. content{

width : 1000px; border : none; padding-bottom :0px; padding-left :0px; padding-right :0px; padding-top :0px; margin-top :-15px; }

body { background-color : rgb(226,226,226); }

  1. paris-saclay{

margin-top : -6px; background-color: rgb(185, 211, 238); overflow:hidden; }

  1. content-paris-saclay{

margin-left:240px; margin-top:-6px; padding-left : 10px; padding-right : 10px; padding-top : 10px; padding-bottom : 10px; background-color : rgb(255,255,255); }

  1. main-paris-saclay{

border-top: 3px solid rgb(35, 35, 35); height : 550px; overflow : hidden; background-image : url("http://img268.imageshack.us/img268/7830/chromosome.jpg"); position : relative; }

  1. social-follow {

list-style-type:none; }

  1. social-follow li {

float : left; }