MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
m Marking spoiler stuff as "!important" |
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; | |||
} | } | ||