User:RainbowGem2/common.css: Difference between revisions
Jump to navigation
Jump to search
RainbowGem2 (talk | contribs) mNo edit summary |
RainbowGem2 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
/*** Theme ***/ | /*** Theme ***/ | ||
:root { | :root { | ||
--theme-content-background: rgb(77 70 57 / 100%); | --theme-content-background: rgb(49 57 54 / 80%);/*rgb(77 70 57 / 100%);*/ | ||
--theme-text-header-color: rgb(233 220 200 / 100%); | --theme-text-header-color: rgb(233 220 200 / 100%); | ||
} | } | ||
Line 11: | Line 11: | ||
color: #b1a695; | color: #b1a695; | ||
background: var(--theme-content-background); | background: var(--theme-content-background); | ||
} | |||
.mainpage-header .header-intro h1 { | |||
font-size: 2.5em; | |||
font-weight: bold; | |||
border: none; | |||
margin: 0 0 0.15em; | |||
font-family: 'PT Serif'; | |||
} | } | ||
Revision as of 23:06, 8 September 2024
/*** Theme ***/
:root {
--theme-content-background: rgb(49 57 54 / 80%);/*rgb(77 70 57 / 100%);*/
--theme-text-header-color: rgb(233 220 200 / 100%);
}
body {
background: url(https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png) top center / cover no-repeat fixed;
}
.mw-body {
color: #b1a695;
background: var(--theme-content-background);
}
.mainpage-header .header-intro h1 {
font-size: 2.5em;
font-weight: bold;
border: none;
margin: 0 0 0.15em;
font-family: 'PT Serif';
}
h1, h2, h3, h4, h5, h6 {
color: var(--theme-text-header-color);
}
#mw-head-base {
display: none;
}