Team:UCL/static/subheadingstyles.css
From 2013.igem.org
(Difference between revisions)
Line 44: | Line 44: | ||
#all_content #container .col_illustration | #all_content #container .col_illustration | ||
{ | { | ||
- | width: | + | width:250px; |
margin-right:9px; | margin-right:9px; | ||
} | } | ||
Line 50: | Line 50: | ||
#all_content #container .col_abstract | #all_content #container .col_abstract | ||
{ | { | ||
- | width: | + | width:717px; |
} | } | ||
Latest revision as of 12:02, 10 September 2013
- all_content #container .row_large
{ width:976px; height:400px; float:left; }
- all_content #container .row_small
{ width:976px; height:250px; float:left; }
- all_content #container .col_left,
- all_content #container .col_right
{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }
- all_content #container .col_left
{ width:606px; }
- all_content #container .col_right
{ width:361px; margin-left:9px; }
- all_content #container .col_illustration,
- all_content #container .col_abstract
{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }
- all_content #container .col_illustration
{ width:250px; margin-right:9px; }
- all_content #container .col_abstract
{ width:717px; }
- 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; }