Team:UCL-London/static/globalstyles.css

From 2013.igem.org

Revision as of 17:33, 11 August 2013 by 21Robin12 (Talk | contribs)

/**********/ /*contents*/ /**********/

1) div styles

/***************/ /*1) div styles*/ /***************/

  1. container

{ width:975px; font-family:Ubuntu, sans-serif; position:absolute; top:175px; left:50%; margin-left:-487.5px; }

div.row_large { width:100%; height:600px; }

div.row_small { width:100%; height:250px; }

div.col_left, div.col_right, div.col_1, div.col_2 { background:#E6E6E6; }

div.col_left { width:606px; height:100%; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.col_right { width:360px; height:100%; margin-left:9px; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.col_1 { width:237px; height:100%; margin-right:9px; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.col_2 { width:237px; height:100%; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.h_gap { width:100%; height:9px; }