/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/styles/page.css
156 строк
2 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
body { font-family: Trebuchet MS,'Trebuchet MS', 'Calibri', 'Lucida Grande', 'Lucida Sans'; /*font: normal 14px/100% "Andale Mono", AndaleMono, monospace;*/ font-size: 0.85em; } table { margin: 0 auto; } .red { background-color: #f66363; } .green { background-color: #61c661; } .blue { background-color: #5baaef; } .highlite { background-color: #dbefff; } .highlite1 { background-color: #c1e3fe; } .highlite2 { background-color: #507CD1; color: white; } .icon { max-width: 24px; max-height: 24px; } .action { cursor: pointer; } .center { text-align: center; } .vcenter { vertical-align: middle; } .left { text-align: left; } .right { text-align: right; } .icon { max-width: 24px; max-height: 24px; } .icon_small { max-width: 16px; max-height: 16px; } .dialog { display: none; background-color: white; border: 1px solid Navy; padding: 10px; min-width: 100px; } .hidden { visibility: hidden; } .nopadding { padding: 0px; } .visible { visibility: visible; } .click { cursor: pointer; } .bold { font-weight: bold; } .buttonImage { cursor: pointer; } .border_top { border-top: 2px solid gray; } .border_bottom { border-bottom: 2px solid gray; } .border_left { border-left: 2px solid gray; } .border_left_bold { border-left: 4px solid black; } .border_right { border-right: 2px solid gray; } .border_dash { border: 1px dashed gray; } .border_column { border-left: 2px solid black; border-right: 2px solid black; } .red_yellow1 { background-color: #ff0000; } .red_yellow2 { background-color: #ff3f00; } .red_yellow3 { background-color: #ff7f00; } .red_yellow4 { background-color: #ffbf00; } .red_yellow5 { background-color: #ffff00; } .focus { box-shadow: 0 0 5px rgba(0, 0, 255, 1); -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1); }