Team:UCL/static/teamstyles.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#all_content #container .row_medium { width:976px; height:400px; float:left; } #all_content #container .row_medium .first_second { width:318px; height:400px; float:left; margin-...")
Line 29: Line 29:
{
{
width:318px;
width:318px;
-
height:250px;
+
height:50px;
float:left;
float:left;
background: #404040;
background: #404040;

Revision as of 14:22, 29 August 2013

  1. all_content #container .row_medium

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

  1. all_content #container .row_medium .first_second

{ width:318px; height:400px; float:left; margin-right:11px; background:#E6E6E6; overflow:hidden; }

  1. all_content #container .row_medium .third

{ width:318px; height:400px; float:left; background:#E6E6E6; overflow:hidden; }

  1. all_content #container .row_medium .first_second .top,
  2. all_content #container .row_medium .third .top

{ width:318px; height:50px; float:left; background: #404040; color: #F68B1F; overflow:hidden;

font-style : normal; text-decoration : none; font-variant : normal; text-indent : 0px; text-align : center; font-family : Ubuntu, sans-serif; font-weight : bold; font-size : 2.8em; line-height : 1.5; padding: 0px; }

  1. all_content #container .row_medium .first_second .top:hover,
  2. all_content #container .row_medium .third .top:hover

{ background: #F68B1F; color: #404040; }

  1. all_content #container .row_medium .first_second .top a,
  2. all_content #container .row_medium .third .top a

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

  1. all_content #container .row_medium .first_second .top a:hover,
  2. all_content #container .row_medium .third .top a:hover

{ color: #404040; }