MediaWiki:Mobile.css: Difference between revisions

1,198 bytes removed ,  19:41, 13 October 2020
m
revert temporary CSS fix
m (comment tweak)
m (revert temporary CSS 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 'skin-minerva' style block 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;
}
.skin-minerva #mw-mf-page-center,
.skin-minerva.navigation-enabled #mw-mf-page-center,
.skin-minerva.primary-navigation-enabled,
.skin-minerva.secondary-navigation-enabled,
body {
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;
}
.skin-minerva #content,
.skin-minerva .mw-echo-ui-notificationsInboxWidget-toolbarWrapper,
.skin-minerva.ns-special #content,
.skin-minerva.ns-special #content form,
.skin-minerva.ns-special .pre-content {
background: radial-gradient(rgba(22, 60, 51,0.8),rgba(6, 28, 23,0.8));
}
/* END OF TEMPORARY FIX */


.qud-box-wrapper {
.qud-box-wrapper {