Модуль:Надстрочное предупреждение/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
(fix) |
(стандартный цвет для ошибок) |
||
Строка 9: | Строка 9: | ||
@media screen { | @media screen { | ||
.ts-fix-text { | .ts-fix-text { | ||
− | background: # | + | background: #fee7e6; |
} | } | ||
Версия от 04:36, 17 мая 2023
.ts-fix-template {
white-space: nowrap;
}
.ts-fix-error {
font-size: inherit;
}
@media screen {
.ts-fix-text {
background: #fee7e6;
}
.ts-fix-commented > a {
border-bottom: 1px dotted;
text-decoration: none;
}
.ts-fix-commented > a:hover {
border-bottom-style: none;
text-decoration: underline;
}
}
/* [[Категория:Модули:Подстраницы CSS]] */