MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 8: Line 8:


.ooc {
.ooc {
background-color: MintCream;
background-color: LightSteelBlue;
color: Black;
color: Black;
padding: 1px 3px 1px 3px;
padding: 1px 3px 1px 3px;
}
}

Revision as of 19:08, 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: LightSteelBlue;
	color: Black;
	padding: 1px 3px 1px 3px;
}