Team:TU-Delft/CSSLaksh

From 2012.igem.org

(Difference between revisions)
Line 409: Line 409:
#top-section {
#top-section {
border:none;
border:none;
-
margin: 0 auto;
 
height:0px  ! important;
height:0px  ! important;
-
width:100%;
 
}
}
#centeredimage {
#centeredimage {
Line 431: Line 429:
#menubar {
#menubar {
-
    position: absolute;
+
/* format top menubar */
-
    white-space: nowrap;
+
top: 0px;
-
    top:0;
+
float: left;
-
    width: 350px;
+
border: none;
-
    z-index: 5;
+
font-family:"Trebuchet MS","Verdana",Arial,sans-serif;
-
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
font-size:85%;
-
    font-size: 95%;
+
height: 24px;
-
    line-height: 1em;
+
}
-
z-index:1001;
+
-
}
+
-
#menubar ul {
+
#menubar li a {
-
    color: #E81B05;
+
color: #7297BA;
-
    list-style: none;
+
}
-
}
+
#menubar li a:hover {
-
#menubar li {
+
text-decoration: underline;
-
    display: inline;
+
}
-
    position: relative;
+
#menubar.right-menu {
-
    cursor: pointer;
+
/* format right part of top menubar and add iGEM mini logo */
-
    padding-left: 0px;
+
text-align: right;
-
    padding-right: 0px;
+
right: auto;
-
}
+
background-color: #336699;
 +
width: 975px;
 +
z-index: 7;
 +
}
 +
#menubar.left-menu {
 +
/* format left part of top menubar */
 +
text-align: left;
 +
width: auto;
 +
z-index: 8;
 +
}
 +
        #menubar.left-menu:hover {
 +
                background-color: transparent;}

Revision as of 07:23, 7 September 2012