Team:HokkaidoU Japan/CSS
From 2014.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
left: 0; | left: 0; | ||
width: 100%; | width: 100%; | ||
- | height: | + | height: 0; |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 20: | Line 20: | ||
left: 0; | left: 0; | ||
width: 100%; | width: 100%; | ||
- | height: | + | height: 0; |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 32: | Line 32: | ||
left: 0; | left: 0; | ||
width: 100%; | width: 100%; | ||
- | height: | + | height: 0; |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 66: | Line 66: | ||
width: 960px; | width: 960px; | ||
border: solid 1px; | border: solid 1px; | ||
+ | } | ||
+ | |||
+ | .wrapper { | ||
+ | width: 960px; | ||
+ | margin: 0 auto; | ||
} | } |
Revision as of 16:53, 15 August 2014
body {
background: #ffffff;
}
- globalWrapper {
position: absolute; top: 0; left: 0; width: 100%; height: 0; margin: 0; padding: 0; border: 0; font-size: 100%;
}
- content {
position: absolute; top: 0; left: 0; width: 100%; height: 0; margin: 0; padding: 0; border: 0; font-size: 100%;
}
- bodyContent {
position: absolute; top: 0; left: 0; width: 100%; height: 0; margin: 0; padding: 0; border: 0; font-size: 100%;
}
- p-logo {
display: none;
}
- footer-box {
display: none;
}
- catlinks {
display: none;
}
.firstHeading {
display: none;
}
- search-controls {
display: none;
}
- top-section {
border: none;
}
- description {
width: 960px; border: solid 1px;
}
.wrapper {
width: 960px; margin: 0 auto;
}