MediaWiki:Gadget-mobile.css: Difference between revisions

Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.
m (enable scalable images)
imported>FANDOMbot
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
.skin-minerva {
.skin-minerva {
--body-background-color: #190d07;
--body-background-color: #190d07;
--body-background-image: url("/media/5/5d/Mobile_background.jpg");
--body-background-image: url("https://static.wikia.nocookie.net/cavesofqud_gamepedia_en/images/5/5d/Mobile_background.jpg/revision/latest");
--body-background-attachment: fixed;
--body-background-attachment: fixed;
--body-background-size: cover;
--body-background-size: cover;
Line 707: Line 707:


.skin-minerva .cargoTable tr:nth-child(even) {
.skin-minerva .cargoTable tr:nth-child(even) {
background: var(--wikitable-alt-background);
background: var(--wikitable-background);
}
}


Line 755: Line 755:
.skin-minerva table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
.skin-minerva table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
.skin-minerva table.dataTable.stripe tbody tr.even {
.skin-minerva table.dataTable.stripe tbody tr.even {
background: var(--wikitable-alt-background);
background: var(--wikitable-background);
text-align: center;
text-align: center;
}
}
Anonymous user