Team:UCL/static/geneticstyles.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#all_content #container .row_large { width:976px; height:400px; float:left; } #all_content #container .row_small { width:976px; height:250px; float:left; } #all_content #contai...")
Line 1: Line 1:
-
#all_content #container .row_large
 
-
{
 
-
width:976px;
 
-
height:400px;
 
-
float:left;
 
-
}
 
-
 
#all_content #container .row_small
#all_content #container .row_small
{
{
Line 13: Line 6:
}
}
-
#all_content #container .col_left,
+
#all_content #container .part,
-
#all_content #container .col_right
+
#all_content #container .description
{
{
background:#E6E6E6;
background:#E6E6E6;
Line 22: Line 15:
}
}
-
#all_content #container .col_left
+
#all_content #container .part
-
{
+
-
width:606px;
+
-
}
+
-
 
+
-
#all_content #container .col_right
+
{
{
width:361px;
width:361px;
Line 33: Line 21:
}
}
-
#all_content #container .col_illustration,
+
#all_content #container .description
-
#all_content #container .col_abstract
+
-
{
+
-
background:#E6E6E6;
+
-
height:100%;
+
-
float:left;
+
-
overflow:hidden;
+
-
}
+
-
 
+
-
#all_content #container .col_illustration
+
{
{
width:606px;
width:606px;
-
margin-right:9px;
 
-
}
 
-
 
-
#all_content #container .col_abstract
 
-
{
 
-
width:361px;
 
-
}
 
-
 
-
#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;
 
}
}

Revision as of 13:54, 4 September 2013

  1. all_content #container .row_small

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

  1. all_content #container .part,
  2. all_content #container .description

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

  1. all_content #container .part

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

  1. all_content #container .description

{ width:606px; }