MediaWiki:Common.css: Difference between revisions
From Silversword RPG Wiki
Sswikiadmin (talk | contribs) No edit summary |
Sswikiadmin (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
.quote | .quote | ||
{ | { | ||
background-color: # | background-color: #EEEEEEE; | ||
} | } | ||
.postinfo | |||
{ | { | ||
font-style: italic; | |||
color: #444444; | |||
} | } |
Revision as of 12:01, 24 March 2024
/* CSS placed here will be applied to all skins */ .quote { background-color: #EEEEEEE; } .postinfo { font-style: italic; color: #444444; }