Team:SCUT

From 2014.igem.org

(Difference between revisions)
Line 52: Line 52:
/*end of hiding the footer book*/
/*end of hiding the footer book*/
-
/* menu (page, edit ...) */
 
-
#menubar {
 
-
    background-color:transparent;
 
-
    position: relative;
 
-
    float:left;
 
-
    white-space: nowrap;
 
-
    top:-6px;
 
-
    width: 490px;
 
-
    z-index: 5000;
 
-
    font-family: sans-serif;
 
-
    font-size: 95%;
 
-
    line-height: 1em;
 
-
    z-index:99;
 
-
}
 
-
.left-menu, .left-menu a {
+
#header{position:absolute;top:30px;left:0px;width:100%;height:186px;overflow:hidden;text-align:center;}
-
    text-align: left;
+
-
    color:#999999;
+
-
    text-transform: lowercase;
+
-
}
+
-
 
+
-
.left-menu:hover {
+
-
    color: #D00000;
+
-
    background-color: transparent;
+
-
}
+
-
 
+
-
.right-menu{width:400px; float:right}
+
-
.right-menu, .right-menu a {
+
-
    right: 0px;
+
-
    text-align: right;
+
-
    color: #999999;
+
-
}
+
-
#menubar ul {
+
-
    color: #999999;
+
-
    list-style: none;
+
-
}
+
-
#menubar li {
+
-
    display: inline;
+
-
    position: relative;
+
-
    cursor: pointer;
+
-
    padding-left: 0px;
+
-
    padding-right: 0px;
+
-
}
+
-
.left-menu li a {
+
-
    padding: 0px 10px 0px 0px;
+
-
}
+
-
.left-menu .selected {
+
-
#    color: #999999;
+
-
}
+
-
#.left-menu .selected:hover {
+
-
#    color: #999999;
+
-
#}
+
-
 
+
-
.left-menu:hover a {
+
-
    color: #999999;;
+
-
}
+
-
 
+
-
.left-menu li a:hover {
+
-
    color: #D00000;
+
-
    text-decoration: underline;
+
-
}
+
-
 
+
-
 
+
-
.right-menu li {
+
-
#    background-color: transparent;
+
-
}
+
-
.right-menu li a {
+
-
    padding: 0px 15px 0px 0px;
+
-
    color: #999999;;
+
-
    background-color: transparent;
+
-
}
+
-
.right-menu li a:hover {
+
-
    color: #D00000;
+
-
    text-decoration: underline;
+
-
}
+
-
/* end menu (edit, page ...) */
+
-
 
+
-
 
+
-
#header{position:absolute;top:30px;left:0px;width:100%;height:186px;overflow:hidden;text-align:center;border:1px solid black;}
+
#header img{position:absolute;left:0px;width:980px;height:auto;}
#header img{position:absolute;left:0px;width:980px;height:auto;}

Revision as of 12:27, 5 October 2014

Team-Members