Team:HokkaidoU Japan/CSS

From 2014.igem.org

Revision as of 17:29, 15 August 2014 by Osamu (Talk | contribs)

body {

 background: #ffffff;

}

  1. p-logo {
 display: none;

}

  1. footer-box {
 display: none;

}

  1. catlinks {
 display: none;

}

.firstHeading {

 display: none;

}

  1. search-controls {
 display: none;

}

  1. top-section {
 border: none;

}

html {

 overflow-y: scroll;

}

body {

 font-size: 18px;
 line-height: 28px;
 text-align: justify;

}

h1, h2, h3, h4, h5, h6 {

 font-family: 'Rosario', sans-serif;

}

ul, ol {

 margin-left: 40px;

}

th, td {

 padding: 0 10px;

}

th {

 font-family: 'Rosario', sans-serif;

}

dt {

 margin-left: 20px;

}

dd {

 margin-left: 60px;

}

  1. background {
 position: absolute;
 top: 0;
 width: 100%;
 margin: 0;
 padding: 0;

}

.wrapper {

 width: 960px;
 margin: 0 auto 0;

}

.clearfix {

 clear: both;
 height: 0;

}