Team:UC Chile/style

From 2012.igem.org

(Difference between revisions)
Line 91: Line 91:
}
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
-
background: #6b0c36;
+
background: #111;
text-decoration:none;
text-decoration:none;
}
}
Line 98: Line 98:
}
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
-
background: #EEE;
+
background: white;
         color: black;
         color: black;

Revision as of 03:36, 20 March 2012