MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
m tweak
No edit summary
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
blockquote {
blockquote {
     background-color: lightgrey;  
     background-color: ghostwhite;
     border-style: dotted;
    border: 2px dashed darkgrey;
     border-radius: 5px;
    padding: 5px;
}
}
/*
span.ooc {
background-color: #b4cad1;
color: Black;
padding: 2px 4px 2px 4px;
}
*/

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;
}
*/