Team:University College London/css/animations

From 2012.igem.org

(Difference between revisions)
 
Line 41: Line 41:
#content{
#content{
width:990px;
width:990px;
 +
}
 +
 +
#notice{
 +
    margin-left:auto;
 +
    margin-right:auto;
 +
    margin-top:100px;
 +
    z-index: 0;
 +
    font-size: 20px;
}
}

Latest revision as of 13:41, 26 September 2012

body{ margin: 0; overflow: hidden; background-color:#fff; padding:0px; margin:0px; }

  1. globalWrapper{

font-size:100%; padding:0px; margin:0px; }

  1. content{

padding:0px; border:none; }

h1{ display:none; }

  1. swiffycontainer{

position:absolute; top:-5px; left:0px; z-index:5; }

  1. top-section{

display:none; }

  1. footer-box{

display:none; }

  1. siteSub,#contentSub,#catlinks{

display:none; }

  1. content{

width:990px; }

  1. notice{
   margin-left:auto;
   margin-right:auto;
   margin-top:100px;
   z-index: 0;
   font-size: 20px;

}