MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Volas (обсуждение | вклад) |
Volas (обсуждение | вклад) |
||
Строка 11: | Строка 11: | ||
/* фикс мыла при растяжении пиксельных картинок */ | /* фикс мыла при растяжении пиксельных картинок */ | ||
img { | |||
image-rendering: -moz-crisp-edges; | image-rendering: -moz-crisp-edges; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
-ms-interpolation-mode: nearest-neighbor; | -ms-interpolation-mode: nearest-neighbor; | ||
} | |||
.not-pixelated img { | |||
image-rendering: auto; | |||
-ms-interpolation-mode: bicubic; | |||
} | } |
Версия 10:39, 9 августа 2019
/* главная */
.backgroundhome{background:url('/resources/assets/home-header.png') repeat-x;}
/* спойлер */
.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;
}