Team:HokkaidoU Japan/CSS
From 2014.igem.org
body {
background: #ffffff;
}
- p-logo {
display: none;
}
- footer-box {
display: none;
}
- catlinks {
display: none;
}
.firstHeading {
display: none;
}
- search-controls {
display: none;
}
- 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;
}
- background {
position: absolute; top: 0; width: 100%; margin: 0; padding: 0;
}
.wrapper {
width: 960px; margin: 0 auto 0;
}
.clearfix {
clear: both; height: 0;
}