MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, 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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ @font-face { font-family: spFont; src: url(fonts/SpLanguage-Regular.ttf); } spFormat { font-family: spFont; } body { background: #B6E8FF url(https://www.worldofsp.com/wiki/images/8/8c/Wiki_bg_var2.png) 0 0 repeat; } div.pBody, div#content { background-color: #fffef9; } #mw-head, mw-head-base { background: #E6FFFF url(https://www.worldofsp.com/wiki/images/8/89/Wiki_bg_var2_top.png) 0 0 repeat; /* background: #E6FFFF; background-color: transparent; */ } #footer.mw-footer { background-color: #E6FFFF; } #p-navigation, #p-tb { border-radius: 20px; background-color: #fffef9; } li.gallerybox div.thumb { border: 2px solid #f1d7a3; border-radius: 5px; background-color: #ffea9f; } /* Table Stuff */ /* Infobox Table */ .infoboxtable { /* border: 1px solid #644c2c; */ } /* Table Heading */ .infoboxtable > tr > th.infobox, .infoboxtable > * > tr > th{ background-color: #edad59; } /* Table Row */ .infoboxtable tr { background: #fff9e4; } /* MV Specific */ body.category-Mattyverse { background: #B6E8FF url(https://www.worldofsp.com/wiki/images/thumb/0/01/Sol.png/295px-Sol.png) 0 0 repeat !important; } spLightPanel { background-color: #fffef9; }