MediaWiki:Timeless.css
From Solstice
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}
/* page wrapper */
#mw-page-container {
background-color: transparent !important;
}
/* Article box */
#mw-content-container {
background-color: rgba(56, 164, 140, 0.95) !important;
}
/* Header bar top of screen */
#mw-header-container {
background-color: #571c56 !important;
}
/* Sidebar panels */
#mw-sidebars .mw-portlet {
background-color: #f8d092 !important;
border: 1px solid #159097 !important;
}
