Welcome to the Spyro Wiki's new home world!
Feel free to rewrite and expand the articles and upload images that are missing.
MediaWiki:Common.css: Difference between revisions
From the Spyro Wiki, the Spyro and Skylanders encyclopedia
mario/conker wikis |
added from crash wiki |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
fieldset { | |||
border: 1px solid #a52a2a; | |||
} | |||
.mw-changeslist-legend { | |||
border: 1px solid #aaa; | |||
} | |||
div.tleft, div.tright { | |||
margin-top: 0.2em; | |||
margin-bottom: 0.8em; | |||
} | |||
blockquote { | blockquote { | ||
border-left: 3px solid #06f; | border-left: 3px solid #06f; |
Revision as of 22:07, March 25, 2020
/* CSS placed here will be applied to all skins */ fieldset { border: 1px solid #a52a2a; } .mw-changeslist-legend { border: 1px solid #aaa; } div.tleft, div.tright { margin-top: 0.2em; margin-bottom: 0.8em; } blockquote { border-left: 3px solid #06f; margin-left: 2em; padding-left: 1em; }