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