MediaWiki:Vector.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: 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('images/circle-constructive.png') !important; | background-image: linear-gradient(transparent, transparent), url('skins/Vector/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/Vector/images/search.svg') !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
} | } | ||
.uls-icon-close { | .uls-icon-close { | ||
background: transparent url('images/exit.png') !important; | background: transparent url('skins/Vector/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('images/check-constructive.png') !important; | background-image: url('skins/Vector/images/check-constructive.png') !important; | ||
} | } | ||
Line 671: | Line 671: | ||
float: left; | float: left; | ||
height: 2.5em; | height: 2.5em; | ||
background-image: url('images/tab-break.png'); | background-image: url('skins/Vector/images/tab-break.png'); | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 684: | Line 684: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
background-image: url('images/tab-break.png'); | background-image: url('skins/Vector/images/tab-break.png'); | ||
background-position: right bottom; | background-position: right bottom; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Line 697: | Line 697: | ||
padding: 0; | padding: 0; | ||
background-color: #f3f3f3; | background-color: #f3f3f3; | ||
background-image: url('images/tab-normal-fade.png'); | background-image: url('skins/Vector/images/tab-normal-fade.png'); | ||
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
Line 713: | Line 713: | ||
nav.vector-menu-tabs li.selected { | nav.vector-menu-tabs li.selected { | ||
background-image: url('images/tab-current-fade.png') | background-image: url('skins/Vector/images/tab-current-fade.png') | ||
} | } | ||
Line 743: | Line 743: | ||
nav.vector-menu-tabs span { | nav.vector-menu-tabs span { | ||
display: inline-block; | display: inline-block; | ||
background-image: url('images/tab-break.png'); | background-image: url('skins/Vector/images/tab-break.png'); | ||
background-position: bottom right; | background-position: bottom right; | ||
background-repeat: no-repeat | background-repeat: no-repeat | ||
Line 861: | Line 861: | ||
ul { | ul { | ||
list-style-type: disc; | list-style-type: disc; | ||
list-style-image: url('images/bullet-icon.svg') | list-style-image: url('skins/Vector/images/bullet-icon.svg') | ||
} | } | ||
Line 963: | Line 963: | ||
background-position: left top; | background-position: left top; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-image: url('images/user-icon.png'); | background-image: url('skins/Vector/images/user-icon.png'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('images/user-icon.svg'); | background-image: -webkit-linear-gradient(transparent, transparent), url('skins/Vector/images/user-icon.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('images/user-icon.svg'); | background-image: linear-gradient(transparent, transparent), url('skins/Vector/images/user-icon.svg'); | ||
padding-left: 15px !important | padding-left: 15px !important | ||
} | } |