Team:UiOslo Norway/Include/Header

From 2014.igem.org

(Difference between revisions)
Line 27: Line 27:
height: 16px; /* just enough room for those links */
height: 16px; /* just enough room for those links */
}
}
 +
/* Get rid of the hover background color in left-menu */
/* Get rid of the hover background color in left-menu */
.left-menu:hover {
.left-menu:hover {
background-color: transparent;
background-color: transparent;
}
}
 +
/* Color on the top-section links */
/* Color on the top-section links */
#menubar a:link, #menubar a:visited  {
#menubar a:link, #menubar a:visited  {
Line 44: Line 46:
}
}
 +
/* Set font size on the top menu items */
#menubar li {
#menubar li {
font-size: 10pt;
font-size: 10pt;
}
}
 +
/* full page width please */
#globalWrapper, #content {
#globalWrapper, #content {
width: 100%;
width: 100%;
}
}
 +
 +
/* we don't like them borders */
#content {
#content {
border: 0px;
border: 0px;
padding: 0;
padding: 0;
margin-top: -10px;
margin-top: -10px;
 +
}
 +
 +
/* for some reason I gotta set footer position to relative */
 +
#footer {
 +
position: relative;
}
}

Revision as of 15:28, 14 August 2014

UiOslo IGEM 2014