Шаблон:Modern Table: различия между версиями

Материал из Space Station 14 Вики
Нет описания правки
Нет описания правки
Строка 24: Строка 24:
.modern-table-container {
.modern-table-container {
     position: relative;
     position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}
}


.table-grid {
.table-grid {
     transition: all 0.3s ease;
     transition: all 0.3s ease;
    transform: rotateX(3deg) rotateY(-2deg);
     box-shadow: 0 15px 30px rgba(0,0,0,0.4);
     box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}
}
Строка 114: Строка 111:
     height: 100%;
     height: 100%;
     background: linear-gradient(transparent, rgba(155,89,182,0.5), transparent);
     background: linear-gradient(transparent, rgba(155,89,182,0.5), transparent);
}
.table-grid:hover {
    transform: rotateX(2deg) rotateY(-1deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
}
}}
}}

Версия от 22:44, 1 декабря 2024


Пример использования:

   FAQ (Частые вопросы)
Вопрос 1 Ответ 1
Вопрос 2 Ответ 2
Вопрос 3 Ответ 3