Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
RJackson (talk | contribs)
m Marking spoiler stuff as "!important"
RJackson (talk | contribs)
m Giving spoiler-text a slight different background colour - make the "spoilers" distringuishable from regular text when they're not hidden.
Line 10: Line 10:
     color: white !important;
     color: white !important;
     background: black !important;
     background: black !important;
}
.spoiler-text {
    background: #EEE;
}
}