MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
     padding: 5px;
     padding: 5px;
}
}
/*
/*
.ooc {
span.ooc {
// background-color: #b4cad1;
background-color: #b4cad1;
// color: Black;
color: Black;
color: DarkGray;
padding: 2px 4px 2px 4px;
padding: 2px 4px 2px 4px;
}
.failroll {
color: red;
}
.successroll {
color: green;
}
}
*/
*/

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