Team:Aberdeen Scotland/css

From 2010.igem.org

Revision as of 09:49, 12 August 2010 by Brychan (Talk | contribs)

html

{ height: 100%;}


{ margin: 0;

 padding: 0;}


body

{ font: .78em 'arial', sans-serif;

 background: #fff;
 color: #6E6E6E;}


.left

{ float: left;

 width: auto;
 margin-right: 10px;}


.right

{ float: right;

 width: auto;
 margin-left: 10px;}


.center

{ display: block;

 text-align: center;
 margin: 20px auto;}


blockquote

{ margin: 20px 100px;

 padding: 10px 20px 20px 20px;
 border: 1px solid #E5E5DB;
 background: #FFF;}



  1. main, #logo, #menubar, #site_content, #footer

{ margin-left: auto;

 margin-right: auto;}


  1. header

{ background: #4D4D4D url(back.png);

 height: 200px;
 margin:;}


h1

{ text-align: left;

 font: small-caps; 'times new roman', sans-serif;
 color: #6E6E6E;}


  1. site_content

{ width: 825px;

 overflow: hidden;
 margin: 0 auto 0 auto;
 padding: 25px 25px;} 


.sidebar

{ float: right;

 width: 150px;
 padding: 0 0px 0 30px;}


.sidebar ul

{ width: 178px;

 padding: 4px 0 0 0; 
 margin: 4px 0 30px 0;}


.sidebar li

{ list-style: none;

 padding: 0 0 7px 0; }


.sidebar li a, .sidebar li a:hover

{ padding: 0 0 0 25px;

 display: block;
 background: transparent url(link.png) no-repeat left center;} 


.sidebar li a.selected

{ color: #444;}


  1. content

{ text-align: left;

 width: 583px;
 padding: 0 20px 0 0px;}


  1. footer

{ width: 100%;

 font-family: 'lucida sans unicode', sans-serif;
 height: 33px;
 padding: 20px 0 4px 0;
 margin-bottom: 20px;
 text-align: center; 
 background: #3B3B3B;
 color: #A8AA94;
 border-top: 1px solid #FFF;
 text-transform: uppercase;
 letter-spacing: 0.1em;}



.separator

{ width: 100%;

 height: 0;
 border-top: 1px solid #D9D5CF;
 border-bottom: 1px solid #FFF;
 margin: 0 0 20px 0;}