MediaWiki:Gadget-ShroomStyle.css: Difference between revisions

m
Upcoming release
(mobile tablet fix)
m (Upcoming release)
Line 44: Line 44:
}
}


/* Summer */
.shroomsummer {
.shroomsummer {
--shroom-main: #c62121;
--shroom-main: #c62121;
Line 61: Line 62:
/* Right banner: [[File:ShroomVerticalBannerRight_summer.png]] */
/* Right banner: [[File:ShroomVerticalBannerRight_summer.png]] */
--shroom-banner-right: url(https://mario.wiki.gallery/images/f/fb/ShroomVerticalBannerRight_summer.png);
--shroom-banner-right: url(https://mario.wiki.gallery/images/f/fb/ShroomVerticalBannerRight_summer.png);
}
/* Autumn */
.shroomfall {
--shroom-main: #efc70f;
--shroom-main-text: #000;
--shroom-main-link: #00f;
--shroom-dark: #bb9a07;
--shroom-dark-text: #fff;
--shroom-bg: #f3ebce;
--shroom-section-bg: #fff6e6;
--shroom-section-text: #000;
--shroom-section-link: #00f;
--shroom-60: #efc70f99;
--shroom-40: #efc70f66;
--shroom-20: #efc70f33;
/* Left banner: [[File:ShroomVerticalBannerLeft_fall.png]] */
--shroom-banner-left: url(https://mario.wiki.gallery/images/d/d8/ShroomVerticalBannerLeft_fall.png);
/* Right banner: [[File:ShroomVerticalBannerRight_fall.png]] */
--shroom-banner-right: url(https://mario.wiki.gallery/images/7/77/ShroomVerticalBannerRight_fall.png);
}
/* Winter */
.shroomwinter {
--shroom-main: #a7d7d7;
--shroom-main-text: #000;
--shroom-main-link: green;
--shroom-dark: #619e9e;
--shroom-dark-text: #fff;
--shroom-bg: #e6f3f3;
--shroom-section-bg: #f4f8f8;
--shroom-section-text: #000;
--shroom-section-link: green;
--shroom-60: #a7d7d799;
--shroom-40: #a7d7d766;
--shroom-20: #a7d7d733;
/* Left banner: [[File:ShroomVerticalBannerLeft.png]] */
--shroom-banner-left: url(https://mario.wiki.gallery/images/e/e2/ShroomVerticalBannerLeft.png);
/* Right banner: [[File:ShroomVerticalBannerRight.png]] */
--shroom-banner-right: url(https://mario.wiki.gallery/images/8/8b/ShroomVerticalBannerRight.png);
}
}