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

.ts-fix-template {
	white-space: nowrap;
}

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

@media screen {
	.ts-fix-text {
		background: #fee7e6;
	}
}

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

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