Team:UCL-London/static/xpage.css

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
width:100%;
width:100%;
height:400px;
height:400px;
-
background:silver;
+
background:black;
float:left;
float:left;
}
}
Line 13: Line 13:
margin-left:auto;
margin-left:auto;
margin-right:auto;
margin-right:auto;
-
background:cyan;
+
background:white;
}
}
Line 21: Line 21:
height:9px;
height:9px;
float:left;
float:left;
 +
background:silver;
}
}
Line 28: Line 29:
height:600px;
height:600px;
float:left;
float:left;
 +
background:grey;
}
}
Line 35: Line 37:
height:250px;
height:250px;
float:left;
float:left;
 +
background:grey;
}
}

Revision as of 14:46, 12 August 2013

  1. all_content

{ width:100%; height:400px; background:black; float:left; }

  1. all_content #container

{ width:976px; height:100%; margin-left:auto; margin-right:auto; background:white; }

  1. all_content #container .gap

{ width:100%; height:9px; float:left; background:silver; }

  1. all_content #container .row_large

{ width:975px; height:600px; float:left; background:grey; }

  1. all_content #container .row_small

{ width:975px; height:250px; float:left; background:grey; }