MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
background-color: LightBlue; | background-color: LightBlue; | ||
color: Black; | color: Black; | ||
padding: | padding: 2px 4px 2px 4px; | ||
} | } | ||
Revision as of 19:09, 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: LightBlue;
color: Black;
padding: 2px 4px 2px 4px;
}