мНет описания правки Метка: отменено |
мНет описания правки Метка: отменено |
||
Строка 5: | Строка 5: | ||
} | } | ||
body { | html, body { | ||
text-justify: | text-justify: inter-word; | ||
} | } | ||
Версия от 10:27, 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;
}
html, body {
text-justify: inter-word;
}
code {
margin: 0 1px;
padding: 1px 3px;
white-space: nowrap;
border-radius: var(--border-radius--small);
}
img {
max-width:100%;
height:auto;
transform: none !important;
border-radius: var(--border-radius--large);
}
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;
}