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

Материал из FIRE STATION WIKI
Нет описания правки
Нет описания правки
Строка 3: Строка 3:
border-radius: 6px;
border-radius: 6px;
padding: 12px;
padding: 12px;
margin-bottom: 6px;
}
}



Версия от 03:02, 29 октября 2025

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

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

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

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