Модуль:Template call code/styles.css: различия между версиями

Материал из in.wiki
Перейти к навигации Перейти к поиску
(расширяем область клика)
м (уточнение)
Строка 11: Строка 11:
 
}
 
}
  
span.templateCallCode > .ts-templateCallCode-templateName > a {
+
span.templateCallCode > .ts-templateCallCode-templateName a {
 
/* Решение из https://ru.wikipedia.org/wiki/Шаблон:Фиттс */
 
/* Решение из https://ru.wikipedia.org/wiki/Шаблон:Фиттс */
 
padding: 0 0.5em;
 
padding: 0 0.5em;

Версия от 03:50, 26 октября 2021

.ts-templateCallCode-pipe {
	margin: 0 2px;
}

.ts-templateCallCode-pipe + .ts-templateCallCode-pipe {
	margin-left: 0;
}

.ts-templateCallCode-param:last-child {
	margin-right: 2px;
}

span.templateCallCode > .ts-templateCallCode-templateName a {
	/* Решение из https://ru.wikipedia.org/wiki/Шаблон:Фиттс */
	padding: 0 0.5em;
	position: relative;
	margin: -0.5em;
}

/* [[Категория:Шаблоны:Подстраницы CSS]] */