мНет описания правки Метка: ручная отмена |
мНет описания правки |
||
Строка 13: | Строка 13: | ||
img { | img { | ||
max-width:100%; | |||
height:auto; | |||
transform: none !important; | transform: none !important; | ||
} | } |
Версия от 09:02, 29 января 2025
:root {
--font-family-base: 'Roboto', system-ui, -apple-system, sans-serif;
--font-family-serif: Georgia, serif;
--font-family-monospace: 'SFMono-Regular', 'Menlo', 'Roboto Mono', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
}
code {
border-radius: var(--border-radius--small);
margin: 0 1px;
padding: 1px 3px;
white-space: nowrap;
}
img {
max-width:100%;
height:auto;
transform: none !important;
}
pre {
overflow: auto;
white-space: pre;
}
td code {
font-size: 0.75rem;
}
.citizen-loading:after {
display: none;
}
.mw-allpages-body {
columns: 1;
}
.mw-normal-catlinks a, .page-info__label, .wikitable th {
font-size: 0.8125rem;
letter-spacing: normal;
}
.page-info__text {
color: var(--color-base);
}
.value {
background-color: var(--color-surface-0);
border-color: var(--border-color-base--darker);
color: var(--color-base--emphasized);
}
.wikitable th {
vertical-align: bottom;
}
.wikitable td {
vertical-align: top;
}
.wikitable.details td:last-child {
text-align: right;
}
#footer-icons a + a {
margin-left: 10px;
}