Arumoon (обсуждение | вклад) Нет описания правки |
Arumoon (обсуждение | вклад) Нет описания правки |
||
| Строка 37: | Строка 37: | ||
#interwiki-completelist { | #interwiki-completelist { | ||
font-weight: bold | font-weight: bold | ||
} | |||
.flex { | |||
display: flex | |||
} | |||
@media screen and (min-width:851px) { | |||
.mobile { | |||
display: none | |||
} | |||
} | |||
@media screen and (max-width:850px) { | |||
.nomobile { | |||
display: none | |||
} | |||
} | |||
.mw-body { | |||
padding: 0.5em | |||
} | |||
.mw-body dd { | |||
margin: 0.2em; | |||
margin-left: 1.6em | |||
} | } | ||
Версия от 13:52, 1 января 2023
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
.biglink {
font-family: "Oswald";
font-style: oblique 10deg;
font-variant-caps: small-caps;
text-shadow: #1b1b1f 2px 3px, #A00D 3px 5px
}
span.texhtml {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
white-space: nowrap;
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
font-feature-settings: "lnum", "tnum", "kern" 0;
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none
}
span.texhtml span.texhtml {
font-size: 100%
}
span.mwe-math-mathml-inline {
font-size: 118%
}
#interwiki-completelist {
font-weight: bold
}
.flex {
display: flex
}
@media screen and (min-width:851px) {
.mobile {
display: none
}
}
@media screen and (max-width:850px) {
.nomobile {
display: none
}
}
.mw-body {
padding: 0.5em
}
.mw-body dd {
margin: 0.2em;
margin-left: 1.6em
}