MediaWiki:Common.css: Difference between revisions

From Wiki Awoo
Jump to navigation Jump to search
m tweak
mNo edit summary
Line 5: Line 5:
     border-radius: 5px;
     border-radius: 5px;
     padding: 5px;
     padding: 5px;
}
.ooc {
background-color: darkgrey;
color: black;
}
}

Revision as of 17:58, 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: darkgrey;
	color: black;
}