Team:UCL/static/subheadingstyle.css
From 2013.igem.org
(Difference between revisions)
(Created page with "#all_content #container .col_illustration, #all_content #container .col_abstract { background:#E6E6E6; height:100%; float:left; overflow:hidden; } #all_content #container .col_i...") |
|||
Line 1: | Line 1: | ||
+ | #all_content #container .row_large | ||
+ | { | ||
+ | width:976px; | ||
+ | height:600px; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #all_content #container .row_small | ||
+ | { | ||
+ | width:976px; | ||
+ | height:250px; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
#all_content #container .col_illustration, | #all_content #container .col_illustration, | ||
#all_content #container .col_abstract | #all_content #container .col_abstract |
Latest revision as of 12:23, 29 August 2013
- all_content #container .row_large
{ width:976px; height:600px; float:left; }
- all_content #container .row_small
{ width:976px; height:250px; float:left; }
- all_content #container .col_illustration,
- all_content #container .col_abstract
{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }
- all_content #container .col_illustration
{ width:361px; margin-right:9px; }
- all_content #container .col_abstract
{ width:606px; }
- all_content #container .col_abstract a
{ color: #404040; display:block; height:100%; width:100%; text-decoration: none; }
- all_content #container .col_abstract:hover
{ background:#404040; }
- all_content #container .col_abstract a:hover
{ color:#F68B1F; }