MediaWiki:Vector-2022.css: Difference between revisions
(Little sister scaling) |
(Consistent wiki name font) |
||
Line 19: | Line 19: | ||
font-weight: lighter; | font-weight: lighter; | ||
font-size: x-large; | font-size: x-large; | ||
color: #5B1000; | |||
} | |||
.vector-sticky-header-context-bar-primary { | |||
font-family: "GenEi Antique v5"; | |||
font-weight: lighter; | |||
color: #5B1000; | color: #5B1000; | ||
} | } |
Revision as of 07:49, 24 December 2024
/* Resolves some max-width cancer that's mangling tables */
.mw-page-container {
max-width: unset;
}
.mw-content-container {
max-width: unset;
}
#mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container {
max-width: unset;
}
.mw-logo-icon {
image-rendering: pixelated;
margin: 0;
width: 68px;
height: 68px;
}
.mw-logo-wordmark {
font-family: "GenEi Antique v5";
font-weight: lighter;
font-size: x-large;
color: #5B1000;
}
.vector-sticky-header-context-bar-primary {
font-family: "GenEi Antique v5";
font-weight: lighter;
color: #5B1000;
}