Note: After saving, you may have to bypass your browser's cache to see the changes.
- Chrome - Windows: Hold the Ctrl key and press the F5 key. OS X: Hold both the ⌘ Cmd and ⇧ Shift keys and press the R key.
- Safari - Hold down the ⇧ Shift key and click the Reload toolbar button.
- Firefox - Windows: Hold the Ctrl key, and press F5. OS X: Hold the ⌘ Cmd and ⇧ Shift keys, and then press R.
- Internet Explorer - Hold the Ctrl key, and press F5 (or click the Refresh button).
/*********************************HOVER IMAGES**********************************/ /* Hover Logo */ .wds-community-header__wordmark img { opacity: 0.85; filter: alpha(opacity=85); /* For IE8 and earlier */ } .wds-community-header__wordmark img:hover { opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ } /* Hover Logo (editor) */ span.wordmark.medium.graphic.font- { opacity: 0.85; filter: alpha(opacity=85); /* For IE8 and earlier */ } span.wordmark.medium.graphic.font-:hover { opacity: 1.00; filter: alpha(opacity=100); /* For IE8 and earlier */ } span.wordmark.small.graphic.font-cpmono { opacity: 0.85; filter: alpha(opacity=85); /* For IE8 and earlier */ } span.wordmark.small.graphic.font-cpmono:hover { opacity: 1.00; filter: alpha(opacity=100); /* For IE8 and earlier */ } /* Hover Class */ .hoverimage img { opacity: 0.85; filter: alpha(opacity=85); /* For IE8 and earlier */ } .hoverimage img:hover { opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ }