MediaWiki:Timeless.css: Difference between revisions

From Solstice
No edit summary
No edit summary
Line 39: Line 39:
     background-color: #f8d092 !important;
     background-color: #f8d092 !important;
     background-image: none !important;
     background-image: none !important;
     box-shadow: none !important;
     box-shadow: 0 0 20px #f8d092 !important;
     border: none !important;
     border: 8px solid #f8d092 !important;
}
}



Revision as of 20:31, 25 May 2026

/* All CSS here will be loaded for users of the Timeless skin */

/* Site background image */
html,
body,
#mw-page-container {
    background-image: url("https://solsticewiki.com/images/8/81/Wikibg1.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* inner wrappers */
#mw-content-container,
#mw-content,
.mw-body-inner {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* article content box */
.mw-body {
    background-color: #38a48c !important;
    box-shadow: 0 0 20px #38a48c !important;;
    border: 8px solid #38a48c !important;
}

/* Header bar */
#mw-header-container {
    background-color: #571c56 !important;
}

/* Sidebar panels */

#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk {
    background-color: #f8d092 !important;
    background-image: none !important;
    box-shadow: 0 0 20px #f8d092 !important;
    border: 8px solid #f8d092 !important;
}

#mw-site-navigation .sidebar-chunk > *,
#mw-related-navigation .sidebar-chunk > * {
    background: transparent !important;
}