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 */
  
.transition {display: none;}
+
.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 {display: block;}
+
.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;}