From 2014.igem.org
(Difference between revisions)
|
|
(157 intermediate revisions not shown) |
Line 1: |
Line 1: |
| + | {{Team:HokkaidoU_Japan/Common/CSS}} |
| <html> | | <html> |
| <style type="text/css"> | | <style type="text/css"> |
- |
| |
- | #my-wrapper {
| |
- | position: relative;
| |
- | font-size: 127%;
| |
- | width: 100%;
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | padding-bottom: 10px;
| |
- | background-color: black;
| |
- | color: white;
| |
- | }
| |
- |
| |
- | .firstHeading {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #redbox {
| |
- | color: red;
| |
- | width: 100px;
| |
- | height: 100px;
| |
- | border: solid 1px;
| |
- | }
| |
- |
| |
- | #bodyContent {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #top-section {
| |
- | position: relative;
| |
- | height: 98px;
| |
- | width: 975px;
| |
- | margin: 0 auto 0 auto;
| |
- | border: none;
| |
- | }
| |
- | #p-logo {
| |
- | display:none;
| |
- | }
| |
- |
| |
- | #menubar ul :nth-child(7) {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | .right-menu, .right-menu a {
| |
- | right: 0px;
| |
- | text-align: right;
| |
- | color: white;
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #search-controls {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #footer{
| |
- | display: none;
| |
- | }
| |
| | | |
| </style> | | </style> |
| </html> | | </html> |
Latest revision as of 12:51, 13 October 2014