Шаблон:Интерактивная схема Петербургского метрополитена/styles.css
Перейти к навигации
Перейти к поиску
/* Использовано название класса ИСПМ вместо Интерактивная схема Петербургского метрополитена в качестве исключения
из-за огромного количества используемых классов и их добавления через json.
Происходит достаточное увеличение загрузки шаблона. */
.ts-ИСПМ .imgtogglefull li.imageMapHighlighterArtefacts {
line-height: 162%;
}
.imgtogglefull .ts-ИСПМ-line-1 a {
background-color: #fdd5df;
}
.imgtogglefull .ts-ИСПМ-line-2 a {
background-color: #d0ecff;
}
.imgtogglefull .ts-ИСПМ-line-3 a {
background-color: #c9ffe2;
}
.imgtogglefull .ts-ИСПМ-line-4 a {
background-color: #fbe9de;
}
.imgtogglefull .ts-ИСПМ-line-5 a {
background-color: #edd7f3;
}
.imgtogglefull .ts-ИСПМ-line-6 a {
background-color: #f3e6da;
}
.ts-ИСПМ-train a, .ts-ИСПМ-trainstation a, .ts-ИСПМ-district a {
border: 1px solid blue;
color: var(--color-base, #000);
}
.ts-ИСПМ .imgtogglefull li:hover,
.ts-ИСПМ .imgtogglefull li:focus {
background: transparent;
}
.imgtogglefull .ts-ИСПМ-default a:hover,
.imgtogglefull .ts-ИСПМ-default a:focus {
background: yellow;
}
.imgtogglefull .ts-ИСПМ-line-1 a:hover,
.imgtogglefull .ts-ИСПМ-line-1 a:focus {
background-color: #d6083b;
color: white;
}
.imgtogglefull .ts-ИСПМ-line-2 a:hover,
.imgtogglefull .ts-ИСПМ-line-2 a:focus {
background-color: #0078c9;
color: white;
}
.imgtogglefull .ts-ИСПМ-line-3 a:hover,
.imgtogglefull .ts-ИСПМ-line-3 a:focus {
background-color: #009a49;
color: white;
}
.imgtogglefull .ts-ИСПМ-line-4 a:hover,
.imgtogglefull .ts-ИСПМ-line-4 a:focus {
background-color: #ea7125;
color: white;
}
.imgtogglefull .ts-ИСПМ-line-5 a:hover,
.imgtogglefull .ts-ИСПМ-line-5 a:focus {
background-color: #702785;
color: white;
}
.imgtogglefull .ts-ИСПМ-line-6 a:hover,
.imgtogglefull .ts-ИСПМ-line-6 a:focus {
background-color: #8d5b2d;
color: white;
}
.ts-ИСПМ-line-1.ts-ИСПМ-line-1:before {
width: 20px;
height: 12px;
background-image: url("/upwiki/wikipedia/commons/9/94/Spb_metro_line1.svg");
}
.ts-ИСПМ-line-2.ts-ИСПМ-line-2:before {
width: 20px;
height: 12px;
background-image: url("/upwiki/wikipedia/commons/7/73/Spb_metro_line2.svg");
}
.ts-ИСПМ-line-3.ts-ИСПМ-line-3:before {
width: 20px;
height: 12px;
background-image: url("/upwiki/wikipedia/commons/9/9b/Spb_metro_line3.svg");
}
.ts-ИСПМ-line-4.ts-ИСПМ-line-4:before {
width: 20px;
height: 12px;
background-image: url("/upwiki/wikipedia/commons/6/64/Spb_metro_line4.svg");
}
.ts-ИСПМ-line-5.ts-ИСПМ-line-5:before {
width: 20px;
height: 12px;
background-image: url("/upwiki/wikipedia/commons/a/af/Spb_metro_line5.svg");
}
.ts-ИСПМ-line-6.ts-ИСПМ-line-6:before {
width: 20px;
height: 12px;
background-image: url("/upwiki/wikipedia/commons/a/a0/Spb_metro_line6.svg");
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */