Template:MIT-header

From 2011.igem.org

(Difference between revisions)
Line 41: Line 41:
     background-color: white;  
     background-color: white;  
}
}
-
#menubar ul{
+
#menubar ul li a {
 +
    color: #999999; }
 +
    .right-menu li a {
 +
    color: black;
 +
    background-color: white;
 +
}
 +
 
 +
ul
 +
{
float:left;
float:left;
width:100%;
width:100%;
Line 48: Line 56:
list-style-type:none;
list-style-type:none;
}
}
-
#menubar li a {  
+
a
-
    color: #999999; }
+
{
-
    .right-menu li a {
+
float:left;
-
    color: black;
+
width:6em;
-
    background-color: white;
+
text-decoration:none;
 +
color:white;
 +
background-color:purple;
 +
padding:0.2em 0.6em;
 +
border-right:1px solid white;
}
}
 +
a:hover {background-color:#ff3300;}
 +
li {display:inline;}
</style>
</style>
</head>
</head>

Revision as of 21:58, 24 October 2011