MediaWiki:Common.css: Difference between revisions

Content added Content deleted
mNo edit summary
(Undo revision 465063 by GethN7 (talk))
Line 2: Line 2:


/* CSS for the spoiler template */
/* CSS for the spoiler template */
.spoiler:not(:hover) a {color: white; background: none}
.spoil:not(:hover) a {color: white; background: none}
.spoiler:not(:hover) a.external { background-image: none !important; }
.spoil:not(:hover) a.external { background-image: none !important; }
.spoiler { color: white; background: white; border: dotted 1px gray; }
.spoil { color: white; background: white; border: dotted 1px gray; }
.spoiler:hover { color: black; background: transparent }
.spoil:hover { color: black; background: transparent }
.spoiler a { color: white\\9; } /* IE lt 9 hack */
.spoil a { color: white\\9; } /* IE lt 9 hack */


/**
/**