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 */ | ||
− | #hiddentext1 {opacity: | + | #hiddentext1 {opacity: 0;} |
− | + | .AAMCTS:hover {text-decoration: underline; color: blue;} | |
− | + | .AAMCTS:active ~ #hiddentext1 {opacity: 1;} |
Revision as of 10:10, 28 August 2014
/* CSS placed here will be applied to all skins */ #hiddentext1 {opacity: 0;} .AAMCTS:hover {text-decoration: underline; color: blue;} .AAMCTS:active ~ #hiddentext1 {opacity: 1;}