Шаблон:Скачать/styles.css: различия между версиями
Материал из J2MEdia
Содержимое удалено Содержимое добавлено
Новая страница: «.download-box { display: flex; align-items: center; max-width: 520px; margin: 12px 0; padding: 14px 18px; border: 1px solid #b8b8b8; border-radius: 8px; background: #fff; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15); } .download-box__icon { flex: 0 0 72px; text-align: center; margin-right: 18px; } .download-box__icon img { display: block; margin: 0 auto; } .download-box__content { flex: 1; min-w...» |
Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.download- |
.download-clean { |
||
display: flex; |
display: flex; |
||
align-items: center; |
align-items: center; |
||
gap: 16px; |
|||
margin: |
margin: 14px 0; |
||
padding: |
padding: 8px 0; |
||
background: transparent; |
|||
border |
border: none; |
||
box-shadow: none; |
|||
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15); |
|||
} |
} |
||
.download- |
.download-clean__icon { |
||
flex: 0 0 |
flex: 0 0 56px; |
||
text-align: center; |
text-align: center; |
||
margin-right: 18px; |
|||
} |
} |
||
.download- |
.download-clean__icon img { |
||
display: block; |
display: block; |
||
margin: 0 auto; |
margin: 0 auto; |
||
} |
} |
||
.download- |
.download-clean__content { |
||
display: flex; |
|||
flex-direction: column; |
|||
gap: 8px; |
|||
} |
} |
||
.download- |
.download-clean__title a { |
||
font-size: 20px; |
|||
font-size: 18px; |
|||
font-weight: 700; |
font-weight: 700; |
||
text-decoration: none; |
|||
} |
} |
||
.download- |
.download-clean__title a:hover { |
||
text-decoration: underline; |
|||
} |
|||
.download-clean__button a { |
|||
display: inline-block; |
display: inline-block; |
||
padding: |
padding: 8px 16px; |
||
border-radius: |
border-radius: 6px; |
||
background: # |
background: #1f9d55; |
||
color: #fff; |
color: #fff; |
||
font-weight: |
font-weight: 700; |
||
text-decoration: none; |
text-decoration: none; |
||
} |
} |
||
.download- |
.download-clean__button a:hover { |
||
background: # |
background: #168347; |
||
color: #fff; |
color: #fff; |
||
text-decoration: none; |
text-decoration: none; |
||
Версия от 21:49, 8 августа 2026
.download-clean {
display: flex;
align-items: center;
gap: 16px;
margin: 14px 0;
padding: 8px 0;
background: transparent;
border: none;
box-shadow: none;
}
.download-clean__icon {
flex: 0 0 56px;
text-align: center;
}
.download-clean__icon img {
display: block;
margin: 0 auto;
}
.download-clean__content {
display: flex;
flex-direction: column;
gap: 8px;
}
.download-clean__title a {
font-size: 20px;
font-weight: 700;
text-decoration: none;
}
.download-clean__title a:hover {
text-decoration: underline;
}
.download-clean__button a {
display: inline-block;
padding: 8px 16px;
border-radius: 6px;
background: #1f9d55;
color: #fff;
font-weight: 700;
text-decoration: none;
}
.download-clean__button a:hover {
background: #168347;
color: #fff;
text-decoration: none;
}
