/var/www/coeditor.org/users/coeditor.org/assets/css
NameSizeModeActions
base.css430990644editdlrm
theme.css11700644editdlrm
variables.css7910644editdlrm
Edit: /var/www/coeditor.org/users/coeditor.org/assets/css/theme.css (1170B)
/* Midnight Theme — полуночный синий */ :root { --primaryColor: #3b82f6; --secondaryColor: #2563eb; --fontFamily: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; --bg: #0f172a; --bg-alt: #1e293b; --bg-hover: #334155; --text: #f8fafc; --text-body: #cbd5e1; --text-muted: #94a3b8; --color-on-primary: #ffffff; --border: #334155; --border-light: #1e293b; --shadow-sm: 0 2px 4px rgba(0,0,0,0.3); --shadow-md: 0 4px 12px rgba(0,0,0,0.4); --shadow-lg: 0 8px 24px rgba(0,0,0,0.4); --shadow-xl: 0 12px 32px rgba(0,0,0,0.5); --radius-sm: 6px; --radius-md: 10px; --radius-lg: 14px; --rating-color: #fbbf24; --overlay-bg: rgba(0,0,0,0.8); --footer-bg: #020617; --footer-text: #cbd5e1; --footer-muted: #64748b; --footer-border: rgba(59,130,246,0.15); } .block-hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%); } .pricing-card-highlighted, .pricing-card.featured { border: 2px solid var(--primaryColor); box-shadow: 0 12px 40px rgba(59,130,246,0.25); } .gallery-overlay { background: linear-gradient(to top, rgba(15,23,42,0.95) 0%, rgba(15,23,42,0.5) 50%, transparent 100%); }