Template:Team:HokkaidoU Japan/stylesheets/layout.css

From 2012.igem.org

Revision as of 04:03, 14 July 2012 by TaKeZo (Talk | contribs)
  • after {
   display: block;
   clear: both;

}

body {

   font-size: 76%;
   background-color: #ffffff;

}

  1. hokkaidou-wrapper {
   width: 980px;
   margin: 0 auto;
   padding: 0;

}

  1. hokkaidou-header {
   background-color: #d2b48c;
   height: 100px;
   margin-bottom: 10px;

}

  1. hokkaidou-contents {
   background-color: #f0e68c;

}

  1. hokkaidou-footer {
   background-color: #deb887;
   margin-top: 30px;
   padding-top: 15px;
   border-top: 1px solid #e4e4e4;
   text-align: center;

}

  1. menubar {
   font-size: 10px;

}