Template:ETHZ Basel10 css
From 2010.igem.org
(Difference between revisions)
(Removing all content from page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | </p> | ||
+ | <img src="https://2010.igem.org/wiki/skins/common/images/wiki.png" width=975 height=250 border="0"/> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | body | ||
+ | { | ||
+ | background-color: #494D51; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .firstHeading | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #globalWrapper | ||
+ | { | ||
+ | margin: 0 auto; | ||
+ | width: 975px; | ||
+ | } | ||
+ | #content | ||
+ | { | ||
+ | background-color: #D8D5D0; | ||
+ | border: 1px solid black; | ||
+ | margin-bottom: 10px; | ||
+ | padding: 0; | ||
+ | padding-bottom: 20px; | ||
+ | width: 975px; | ||
+ | } | ||
+ | #contentSub | ||
+ | { | ||
+ | margin: 0; | ||
+ | } | ||
+ | #footer-box | ||
+ | { | ||
+ | background-color: #D8D5D0; | ||
+ | } | ||
+ | p | ||
+ | { | ||
+ | text-align: justify; | ||
+ | } | ||
+ | table | ||
+ | { | ||
+ | background: none; | ||
+ | } | ||
+ | |||
+ | h2, h3, h4, h5, h6 | ||
+ | { | ||
+ | border: 0; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 | ||
+ | { | ||
+ | font-family: Tahoma; | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
+ | h1 | ||
+ | { | ||
+ | font-size: 140% | ||
+ | } | ||
+ | h2 | ||
+ | { | ||
+ | font-size: 110% | ||
+ | } | ||
+ | h3 | ||
+ | { | ||
+ | font-size: 100% | ||
+ | } | ||
+ | h4, h5, h6 | ||
+ | { | ||
+ | font-size: 100% | ||
+ | font-weight: normal; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | #top-section | ||
+ | { | ||
+ | border: 0px; | ||
+ | height: 18px; | ||
+ | } | ||
+ | |||
+ | #menubar | ||
+ | { | ||
+ | position: fixed; | ||
+ | top: 0px; | ||
+ | float: left; | ||
+ | border: none; | ||
+ | font-size:85%; | ||
+ | height: 18px; | ||
+ | } | ||
+ | #menubar li a | ||
+ | { | ||
+ | color: #868686; | ||
+ | } | ||
+ | |||
+ | #menubar.right-menu | ||
+ | { | ||
+ | text-align: right; | ||
+ | right: auto; | ||
+ | background-color: #494D51; | ||
+ | border-bottom: black 1px solid; | ||
+ | width: 977px; | ||
+ | z-index: 7; | ||
+ | } | ||
+ | #menubar.left-menu | ||
+ | { | ||
+ | text-align: left; | ||
+ | left: auto; | ||
+ | width: auto; | ||
+ | z-index: 8; | ||
+ | } | ||
+ | #p-logo | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #search-controls | ||
+ | { | ||
+ | position: fixed; | ||
+ | top: 24px; | ||
+ | overflow :visible; | ||
+ | display:block; | ||
+ | background: none; | ||
+ | width: 975px; | ||
+ | border: 0; | ||
+ | margin: 0; | ||
+ | height: auto; | ||
+ | text-align: right; | ||
+ | right: auto; | ||
+ | } | ||
+ | #searchInput | ||
+ | { | ||
+ | font-size:85%; | ||
+ | width: 100px; | ||
+ | color: #555555; | ||
+ | border: 0; | ||
+ | padding-right: 2px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | #searchform | ||
+ | { | ||
+ | margin: 1px; | ||
+ | } | ||
+ | input.searchButton | ||
+ | { | ||
+ | font-size:80%; | ||
+ | margin: 0; | ||
+ | color: #FFFFFF; | ||
+ | font-weight: normal; | ||
+ | cursor: hand; | ||
+ | cursor:pointer; | ||
+ | padding-right: 2px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .editsection | ||
+ | { | ||
+ | color: #555555; | ||
+ | font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; | ||
+ | font-size: 12.5px; | ||
+ | font-weight: normal; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .editsection a | ||
+ | { | ||
+ | color: #555555; | ||
+ | } | ||
+ | .editsection a:hover | ||
+ | { | ||
+ | color: #000000; | ||
+ | } | ||
+ | .editsection a:visited | ||
+ | { | ||
+ | color: #555555; | ||
+ | } | ||
+ | .editsection a:active | ||
+ | { | ||
+ | color: #555555; | ||
+ | } | ||
+ | |||
+ | |||
+ | div.thumb, div.tright, div.tleft, div.center | ||
+ | { | ||
+ | background: none; | ||
+ | border: 0; | ||
+ | margin: 3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | a[name] | ||
+ | { | ||
+ | position: relative; | ||
+ | top: -300px; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | |||
+ | .toclevel-1 | ||
+ | { | ||
+ | float: left; | ||
+ | list-style-type: none; | ||
+ | margin-left: 0px; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | #toctitle | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | #toc | ||
+ | { | ||
+ | border: 0; | ||
+ | padding: 0; | ||
+ | background: transparent; | ||
+ | } | ||
+ | #toc ul | ||
+ | { | ||
+ | margin: 0; | ||
+ | } | ||
+ | #toctable p | ||
+ | { | ||
+ | margin: 0; | ||
+ | } | ||
+ | .toclevel-1 a span | ||
+ | { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .toclevel-1 a:active span | ||
+ | { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .toclevel-1 a:hover span | ||
+ | { | ||
+ | color: #000000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | .toclevel-2 | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | .toclevel-3 | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | .tocnumber | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | </html> |
Revision as of 09:50, 6 September 2010