PHP Classes

File: dashboard/assets/css/dashboard.css

Recommend this page to a friend!
  Packages of Moises Espindola   Sentinela   dashboard/assets/css/dashboard.css   Download  
File: dashboard/assets/css/dashboard.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Sentinela
Linux protection tools with Web dashboard panel
Author: By
Last change:
Date: 6 days ago
Size: 2,108 bytes
 

Contents

Class file image Download
/* Sentinela Dashboard Styles */ :root { --bg-dark: #0a0e14; --card-bg: #131a22; --border-color: #2a3a4a; --text-muted: #6c8a9e; --accent-green: #00e676; --accent-red: #ff5252; --accent-yellow: #ffd740; --accent-blue: #40c4ff; } body { background-color: var(--bg-dark); color: #e0e0e0; font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace; font-size: 0.875rem; } .navbar { border-bottom-color: var(--border-color) !important; } .card { background-color: var(--card-bg); border-color: var(--border-color); border-radius: 8px; } .card-header { background-color: rgba(0,0,0,0.3); border-bottom-color: var(--border-color); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; } .stat-card { padding: 0.5rem; border-radius: 6px; background: rgba(0,0,0,0.2); border: 1px solid var(--border-color); } .stat-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); } .stat-value { font-size: 1.5rem; font-weight: 700; font-variant-numeric: tabular-nums; } .progress { background-color: rgba(255,255,255,0.1); border-radius: 2px; } .table { font-size: 0.8rem; font-variant-numeric: tabular-nums; } .table th { text-transform: uppercase; letter-spacing: 0.5px; font-size: 0.7rem; color: var(--text-muted); border-bottom-color: var(--border-color); } .table td { border-color: var(--border-color); } .table-dark { --bs-table-bg: transparent; } .btn-outline-danger, .btn-outline-success, .btn-outline-info { border-width: 1px; } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { background: var(--bg-dark); } ::-webkit-scrollbar-thumb { background: var(--border-color); border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: var(--text-muted); } .badge { font-size: 0.7rem; letter-spacing: 0.5px; } .display-6 { font-size: 2.5rem; font-weight: 700; }