Team:TU Munich/Templates/Layout

From 2010.igem.org

(Difference between revisions)
(New page: LAYOUT)
Line 1: Line 1:
-
LAYOUT
+
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; }

  1. menubar.right-menu #footer

{ display:block; float:left; border: none; font-size:80%; }


  1. p-logo

{ display: none; }

  1. search-controls

{ position: absolute; top: 50px; left: 500px; overflow:hidden; display:block; background: none; }