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: 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;}
 
#hiddentext1 {opacity: 0;}
 

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;}