User:HuxP/vector.css

From This Might Be A Wiki

Note: After saving, you have to bypass your browser's cache to see the changes.
Firefox and Opera: hold down the Shift key while clicking Reload. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Chrome and Safari users can just click the Reload button.

/* ===== Custom Vector Skin Theme ===== */

/* Background and text */
body,
#content {
  background-color: #f0f3ff;
  color: #3a3a55;
}

/* Links */
a {
  color: #898ECA;
}
a:visited {
  color: #a28fde;
}
a:hover {
  color: #c58fcf;
}

/* Sidebar and header */
#mw-panel {
  background-color: #dcdfff;
  border-right: 1px solid #bbbde9;
}
#p-logo a {
  background-color: #bfc4f2;
}
#mw-head,
#mw-head-base {
  background-color: #c6ccf8;
  border-bottom: 2px solid #898ECA;
}

/* Tabs */
.vectorTabs li {
  background-color: #e2e4fc;
}
.vectorTabs li.selected {
  background-color: #c0c4f0;
  border-bottom: 3px solid #898ECA;
}
.vectorTabs li a {
  color: #4c4e7e;
}
.vectorTabs li a:hover {
  color: #7a6fb7;
}

/* Footer */
#footer {
  background-color: #d1d4f5;
  border-top: 2px solid #898ECA;
  color: #4a4c73;
}

/* Search bar */
#simpleSearch {
  background-color: #e7eaff;
  border: 1px solid #898ECA;
}
#searchInput {
  background-color: #ffffff;
  border: 1px solid #c6ccf8;
}

/* Misc buttons */
.mw-ui-button,
input[type="submit"],
input[type="button"] {
  background-color: #b6baf1;
  color: #fff;
  border: 1px solid #898ECA;
}
.mw-ui-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #d19de3;
  border-color: #af7cd6;
}