/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/styles/staticheader/staticheader.css
42 строки
863 B
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
#table-container { position: relative; width: auto; height: 300px; overflow: auto; background-color: #FFF; border: 1px solid #596380; padding: 0 10px 0 0; } table.gvTheGrid { border-collapse: separate; border-spacing: 0; text-align: center; border-left: 1px solid #596380; border-top: 1px solid #596380; margin: auto auto; } table.gvTheGrid caption { padding: 3px 10px; font-size: larger; font-weight: bold; color: #FFF; background: #BF8660; border: 1px solid #596380; border-top-width: 3px; border-left-width: 5px; } table.gvTheGrid thead { background: #CFD4E6; } table.gvTheGrid thead td, table.gvTheGrid thead th { color: #000; font-weight: bold; } table.gvTheGrid td, table.gvTheGrid th { /*padding: 6px 10px;*/ text-align: center; border-right: 1px solid #596380; border-bottom: 1px solid #596380; }