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

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


Строка 19: Строка 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;
}