Template:Nevada Header CSS

From 2011.igem.org

(Difference between revisions)
m
m
Line 186: Line 186:
li:hover .sub-level {
li:hover .sub-level {
     background: #C20074;
     background: #C20074;
-
    color: rgba(0,51,0,1);
 
     border: #000 solid;
     border: #000 solid;
     border-width: 3px;
     border-width: 3px;
Line 193: Line 192:
     left: 55px;
     left: 55px;
     top: 25px;
     top: 25px;
 +
  /* Border Styling */
 +
  -moz-border-radius-topright: 15px;
 +
  -moz-border-radius-topleft: 0px;
 +
  -webkit-border-top-right-radius: 15px;
 +
  -webkit-border-top-left-radius: 0px;
 +
  border-top-right-radius: 15px;
 +
  border-top-left-radius: 0px;
 +
  -moz-border-radius-bottomright: 15px;
 +
  -moz-border-radius-bottomleft: 0px;
 +
  -webkit-border-bottom-right-radius: 15px;
 +
  -webkit-border-bottom-left-radius: 0px;
 +
  border-bottom-right-radius: 15px;
 +
  border-bottom-left-radius: 0px;
}
}
ul.sub-level li {
ul.sub-level li {
Line 202: Line 214:
-
ul.sub-level li:hover{
+
ul.sub-level a{
-
     background: rgba(0,51,0,1);
+
    color: rgba(0,51,0,1) !important;
 +
}
 +
 
 +
ul.sub-level a:hover, ul.sub-level li:hover{
 +
     background: rgba(0,51,0,1) !important;
 +
    color: #C20074 !important;
 +
}
}
}

Revision as of 04:24, 5 September 2011