User:Monster Domosed/common.css: Difference between revisionsGive feedback
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
.update-container{ | /* Light theme */ | ||
background: url('/images/9/96/Paper_tile_1k_01_png.png') center/cover no-repeat; | .skin-theme-clientpref-day .update-container { | ||
background: url('/images/5/51/Paper_tile_1k_psd.png') center / cover no-repeat; | |||
} | |||
/* Dark theme */ | |||
.skin-theme-clientpref-night .update-container { | |||
background: url('/images/9/96/Paper_tile_1k_01_png.png') center / cover no-repeat; | |||
} | } | ||
| Line 17: | Line 23: | ||
/* Dark theme */ | /* Dark theme */ | ||
.skin-theme-clientpref-night a | .skin-theme-clientpref-night a, | ||
.skin-theme-clientpref-night a:hover, | .skin-theme-clientpref-night a:hover, | ||
.skin-theme-clientpref-night a:active { | .skin-theme-clientpref-night a:active { | ||
color: #e8be86; | |||
} | } | ||
.skin-theme-clientpref-night a:visited { | .skin-theme-clientpref-night a:visited, | ||
.skin-theme-clientpref-night .vector-menu-tabs .mw-list-item a:visited { | |||
color: #b47c4b; | |||
} | } | ||
/* Light theme */ | /* Light theme */ | ||
.skin-theme-clientpref-day a | .skin-theme-clientpref-day a, | ||
.skin-theme-clientpref-day a:hover, | .skin-theme-clientpref-day a:hover, | ||
.skin-theme-clientpref-day a:active { | .skin-theme-clientpref-day a:active { | ||
color: #a05f2d; | |||
} | } | ||
.skin-theme-clientpref-day a:visited { | .skin-theme-clientpref-day a:visited, | ||
.skin-theme-clientpref-day .vector-menu-tabs .mw-list-item a:visited { | |||
color: #633216; | |||
} | } | ||