Модуль:Надстрочное предупреждение/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
(fix) |
м (1 версия импортирована: Импорт из Википедии) |
||
(не показано 10 промежуточных версий 4 участников) | |||
Строка 1: | Строка 1: | ||
.ts-fix-template { | .ts-fix-template { | ||
+ | font-style: normal; | ||
+ | font-weight: normal; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Строка 9: | Строка 11: | ||
@media screen { | @media screen { | ||
.ts-fix-text { | .ts-fix-text { | ||
− | + | border: 1px solid var(--border-color-base, #a2a9b1); | |
+ | box-decoration-break: clone; | ||
+ | margin: 0 -0.1em; | ||
+ | padding: 0 0.1em; | ||
+ | transition: background 0.1s; | ||
} | } | ||
− | .ts-fix-commented > a { | + | .ts-fix-text:hover { |
+ | background: #fee7e6; | ||
+ | } | ||
+ | |||
+ | html.skin-theme-clientpref-night .ts-fix-text:hover { | ||
+ | background: #4f1312; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (prefers-color-scheme: dark) { | ||
+ | html.skin-theme-clientpref-os .ts-fix-text:hover { | ||
+ | background: #4f1312; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (hover: hover) { | ||
+ | .ts-fix-comment, | ||
+ | .ts-fix-commented > a:not(:hover) { | ||
border-bottom: 1px dotted; | border-bottom: 1px dotted; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } | ||
/* [[Категория:Модули:Подстраницы CSS]] */ | /* [[Категория:Модули:Подстраницы CSS]] */ |
Текущая версия от 01:09, 11 декабря 2024
.ts-fix-template {
font-style: normal;
font-weight: normal;
white-space: nowrap;
}
.ts-fix-error {
font-size: inherit;
}
@media screen {
.ts-fix-text {
border: 1px solid var(--border-color-base, #a2a9b1);
box-decoration-break: clone;
margin: 0 -0.1em;
padding: 0 0.1em;
transition: background 0.1s;
}
.ts-fix-text:hover {
background: #fee7e6;
}
html.skin-theme-clientpref-night .ts-fix-text:hover {
background: #4f1312;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ts-fix-text:hover {
background: #4f1312;
}
}
@media screen and (hover: hover) {
.ts-fix-comment,
.ts-fix-commented > a:not(:hover) {
border-bottom: 1px dotted;
text-decoration: none;
}
}
/* [[Категория:Модули:Подстраницы CSS]] */