Перейти к содержанию

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

Материал из Tau Ceti Station Wiki
мНет описания правки
Нет описания правки
 
(не показано 11 промежуточных версий этого же участника)
Строка 1: Строка 1:
.backgroundhome{background:url('w/Home-header.png') repeat-x;}
/* спойлер */


.spoiler, .spoiler a, .spoiler a:visited{background-color: #F5DFBA; color: #F5DFBA;}
.spoiler, .spoiler a, .spoiler a:visited{background-color: #F5DFBA; color: #F5DFBA;}
.spoiler:hover{color: #000000;}
.spoiler:hover{color: #000000;}
.spoiler a:hover, .spoiler a:visited{color: #3AA3ED;}
.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;
}

Текущая версия от 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;
}