Назад
Системный редактор
app.css
•
/srv/myhost/app/static/app.css
Tab
Поиск
Копировать
Вставить
0/0
* { box-sizing: border-box; } body { margin: 0; font-family: Arial, sans-serif; background: #0f1115; color: #fff; } .wrap { max-width: 1200px; margin: 0 auto; padding: 24px; } h1, h2 { margin-top: 0; } .card { background: #171a21; border: 1px solid #2a2f3a; border-radius: 16px; padding: 20px; margin-bottom: 20px; } .grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; } .stat-box { background: #10151d; border: 1px solid #29303b; border-radius: 14px; padding: 14px; } .stat-label { color: #9ca3af; font-size: 13px; margin-bottom: 6px; } .stat-value { font-size: 20px; font-weight: 700; } .muted { color: #9ca3af; } .upload-form, .inline-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; } input[type="text"], input[type="file"], select, button, a, textarea { border-radius: 10px; border: 1px solid #2f3642; padding: 10px 12px; font-size: 14px; } input[type="text"], input[type="file"], select, textarea { background: #0e131b; color: #fff; } button, a { background: #2563eb; color: white; cursor: pointer; text-decoration: none; } button:hover, a:hover { opacity: 0.92; } .danger { background: #dc2626; } .files { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 14px; } .file-card { background: #0f141c; border: 1px solid #29303b; border-radius: 14px; padding: 16px; } .name { font-size: 18px; font-weight: 700; margin-bottom: 6px; word-break: break-word; } .meta { color: #9ca3af; margin-bottom: 10px; } .links { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; } code { background: #111827; padding: 2px 6px; border-radius: 6px; } .tree { display: grid; gap: 8px; } .tree-row a { display: inline-block; } .dropzone { margin-top: 12px; padding: 22px; border: 2px dashed #3b4454; border-radius: 14px; text-align: center; color: #9ca3af; background: #10151d; } .dropzone.drag { border-color: #60a5fa; color: #fff; } .preview { margin: 10px 0 14px; background: #0b1017; border: 1px solid #232938; border-radius: 12px; padding: 10px; } .preview img, .preview video { width: 100%; max-height: 260px; object-fit: contain; border-radius: 8px; display: block; } .checkbox-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; } .editor { width: 100%; min-height: 60vh; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; line-height: 1.5; resize: vertical; white-space: pre; } .small-editor { width: 100%; min-height: 140px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; line-height: 1.5; resize: vertical; } @media (max-width: 900px) { .grid-two { grid-template-columns: 1fr; } }
Сохранить
Применить и перезапустить
Ручной бэкап
Сохранить версию
Прошлые версии
Бэкапов пока нет
Создайте версию перед внесением изменений