Модуль:Template call code/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
(а, это !important от .plainlinks сбивал) |
(дополнение) |
||
Строка 1: | Строка 1: | ||
+ | .ts-templateCallCode-weak { | ||
+ | color: #72777d; | ||
+ | } | ||
+ | |||
+ | .ts-templateCallCode-prefix { | ||
+ | margin-right: 2px; | ||
+ | } | ||
+ | |||
.ts-templateCallCode-pipe { | .ts-templateCallCode-pipe { | ||
margin: 0 2px; | margin: 0 2px; | ||
Строка 7: | Строка 15: | ||
} | } | ||
− | .ts-templateCallCode-param | + | .ts-templateCallCode-param + .ts-templateCallCode-closing { |
− | margin- | + | margin-left: 2px; |
} | } | ||
− | span.templateCallCode > .ts-templateCallCode-templateName a { | + | span.ts-templateCallCode > .ts-templateCallCode-templateName a { |
/* Решение из https://ru.wikipedia.org/wiki/Шаблон:Фиттс */ | /* Решение из https://ru.wikipedia.org/wiki/Шаблон:Фиттс */ | ||
padding: 0 0.5em !important; /* Перезаписываем стиль для .plainlinks a.external */ | padding: 0 0.5em !important; /* Перезаписываем стиль для .plainlinks a.external */ |
Версия от 17:11, 26 октября 2021
.ts-templateCallCode-weak {
color: #72777d;
}
.ts-templateCallCode-prefix {
margin-right: 2px;
}
.ts-templateCallCode-pipe {
margin: 0 2px;
}
.ts-templateCallCode-pipe + .ts-templateCallCode-pipe {
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]] */