/
home
/
vianto5
/
hidalgoresidences.mx
/
wp-content
/
plugins
/
hm-site-monitor-supabase
/
admin
/
css
/
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/hm-site-monitor-supabase/admin/css
mkdir
upload
Name
Size
Mode
Actions
admin.css
4281
0644
edit
dl
rm
Edit:
/home/vianto5/hidalgoresidences.mx/wp-content/plugins/hm-site-monitor-supabase/admin/css/admin.css
(4281B)
/** * Estilos de administración para HM Site Monitor - Supabase */ .hmsmsb-admin-wrap { margin-top: 20px; } .hmsmsb-admin-wrap h1 { display: flex; align-items: center; gap: 10px; } .hmsmsb-admin-wrap h1 .dashicons { font-size: 30px; width: 30px; height: 30px; } .hmsmsb-admin-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; margin-top: 20px; } /* Paneles */ .hmsmsb-status-panel, .hmsmsb-info-panel, .hmsmsb-settings-panel { background: #fff; border: 1px solid #c3c4c7; border-radius: 4px; padding: 20px; } .hmsmsb-status-panel h2, .hmsmsb-info-panel h2, .hmsmsb-settings-panel h2 { margin-top: 0; padding-bottom: 10px; border-bottom: 1px solid #c3c4c7; } /* Cards de estado */ .hmsmsb-status-cards { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; } .hmsmsb-status-card { display: flex; align-items: center; gap: 10px; padding: 15px; border-radius: 4px; flex: 1; min-width: 200px; background: #f6f7f7; border-left: 4px solid #c3c4c7; } .hmsmsb-status-card.success { background: #edfaef; border-left-color: #00a32a; } .hmsmsb-status-card.success .dashicons { color: #00a32a; } .hmsmsb-status-card.warning { background: #fcf9e8; border-left-color: #dba617; } .hmsmsb-status-card.warning .dashicons { color: #dba617; } .hmsmsb-status-card.error { background: #fcf0f1; border-left-color: #d63638; } .hmsmsb-status-card.error .dashicons { color: #d63638; } .hmsmsb-status-card.neutral { background: #f0f6fc; border-left-color: #2271b1; } .hmsmsb-status-card.neutral .dashicons { color: #2271b1; } .hmsmsb-status-card .dashicons { font-size: 24px; width: 24px; height: 24px; } .hmsmsb-status-info { display: flex; flex-direction: column; } .hmsmsb-status-info strong { font-size: 14px; } .hmsmsb-status-info span { font-size: 12px; color: #646970; } /* Botones de acción */ .hmsmsb-action-buttons { display: flex; gap: 10px; margin-bottom: 15px; } .hmsmsb-action-buttons .button { display: flex; align-items: center; gap: 5px; } .hmsmsb-action-buttons .dashicons { font-size: 16px; width: 16px; height: 16px; } /* Notificaciones */ .hmsmsb-notice { padding: 12px; border-radius: 4px; margin-top: 15px; } .hmsmsb-notice.hidden { display: none; } .hmsmsb-notice.success { background: #edfaef; border-left: 4px solid #00a32a; color: #1e4620; } .hmsmsb-notice.error { background: #fcf0f1; border-left: 4px solid #d63638; color: #8a1c22; } .hmsmsb-notice.loading { background: #f0f6fc; border-left: 4px solid #2271b1; color: #1d4a72; } /* Tabla de información */ .hmsmsb-info-table { width: 100%; border-collapse: collapse; } .hmsmsb-info-table th, .hmsmsb-info-table td { padding: 10px; text-align: left; border-bottom: 1px solid #f0f0f1; } .hmsmsb-info-table th { width: 35%; font-weight: 600; color: #1d2327; } .hmsmsb-info-table td { color: #50575e; } .hmsmsb-info-table code { background: #f0f0f1; padding: 2px 6px; border-radius: 3px; font-size: 12px; } /* Badges */ .hmsmsb-badge { display: inline-block; padding: 2px 8px; border-radius: 3px; font-size: 11px; font-weight: 600; text-transform: uppercase; margin-left: 5px; } .hmsmsb-badge.success { background: #00a32a; color: #fff; } .hmsmsb-badge.warning { background: #dba617; color: #1d2327; } .hmsmsb-badge.error { background: #d63638; color: #fff; } /* Spinner */ .hmsmsb-spinner { animation: hmsmsb-spin 1s linear infinite; } @keyframes hmsmsb-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* Responsive */ @media screen and (max-width: 782px) { .hmsmsb-admin-container { grid-template-columns: 1fr; } .hmsmsb-status-cards { flex-direction: column; } .hmsmsb-action-buttons { flex-direction: column; } .hmsmsb-action-buttons .button { width: 100%; justify-content: center; } }
Save
cmd:
run