Шаблон:SieCalc/styles.css: различия между версиями
(JustPlayer изменил модель содержимого страницы Шаблон:SieCalc/styles.css с «JavaScript» на «Sanitized CSS») Метки: изменение модели содержимого ручная отмена |
Нет описания правки |
||
| Строка 29: | Строка 29: | ||
transition: all .3s ease 0s; | transition: all .3s ease 0s; | ||
} | } | ||
.active img { | .active-hero img { | ||
opacity: 1; | opacity: 1; | ||
transition: all .3s ease 0s; | transition: all .3s ease 0s; | ||
Текущая версия от 15:19, 12 марта 2022
.sie-calc__main_page {
display: flex;
justify-content: space-between;
}
.sie-calc__info-panel {
position: fixed;
}
.sie-calc__table-result, .sie-calc__table-bonus {
width: 250px;
}
.sie-calc__table-bonus {
margin-top: 1em;
}
.sie-calc__table-bonus td {
text-align: center;
}
.sie-calc__score-table {
width: 300px;
}
.sie-calc__hero img {
margin: 2px 3px;
opacity: .4;
transition: all .3s ease 0s;
cursor: pointer;
}
.sie-calc__hero:hover img {
box-shadow: 0 0 3px 2px #df9125;
opacity: 1;
transition: all .3s ease 0s;
}
.active-hero img {
opacity: 1;
transition: all .3s ease 0s;
box-shadow: 0 0 3px 2px #df9125;
border-radius:10px;
}
.sie-calc__active_set img, .sie-calc__active_set:hover img {
box-shadow: 0 0 20px 0 #25cddf;
border-radius: 10px;
}