MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Volas (обсуждение | вклад) Нет описания правки |
Volas (обсуждение | вклад) Нет описания правки |
||
| Строка 15: | Строка 15: | ||
image-rendering: auto; | image-rendering: auto; | ||
-ms-interpolation-mode: bicubic; | -ms-interpolation-mode: bicubic; | ||
} | |||
/* colors */ | |||
:root { | |||
--hue-security: 15; | |||
} | } | ||
Текущая версия от 10:10, 20 декабря 2025
/* спойлер */
.spoiler, .spoiler a, .spoiler a:visited{background-color: #F5DFBA; color: #F5DFBA;}
.spoiler:hover{color: #000000;}
.spoiler a:hover, .spoiler a:visited{color: #3AA3ED;}
/* фикс мыла при растяжении пиксельных картинок */
img {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
.not-pixelated img {
image-rendering: auto;
-ms-interpolation-mode: bicubic;
}
/* colors */
:root {
--hue-security: 15;
}