MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
Change to spoiler-inline. Using an image to reduce the possible ambiguity of blacked-out text.
(+Main page CSS, with colours from navbox.)
m (Change to spoiler-inline. Using an image to reduce the possible ambiguity of blacked-out text.)
Line 3: Line 3:
/* Some spoiler stuff */
/* Some spoiler stuff */
.spoiler-inline {
.spoiler-inline {
     color: black;
     color: transparent;
     background: black;
     background: black url('/w/images/6/61/Inline_Spoiler_background.png');
}
}


.spoiler-inline:hover {
.spoiler-inline:hover {
     color: white;
     color: white;
    background: black;
}
}


Navigation menu