MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
mNo edit summary
Tag: Manual revert
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 7: Line 7:
}
}


.ooc {
/*
background-color: LightSteelBlue;
span.ooc {
color: black;
background-color: #b4cad1;
padding-top: 1px;
color: Black;
padding-right: 3px;
padding: 2px 4px 2px 4px;
padding-bottom: 1px;
padding-left: 3px;
}
}
*/

Latest revision as of 00:27, 15 February 2022

/* CSS placed here will be applied to all skins */
blockquote {
    background-color: ghostwhite; 
    border: 2px dashed darkgrey;
    border-radius: 5px;
    padding: 5px;
}

/*
span.ooc {
	background-color: #b4cad1;
	color: Black;
	padding: 2px 4px 2px 4px;
}
*/