Шаблон:Prototypes/Машина/Станок/styles.css

Материал из Space Station 14 Вики
Версия от 08:57, 28 января 2025; Pok (обсуждение | вклад) (Новая страница: «.станок { display: inline-flex; flex-direction: column; border: 1px solid #41414d; border-radius: 0.2em; } .станок__mode-emag { border: 2px dashed hsla(0, 75%, 50%, 0.5); } .станок__header { color: #efefef; padding: 6px; background: linear-gradient(120deg, #31313b, #27272f); text-align: left; display: grid; grid-template-columns: 1fr auto; gap: 6px; border-radius: 0.2em 0.2em 0 0; }...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.станок {
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #41414d;
    border-radius: 0.2em;
}

.станок__mode-emag {
    border: 2px dashed hsla(0, 75%, 50%, 0.5);
}

.станок__header {
    color: #efefef;
    padding: 6px;
    background: linear-gradient(120deg, #31313b, #27272f);
    text-align: left;
    
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
    border-radius: 0.2em 0.2em 0 0;
}

.станок__product-and-info-text {
    display: grid;
    gap: 6px;
}

.станок__product {
    font-weight: bold;
}

.станок__info-tex {

}

.станок__info-icons {    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.станок__info-icons > * {
    width: 32px;
    height: 32px;
    text-align: center;
}

.станок__progression-symbol {
    color: gray;
    font-size: small;
    height: 0rem;
    line-height: 0;
    margin: 2px 0px;
}

.станок__body {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3), inset 0 -3px 5px rgba(0, 0, 0, 0.3);
    background: #232329;
    flex-grow: 2;
    border-radius: 0 0 0.2em 0.2em;
    padding: 6px;
    position: relative;
    font-size: 14px;
}

.станок__materials {
    display: grid;
    gap: 4px;
}

.станок__complete-time {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: small;
    font-size: 12px;
}