Team:HokkaidoU Japan/CSS
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | body { | |
- | background | + | background: #ffffff; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#globalWrapper { | #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 { | #p-logo { | ||
- | + | display: none; | |
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
#footer-box { | #footer-box { | ||
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #catlinks { |
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .firstHeading { | |
- | + | display: none; | |
- | + | ||
- | + | ||
} | } | ||
- | + | #search-controls { | |
- | + | display: none; | |
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #top-section { |
- | + | border: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } |
Revision as of 04:30, 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;
}