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
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
padding-left: 0 !important; | padding-left: 0 !important; | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
} | |||
pre { | |||
background-color: #fff; | |||
border: 1px dashed #a52a2a; | |||
color: #000; | |||
overflow:auto; | |||
} | |||
div.mw-highlight { | |||
border: 0px | |||
} | } |
Revision as of 21:32, March 26, 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; } /* 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; } div.mw-highlight { border: 0px }