MediaWiki:Vector.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 349: | Line 349: | ||
.oo-ui-radioInputWidget input[type="radio"]:checked + span { | .oo-ui-radioInputWidget input[type="radio"]:checked + span { | ||
background-image: linear-gradient(transparent, transparent), url(' | background-image: linear-gradient(transparent, transparent), url('images/circle-constructive.png') !important; | ||
background-position: center center !important; | background-position: center center !important; | ||
} | } | ||
Line 388: | Line 388: | ||
.uls-menu .uls-search-label { | .uls-menu .uls-search-label { | ||
background: transparent url('skins/ | background: transparent url('skins/Darkvector/images/search.svg') !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
} | } | ||
.uls-icon-close { | .uls-icon-close { | ||
background: transparent url(' | background: transparent url('images/exit.png') !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
background-position: center center !important; | background-position: center center !important; | ||
Line 585: | Line 585: | ||
.mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | .mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | ||
background-image: url(' | background-image: url('images/check-constructive.png') !important; | ||
} | } | ||
Line 610: | Line 610: | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs, | ||
#right-navigation | #right-navigation div.darkvectorTabs { | ||
background-image: inherit; | background-image: inherit; | ||
background-color: #e87057 | background-color: #e87057 | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs ul, | ||
#right-navigation | #right-navigation div.darkvectorTabs ul { | ||
background-color: #e87057 | background-color: #e87057 | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs ul li, | ||
#right-navigation | #right-navigation div.darkvectorTabs ul li { | ||
background-color: #e87057; | background-color: #e87057; | ||
background-image: -moz-linear-gradient(top, #333 20%, #2a2a2a 100%); | background-image: -moz-linear-gradient(top, #333 20%, #2a2a2a 100%); | ||
Line 630: | Line 630: | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs li.new a, | ||
#right-navigation | #right-navigation div.darkvectorTabs li.new a, | ||
#left-navigation | #left-navigation div.darkvectorTabs li.new a:visited, | ||
#right-navigation | #right-navigation div.darkvectorTabs li.new a:visited { | ||
color: #d44 | color: #d44 | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs li.selected, | ||
#right-navigation | #right-navigation div.darkvectorTabs li.selected { | ||
background-color: #333; | background-color: #333; | ||
background-image: -moz-linear-gradient(top, #e87057 0, #333 10%); | background-image: -moz-linear-gradient(top, #e87057 0, #333 10%); | ||
Line 646: | Line 646: | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs li.selected a, | ||
#right-navigation | #right-navigation div.darkvectorTabs li.selected a, | ||
#left-navigation | #left-navigation div.darkvectorTabs li.selected a:visited, | ||
#right-navigation | #right-navigation div.darkvectorTabs li.selected a:visited { | ||
color: #D28A0D | color: #D28A0D | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs li a, | ||
#right-navigation | #right-navigation div.darkvectorTabs li a { | ||
color: #e87057 | color: #e87057 | ||
} | } | ||
#left-navigation | #left-navigation div.darkvectorTabs span, | ||
#right-navigation | #right-navigation div.darkvectorTabs span { | ||
background: transparent | background: transparent | ||
} | } | ||
#mw-head #right-navigation div.darkvectorMenu h3 { | |||
background: inherit | |||
} | } | ||
#mw-head div.darkvectorMenu h3 span { | |||
color: #e87057 | |||
} | } | ||
div.darkvectorMenu h3 a { | |||
background: inherit | |||
background | |||
} | } | ||
div.darkvectorMenu ul { | |||
background-color: black; | |||
border: solid 1px #0c0c0c | |||
background-color: | |||
} | } | ||
div.darkvectorMenu li a { | |||
color: #e87057 | |||
} | } | ||
div.darkvectorMenu li.selected a, | |||
div.darkvectorMenu li.selected a:visited { | |||
color: #D28A0D; | |||
color: # | |||
text-decoration: none | text-decoration: none | ||
} | } | ||
div.darkvectorMenu#p-cactions div.menu { | |||
border-color: #666 | |||
} | } | ||
div.darkvectorMenu#p-cactions ul { | |||
border: 0; | |||
background-color: #4c4c4c | |||
} | } | ||
Line 861: | Line 802: | ||
ul { | ul { | ||
list-style-type: disc; | list-style-type: disc; | ||
list-style-image: url(' | list-style-image: url('images/bullet-icon.svg') | ||
} | } | ||
Line 963: | Line 904: | ||
background-position: left top; | background-position: left top; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-image: url(' | background-image: url('images/user-icon.png'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url(' | background-image: -webkit-linear-gradient(transparent, transparent), url('images/user-icon.svg'); | ||
background-image: linear-gradient(transparent, transparent), url(' | background-image: linear-gradient(transparent, transparent), url('images/user-icon.svg'); | ||
padding-left: 15px !important | padding-left: 15px !important | ||
} | } |