MediaWiki:Vector.css

From Film Noir 'Pedia
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 affect users of the Vector skin */


/* Black and white-isize vector */
body {
    background-color:#222;
}

#mw-head {
    background-color: #FFFFFF !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#FFF), color-stop(0.5, #FFF));
}

#mw-panel a {
    color:#FFF !important;
}

head {
    color:#FFF !important;
}

div#footer {
    color:#FFF !important;
}

div#content {
    border: 1px solid #000;
}

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

div.vectorTabs ul li {
    background-image: none;
    background-color: #FFF;
    background: -webkit-gradient(linear, left bottom, left top, from(#999), to(#FFF), color-stop(0.3, #FFF));
}