Team:UCL/static/subheadingstyles.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#all_content #container .row_large { width:976px; height:600px; float:left; } #all_content #container .row_small { width:976px; height:250px; float:left; } #all_content #contai...")
 
(4 intermediate revisions not shown)
Line 2: Line 2:
{
{
width:976px;
width:976px;
-
height:600px;
+
height:400px;
float:left;
float:left;
}
}
Line 11: Line 11:
height:250px;
height:250px;
float:left;
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;
}
}
Line 24: Line 44:
#all_content #container .col_illustration
#all_content #container .col_illustration
{
{
-
width:361px;
+
width:250px;
margin-right:9px;
margin-right:9px;
}
}
Line 30: Line 50:
#all_content #container .col_abstract
#all_content #container .col_abstract
{
{
-
width:606px;
+
width:717px;
}
}

Latest revision as of 12:02, 10 September 2013

  1. all_content #container .row_large

{ width:976px; height:400px; float:left; }

  1. all_content #container .row_small

{ width:976px; height:250px; float:left; }

  1. all_content #container .col_left,
  2. all_content #container .col_right

{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }

  1. all_content #container .col_left

{ width:606px; }

  1. all_content #container .col_right

{ width:361px; margin-left:9px; }

  1. all_content #container .col_illustration,
  2. all_content #container .col_abstract

{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }

  1. all_content #container .col_illustration

{ width:250px; margin-right:9px; }

  1. all_content #container .col_abstract

{ width:717px; }

  1. all_content #container .col_abstract a

{ color: #404040; display:block; height:100%; width:100%; text-decoration: none; }

  1. all_content #container .col_abstract:hover

{ background:#404040; }

  1. all_content #container .col_abstract a:hover

{ color:#F68B1F; }