MediaWiki:Gadget-All.css: Difference between revisions

From Inkipedia, the Splatoon wiki
(Blanked)
Tag: Replaced
(Added .bubbleboxbg-lighter/darker)
 
Line 1: Line 1:
/* CSS written here will be shown both on desktop and mobile */
/* CSS written here will be shown both on desktop and mobile */
/* Main Page */
.bubbleboxbg-lighter {
    background-color: rgba(255, 255, 255, 0.65);
}
.bubbleboxbg-darker {
    background-color: rgba(255, 255, 255, 0.4);
}

Latest revision as of 08:54, 29 March 2021

/* CSS written here will be shown both on desktop and mobile */

/* Main Page */
.bubbleboxbg-lighter {
    background-color: rgba(255, 255, 255, 0.65);
}
.bubbleboxbg-darker {
    background-color: rgba(255, 255, 255, 0.4);
}