Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
Line 19: Line 19:
}
}
#menubar {
#menubar {
-
    font-size: 65%;
+
display: table-cell;
-
    top: -14px;}
+
background: transparent;
-
.left-menu:hover {
+
}
-
    background-color: transparent;}
+
 
-
#menubar li a {
+
#menubar.left-menu {
-
    background-color: transparent;}
+
width: 100%;
-
#menubar:hover {
+
}
-
    color: transparent;}
+
 
-
#menubar li a {
+
#menubar.right-menu {
-
    color: grey;}
+
text-align: right;
-
#menubar:hover li a {
+
}
-
    color: grey;}
+
 
 +
#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;
 +
}
 +
 
html {
html {

Revision as of 08:53, 1 October 2013