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

Line 48: Line 48:
 
.nav > li:hover,  
 
.nav > li:hover,  
 
.nav > li:hover > a {  
 
.nav > li:hover > a {  
   border-bottom-color: orange;
+
   border-bottom-color: blue;
 
}
 
}
 
.nav li:hover > a {  
 
.nav li:hover > a {  
   color:orange;  
+
   color:yellow;  
 
}
 
}
 
.nav > li:first-child {  
 
.nav > li:first-child {  
Line 81: Line 81:
 
   position: absolute;
 
   position: absolute;
 
   white-space: nowrap;
 
   white-space: nowrap;
   border-bottom: 5px solid  orange;
+
   border-bottom: 5px solid  blue;
 
   z-index: 1;
 
   z-index: 1;
 
   left: -99999em;
 
   left: -99999em;
Line 101: Line 101:
 
.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: orange;  
+
   border-bottom-color: blue;  
 
   margin-top:-5px
 
   margin-top:-5px
 
}
 
}
Line 110: Line 110:
 
.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: orange;
+
   border-right-color: blue;
 
   right: 10px;  
 
   right: 10px;  
 
}
 
}

Revision as of 04:02, 9 August 2016