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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 48: Строка 48:


.citizen-body a:not(.mw-editsection a):not(figure > a):not(#pt-userpage-2 span > a):hover, .page-info a:hover,
.citizen-body a:not(.mw-editsection a):not(figure > a):not(#pt-userpage-2 span > a):hover, .page-info a:hover,
.citizen-footer a:hover:not(#footer-places a:hover), .citizen-footer__content a:hover, .citizen-footer__bottom a:hover {
.citizen-footer a:hover, .citizen-footer__content a:hover:not(#footer-places a:hover, .citizen-footer__bottom a:hover{
border-bottom: 1px solid;
border-bottom: 1px solid;
}
}

Версия от 17:37, 16 мая 2024

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

:root {
	--color-primary__h: 37;
	--color-primary__s: 42%;
	--color-primary__l: 50%;
	--background-color-quiet--hover: hsla(var(--color-primary__h),80%,25%,0.07);
	--background-color-quiet--active: hsla(var(--color-primary__h),80%,25%,0.1);
}

@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_regular.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_regular.woff2") format("woff2");
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_bold.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_bold.woff2") format("woff2");
font-style: normal;
font-weight: bold;
}

@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_medium.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_medium.woff2") format("woff2");
font-style: normal;
font-weight: 500;
}

html, body {
    font-family: 'Golos-Text', sans-serif;
}

a:hover, a:focus {
	text-decoration: none;
	color: unset;
}

.mw-editsection a {
	color: var(--color-base);
	opacity:;
}

.citizen-body a:not(.mw-editsection a):not(figure > a):not(#pt-userpage-2 span > a):hover, .page-info a:hover,
.citizen-footer a:hover, .citizen-footer__content a:hover:not(#footer-places a:hover, .citizen-footer__bottom a:hover)  {
	border-bottom: 1px solid;
}