Difference between revisions of "MediaWiki:Common.css"

From PTI Security Systems
Jump to: navigation, search
Line 4: Line 4:
  
 
.AAMCTS:hover {text-decoration: underline; color: blue; font-size: 150%;}
 
.AAMCTS:hover {text-decoration: underline; color: blue; font-size: 150%;}
.AAMCTS:focus + .transition * {background-color: yellow;}
+
.AAMCTS:active + .transition * {background-color: yellow;}
 
+
div.transition:hover {background-color: yellow;}
+

Revision as of 14:08, 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 + .transition * {background-color: yellow;}