Template:Dizzy/base.scss

From retromux
Revision as of 18:12, 4 December 2024 by Dizzy (talk | contribs)
Jump to navigation Jump to search

pre, .mw-code { padding: 0; margin: 0; }

pre, code, .mw-code { border: none; }

h1 { display: flex; justify-content: center; color: {{{font color}}}; border-bottom: 1px solid {{{font color}}}; }

table { width: 100%; padding: 0 1rem; }

table tr td:nth-child(1) { font-weight: 600; width: 50%; }

.vector-body .mw-heading1, .vector-body h1 { margin: 0 }

.main-container { font-family: serif; color: {{{font color}}}; width: 100%; max-width: 1200px; background-color: {{{background color}}} }

.title-container { padding: 1rem; }

.split-container { width: 100%; display: flex; }

.stat-container { width: 30%; min-width: 340px; background-color: {{{contrast background color}}}; }

.stat-container table { color: {{{contrast font color}}}; background-color: {{{contrast background color}}}; }

.stat-container hr { background-color: {{{contrast font color}}}; color: {{{contrast font color}}}; border-width: 1px; border-style: solid none solid none; }

a img { height: auto; width: 100%; max-width: 1200px; }