Модуль:Template call code/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
(Создана пустая страница) |
м (11 версий импортировано: Импорт из Википедии) |
||
(не показано 12 промежуточных версий 3 участников) | |||
Строка 1: | Строка 1: | ||
+ | .ts-templateCallCode-weak { | ||
+ | color: #72777d; | ||
+ | } | ||
+ | .ts-templateCallCode-pipe { | ||
+ | margin: 0 2px; | ||
+ | } | ||
+ | |||
+ | .ts-templateCallCode-pipe + .ts-templateCallCode-pipe, | ||
+ | /* Template:Optp */ | ||
+ | .ts-templateCallCode-pipe + .ts-templateCallCode-param > .ts-templateCallCode-weak:first-child > .ts-templateCallCode-pipe:first-child { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | |||
+ | .ts-templateCallCode-param + .ts-templateCallCode-closing { | ||
+ | margin-left: 2px; | ||
+ | } | ||
+ | |||
+ | span.ts-templateCallCode > .ts-templateCallCode-templateName a { | ||
+ | /* Решение из https://ru.wikipedia.org/wiki/Шаблон:Фиттс */ | ||
+ | padding: 0 0.5em !important; /* Перезаписываем стиль для .plainlinks a.external */ | ||
+ | position: relative; | ||
+ | margin: -0.5em; | ||
+ | } | ||
+ | |||
+ | /* [[Категория:Шаблоны:Подстраницы CSS]] */ |
Текущая версия от 22:47, 13 сентября 2023
.ts-templateCallCode-weak {
color: #72777d;
}
.ts-templateCallCode-pipe {
margin: 0 2px;
}
.ts-templateCallCode-pipe + .ts-templateCallCode-pipe,
/* Template:Optp */
.ts-templateCallCode-pipe + .ts-templateCallCode-param > .ts-templateCallCode-weak:first-child > .ts-templateCallCode-pipe:first-child {
margin-left: 0;
}
.ts-templateCallCode-param + .ts-templateCallCode-closing {
margin-left: 2px;
}
span.ts-templateCallCode > .ts-templateCallCode-templateName a {
/* Решение из https://ru.wikipedia.org/wiki/Шаблон:Фиттс */
padding: 0 0.5em !important; /* Перезаписываем стиль для .plainlinks a.external */
position: relative;
margin: -0.5em;
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */