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
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
   background-color: #EEEEEE;
   background-color: #EEEEEE;


}
.postinfo
{
  font-style: italic;
  color: #444444;
}
.spoiler
{
  background-color: #FFAAAA;
}
}

Latest revision as of 12:30, 24 March 2024

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

.quote
{
  background-color: #EEEEEE;

}

.postinfo
{
  font-style: italic;
  color: #444444;
}

.spoiler
{
  background-color: #FFAAAA;
}