MediaWiki:Common.css: Difference between revisions

From Tales of Nostalgia Wikipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
/* Hide Tools */
/* Hide Tools */
#p-tb { display: none; }
#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.88) !important;
}

Revision as of 06:41, 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.88) !important;
}