MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Hloth (обсуждение | вклад) Нет описания правки |
Hloth (обсуждение | вклад) Нет описания правки |
||
| Строка 5: | Строка 5: | ||
#pt-mytalk { | #pt-mytalk { | ||
display: none; | display: none; | ||
} | |||
img.pixelated { | |||
-ms-interpolation-mode: nearest-neighbor; | |||
image-rendering: -moz-crisp-edges; | |||
image-rendering: -o-crisp-edges; | |||
image-rendering: -webkit-optimize-contrast; | |||
image-rendering: crisp-edges; | |||
} | } | ||
Версия от 09:01, 14 марта 2025
#ca-talk {
display: none;
}
#pt-mytalk {
display: none;
}
img.pixelated {
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}