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: Difference between revisions
From the Spyro Wiki, the Spyro and Skylanders encyclopedia
1px |
experimenting with a darker purple border for wikitables |
||
Line 60: | Line 60: | ||
/* wikitable*/ | /* wikitable*/ | ||
table.wikitable {background:#fff;margin:1em 0;border:1px solid black;border-collapse:collapse;color:black} | table.wikitable {background:#fff;margin:1em 0;border:1px solid black;border-collapse:collapse;color:black} | ||
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid # | table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #522678;padding:0.2em 0.4em} | ||
table.wikitable > * > tr > th {background: #cbc2e5;} | table.wikitable > * > tr > th {background: #cbc2e5;} |
Revision as of 04:19, May 27, 2019
/* CSS placed here will affect users of the MonoBook skin */ div#globalWrapper { background: #9f59b4; } body { background: #9f59b4; } #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: #F2C055 !important; } #p-cactions ul li, #p-cactions ul li a { border-color: #000; } /* border */ #content, #footer { background-color: #f9f8fc; } .wikiEditor-ui .wikiEditor-ui-view, #content, #footer { border-color: #F2C055; } textarea { border-color: #B25F33; } .portlet .pBody { background-color:#f9f8fc; border: 1px solid #F2C055; } /* edit summary window */ .editOptions { background-color: #ddd3ee; border-color: #B25F33; } li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(/gem.png) top left no-repeat; background-size: 13px; padding: 0px 1px 2px 20px; } /* wikitable*/ table.wikitable {background:#fff;margin:1em 0;border:1px solid black;border-collapse:collapse;color:black} table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #522678;padding:0.2em 0.4em} table.wikitable > * > tr > th {background: #cbc2e5;}