Difference between revisions of "User:Makanyane/darkvector.css"
From TWC Wiki
Jump to navigationJump to searchLine 6: | Line 6: | ||
color: #d33 !important; | 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 | ||
+ | } |
Revision as of 23:34, 20 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 }