Team:TU-Delft/CSS
From 2012.igem.org
(Difference between revisions)
Line 73: | Line 73: | ||
width:685px; | width:685px; | ||
border:0; | border:0; | ||
- | background: | + | background:white; |
z-index:800; | z-index:800; | ||
} | } | ||
Line 206: | Line 206: | ||
position:relative; | position:relative; | ||
right:0px; | right:0px; | ||
- | text-align: | + | text-align:center; |
- | background: | + | background:red; |
} | } | ||
#centeredmenu ul li { | #centeredmenu ul li { | ||
Line 217: | Line 217: | ||
position:relative; | position:relative; | ||
font-family: 'Comic Sans', Comic Sans MS, cursive; | font-family: 'Comic Sans', Comic Sans MS, cursive; | ||
- | color: | + | color:white; |
font-size:14px; | font-size:14px; | ||
font-weight:bold; | font-weight:bold; | ||
Line 257: | Line 257: | ||
} | } | ||
#nav ul{ | #nav ul{ | ||
- | width: | + | width:630px; |
background: #fff45a; | background: #fff45a; | ||
text-align:center; | text-align:center; | ||
Line 274: | Line 274: | ||
display: inline; | display: inline; | ||
padding:0 3px; | padding:0 3px; | ||
- | background: | + | background:green; |
text-align:center; | text-align:center; | ||
} | } | ||
Line 283: | Line 283: | ||
#nav li.off ul, #nav li.on ul { /*put the subnav above*/ | #nav li.off ul, #nav li.on ul { /*put the subnav above*/ | ||
position:fixed; | position:fixed; | ||
- | width: | + | width:630px; |
bottom:37px; | bottom:37px; | ||
left:50%; | left:50%; | ||
margin: 0 0 0 -343px; | margin: 0 0 0 -343px; | ||
padding: 0 0 5px 0; | padding: 0 0 5px 0; | ||
- | background: | + | background:white; |
text-align:center; | text-align:center; | ||
} | } | ||
#nav li a { | #nav li a { | ||
- | color: | + | color: blue; |
font-weight: bold; | font-weight: bold; | ||
display: block; | display: block; |
Revision as of 12:11, 11 July 2012