Шаблон:Интерактивная схема Петербургского метрополитена/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-ИСПМ-island a {
	border: 1px solid blue;
	color: black;
}

.ts-ИСПМ .imgtogglefull li:hover {
	background: transparent;
}

.imgtogglefull .ts-ИСПМ-default a:hover {
	background: yellow;
}

.imgtogglefull .ts-ИСПМ-line-1 a:hover {
	background-color: #d6083b;
	color: white;
}

.imgtogglefull .ts-ИСПМ-line-2 a:hover {
	background-color: #0078c9;
	color: white;
}

.imgtogglefull .ts-ИСПМ-line-3 a:hover {
	background-color: #009a49;
	color: white;
}

.imgtogglefull .ts-ИСПМ-line-4 a:hover {
	background-color: #ea7125;
	color: white;
}

.imgtogglefull .ts-ИСПМ-line-5 a:hover {
	background-color: #702785;
	color: white;
}

.imgtogglefull .ts-ИСПМ-line-6 a:hover {
	background-color: #8d5b2d;
	color: white;
}

 .ts-ИСПМ-line-1.ts-ИСПМ-line-1:before {
	width: 20px;
	height: 12px;
	background-image: url("//upload.wikimedia.org/wikipedia/commons/9/94/Spb_metro_line1.svg");
}

.ts-ИСПМ-line-2.ts-ИСПМ-line-2:before {
	width: 20px;
	height: 12px;
	background-image: url("//upload.wikimedia.org/wikipedia/commons/7/73/Spb_metro_line2.svg");
}

.ts-ИСПМ-line-3.ts-ИСПМ-line-3:before {
	width: 20px;
	height: 12px;
	background-image: url("//upload.wikimedia.org/wikipedia/commons/9/9b/Spb_metro_line3.svg");
}

.ts-ИСПМ-line-4.ts-ИСПМ-line-4:before {
	width: 20px;
	height: 12px;
	background-image: url("//upload.wikimedia.org/wikipedia/commons/6/64/Spb_metro_line4.svg");
}

.ts-ИСПМ-line-5.ts-ИСПМ-line-5:before {
	width: 20px;
	height: 12px;
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/af/Spb_metro_line5.svg");
}

.ts-ИСПМ-line-6.ts-ИСПМ-line-6:before {
	width: 20px;
	height: 12px;
	background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a0/Spb_metro_line6.svg");
}

.highlight-target:target {
	background: lightgreen;
}

/* [[Категория:Шаблоны:Подстраницы CSS]] */