Шаблон:БлокПравил/styles.css: различия между версиями

Материал из FIRE STATION WIKI
Нет описания правки
Нет описания правки
 
(не показано 5 промежуточных версий этого же участника)
Строка 1: Строка 1:
.блокПравил {
.блокПравил {
text-decoration: none !important;
text-decoration: none !important;
border-radius: 6px;
padding: 12px;
margin-bottom: 12px;
}
.блокПравил h2, .блокПравил p {
margin: 0;
}
.блокПравил h2 {
margin-bottom: 12px;
}
.блокПравил hr {
border-top: 6px solid rgba(255,255,255,0.05);
border-radius: 6px;
border-radius: 6px;
}
}

Текущая версия от 03:10, 29 октября 2025

.блокПравил {
	text-decoration: none !important;
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 12px;
}

.блокПравил h2, .блокПравил p {
	margin: 0;
}

.блокПравил h2 {
	margin-bottom: 12px;
}

.блокПравил hr {
	border-top: 6px solid rgba(255,255,255,0.05);
	border-radius: 6px;
}