Difference between revisions of "MediaWiki:Common.css"
From PTI Security Systems
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .transition {display: | + | .transition {display: inline;} |
.AAMCTS:hover {text-decoration: underline; color: blue; font-size: 150%;} | .AAMCTS:hover {text-decoration: underline; color: blue; font-size: 150%;} | ||
− | .AAMCTS:active + DIV { | + | .AAMCTS:active + DIV {background-color: yellow;} |
Revision as of 13:52, 28 August 2014
/* CSS placed here will be applied to all skins */ .transition {display: inline;} .AAMCTS:hover {text-decoration: underline; color: blue; font-size: 150%;} .AAMCTS:active + DIV {background-color: yellow;}