Модуль:Надстрочное предупреждение/styles.css: различия между версиями

Материал из in.wiki
Перейти к навигации Перейти к поиску
м (Защитил страницу Модуль:Надстрочное предупреждение/styles.css: критический шаблон или модуль ([Редактирование=администраторы и инженеры] (бессрочно) [Переименование=администраторы и инженеры] (бессрочно)))
(аналогично Шаблон:Comment/styles.css)
Строка 11: Строка 11:
 
background: #fee7e6;
 
background: #fee7e6;
 
}
 
}
 +
}
  
 +
@media screen and (hover: hover) {
 
.ts-fix-commented > a {
 
.ts-fix-commented > a {
 
border-bottom: 1px dotted;
 
border-bottom: 1px dotted;

Версия от 20:09, 17 мая 2023

.ts-fix-template {
	white-space: nowrap;
}

.ts-fix-error {
	font-size: inherit;
}

@media screen {
	.ts-fix-text {
		background: #fee7e6;
	}
}

@media screen and (hover: hover) {
	.ts-fix-commented > a {
		border-bottom: 1px dotted;
		text-decoration: none;
	}
	
	.ts-fix-commented > a:hover {
		border-bottom-style: none;
		text-decoration: underline;
	}
}

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