MediaWiki:Common.css: Difference between revisions

From WikiFictionAI
No edit summary
No edit summary
Line 12: Line 12:
#p-tb {
#p-tb {
     display: none;
     display: none;
}
.rare {
    background-color: rgb(255, 255, 0)
}
}

Revision as of 05:34, 12 January 2024

/* CSS placed here will be applied to all skins */
/* CSS for the custom background */
.custom-background {
    background-image: url('https://wikifiction.s3.amazonaws.com/static/Light_Background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* Additional CSS properties for background positioning and color can be added here */
}

/* Hide the "Toolbox" section in the navigation bar */
#p-tb {
    display: none;
}

.rare {
    background-color: rgb(255, 255, 0)
}