Template:Dizzy/base.scss: Difference between revisions
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
border-width: 1px; | border-width: 1px; | ||
border-style: solid none solid none; | border-style: solid none solid none; | ||
} | |||
.biography-container { | |||
width: 70%; | |||
} | } | ||
Revision as of 18:53, 4 December 2024
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; }
.biography-container { width: 70%; }
a img { height: auto; width: 100%; max-width: 1200px; }