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 "User:Makanyane/darkvector.css"

From TWC Wiki
Jump to navigationJump to search
Line 41: Line 41:
 
.mild-notice {
 
.mild-notice {
 
     background-color: #BBB;
 
     background-color: #BBB;
 +
    color: #045e97 !important;
 
}
 
}

Revision as of 00:45, 21 May 2020

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;
    color: #045e97 !important;
}