mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-27 20:13:02 +08:00
1 line
9.3 KiB
CSS
1 line
9.3 KiB
CSS
.helix-dashboard,.helix-page{padding:2rem;max-width:1400px;margin:0 auto}.helix-page h1{font-size:2rem;margin-bottom:1rem;color:#1e293b}.helix-page p{color:#64748b;margin-bottom:2rem}.helix-dashboard__header{margin-bottom:2rem}.helix-dashboard__header h1{font-size:2.5rem;margin:0 0 .5rem;color:#1e293b}.helix-dashboard__header p{font-size:1.1rem;color:#64748b;margin:0}.helix-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.helix-loading__spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.helix-dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.helix-stats-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.helix-stats-card--blue{border-left:4px solid #3b82f6}.helix-stats-card--green{border-left:4px solid #10b981}.helix-stats-card--orange{border-left:4px solid #f59e0b}.helix-stats-card--purple{border-left:4px solid #8b5cf6}.helix-stats-card__icon{font-size:2rem}.helix-stats-card__count{font-size:2rem;font-weight:700;margin:0;color:#1e293b}.helix-stats-card__title{font-size:.9rem;color:#64748b;margin:0}.helix-dashboard__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.helix-widget{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.helix-widget__header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.helix-widget__header h2{margin:0;font-size:1.25rem;color:#1e293b;flex-grow:1}.helix-widget__link{color:#3b82f6;text-decoration:none;font-size:.9rem}.helix-widget__link:hover{text-decoration:underline}.helix-widget__content{padding:1.5rem}.helix-widget__empty{color:#64748b;font-style:italic}.helix-posts-list,.helix-comments-list{list-style:none;padding:0;margin:0}.helix-posts-list__item,.helix-comments-list__item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #f1f5f9}.helix-posts-list__item:last-child,.helix-comments-list__item:last-child{border-bottom:none}.helix-posts-list__title a,.helix-comments-list__author{color:#1e293b;text-decoration:none;font-weight:500}.helix-posts-list__title a:hover{color:#3b82f6}.helix-posts-list__date,.helix-comments-list__date{color:#64748b;font-size:.9rem;margin:.25rem 0 0}.helix-comments-list__excerpt{color:#64748b;margin:.25rem 0;font-size:.9rem}.helix-status{padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:500}.helix-status--publish{background:#dcfce7;color:#166534}.helix-status--draft{background:#fef3c7;color:#92400e}.helix-status--approved{background:#dcfce7;color:#166534}.helix-status--pending{background:#fef3c7;color:#92400e}.helix-quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.helix-quick-action{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f8fafc;border-radius:.5rem;text-decoration:none;color:#1e293b;transition:background-color .2s}.helix-quick-action:hover{background:#e2e8f0}.helix-quick-action__icon{font-size:1.5rem;margin-bottom:.5rem}.helix-quick-action__text{font-size:.9rem;font-weight:500}.helix-news-placeholder{color:#64748b}.helix-news-item h4{margin:0 0 .5rem;color:#1e293b}.helix-news-item p{margin:0 0 .5rem;font-size:.9rem}.helix-news-item a{color:#3b82f6;text-decoration:none;font-size:.9rem}.helix-news-item a:hover{text-decoration:underline}.helix-settings-page{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.helix-settings-header{margin-bottom:30px;text-align:center}.helix-settings-header h1{font-size:2.5rem;font-weight:600;color:#1d4ed8;margin:0 0 10px}.helix-settings-header p{font-size:1.1rem;color:#6b7280;margin:0}.helix-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.helix-loading p{margin:20px 0 0;font-size:1.1rem;color:#6b7280}.helix-spinner{width:24px;height:24px;border:3px solid #e5e7eb;border-top:3px solid #1d4ed8;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.helix-settings-controls,.helix-settings-footer{display:flex;justify-content:center;margin:30px 0;padding:20px 0;border-top:1px solid #e5e7eb}.helix-settings-footer{border-bottom:1px solid #e5e7eb;margin-top:50px}.helix-save-buttons{display:flex;align-items:center;gap:15px}.helix-btn{padding:12px 24px;font-size:14px;font-weight:500;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.helix-btn:disabled{opacity:.6;cursor:not-allowed}.helix-btn-primary{background-color:#1d4ed8;color:#fff;border-color:#1d4ed8}.helix-btn-primary:hover:not(:disabled){background-color:#1e40af;border-color:#1e40af}.helix-btn-secondary{background-color:#fff;color:#374151;border-color:#d1d5db}.helix-btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.helix-save-status{color:#059669;font-weight:500;display:flex;align-items:center;gap:5px}.helix-settings-tabs{margin:30px 0}.helix-tabs-nav{display:flex;border-bottom:2px solid #e5e7eb;overflow-x:auto;gap:2px}.helix-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;color:#6b7280;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative}.helix-tab:hover{color:#1d4ed8;background-color:#f8fafc}.helix-tab.active{color:#1d4ed8;border-bottom-color:#1d4ed8}.helix-tab-icon{font-size:16px}.helix-tab-indicator{color:#f59e0b;font-size:12px;position:absolute;top:5px;right:5px}.helix-settings-content{margin:40px 0}.helix-tab-panel{min-height:400px}.helix-settings-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:30px}.helix-settings-section-header{background:#f8fafc;padding:24px;border-bottom:1px solid #e5e7eb}.helix-settings-section-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 8px}.helix-settings-section-description{color:#6b7280;margin:0;font-size:14px}.helix-settings-section-content{padding:24px}.helix-settings-grid{display:grid;gap:24px}.helix-settings-subsection{border-top:1px solid #e5e7eb;padding-top:24px;margin-top:24px}.helix-settings-subsection h4{font-size:1.1rem;font-weight:600;color:#374151;margin:0 0 20px}.helix-form-field{display:flex;flex-direction:column;gap:8px}.helix-form-label{font-weight:500;color:#374151;font-size:14px}.helix-required{color:#ef4444;margin-left:4px}.helix-form-control{display:flex;flex-direction:column}.helix-form-description{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.helix-form-error{font-size:13px;color:#ef4444;margin:0}.helix-text-input,.helix-number-input,.helix-select-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s ease;background:#fff}.helix-text-input:focus,.helix-number-input:focus,.helix-select-input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.helix-select-input{cursor:pointer}.helix-toggle-field{margin:16px 0}.helix-toggle-wrapper{display:flex;align-items:center;gap:12px;cursor:pointer}.helix-toggle-input{position:relative;width:48px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d1d5db;border-radius:12px;outline:none;cursor:pointer;transition:background-color .2s ease}.helix-toggle-input:checked{background:#1d4ed8}.helix-toggle-input:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease}.helix-toggle-input:checked:before{transform:translate(24px)}.helix-toggle-label{font-weight:500;color:#374151;font-size:14px}.helix-notification{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin:20px 0;box-shadow:0 4px 6px -1px #0000001a;opacity:0;transform:translateY(-10px);transition:all .3s ease}.helix-notification.visible{opacity:1;transform:translateY(0)}.helix-notification-success{border-left:4px solid #059669;background-color:#f0fdf4}.helix-notification-error{border-left:4px solid #ef4444;background-color:#fef2f2}.helix-notification-warning{border-left:4px solid #f59e0b;background-color:#fffbeb}.helix-notification-info{border-left:4px solid #1d4ed8;background-color:#eff6ff}.helix-notification-content{display:flex;align-items:center;gap:12px}.helix-notification-icon{font-size:18px;flex-shrink:0}.helix-notification-message{flex:1;font-size:14px;color:#374151}.helix-notification-close{background:none;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:0;line-height:1;flex-shrink:0}.helix-notification-close:hover{color:#374151}@media (max-width: 768px){.helix-settings-page{padding:15px}.helix-settings-header h1{font-size:2rem}.helix-tabs-nav{flex-direction:column;gap:0}.helix-tab{justify-content:flex-start;border-bottom:1px solid #e5e7eb;border-right:none}.helix-tab.active{border-bottom-color:#e5e7eb;border-left:3px solid #1d4ed8;background-color:#f8fafc}.helix-settings-section-content,.helix-settings-section-header{padding:20px}.helix-save-buttons{flex-direction:column;width:100%}.helix-btn{width:100%;justify-content:center}}
|