Team:UCL-London/static/globalstyles.css

From 2013.igem.org

(Difference between revisions)
Line 18: Line 18:
margin-left:-487.5px;
margin-left:-487.5px;
}
}
-
 
-
#banner
 
-
{
 
-
width:100%;
 
-
height:160px;
 
-
background:#C14645;
 
-
/*border-bottom: 1px solid white;*/
 
-
font-family:Ubuntu, sans-serif;
 
-
}
 
-
 
-
#header
 
-
{
 
-
width:975px;
 
-
height:160px;
 
-
margin-left: auto;
 
-
margin-right: auto;
 
-
background:#C14645;
 
-
}
 
-
 
-
#headtext1
 
-
{
 
-
width:100%;
 
-
height:45px;
 
-
padding-top:10px;
 
-
float:left;
 
-
background:#C14645;
 
-
text-align:right;
 
-
}
 
-
 
-
#headtext2
 
-
{
 
-
width:100%;
 
-
height:94px;
 
-
padding-top:8px;
 
-
float:left;
 
-
background:#C14645;
 
-
}
 
-
 
-
#logo
 
-
{
 
-
width:86px;
 
-
height:86px;
 
-
float:right;
 
-
}
 
-
 
-
#social_links
 
-
{
 
-
width:86px;
 
-
height:26px;
 
-
background:#C14645;
 
-
float:right;
 
-
margin-top:6px;
 
-
text-decoration : none;
 
-
}
 
-
 
-
#social_links img1,
 
-
#social_links img2
 
-
{
 
-
width:26px;
 
-
height:26px;
 
-
float:right;
 
-
}
 
-
 
-
#social_links img1
 
-
{
 
-
background-image:url('https://static.igem.org/mediawiki/2013/0/07/Facebook_logo.png');
 
-
}
 
-
 
-
#social_links img2
 
-
{
 
-
background-image:url('https://static.igem.org/mediawiki/2013/1/1a/Twitter_logo.png');
 
-
margin-left:5px;
 
-
}
 
-
 
div.row_large
div.row_large

Revision as of 17:33, 11 August 2013

/**********/ /*contents*/ /**********/

1) div styles

/***************/ /*1) div styles*/ /***************/

  1. container

{ width:975px; font-family:Ubuntu, sans-serif; position:absolute; top:175px; left:50%; margin-left:-487.5px; }

div.row_large { width:100%; height:600px; }

div.row_small { width:100%; height:250px; }

div.col_left, div.col_right, div.col_1, div.col_2 { background:#E6E6E6; }

div.col_left { width:606px; height:100%; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.col_right { width:360px; height:100%; margin-left:9px; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.col_1 { width:237px; height:100%; margin-right:9px; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.col_2 { width:237px; height:100%; float:left; overflow:hidden; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

div.h_gap { width:100%; height:9px; }