Модуль:Надстрочное предупреждение/styles.css

Материал из Народные Сказки
Версия от 15:12, 25 февраля 2024; ru>Andras (Новая страница: «.ts-fix-template { white-space: nowrap; } .ts-fix-error { font-size: inherit; } @media screen { .ts-fix-text { border: 1px solid #a2a9b1; box-decoration-break: clone; margin: 0 -0.1em; padding: 0 0.1em; transition: background 0.1s; } .ts-fix-text:hover { background: #fee7e6; } } @media screen and (hover: hover) { .ts-fix-comment, .ts-fix-commented > a:not(:hover) { border-bottom: 1px dotted; text-decoration: none; } } /* [[Ка...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.ts-fix-template {
	white-space: nowrap;
}

.ts-fix-error {
	font-size: inherit;
}

@media screen {
	.ts-fix-text {
		border: 1px solid #a2a9b1;
		box-decoration-break: clone;
		margin: 0 -0.1em;
		padding: 0 0.1em;
		transition: background 0.1s;
	}
	
	.ts-fix-text:hover {
		background: #fee7e6;
	}
}

@media screen and (hover: hover) {
	.ts-fix-comment,
	.ts-fix-commented > a:not(:hover) {
		border-bottom: 1px dotted;
		text-decoration: none;
	}
}

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