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
From the Spyro Wiki, the Spyro and Skylanders encyclopedia
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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; } /* dropdowns */ .mw-htmlform-ooui-wrapper .oo-ui-fieldLayout { margin-right: 10px; display: inline-block; vertical-align: middle !important; } .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout-group { display: block !important; } .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { display: none !important; } .mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header { padding-left: 0 !important; margin-bottom: 0 !important; } pre { background-color: #fff; border: 1px dashed #a52a2a; color: #000; overflow:auto; } .oo-ui-panelLayout-framed { border: 1px solid #B25F33; border-radius: 0px; } img { image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; image-rendering: crisp-edges; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor; }