Team:UiOslo Norway/Include/Header

From 2014.igem.org

(Difference between revisions)
Line 31: Line 31:
background-color: transparent;
background-color: transparent;
}
}
-
/* try to set static color on them */
+
/* Color on the top-section links */
-
.left-menu > ul > li {
+
#menubar a:link, #menubar a:visited  { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
-
color: red;
+
        color:#FFF;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
 +
 
 +
#menubar a:active, #menubar a:hover
 +
{
 +
        color:#FFF;
 +
text-decoration: underline;
 +
        background-color:transparent;
}
}

Revision as of 15:11, 14 August 2014

UiOslo IGEM 2014