Team:XMU-China/hidden

From 2012.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 7: Line 7:
}
}
div#top-section{
div#top-section{
-
//    background: url() no repeat;
+
     background-color:#B2DFEE;
-
     background-color:#ffffff;
+
     color: #00ff00;
     color: #00ff00;
-
     height: 20px;
+
     height: 10px;
     width:  100%;
     width:  100%;
     border: 0px;
     border: 0px;
Line 21: Line 20:
div#menubar{
div#menubar{
     position: relative;
     position: relative;
-
     top: 0;
+
     top: -6px;
     font-color: #0000ff;
     font-color: #0000ff;
     font-size: 10px;
     font-size: 10px;
Line 31: Line 30:
     float: left;
     float: left;
     top: 0;
     top: 0;
 +
margin-left:141px;
}
}
.right-menu{
.right-menu{
     float: right;
     float: right;
     top: 0;
     top: 0;
 +
margin-right:140px;
 +
}
 +
.right-menu:hover{
 +
    float: right;
 +
    top: 0;
 +
background-color:#555555;
 +
width:100px;
}
}
-
.left-menu, .left-menu a {
+
.left-menu a {
color: #ffffff;
color: #ffffff;
-
text-transform: lowercase;
 
}
}
 +
 +
#menubar ul {
 +
    color: #000000;
 +
    list-style: none;
 +
}
 +
 +
.left-menu .selected {
 +
#    color: white;
 +
}
 +
 +
.left-menu a:hover{
 +
    color: #0000ff;
 +
text-decoration: underline;
 +
}
 +
 +
 +
.right-menu li {
 +
background-color:transparent;
 +
}
 +
 +
.right-menu li:hover {
 +
#    background-color: #555555;
 +
}
 +
 +
.right-menu li a {
 +
    padding: 0px 15px 0px 0px;
 +
    color: white;
 +
background-color:transparent;
 +
}
 +
.right-menu li a:hover {
 +
    color: #aaaaff;
 +
    text-decoration: underline;
 +
background-color: #555555;
 +
}
 +
 +
 +
div#search-controls{
div#search-controls{

Latest revision as of 19:14, 26 September 2012