Difference between revisions of "Template:2015CSS"

Line 284: Line 284:
 
font-weight: bold;
 
font-weight: bold;
 
text-decoration: none;
 
text-decoration: none;
opacity: 1.0;
 
    filter: alpha(opacity=100); /* For IE8 and earlier */
 
 
}
 
}
  
 
/* Styling links on hover- links are different in menu divs */
 
/* Styling links on hover- links are different in menu divs */
 
#rightColumn a:hover, #fullWidth a:hover, #leftColumn_MainPage a:hover {
 
#rightColumn a:hover, #fullWidth a:hover, #leftColumn_MainPage a:hover {
     opacity: 0.4;
+
     color: #b5dec7;
    filter: alpha(opacity=40); /* For IE8 and earlier */
+
 
}
 
}
  

Revision as of 17:17, 18 March 2015