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

Материал из in.wiki
Перейти к навигации Перейти к поиску
(тест)
 
(не добавлять стили в печати)
Строка 1: Строка 1:
.ts-fix-text {
 
background: #ffeaea;
 
}
 
 
 
.ts-fix-template {
 
.ts-fix-template {
 
white-space: nowrap;
 
white-space: nowrap;
 
}
 
}
  
.ts-fix-commented > a {
+
.ts-fix-error {
border-bottom: 1px dotted;
+
font-size: inherit;
text-decoration: none;
 
 
}
 
}
  
.ts-fix-commented > a:hover {
+
@media screen {
border-bottom-style: none;
+
.ts-fix-text {
text-decoration: underline;
+
background: #ffeaea;
}
+
}
  
.ts-fix-error {
+
.ts-fix-commented > a {
font-size: inherit;
+
border-bottom: 1px dotted;
 +
text-decoration: none;
 +
}
 +
 +
.ts-fix-commented > a:hover {
 +
border-bottom-style: none;
 +
text-decoration: underline;
 +
}
 
}
 
}

Версия от 23:35, 16 мая 2023

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

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

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

	.ts-fix-commented > a {
		border-bottom: 1px dotted;
		text-decoration: none;
	}
	
	.ts-fix-commented > a:hover {
		border-bottom-style: none;
		text-decoration: underline;
	}
}