MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
.ooc { | .ooc { | ||
background-color: | background-color: darkgray; | ||
color: black; | color: black; | ||
} | } | ||
Revision as of 18:01, 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: darkgray;
color: black;
}