User:Monster Domosed/common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
}
}


/* Light theme */
/* Light theme  
.skin-theme-clientpref-day .update-container {
.skin-theme-clientpref-day .update-container {
   background: url('/images/5/51/Paper_tile_1k_psd.png') center / cover no-repeat;
   background: url('/images/5/51/Paper_tile_1k_psd.png') center / cover no-repeat;
}
}
*/


/* Dark theme */
/* Dark theme */
.skin-theme-clientpref-night .update-container {
/*.skin-theme-clientpref-night*/
.update-container {
   background: url('/images/9/96/Paper_tile_1k_01_png.png') center / cover no-repeat;
   background: url('/images/9/96/Paper_tile_1k_01_png.png') center / cover no-repeat;
}
}