Team:UCL-London/static/navbarstyles.css

From 2013.igem.org

(Difference between revisions)
Line 51: Line 51:
top:0;  
top:0;  
left:0;
left:0;
 +
 +
font-weight : bold;
 +
font-style : normal;
 +
font-size : 1em;
 +
text-decoration : none;
 +
font-variant : normal;
 +
line-height : 2.3;
 +
text-align : center;
 +
color : #404040;
 +
text-indent : 0px;
 +
margin : 0px;
}
}

Revision as of 10:29, 7 August 2013

  1. nav_container

{ width:100%; height:30px; background:#C0C0C0; font-family:Ubuntu, sans-serif; }

  1. navbar

{ height:100%; margin-left: auto; margin-right: auto; width:975px; }

div.navlink { height:100%; background:#C0C0C0; float:left;

font-weight : bold; font-style : normal; font-size : 1em; text-decoration : none; font-variant : normal; line-height : 2.3; text-align : center; color : #404040; text-indent : 0px; margin : 0px; }

div.navlink { width:108px; position:relative; }

div.navlink:hover { background:white; }

div.navlink a { position:absolute; width:100%; height:100%; top:0; left:0;

font-weight : bold; font-style : normal; font-size : 1em; text-decoration : none; font-variant : normal; line-height : 2.3; text-align : center; color : #404040; text-indent : 0px; margin : 0px; }