350
edits
Dorsal Axe (talk | contribs) No edit summary |
Dorsal Axe (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
--th-color-secondary: var(--th-mariored-secondary); | --th-color-secondary: var(--th-mariored-secondary); | ||
--th-color-tertiary: var(--th-mariored-tertiary); | --th-color-tertiary: var(--th-mariored-tertiary); | ||
/* Text colors */ | |||
--text-black: hsl(0, 0%, 0%); | |||
--text-white: hsl(0, 0%, 100%); | |||
/* Test colors */ | /* Test colors */ | ||
Line 67: | Line 71: | ||
body { | body { | ||
font-face: var(--font-main); | font-face: var(--font-main); | ||
} | |||
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk { | |||
border: 3px solid var(--th-mario-primary); | |||
border-radius: 8px; | |||
} | } | ||
#mw-content-container .sidebar-inner h3, #personal-inner h3 { | #mw-content-container .sidebar-inner h3, #personal-inner h3 { | ||
background-color: var(--th- | background-color: var(--th-mario-primary); | ||
color: var(--text-white); | |||
color: var(-- | |||
padding: 7px 10px !important; | padding: 7px 10px !important; | ||
margin: .5em 0 1em; | margin: .5em 0 1em; | ||
Line 78: | Line 86: | ||
border-radius: 5px !important; | border-radius: 5px !important; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: 900; | |||
} | } | ||
Line 91: | Line 100: | ||
list-style: square; | list-style: square; | ||
list-style-position: inside; | list-style-position: inside; | ||
} | } | ||
edits