MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
m tweak
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 2: Line 2:
blockquote {
blockquote {
     background-color: ghostwhite;  
     background-color: ghostwhite;  
    /* border-style: dotted; */
     border: 2px dashed darkgrey;
     border: 2px dashed darkgrey;
     border-radius: 5px;
     border-radius: 5px;
     border-spacing: 10px;
     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;
}
*/