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

Материал из J2MEdia
Содержимое удалено Содержимое добавлено
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
.download-clean {
.mw-download-box {
display: flex;
display: flex;
align-items: center;
align-items: center;
gap: 16px;
gap: 18px;
margin: 14px 0;
margin: 12px 0;
padding: 8px 0;
padding: 10px 14px;
background: transparent;
background: linear-gradient(#f6f6f6, #ececec);
border: 1px solid #bfc3c7;
border: none;
border-radius: 10px;
box-shadow: none;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
max-width: 620px;
}
}


.download-clean__icon {
.mw-download-box__icon {
flex: 0 0 56px;
flex: 0 0 58px;
width: 58px;
text-align: center;
height: 58px;
display: flex;
align-items: center;
justify-content: center;
background: #f3f3f3;
border: 1px solid #c9c9c9;
}
}


.download-clean__icon img {
.mw-download-box__icon img {
display: block;
display: block;
max-width: 48px;
margin: 0 auto;
max-height: 48px;
}
}


.download-clean__content {
.mw-download-box__body {
flex: 1;
display: flex;
min-width: 0;
flex-direction: column;
line-height: 1.35;
gap: 8px;
}
}


.download-clean__title a {
.mw-download-box__title {
margin-bottom: 4px;
font-size: 20px;
font-weight: 700;
font-size: 13px;
font-weight: 700;
text-decoration: none;
}
}


.download-clean__title a:hover {
.mw-download-box__title a {
color: #0645ad;
text-decoration: underline;
text-decoration: none;
}
}


.download-clean__button a {
.mw-download-box__title a:hover {
text-decoration: underline;
display: inline-block;
padding: 8px 16px;
border-radius: 6px;
background: #1f9d55;
color: #fff;
font-weight: 700;
text-decoration: none;
}
}


.download-clean__button a:hover {
.mw-download-box__meta {
font-size: 12px;
background: #168347;
color: #fff;
color: #202122;
}
text-decoration: none;

.mw-download-box__meta a {
color: #0645ad;
text-decoration: none;
}

.mw-download-box__meta a:hover {
text-decoration: underline;
}
}

Версия от 21:51, 8 августа 2026

.mw-download-box {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 12px 0;
	padding: 10px 14px;
	background: linear-gradient(#f6f6f6, #ececec);
	border: 1px solid #bfc3c7;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	max-width: 620px;
}

.mw-download-box__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f3f3;
	border: 1px solid #c9c9c9;
}

.mw-download-box__icon img {
	display: block;
	max-width: 48px;
	max-height: 48px;
}

.mw-download-box__body {
	flex: 1;
	min-width: 0;
	line-height: 1.35;
}

.mw-download-box__title {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 700;
}

.mw-download-box__title a {
	color: #0645ad;
	text-decoration: none;
}

.mw-download-box__title a:hover {
	text-decoration: underline;
}

.mw-download-box__meta {
	font-size: 12px;
	color: #202122;
}

.mw-download-box__meta a {
	color: #0645ad;
	text-decoration: none;
}

.mw-download-box__meta a:hover {
	text-decoration: underline;
}