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

User:Manga Maniac/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.
/* Make Vector have a pink border */
div.vectorTabs, div.vectorTabs li a, div.vectorMenu h5 a {
    background-image: url(/images/5/58/Tab-break.png);
}

#mw-head-base, #footer {
    background-image: url(/images/4/46/Border.png);
}

div.vectorTabs ul { 
    background-image: url(/images/5/58/Tab-break.png);
}

div.vectorTabs ul li {
    background-image: url(/images/7/77/Tab-normal-fade.png);
    background-color: transparent;
}

div.vectorTabs li.selected {
    background-image: url(/images/7/71/Tab-current-fade.png);
}

#mw-page-base {
    background: transparent url(/images/9/99/Page-fade.png) repeat-x;
}

#content { 
    background-color: transparent;
    background-image: url(/images/d/dd/Content-bg.png);
    border-left:1px solid #F2A858;
}