Difference between revisions of "Template:2015CSS"

 
(4 intermediate revisions by the same user not shown)
Line 280: Line 280:
  
 
height:20px;
 
height:20px;
font-weight: bold;
 
 
list-style: none;
 
list-style: none;
 +
 +
/*animate transition */
 +
-webkit-transition: background 0.2s linear;
 +
-moz-transition: background 0.2s linear;
 +
-ms-transition: background 0.2s linear;
 +
-o-transition: background 0.2s linear;
 +
transition: background 0.2s linear;
 +
 
}
 
}
  
Line 287: Line 294:
 
#leftColumn ul ul li:hover, #leftColumn ul li:hover  {
 
#leftColumn ul ul li:hover, #leftColumn ul li:hover  {
 
background-color: #c1dfa6;
 
background-color: #c1dfa6;
border-radius: 5px;
 
 
}
 
}
  

Latest revision as of 17:19, 19 March 2015