MediaWiki:Timeless.css: Difference between revisions
From Solstice
Created page with "→All CSS here will be loaded for users of the Timeless skin: →bg image: body { background-image: url("https://solsticewiki.com/index.php/File:Wikibg1.png"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } →article box: #mw-content-container { background-color: #38a48c; } →header bar thing at top of screen: #mw-header-container { background-color: #571c56; }..." |
No edit summary |
||
| Line 3: | Line 3: | ||
/* bg image */ | /* bg image */ | ||
body { | body { | ||
background-image: url("https://solsticewiki.com/ | background-image: url("https://solsticewiki.com/images/8/81/Wikibg1.png"); | ||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
Revision as of 19:52, 25 May 2026
/* All CSS here will be loaded for users of the Timeless skin */
/* bg image */
body {
background-image: url("https://solsticewiki.com/images/8/81/Wikibg1.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
/* article box */
#mw-content-container {
background-color: #38a48c;
}
/* header bar thing at top of screen */
#mw-header-container {
background-color: #571c56;
}
/* sidebar box panels */
#mw-sidebars .mw-portlet {
background-color: #f8d092;
border: 1px solid #159097;
}
