Team:UI-Indonesia/header

From 2013.igem.org

(Difference between revisions)
Line 65: Line 65:
position:relative;
position:relative;
z-index:5;
z-index:5;
 +
/*CHANGE THIS TO CENTER*/
/*CHANGE THIS TO CENTER*/
padding:0 12px; /*12px;*/
padding:0 12px; /*12px;*/
Line 81: Line 82:
padding: 0 1.3em;
padding: 0 1.3em;
color:white;
color:white;
-
background-color:#666666;
+
background-image:url(https://static.igem.org/mediawiki/2013/4/4a/Menubar_cokelat.png);
/*Padding: bottom, right, top, left */
/*Padding: bottom, right, top, left */
/*padding:0.2em 1.3em 0.2em 1.3em;*/
/*padding:0.2em 1.3em 0.2em 1.3em;*/
Line 89: Line 90:
.nav a:hover{
.nav a:hover{
-
background-color:#993333 !important;
+
color:#00FFFF !important;
}
}
/*--- DROPDOWN ---*/
/*--- DROPDOWN ---*/
.nav ul{
.nav ul{
-
background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
+
background:#fff;  
-
background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
+
list-style:none;
list-style:none;
position:absolute;
position:absolute;

Revision as of 18:56, 27 September 2013