MediaWiki:Common.css: Difference between revisions

From Silversword RPG Wiki
(Created page with "→‎CSS placed here will be applied to all skins: .quote { background-color: #EEEEEE; }")
 
No edit summary
Line 2: Line 2:


.quote
.quote
{
  background-color: #DDDDDD;
}
blockquote
{
{
   background-color: #EEEEEE;
   background-color: #EEEEEE;
}
}

Revision as of 11:56, 24 March 2024

/* CSS placed here will be applied to all skins */

.quote
{
  background-color: #DDDDDD;

}

blockquote
{
  background-color: #EEEEEE;
}