Difference between revisions of "MediaWiki:Common.css"

From PTI Security Systems
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#hiddentext1 {opacity: 1;}
+
#hiddentext1 {opacity: 0;}
  
#MyAAMCTS:hover {text-decoration: underline; color: blue;}
+
.AAMCTS:hover {text-decoration: underline; color: blue;}
#MyAAMCTS:active ~ #hiddentext1 {opacity: 1;}
+
.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;}