MediaWiki:Common.css: Difference between revisions

From Tales of Nostalgia Wikipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
/* Semi-translucent content container so text is readable over the image */
/* Semi-translucent content container so text is readable over the image */
#content {
#content {
     background-color: rgba(255, 255, 255, 0.88) !important;
     background-color: rgba(255, 255, 255, 0.25) !important;
}
}

Revision as of 07:27, 26 August 2026

/* CSS placed here will be applied to all skins */

/* Hide Discussion Tab  */
#ca-talk { display: none !important; }

/* Hide Tools */
#p-tb { display: none; }

/* Background Image */
body, 
#mw-page-base, 
#mw-head-base {
    background-image: url('https://wiki.talesofnostalgia.com/images/9/98/Bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* Semi-translucent content container so text is readable over the image */
#content {
    background-color: rgba(255, 255, 255, 0.25) !important;
}