Don't forget to sign up and help contribute to the website!

MediaWiki:Vector.css

From Pony vs Pony Wiki
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: 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 affect users of the Vector skin */
/* Make Vector have a pink border */
div.vectorTabs, div.vectorTabs li a, div.vectorMenu h5 a {
    background-image: url(/skins/vector/pink/Tab-break.png);
}

#mw-head-base {
    background-image: url(/skins/vector/pink/Border.png);
}

#footer{
    background-image: none !important;
}

div.vectorTabs ul {
    background-image: url(/skins/vector/pink/Tab-break.png);
}

div.vectorTabs ul li {
    background-image: url(/skins/vector/pink/Tab-normal-fade.png);
    background-color: transparent;
}

div.vectorTabs li.selected {
    background-image: url(/skins/vector/pink/Tab-current-fade.png);
}

#mw-page-base {
    background: transparent url(/skins/vector/pink/Page-fade.png) repeat-x;
}

#content {
    background-color: transparent;
    background-image: url(/skins/vector/pink/Content-bg.png) !important;
    border-left:1px solid #F170CA;
    border-bottom:1px solid #F170CA;
}