Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:RainbowGem2/common.css: Difference between revisions

From Deadlock Wiki
No edit summary
No edit summary
Line 1: Line 1:
/*** ROOT :: The root holds the colors. ***/
/*** ROOT :: The root holds the colors. ***/
@font-face {
font-family: 'TitleFont'; /* Define the font name here to be used later */
src: url('https://cdn.discordapp.com/attachments/1133475867608236174/1320862188528992359/forevsdemo-bold.woff2') format('woff');
/* Define where the font can be downloaded */
}
:root {
:root {
      --theme-wiki-background: url(https://deadlocked.wiki/images/2/20/DeadlockWikiBG.png) top center / cover no-repeat fixed;
  --theme-catlink-background-color: rgb(49 57 54 / 100%);
  --theme-catlink-background-color: rgb(49 57 54 / 100%);


Line 70: Line 62:


/*** h1,ETC. :: This is where header color is handled. ***/
/*** h1,ETC. :: This is where header color is handled. ***/
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a{
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .mw-body h1, h2, h3, h4, h5, h6{
     color: var(--theme-text-header-color);
     color: var(--theme-text-header-color);
     font-family:'Retail Demo Regular';
     font-family:'Retail Demo Regular';
}
/*** h1,ETC. :: This is where header color is handled. ***/
h1, h2, h3, h4, h5, h6 {
    color: var(--theme-text-header-color);
    font-family:'FontTitle';
}
}