Team:University College London/css

From 2012.igem.org

(Difference between revisions)
Line 52: Line 52:
#ucligem #header #whitestripe{
#ucligem #header #whitestripe{
     position:fixed;
     position:fixed;
-
     top:0px:
+
     top:0px;
-
    left:0px;
+
     width:880px;
     width:880px;
     height:42px;
     height:42px;
     background:#fff;
     background:#fff;
}
}

Revision as of 17:38, 13 June 2012

/* getting rid of wiki baggage */

  1. catlinks{
    display:none;

}

  1. top-section{
    height: 14px;
    border: none;

}

  1. p-logo{
    display:none;

}

  1. search-controls{
    display:none;

}

.firstHeading{

    display:none;

}

  1. content{
    border:none;

}

  1. footer-box{
   border:none;
   border-top: 1px solid #CCC;

}

body {

    font-family: 'Droid Sans', Helvetica, Arial, serif;
    background-color:#ffffff;
     }
  1. ucligem{
   position: relative;
   top: -30px;

}

  1. ucligem #header{
    position:relative;
    top:0px;
    margin-left:auto;
    margin-right:auto;
    width:990px;
    height:290px;
    background-image:url('https://static.igem.org/mediawiki/2012/5/5a/Ucl2012-coverpicturetest.jpg');

}

  1. ucligem #header #whitestripe{
    position:fixed;
    top:0px;
    width:880px;
    height:42px;
    background:#fff;

}