Team:UCL/static/xheader.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#header { width:100%; height:160px; background:#C14645; float:left; } #header #middle { width:976px; height:100%; margin-left:auto; margin-right:auto; } #header #middle #top {...")
 
(20 intermediate revisions not shown)
Line 15: Line 15:
}
}
 +
#header #middle #left
 +
{
 +
width:202px;
 +
height:100%;
 +
float:left;
 +
background-image:url('https://static.igem.org/mediawiki/2013/7/79/Smlogo.png');
 +
}
 +
 +
#header #middle #right
 +
{
 +
width:774px;
 +
height:100%;
 +
float:left;
 +
}
-
#header #middle #top
+
#header #middle #right #top
{
{
width:100%;
width:100%;
Line 24: Line 38:
}
}
-
#header #middle #bottom
+
#header #middle #right #bottom
{
{
width:100%;
width:100%;
Line 31: Line 45:
}
}
-
#header #middle #top #social_links
+
#header #middle #right #top #social_links
{
{
width:86px;
width:86px;
Line 41: Line 55:
}
}
-
#header #middle #top #social_links img1,
+
#header #middle #right #bottom #igem_logo
-
#header #middle #top #social_links img2
+
{
 +
width:98px;
 +
height:74px;
 +
float:right;
 +
text-decoration : none;
 +
margin-top:8px;
 +
}
 +
 
 +
#header #middle #right #bottom #igem_logo logo
 +
{
 +
width:98px;
 +
height:74px;
 +
float:right;
 +
background-image:url('https://static.igem.org/mediawiki/2013/1/11/Ucligemlogobig.png');
 +
background-size:98px 74px;
 +
background-repeat:no-repeat;
 +
}
 +
 
 +
#header #middle #right #top #social_links img1,
 +
#header #middle #right #top #social_links img2
{
{
width:26px;
width:26px;

Latest revision as of 16:47, 4 October 2013

  1. header

{ width:100%; height:160px; background:#C14645; float:left; }

  1. header #middle

{ width:976px; height:100%; margin-left:auto; margin-right:auto; }

  1. header #middle #left

{ width:202px; height:100%; float:left; background-image:url('https://static.igem.org/mediawiki/2013/7/79/Smlogo.png'); }

  1. header #middle #right

{ width:774px; height:100%; float:left; }

  1. header #middle #right #top

{ width:100%; height:55px; float:left; text-align:right; }

  1. header #middle #right #bottom

{ width:100%; height:105px; float:left; }

  1. header #middle #right #top #social_links

{ width:86px; height:26px; background:#C14645; float:right; margin-top:7px; text-decoration : none; }

  1. header #middle #right #bottom #igem_logo

{ width:98px; height:74px; float:right; text-decoration : none; margin-top:8px; }

  1. header #middle #right #bottom #igem_logo logo

{ width:98px; height:74px; float:right; background-image:url('https://static.igem.org/mediawiki/2013/1/11/Ucligemlogobig.png'); background-size:98px 74px; background-repeat:no-repeat; }

  1. header #middle #right #top #social_links img1,
  2. header #middle #right #top #social_links img2

{ width:26px; height:26px; float:right; }

  1. header #middle #top #social_links img1

{ background-image:url('https://static.igem.org/mediawiki/2013/0/07/Facebook_logo.png'); }

  1. header #middle #top #social_links img2

{ background-image:url('https://static.igem.org/mediawiki/2013/1/1a/Twitter_logo.png'); margin-left:5px; }