MediaWiki:Common.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 52: Строка 52:
--index-lower: -10;
--index-lower: -10;


--font-family-base: 'Roboto', 'Roboto-fallback';
--font-family-base: 'Segoe UI', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
--font-family-heading: 'Verdana', 'Roboto', sans-serif;
--font-family-oswald: 'oswald';
--font-family-monospace: 'Consolas', 'Courier New', monospace;
--font-family-heading: "noto sans";
--font-family-libertine: 'Linux Libertine', 'Georgia', 'Times', serif;
--font-family-monospace: 'Menlo', 'Consolas', 'Monaco', 'Noto Mono', 'Nimbus Mono L', monospace;
--invert-0: invert(0);
--invert-0: invert(0);
Строка 62: Строка 64:
--border-color-hr: hsl(var(--ooui-bg--hsl) calc(var(--ooui-bg--hsl-alpha) + var(--theme-brightness-trigger) 13%));
--border-color-hr: hsl(var(--ooui-bg--hsl) calc(var(--ooui-bg--hsl-alpha) + var(--theme-brightness-trigger) 13%));
--font-size-xxs: 80%;
    --font-size-xs: 90%;
    --font-size-s: 95%;
    --font-size-m: 100%;
    --font-size-ml: 105%;
    --font-size-l: 115%;
    --font-size-xl: 120%;
    --font-size-xxl: 150%;
    --font-size-huge: 200%;


/*== Значение прозрачности ==*/
/*== Значение прозрачности ==*/
Строка 727: Строка 739:


.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
font-family: 'Menlo', 'Consolas', 'Monaco', 'Noto Mono', 'Nimbus Mono L', monospace;
font-family: var(--font-family-monospace);
}
}


Строка 737: Строка 749:
padding: 0.5em;
padding: 0.5em;
color: var(--theme-text-color);
color: var(--theme-text-color);
font-family: 'Menlo', 'Consolas', 'Monaco', 'Noto Mono', 'Nimbus Mono L', monospace;
font-family: var(--font-family-monospace);
}
}


Строка 828: Строка 840:


.mw-body h1 {
.mw-body h1 {
font-family: 'oswald';
font-family: var(--font-family-oswald);
font-size: 2em;
font-size: var(--font-size-huge);
}
}


.mw-body h2 {
.mw-body h2 {
font-size: 1.5em;
font-size: var(--font-size-xxl);
border-bottom: none;
border-bottom: none;
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
font-family: var(--font-family-libertine);
margin-bottom: 0.4em;
margin-bottom: 0.4em;
margin-top: 1em;
margin-top: 1em;
Строка 843: Строка 855:


.mw-body h3 {
.mw-body h3 {
font-size: 1.17em;
font-size: var(--font-size-xl);
font-weight: bold;
font-weight: bold;
font-family: sans-serif;
font-family: sans-serif;
Строка 856: Строка 868:
.mw-body h4,
.mw-body h4,
.mw-body h5 {
.mw-body h5 {
font-size: 1em;
font-size: var(--font-size-ml);
font-weight: bold;
font-weight: bold;
font-family: sans-serif;
font-family: sans-serif;
Строка 1826: Строка 1838:
align-items: center;
align-items: center;
justify-content: flex-end;
justify-content: flex-end;
font-family: "noto sans";
font-family: var(--font-family-heading);
}
}


Строка 1953: Строка 1965:


.biglink {
.biglink {
font-family: "Oswald";
font-family: var(--font-family-oswald);
font-style: oblique 10deg;
font-style: oblique 10deg;
font-variant-caps: small-caps;
font-variant-caps: small-caps;