|
|
|
|
@ -1143,6 +1143,632 @@ body::before {
@@ -1143,6 +1143,632 @@ body::before {
|
|
|
|
|
text-transform: uppercase !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Toolbar and Editor */ |
|
|
|
|
[data-design-theme="terminal"] .editor-toolbar, |
|
|
|
|
[data-design-theme="terminal"] .toolbar-group { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Textarea Buttons Toolbar (GIF/Emoji) - Transparent */ |
|
|
|
|
[data-design-theme="terminal"] .textarea-buttons { |
|
|
|
|
background: transparent !important; |
|
|
|
|
border: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Advanced Search Container */ |
|
|
|
|
[data-design-theme="terminal"] .advanced-filters-grid { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Event Relay Badge (in search results) */ |
|
|
|
|
[data-design-theme="terminal"] .event-relay-badge { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Reply Context and Quoted Context */ |
|
|
|
|
[data-design-theme="terminal"] .reply-context, |
|
|
|
|
[data-design-theme="terminal"] .quoted-context { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
background-color: #000000 !important; |
|
|
|
|
border-left-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Override Tailwind background classes - need to target both light and dark variants */ |
|
|
|
|
[data-design-theme="terminal"] .reply-context.bg-fog-highlight, |
|
|
|
|
[data-design-theme="terminal"] .dark .reply-context.bg-fog-dark-highlight, |
|
|
|
|
[data-design-theme="terminal"] .reply-context.dark\:bg-fog-dark-highlight, |
|
|
|
|
[data-design-theme="terminal"] .quoted-context.bg-fog-highlight, |
|
|
|
|
[data-design-theme="terminal"] .dark .quoted-context.bg-fog-dark-highlight, |
|
|
|
|
[data-design-theme="terminal"] .quoted-context.dark\:bg-fog-dark-highlight { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
background-color: #000000 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .reply-context-content, |
|
|
|
|
[data-design-theme="terminal"] .quoted-context-content, |
|
|
|
|
[data-design-theme="terminal"] .reply-preview, |
|
|
|
|
[data-design-theme="terminal"] .quoted-preview, |
|
|
|
|
[data-design-theme="terminal"] .reply-kind-info, |
|
|
|
|
[data-design-theme="terminal"] .quoted-kind-info { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Override Tailwind text color classes - need to target both light and dark variants */ |
|
|
|
|
[data-design-theme="terminal"] .reply-context.text-fog-text-light, |
|
|
|
|
[data-design-theme="terminal"] .dark .reply-context.text-fog-dark-text-light, |
|
|
|
|
[data-design-theme="terminal"] .reply-context.dark\:text-fog-dark-text-light, |
|
|
|
|
[data-design-theme="terminal"] .quoted-context.text-fog-text-light, |
|
|
|
|
[data-design-theme="terminal"] .dark .quoted-context.text-fog-dark-text-light, |
|
|
|
|
[data-design-theme="terminal"] .quoted-context.dark\:text-fog-dark-text-light { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Referenced Event Preview */ |
|
|
|
|
[data-design-theme="terminal"] .referenced-event-preview { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
background-color: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
border-left-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .referenced-event-label, |
|
|
|
|
[data-design-theme="terminal"] .referenced-event-title, |
|
|
|
|
[data-design-theme="terminal"] .referenced-event-preview-text, |
|
|
|
|
[data-design-theme="terminal"] .loading-text, |
|
|
|
|
[data-design-theme="terminal"] .error-text { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .view-event-button, |
|
|
|
|
[data-design-theme="terminal"] .view-website-button { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .view-event-button:hover, |
|
|
|
|
[data-design-theme="terminal"] .view-website-button:hover { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .website-link { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - JSON Preview - Sharp Text Rendering */ |
|
|
|
|
[data-design-theme="terminal"] .json-preview code, |
|
|
|
|
[data-design-theme="terminal"] .json-preview code.hljs, |
|
|
|
|
[data-design-theme="terminal"] .json-content code, |
|
|
|
|
[data-design-theme="terminal"] .json-content code.hljs, |
|
|
|
|
[data-design-theme="terminal"] .example-modal .json-preview code, |
|
|
|
|
[data-design-theme="terminal"] .example-modal .json-preview code.hljs, |
|
|
|
|
[data-design-theme="terminal"] .event-json .json-preview code, |
|
|
|
|
[data-design-theme="terminal"] .event-json .json-preview code.hljs { |
|
|
|
|
text-shadow: none !important; |
|
|
|
|
-webkit-font-smoothing: antialiased !important; |
|
|
|
|
-moz-osx-font-smoothing: grayscale !important; |
|
|
|
|
font-smoothing: antialiased !important; |
|
|
|
|
text-rendering: optimizeLegibility !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Remove text-shadow from highlight.js spans inside JSON */ |
|
|
|
|
[data-design-theme="terminal"] .json-preview code.hljs span, |
|
|
|
|
[data-design-theme="terminal"] .json-content code.hljs span, |
|
|
|
|
[data-design-theme="terminal"] .example-modal .json-preview code.hljs span, |
|
|
|
|
[data-design-theme="terminal"] .event-json .json-preview code.hljs span, |
|
|
|
|
[data-design-theme="terminal"] .json-preview code.hljs *, |
|
|
|
|
[data-design-theme="terminal"] .json-content code.hljs *, |
|
|
|
|
[data-design-theme="terminal"] .example-modal .json-preview code.hljs *, |
|
|
|
|
[data-design-theme="terminal"] .event-json .json-preview code.hljs * { |
|
|
|
|
text-shadow: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - RSS Page */ |
|
|
|
|
[data-design-theme="terminal"] .rss-setup, |
|
|
|
|
[data-design-theme="terminal"] .rss-info, |
|
|
|
|
[data-design-theme="terminal"] .rss-items-section, |
|
|
|
|
[data-design-theme="terminal"] .rss-comment-form { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .rss-feed-item, |
|
|
|
|
[data-design-theme="terminal"] .rss-item { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .rss-feed-link, |
|
|
|
|
[data-design-theme="terminal"] .rss-item-link { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .rss-feed-link:hover, |
|
|
|
|
[data-design-theme="terminal"] .rss-item-link:hover { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 5px rgba(0, 255, 0, 0.8) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .rss-feed-badge { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .rss-item-time, |
|
|
|
|
[data-design-theme="terminal"] .rss-item-description, |
|
|
|
|
[data-design-theme="terminal"] .feed-error { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .create-rss-button, |
|
|
|
|
[data-design-theme="terminal"] .edit-rss-button, |
|
|
|
|
[data-design-theme="terminal"] .pagination-button { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .create-rss-button:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .edit-rss-button:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .pagination-button:hover:not(:disabled) { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .pagination-button:disabled { |
|
|
|
|
opacity: 0.5 !important; |
|
|
|
|
border-color: rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .btn-action, |
|
|
|
|
[data-design-theme="terminal"] .btn-primary, |
|
|
|
|
[data-design-theme="terminal"] .btn-secondary { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .btn-action:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .btn-primary:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .btn-secondary:hover:not(:disabled) { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .btn-action:disabled, |
|
|
|
|
[data-design-theme="terminal"] .btn-primary:disabled, |
|
|
|
|
[data-design-theme="terminal"] .btn-secondary:disabled { |
|
|
|
|
opacity: 0.5 !important; |
|
|
|
|
border-color: rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Relay Page */ |
|
|
|
|
[data-design-theme="terminal"] .relay-category, |
|
|
|
|
[data-design-theme="terminal"] .custom-relay-section { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .category-title { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-item { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-item:hover { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-url { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-item:hover .relay-url { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-status.connected { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-status.disconnected { |
|
|
|
|
color: #ff0000 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(255, 0, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-item:hover .relay-status { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-category-badge { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-item:hover .relay-category-badge { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-arrow { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .custom-relay-text-input { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .custom-relay-text-input:focus { |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
outline: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .custom-relay-button { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .custom-relay-button:hover:not(:disabled) { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .custom-relay-button:disabled { |
|
|
|
|
opacity: 0.5 !important; |
|
|
|
|
border-color: rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Relay Feed Info Bar */ |
|
|
|
|
[data-design-theme="terminal"] .relay-info { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
border-radius: 0.25rem !important; |
|
|
|
|
padding: 0.75rem 1rem !important; |
|
|
|
|
margin-bottom: 1rem !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-info-text { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
margin: 0 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-info-text code.relay-url { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
background: transparent !important; |
|
|
|
|
border: none !important; |
|
|
|
|
padding: 0 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-info-text .relay-port { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Topics Page */ |
|
|
|
|
[data-design-theme="terminal"] .topic-item { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .topic-item:hover { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .topic-item.interest { |
|
|
|
|
border-left-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .topic-name, |
|
|
|
|
[data-design-theme="terminal"] .topic-count { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .topic-item:hover .topic-name, |
|
|
|
|
[data-design-theme="terminal"] .topic-item:hover .topic-count { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .pagination-button { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .pagination-button:hover:not(:disabled) { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .pagination-button:disabled { |
|
|
|
|
opacity: 0.5 !important; |
|
|
|
|
border-color: rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .pagination-info { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Repos Page */ |
|
|
|
|
[data-design-theme="terminal"] .repo-item, |
|
|
|
|
[data-design-theme="terminal"] .search-results-section, |
|
|
|
|
[data-design-theme="terminal"] .profile-result-card, |
|
|
|
|
[data-design-theme="terminal"] .event-result-card { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .repo-item:hover, |
|
|
|
|
[data-design-theme="terminal"] .profile-result-card:hover, |
|
|
|
|
[data-design-theme="terminal"] .event-result-card:hover { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .repo-name, |
|
|
|
|
[data-design-theme="terminal"] .repo-description, |
|
|
|
|
[data-design-theme="terminal"] .repo-meta, |
|
|
|
|
[data-design-theme="terminal"] .repo-kind, |
|
|
|
|
[data-design-theme="terminal"] .results-title, |
|
|
|
|
[data-design-theme="terminal"] .results-group h3 { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .repo-kind { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Repo Detail Page */ |
|
|
|
|
[data-design-theme="terminal"] .repo-meta-section, |
|
|
|
|
[data-design-theme="terminal"] .readme-container, |
|
|
|
|
[data-design-theme="terminal"] .commit-card, |
|
|
|
|
[data-design-theme="terminal"] .branch-item, |
|
|
|
|
[data-design-theme="terminal"] .issue-item, |
|
|
|
|
[data-design-theme="terminal"] .documentation-item { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .metadata-label, |
|
|
|
|
[data-design-theme="terminal"] .metadata-value, |
|
|
|
|
[data-design-theme="terminal"] .clone-url, |
|
|
|
|
[data-design-theme="terminal"] .event-id, |
|
|
|
|
[data-design-theme="terminal"] .naddr-code { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-link { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .relay-link:hover { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .metadata-link { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .primary-badge { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .maintainer-item.is-owner { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .branch-item.default { |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .branch-name, |
|
|
|
|
[data-design-theme="terminal"] .branch-commit, |
|
|
|
|
[data-design-theme="terminal"] .branch-message, |
|
|
|
|
[data-design-theme="terminal"] .commit-sha, |
|
|
|
|
[data-design-theme="terminal"] .commit-message, |
|
|
|
|
[data-design-theme="terminal"] .commit-meta { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .branch-badge { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .issues-filter { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .filter-label, |
|
|
|
|
[data-design-theme="terminal"] .filter-count { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .status-filter-select { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .status-filter-select:hover, |
|
|
|
|
[data-design-theme="terminal"] .status-filter-select:focus { |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
outline: none !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .issue-header { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .status-label, |
|
|
|
|
[data-design-theme="terminal"] .status-changing, |
|
|
|
|
[data-design-theme="terminal"] .comments-header { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .status-select { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .status-select:hover:not(:disabled) { |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .status-select.open, |
|
|
|
|
[data-design-theme="terminal"] .status-select.closed, |
|
|
|
|
[data-design-theme="terminal"] .status-select.resolved, |
|
|
|
|
[data-design-theme="terminal"] .status-select.draft { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .issue-comments { |
|
|
|
|
border-top-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .comment-item { |
|
|
|
|
border-left-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .doc-header { |
|
|
|
|
border-bottom-color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .doc-kind { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .doc-event-link { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .toolbar-button { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .toolbar-button:hover:not(:disabled) { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .toolbar-separator { |
|
|
|
|
background: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Modals */ |
|
|
|
|
[data-design-theme="terminal"] .modal-overlay { |
|
|
|
|
background: rgba(0, 0, 0, 0.8) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .modal-content, |
|
|
|
|
[data-design-theme="terminal"] .example-modal { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .modal-header, |
|
|
|
|
[data-design-theme="terminal"] .modal-body, |
|
|
|
|
[data-design-theme="terminal"] .modal-footer { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .modal-header h2, |
|
|
|
|
[data-design-theme="terminal"] .modal-header h3 { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 3px rgba(0, 255, 0, 0.8) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .close-button { |
|
|
|
|
background: transparent !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .close-button:hover { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - General Buttons */ |
|
|
|
|
[data-design-theme="terminal"] button:not(.toolbar-button):not(.close-button):not(.view-button):not(.toggle-button):not(.option-button):not(.action-button):not(.back-button):not(.write-button):not(.see-new-events-btn-header):not(.see-more-events-btn-header):not(.find-button):not(.create-rss-button):not(.edit-rss-button):not(.bulk-action-button):not(.load-more-button):not(.clear-kind-button) { |
|
|
|
|
background: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] button:not(.toolbar-button):not(.close-button):not(.view-button):not(.toggle-button):not(.option-button):not(.action-button):not(.back-button):not(.write-button):not(.see-new-events-btn-header):not(.see-more-events-btn-header):not(.find-button):not(.create-rss-button):not(.edit-rss-button):not(.bulk-action-button):not(.load-more-button):not(.clear-kind-button):hover:not(:disabled) { |
|
|
|
|
background: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.5) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] body::before { |
|
|
|
|
background: |
|
|
|
|
repeating-linear-gradient( |
|
|
|
|
@ -1945,3 +2571,169 @@ audio {
@@ -1945,3 +2571,169 @@ audio {
|
|
|
|
|
background-color: #1a8cd8 !important; /* Darker blue on hover */ |
|
|
|
|
opacity: 1 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - Cache Page */ |
|
|
|
|
[data-design-theme="terminal"] .cache-page, |
|
|
|
|
[data-design-theme="terminal"] .stats-section, |
|
|
|
|
[data-design-theme="terminal"] .filters-section, |
|
|
|
|
[data-design-theme="terminal"] .archive-section, |
|
|
|
|
[data-design-theme="terminal"] .bulk-actions-section, |
|
|
|
|
[data-design-theme="terminal"] .events-section { |
|
|
|
|
background-color: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .back-button, |
|
|
|
|
[data-design-theme="terminal"] .bulk-action-button, |
|
|
|
|
[data-design-theme="terminal"] .action-button, |
|
|
|
|
[data-design-theme="terminal"] .load-more-button, |
|
|
|
|
[data-design-theme="terminal"] .clear-kind-button { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .back-button:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .bulk-action-button:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .action-button:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .load-more-button:hover:not(:disabled), |
|
|
|
|
[data-design-theme="terminal"] .clear-kind-button:hover:not(:disabled) { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.2) !important; |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .stat-card, |
|
|
|
|
[data-design-theme="terminal"] .kind-item, |
|
|
|
|
[data-design-theme="terminal"] .event-card { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.05) !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .kind-item:hover { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.15) !important; |
|
|
|
|
box-shadow: 0 0 8px rgba(0, 255, 0, 0.4) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .kind-item:hover .kind-name, |
|
|
|
|
[data-design-theme="terminal"] .kind-item:hover .kind-count { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .stat-label, |
|
|
|
|
[data-design-theme="terminal"] .stat-value, |
|
|
|
|
[data-design-theme="terminal"] .kind-name, |
|
|
|
|
[data-design-theme="terminal"] .kind-count, |
|
|
|
|
[data-design-theme="terminal"] .event-id, |
|
|
|
|
[data-design-theme="terminal"] .event-meta, |
|
|
|
|
[data-design-theme="terminal"] .event-content-preview { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .filter-label, |
|
|
|
|
[data-design-theme="terminal"] .filter-input, |
|
|
|
|
[data-design-theme="terminal"] .filter-select { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.05) !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .filter-input:focus, |
|
|
|
|
[data-design-theme="terminal"] .filter-select:focus { |
|
|
|
|
outline: 2px solid #00ff00 !important; |
|
|
|
|
box-shadow: 0 0 8px rgba(0, 255, 0, 0.4) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .event-id-code, |
|
|
|
|
[data-design-theme="terminal"] .event-json { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.05) !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .event-json code, |
|
|
|
|
[data-design-theme="terminal"] .event-meta code { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .action-button.delete-action { |
|
|
|
|
border-color: #ff0000 !important; |
|
|
|
|
color: #ff0000 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .action-button.delete-action:hover { |
|
|
|
|
background-color: rgba(255, 0, 0, 0.2) !important; |
|
|
|
|
box-shadow: 0 0 10px rgba(255, 0, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .action-button.delete-request-action { |
|
|
|
|
border-color: #ffaa00 !important; |
|
|
|
|
color: #ffaa00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .action-button.delete-request-action:hover { |
|
|
|
|
background-color: rgba(255, 170, 0, 0.2) !important; |
|
|
|
|
box-shadow: 0 0 10px rgba(255, 170, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .archive-stats p, |
|
|
|
|
[data-design-theme="terminal"] .archive-note, |
|
|
|
|
[data-design-theme="terminal"] .recover-event-section h3 { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .loading-state, |
|
|
|
|
[data-design-theme="terminal"] .empty-state { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Terminal Theme - About Page */ |
|
|
|
|
[data-design-theme="terminal"] .about-page, |
|
|
|
|
[data-design-theme="terminal"] .about-section { |
|
|
|
|
background-color: #000000 !important; |
|
|
|
|
border-color: #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .back-button { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.1) !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .back-button:hover { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.2) !important; |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 255, 0, 0.6) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .section-title, |
|
|
|
|
[data-design-theme="terminal"] .section-content, |
|
|
|
|
[data-design-theme="terminal"] .section-content p { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .link { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-decoration: underline; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .link:hover { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
text-shadow: 0 0 5px rgba(0, 255, 0, 0.8) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .version-badge { |
|
|
|
|
background-color: rgba(0, 255, 0, 0.2) !important; |
|
|
|
|
border: 1px solid #00ff00 !important; |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
box-shadow: 0 0 5px rgba(0, 255, 0, 0.3) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[data-design-theme="terminal"] .features-list li, |
|
|
|
|
[data-design-theme="terminal"] .changelog-list li, |
|
|
|
|
[data-design-theme="terminal"] .links-list li { |
|
|
|
|
color: #00ff00 !important; |
|
|
|
|
} |
|
|
|
|
|