Template:Team:Edinburgh/CSS

From 2014.igem.org

Revision as of 15:11, 10 October 2014 by Samireland (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> <style>

     #top-section #p-logo, #top-section #search-controls {
     display: none;
  }
  #top-section {
     height: auto;
     padding: 0px;
     margin: 0px;
     border: 0px none;
     width: auto;
  }
  .firstHeading, #catlinks, #footer-box {
     display: none;
  }
  #tempheader {
     background: #80B584;
     color: #FFF;
     padding: 100px 20px 100px 20px;
     margin: 0px 0px 0px 0px;
     font-size: x-large;
     text-align: center;
     transition: 0.5s;
  }
  #tempheader a {
     color: #FFF;
     text-decoration: none;
  }
  #tempheader:hover {
     background: #9C9;
  }
  #tempheader #rewired {
     font-family: 'Courier new';
     font-size: 300%;
  }
     
  #tempheader p {
     font-family: 'Roboto Slab';
     font-style: italic;
     margin-top: 40px;
  }
  #igem {
     padding: 20px 100px 20px 100px;
     font-size: x-large;
     font-family: 'Roboto Slab';
  }
  #igem h1, h2 {
     border-bottom: none;
  }
  .img {
     text-align: center;
  }

</style>