Team:LMU-Munich/Templates/Page Header

From 2011.igem.org

(Difference between revisions)
m (some minor menu modifications)
(testing…)
Line 34: Line 34:
margin: 1px;
margin: 1px;
background: #DA5021;
background: #DA5021;
-
width: 85px; /* with one item less: 97px */
+
width: 93px; /* with one item less: 105px */
-
height: 36px;
+
height: 44px;
-
padding: 4px;
+
margin-left: -1;
margin-left: -1;
}
}
Line 63: Line 62:
}
}
-
#nav li:hover {
+
#nav a, #nav strong {
-
background: #CF5F2F;
+
-
}
+
-
 
+
-
#nav a {
+
color: black;
color: black;
text-decoration: none;
text-decoration: none;
display: block;
display: block;
-
height: 100%;
+
padding: 4px;
 +
height: 36px;
font-size: 120%;
font-size: 120%;
font-weight: bold;
font-weight: bold;
text-shadow: 0 0 5px white;
text-shadow: 0 0 5px white;
 +
}
 +
 +
#nav li:hover a {
 +
background: #CF5F2F;
 +
}
 +
 +
#nav li strong {
 +
background: green;
}
}

Revision as of 17:18, 27 August 2011