MediaWiki:Vector.css
From Pangaea Wiki
Revision as of 22:16, 15 July 2018 by MyraMidnight (Talk | contribs)
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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */ *{box-sizing:border-box} .mediawiki {background:#000 url(/skins/images/pang-bg-lower.jpg) top center no-repeat} div#p-logo .mw-wiki-logo { display:none;} #mw-page-base{ background:transparent;} #content.mw-body{ background:#F9E7B9; margin:0; border:none;} div#mw-panel{ background:#171717;} div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited, #p-personal a { color:#c6bcb3} #mw-head .vectorTabs ul li { border-radius:10px 10px 0 0; padding:0px 10px; background: #8a2405; color:#fff; border-right:2px #4c1300 solid;} #mw-head .vectorTabs a{color:#fff;} #mw-head .vectorTabs .selected{background:#F9E7B9;} #mw-head .vectorTabs .selected a{color:#000;} #left-navigation{margin-left:0} /******** Navigation tabs (read,edit,history... ) */ div.vectorTabs, div.vectorTabs ul, div.vectorTabs ul li, div.vectorTabs ul li span, div.vectorTabs h3 span {background:none;} /******** Footer**************/ div#footer{ background:#171717; margin:0;} div#footer ul li {color:#c6bcb3} div#footer ul li a {color:#c6bcb3}