Template:Team:TU Munich/Header
From 2011.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
/* Author: Pieter van Boheemen */ | /* Author: Pieter van Boheemen */ | ||
/* Team: TU Delft */ | /* Team: TU Delft */ | ||
- | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;} | + | #globalWrapper { |
+ | background-color: transparent; | ||
+ | border: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | width: 100%; | ||
+ | height:100%; | ||
+ | } | ||
+ | |||
#content { | #content { | ||
background: none repeat scroll 0 0; | background: none repeat scroll 0 0; | ||
Line 21: | Line 29: | ||
} | } | ||
- | #bodyContent { border: none; padding:0; margin:0; width:100%; height:100%;} | + | #bodyContent { |
+ | border: none; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | } | ||
#top-section { | #top-section { | ||
Line 33: | Line 47: | ||
font-size: 10px } | font-size: 10px } | ||
- | #p-logo { height:1px; overflow:hidden; display: none;} | + | #p-logo { |
+ | height:1px; | ||
+ | overflow:hidden; | ||
+ | display: none; | ||
+ | } | ||
- | #search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px; | + | #search-controls { |
- | + | overflow:hidden; | |
- | + | display:block; | |
- | + | background: none; | |
- | + | position: absolute; | |
+ | top: 100px; | ||
+ | right: 40px; | ||
+ | } | ||
- | #footer-box { width: 100%; margin: -10px auto 0 auto; padding: 20px 0;} | + | .left-menu { |
- | .visualClear { display: none; } | + | width: 300px |
- | #footer { border: none; width: 965px; margin: 0 auto; padding: 0;} | + | !important; |
- | .firstHeading { display: none;} | + | top:0px; |
- | #f-list a { color: #333; font-size: 10px;} | + | display:block; |
- | #f-list a:hover { color: #666;} | + | margin-top:3px; |
- | .printfooter { display: none; } | + | border: none; |
- | #footer ul { margin: 0; padding: 0;} | + | text-align: right; |
- | #footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;} | + | } |
- | #search-controls { display:none; } | + | |
- | h3#siteSub { display: none;} | + | .left-menu ul { |
- | #contentSub {display: none;} | + | border: none; |
- | p:first-child { display: none;} | + | } |
+ | |||
+ | #menubar.right-menu { | ||
+ | width:300px; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:3px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .right-menu ul { | ||
+ | border: none; | ||
+ | width: 300px; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | width: 100%; | ||
+ | margin: -10px auto 0 auto; | ||
+ | padding: 20px 0; | ||
+ | } | ||
+ | |||
+ | .visualClear { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | border: none; | ||
+ | width: 965px; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #f-list a { | ||
+ | color: #333; | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | #f-list a:hover { | ||
+ | color: #666; | ||
+ | } | ||
+ | |||
+ | .printfooter { | ||
+ | display: none; | ||
+ | } | ||
+ | #footer ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #footer ul li { | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 0; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | h3#siteSub { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #contentSub { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | p:first-child { | ||
+ | display: none; | ||
+ | } | ||
/* Wiki Hacks - END */ | /* Wiki Hacks - END */ | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 22:10, 29 June 2011