Team:TU Munich/Templates/Layout
From 2010.igem.org
(Difference between revisions)
Hartlmueller (Talk | contribs) (New page: LAYOUT) |
Hartlmueller (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | + | body | |
+ | { | ||
+ | font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; | ||
+ | } | ||
+ | |||
+ | #menubar.right-menu #footer | ||
+ | { | ||
+ | display:block; | ||
+ | float:left; | ||
+ | border: none; | ||
+ | font-size:80%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #p-logo | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #search-controls | ||
+ | { | ||
+ | position: absolute; | ||
+ | top: 50px; | ||
+ | left: 500px; | ||
+ | overflow:hidden; | ||
+ | display:block; | ||
+ | background: none; | ||
+ | } |
Revision as of 13:38, 10 July 2010
body { font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }
- menubar.right-menu #footer
{ display:block; float:left; border: none; font-size:80%; }
- p-logo
{ display: none; }
- search-controls
{ position: absolute; top: 50px; left: 500px; overflow:hidden; display:block; background: none; }