Welcome to the Spyro Wiki's new home world!
Feel free to rewrite and expand the articles and upload images that are missing.
MediaWiki:Monobook.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 affect users of the MonoBook skin */ div#globalWrapper { background: #8830A2; } body { background: #8830A2; } #p-personal .pBody ul { background: #FFF; float: right; padding-left: 0; height: 1.45em; } #p-personal ul a:hover { text-decoration: underline; background-color:transparent; } #p-cactions li { border-color: brown !important; } #p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 1em; border-top-right-radius: 1em; border-color: #000; } /* border */ #content, #footer { background-color: #f9f8fc; } .wikiEditor-ui .wikiEditor-ui-view { border-color: #F2C055; } textarea { border-color: #F2C055; } .portlet .pBody { border: 1px solid brown; } /* edit summary window */ .editOptions { background-color: #ddd3ee; border-color: #F2C055; } li#pt-userpage, li#pt-anonuserpage, li#pt-login { background-size: 16px; padding: 1px 0 2px 20px; } /* wikitable*/ table.wikitable {background:#fff;margin:1em 0;border:1pt solid black;border-collapse:collapse;color:black} table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1pt solid #F2C055;padding:0.2em 0.4em} table.wikitable > * > tr > th {background: #cbc2e5;}