MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
.ooc { | .ooc { | ||
background-color: | background-color: MintCream; | ||
color: Black; | color: Black; | ||
padding: 1px 3px 1px 3px; | padding: 1px 3px 1px 3px; | ||
} | } |
Revision as of 19:07, 14 February 2022
/* CSS placed here will be applied to all skins */ blockquote { background-color: ghostwhite; border: 2px dashed darkgrey; border-radius: 5px; padding: 5px; } .ooc { background-color: MintCream; color: Black; padding: 1px 3px 1px 3px; }