Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

User:Makanyane/darkvector.css

From TWC Wiki
Jump to navigationJump 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.
a, .mw-body a.external, .mw-body a.extiw, .uls-language-list a {
    color: #5dc0ff !important;
}

a.new, #p-personal a.new {
    color: #d33 !important;
}

#left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected {
    background-color: #333;
    background-image: -moz-linear-gradient(top,#5dc0ff 0,#333333 10%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5dc0ff),color-stop(10%,#333333));
    background-image: -webkit-linear-gradient(top,#5dc0ff 0,#333333 10%);
    background-image: linear-gradient(#5dc0ff 0,#333333 10%);
}
div#mw-head div.darkvectorMenu h3 span {
    color: #5dc0ff;
}

div#simpleSearch #searchButton {
    background-color: rgba(93,192,255,0.27) !important;
}
ul {
    list-style-type: disc;
    list-style-image: none;
}
.oo-ui-buttonElement-button, .mw-ui-button {
    color: #ffffff !important;
    background-color: #5dc0ff !important;
    border-color: #5dc0ff !important;
}
 .oo-ui-buttonElement-button:hover,
 .mw-ui-button:hover {
  color:#ffffff !important;
  background-color:#0060f4 !important;
  border-color:#0060f4 !important
 }
.editOptions, div#footer ul li {
    color: #c1c1c1;
}
.mild-notice {
    background-color: #BBB;
}
.mild-noticea, .mild-notice a.external, .mild-notice a.extiw {
    color: #045e97 !important;
}