MediaWiki:Common.css: Difference between revisions

revert to November version because some people don't like this.
(rolling back, you had the right idea GethN7)
(revert to November version because some people don't like this.)
Line 1:
/* CSS placed here will be applied to all skins */
 
/* CSS forplaced thehere spoilerwill templatebe applied to all skins */
 
.spoiler:not(:hover) a {color: white; background: none}
#This CSS styling allows the spoiler templates to function properly
.spoiler:not(:hover) a.external { background-image: none !important; }
 
.spoiler { color: white; background: white; border: dotted 1px gray; }
.spoiler, .spoiler a, .spoiler a.link, .spoiler a.new, .spoiler a.visited, .spoiler a.external:link, .spoiler a.hover { background: white; color:black; border:1px dotted gray; background: white; .spoiler:hover { background: white;}
.spoiler:hover { color: black; background: transparent }
 
.spoiler a { color: white\\9; } /* IE lt 9 hack */
}
 
/**