MediaWiki:Mobile.css: Difference between revisions

508 bytes added ,  15:44, 13 October 2020
m
temporary UCP transition fix
m (fix mobile tooltips)
m (temporary UCP transition fix)
Line 1: Line 1:
/* Use [[MediaWiki:Gadget-mobile.css]] instead for main skin styles that should be loaded before javascript initializes. Any other custom styles can go here. */
/* Use [[MediaWiki:Gadget-mobile.css]] instead for main skin styles that should be loaded before javascript initializes. Any other custom styles can go here. */
/* The following 'body' style is intended as a TEMPORARY FIX until Gadget-mobile.css is fixed. Right now it is not loading after the UCP transition */
/* Please remove this block after Gadget-mobile.css begins loading again. */
body.skin-minerva {
color: #c1d3d6;
background-color: #190d07;
background-image: url("/media/5/5d/Mobile_background.jpg");
background-attachment: fixed;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
/* END OF TEMPORARY FIX */