Team:UNIK Copenhagen/Signe Nav

From 2013.igem.org

(Difference between revisions)
Line 18: Line 18:
.previewnote:hover {
.previewnote:hover {
visibility: hidden;
visibility: hidden;
 +
}
 +
/* reformat the major elements of the page */
 +
 +
body, html, #globalWrapper, #content {
 +
background: transparent;
 +
margin: 0;
 +
padding: 0;
 +
border: 0 none transparent;
 +
font-size: 1em;
 +
font-face: sans-serif;
 +
width: auto;
 +
border-top: 1px solid transparent;
 +
margin-top: -1px;
 +
}
 +
 +
body {
 +
background: url(https://static.igem.org/mediawiki/2012/e/e3/Team_LMU_banner.png) no-repeat 50% 20px white;
 +
width: 1000px; /* against my better judgement… */
 +
margin: 0 auto;
 +
position: relative;
 +
}
 +
 +
#top-section {
 +
border: 0 none transparent;
 +
margin: 0;
 +
padding: 0;
 +
width: auto;
 +
height: 1.5em;
 +
margin-bottom: -1.5em;
 +
}
 +
 +
#menubar {
 +
display: table-cell;
 +
background: transparent;
 +
}
 +
 +
#menubar.left-menu {
 +
width: 100%;
 +
}
 +
 +
#menubar.right-menu {
 +
text-align: right;
 +
}
 +
 +
#menubar * {
 +
color: transparent !important;
 +
background: transparent !important;
 +
}
 +
 +
#top-section:hover #menubar * {
 +
color: blue !important;
 +
}
 +
 +
#top-section:hover #menubar.left-menu {
 +
background: rgba(255, 255, 255, 0.75) !important;
}
}
</style>
</style>

Revision as of 14:00, 5 August 2013