Difference between revisions of "Team:TU Dresden/Templates/Menu"
Rooomiinaaa (Talk | contribs) |
Rooomiinaaa (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | |||
+ | /* hide various iGEM-elements */ | ||
+ | |||
+ | h1.firstHeading { | ||
+ | background-color: red; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | border: none; | ||
+ | height: 16px; | ||
+ | font-size: 13px; | ||
+ | background-color: black !important; | ||
+ | width: 100% !important; | ||
+ | color: #323232 !important; | ||
+ | z-index: 999; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | /* disable search-controls (top right corner) */ | ||
+ | #search-controls { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | #searchInput { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | .searchButton { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | /* change the menubar (top menu) */ | ||
+ | #menubar { | ||
+ | display: table-cell; | ||
+ | background: transparent !important; | ||
+ | } | ||
+ | |||
+ | #menubar.right-menu { | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #menubar.left-menu { | ||
+ | } | ||
+ | |||
+ | #menubar * { | ||
+ | color: #777777 !important; | ||
+ | background: black !important; | ||
+ | } | ||
+ | |||
+ | #top-section:hover #menubar * { | ||
+ | color: white !important; | ||
+ | } | ||
+ | |||
+ | /* Disable Table Of Contents */ | ||
+ | table#toc { | ||
+ | display: none; | ||
+ | float: right; | ||
+ | margin: 0em; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | padding: 20px !important; | ||
+ | margin: auto !important; | ||
+ | width: 960px; | ||
+ | border: none; | ||
+ | position: relative; | ||
+ | background-color: white; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | |||
+ | #footer-box a{ | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #footer-box a:hover { | ||
+ | color: grey; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | #footer-box a:active { | ||
+ | color: red; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | /* main heading */ | ||
+ | h1 { | ||
+ | border: 0; | ||
+ | } | ||
+ | |||
+ | /* edit links on headings */ | ||
+ | span.editsection { | ||
+ | font-size: .5em; | ||
+ | color: lightgrey; | ||
+ | } | ||
+ | span.editsection a { | ||
+ | color: black; | ||
+ | } | ||
+ | #p-logo { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <body> | ||
+ | </body> | ||
+ | |||
+ | |||
+ | <html> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
<html> | <html> | ||
Revision as of 13:26, 2 August 2015