Difference between revisions of "Template:Team:Michigan/navbar-Irina"

Line 49: Line 49:
 
.nav > li:hover,  
 
.nav > li:hover,  
 
.nav > li:hover > a {  
 
.nav > li:hover > a {  
   border-bottom-color: blue;
+
   border-bottom-color: #00274C;
 
}
 
}
 
.nav li:hover > a {  
 
.nav li:hover > a {  
   color:yellow;  
+
   color:#ffd700;  
 
}
 
}
 
.nav > li:first-child {  
 
.nav > li:first-child {  
Line 82: Line 82:
 
   position: absolute;
 
   position: absolute;
 
   white-space: nowrap;
 
   white-space: nowrap;
   border-bottom: 5px solid  blue;
+
   border-bottom: 5px solid  #00274C;
 
   z-index: 1;
 
   z-index: 1;
 
   left: -99999em;
 
   left: -99999em;
Line 102: Line 102:
 
.nav > li:hover > a:first-child:nth-last-child(2):before {
 
.nav > li:hover > a:first-child:nth-last-child(2):before {
 
   border: 5px solid transparent;  
 
   border: 5px solid transparent;  
   border-bottom-color: blue;  
+
   border-bottom-color: #00274C;  
 
   margin-top:-5px
 
   margin-top:-5px
 
}
 
}
Line 111: Line 111:
 
.nav li li:hover > a:first-child:nth-last-child(2):before {
 
.nav li li:hover > a:first-child:nth-last-child(2):before {
 
   border: 5px solid transparent;
 
   border: 5px solid transparent;
   border-right-color: blue;
+
   border-right-color: #00274C;
 
   right: 10px;  
 
   right: 10px;  
 
}
 
}

Revision as of 02:10, 11 August 2016