Изменения
Перейти к навигации
Перейти к поиску
Строка 1:
Строка 1:
− .ts-fix-text {
− background: #ffeaea;
− }
−
− +
− border-bottom: 1px dotted; +
− text-decoration: none;
− +
− border-bottom-style: none;+
− text-decoration: underline; +
− +
− +
− font-size: inherit; +
+
+
+
+
+
+
+
Модуль:Надстрочное предупреждение/styles.css (посмотреть исходный код)
Версия от 23:35, 16 мая 2023
, 2 года назадне добавлять стили в печати
.ts-fix-template {
.ts-fix-template {
white-space: nowrap;
white-space: nowrap;
}
}
.ts-fix-commented > a {
.ts-fix-error {
font-size: inherit;
}
}
.ts-fix-commented > a:hover {
@media screen {
.ts-fix-text {
background: #ffeaea;
}
}
.ts-fix-error {
.ts-fix-commented > a {
border-bottom: 1px dotted;
text-decoration: none;
}
.ts-fix-commented > a:hover {
border-bottom-style: none;
text-decoration: underline;
}
}
}