Team:UCL/static/essaystyles.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#all_content #container .full_page { width:976px; height:auto; float:left; background:#E6E6E6; overflow:hidden; } #all_content #container .full_page .main_image { width:606px; h...")
Line 15: Line 15:
border-bottom:9px solid white;
border-bottom:9px solid white;
float:right;
float:right;
-
background-image:url('https://static.igem.org/mediawiki/2013/7/7f/Homepage_poster.png');
 
}
}

Revision as of 13:21, 29 August 2013

  1. all_content #container .full_page

{ width:976px; height:auto; float:left; background:#E6E6E6; overflow:hidden; }

  1. all_content #container .full_page .main_image

{ width:606px; height:600px; border-left:9px solid white; border-bottom:9px solid white; float:right; }

  1. all_content #container .full_page .small_image_left

{ width:361px; height:250px; border-right:9px solid white; border-bottom:9px solid white; border-top:9px solid white; float:left; background-image:url('https://static.igem.org/mediawiki/2013/7/7f/Homepage_poster.png'); }

  1. all_content #container .full_page .small_image_right

{ width:361px; height:250px; border-left:9px solid white; border-bottom:9px solid white; border-top:9px solid white; float:right; background-image:url('https://static.igem.org/mediawiki/2013/7/7f/Homepage_poster.png'); }