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