MediaWiki:Gadget-skinToggles.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "#pt-theme-toggles .oo-ui-icon-advanced, #pt-fixed-width .oo-ui-icon-advanced { width: 15px; min-width: 15px; height: 14px; background-size: 14px; display: block; background-repeat: no-repeat; →‎background-image is in vector.css: opacity: 1; margin-bottom: -2px; } .rsw-skin-toggle-popup .oo-ui-window-frame { width: 440px !important; } .rsw-skin-toggle-popup .appearance-modal { font-size: .9em; padding: 1em 2em 1.5em; }...")
 
No edit summary
 
Line 37:
 
.rsw-skin-toggle-popup .light-mode-button .button-img {
background: url('filepath:/images/rss/Light_mode_icon.png?width=70') center no-repeat;
height: 70px;
width: 70px;
Line 44:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.rsw-skin-toggle-popup .light-mode-button .button-img {
background-image: url('filepath:/images/rss/Light_mode_icon.png');
background-size: 70px;
}
Line 61:
 
.rsw-skin-toggle-popup .dark-mode-button .button-img {
background: url('filepath:/images/rss/Dark_mode_icon.png?width=70') center no-repeat;
height: 70px;
width: 70px;
Line 68:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.rsw-skin-toggle-popup .dark-mode-button .button-img {
background-image: url('filepath:/images/rss/Dark_mode_icon.png');
background-size: 70px;
}
Line 85:
 
.rsw-skin-toggle-popup .brown-mode-button .button-img {
background: url('filepath:/images/rss/Brown_mode_icon.png?width=70') center no-repeat;
height: 70px;
width: 70px;
Line 92:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.rsw-skin-toggle-popup .brown-mode-button .button-img {
background-image: url('filepath:/images/rss/Brown_mode_icon.png');
background-size: 70px;
}
Line 109:
 
.rsw-skin-toggle-popup .oo-ui-optionWidget-selected .button-text-selected {
background: url('filepath:/images/rss/Checkmark_green.png?width=15') center no-repeat;
position: relative;
top: 1.4em;
Line 116:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.rsw-skin-toggle-popup .oo-ui-optionWidget-selected .button-text-selected {
background-image: url('filepath:/images/rss/Checkmark_green.png');
background-size: 15px;
}
Line 123:
 
.rsw-skin-toggle-popup .oo-ui-widget-disabled .oo-ui-optionWidget-selected .button-text-selected {
background-image: url('filepath:/images/rss/Checkmark_grey.png?width=15');
opacity: .5;
}
Line 129:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.rsw-skin-toggle-popup .oo-ui-widget-disabled .oo-ui-optionWidget-selected .button-text-selected {
background-image: url('filepath:/images/rss/Checkmark_grey.png');
}
 
Line 374:
 
.wgl-theme-popup .light-mode-button .button-img {
background: url('filepath:/images/rss/Light_mode_icon.png?width=94') center no-repeat;
}
 
Line 383:
 
.wgl-theme-popup .dark-mode-button .button-img {
background: url('filepath:/images/rss/Dark_mode_icon.png?width=94') center no-repeat;
}
 
Line 392:
 
.wgl-theme-popup .brown-mode-button .button-img {
background: url('filepath:/images/rss/Brown_mode_icon.png?width=94') center no-repeat;
}

Navigation menu