Template:Dizzy/base.scss: Difference between revisions

From retromux
Jump to navigation Jump to search
Dizzy (talk | contribs)
No edit summary
Dizzy (talk | contribs)
No edit summary
Line 48: Line 48:
width: 30%;
width: 30%;
min-width: 340px;
min-width: 340px;
background-color: {{{contrast background color}}};
}
}


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

Revision as of 18:03, 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; }

.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}}}; }

.stat-container hr { background-color: {{{contrast background color}}}; }

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