Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
Line 13: Line 13:
#content {
#content {
     border: none;}
     border: none;}
-
#top-section{
+
 
-
  height: 20px !important;
+
#top-section {
-
  border: none !important;
+
border: 0 none transparent;
-
  border-top: none;
+
margin: 0;
 +
padding: 0;
 +
width: auto;
 +
height: 1.5em;
 +
margin-bottom: -1.5em;
}
}
 +
#menubar {
#menubar {
-
    font-size: 65%;
+
display: table-cell;
-
    top: -14px;}
+
background: transparent;
-
.left-menu:hover {
+
}
-
    background-color: transparent;}
+
-
#menubar li a {
+
-
    background-color: transparent;}
+
-
#menubar:hover {
+
-
    color: transparent;}
+
-
#menubar li a {
+
-
    color: grey;}
+
-
#menubar:hover li a {
+
-
    color: grey;}
+
 +
#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;
 +
}
html {
html {
        
        

Revision as of 07:39, 1 October 2013