MediaWiki:Timeless.css: Difference between revisions
From Solstice
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 12: | Line 12: | ||
} | } | ||
/* inner wrappers */ | |||
/* | |||
#mw-content-container, | #mw-content-container, | ||
.mw-body | #mw-content, | ||
.mw-body { | |||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
/* article content box */ | |||
.mw-body { | .mw-body { | ||
background-color: #38a48c !important; | background-color: #38a48c !important; | ||
} | } | ||
Revision as of 20:11, 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 {
background: transparent !important;
}
/* article content box */
.mw-body {
background-color: #38a48c !important;
}
/* Header bar */
#mw-header-container {
background-color: #571c56 !important;
}
/* Sidebar panels */
#mw-sidebars .mw-portlet,
#mw-sidebars .mw-portlet .mw-portlet-body,
#mw-sidebars .mw-portlet .mw-portlet-content {
background-color: #f8d092 !important;
}
#mw-sidebars .mw-portlet h3 {
background-color: #f8d092 !important;
}
