MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(i think this should work)
(okay, trying hoverspoilers again)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */

/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* CSS for the spoiler template */
/* CSS for the spoiler template */
.spoil:not(:hover) a {color: white; background: none}
.spoiler { border:1px dotted gray; }
.spoil:not(:hover) a.external { background-image: none !important; }
.spoiler, .spoiler a:link, .spoiler a:visited, ..spoiler a.new:link, .spoiler a.new:visited, .spoiler a.external:link, .spoiler a.external:visited,{ background: white; color:black; background: white; }
.spoiler:hover { color: black; background: transparent; }
.spoil { color: white; background: white; border: dotted 1px gray; }
.spoil:hover { color: black; background: transparent }

.spoil a { color: white\\9; } /* IE lt 9 hack */


/**
/**