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.

Difference between revisions of "MediaWiki:Darkvector.css"

From TWC Wiki
Jump to navigationJump to search
(orange changed to blue links with red for new pages)
 
(No difference)

Latest revision as of 00:50, 21 May 2020

/* CSS placed here will affect users of the DarkVector skin */
a, .mw-body a.external, .mw-body a.extiw, .uls-language-list a, .toctogglelabel {
    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, .mild-notice a:visited, .mild-notice a.external:visited {
    color: #045e97 !important;
}