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

Материал из J2MEdia
Содержимое удалено Содержимое добавлено
Нет описания правки
Нет описания правки
 
(не показаны 4 промежуточные версии этого же участника)
Строка 1: Строка 1:
.download-clean {
.mw-download-box {
display: flex;
display: flex;
align-items: center;
align-items: center;
gap: 16px;
gap: 14px;
margin: 14px 0;
margin: 12px 0;
padding: 8px 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 76px;
width: 76px;
height: 76px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
background: transparent;
border: none;
border: none;
box-shadow: none;
padding: 0;
}
}


.download-clean__icon {
.mw-download-box__icon img {
flex: 0 0 56px;
text-align: center;
}

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

.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 {
.mw-download-box__body {
text-decoration: underline;
flex: 1;
min-width: 0;
line-height: 1.35;
}
}


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


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

Текущая версия от 22:03, 8 августа 2026

.mw-download-box {
    display: flex;
    align-items: center;
    gap: 14px;
    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 76px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
}

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

.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__meta {
    font-size: 12px;
    color: #202122;
}