ghostai1 commited on
Commit
d7ae10b
·
verified ·
1 Parent(s): e0b2024

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +54 -42
style.css CHANGED
@@ -1,26 +1,26 @@
1
  /* 👻 GhostPack Spectral Styles 😈 */
2
  body {
3
- background: #0a0a0a;
4
- color: #ffffff;
5
  font-family: 'Roboto', sans-serif;
6
  overflow-x: hidden;
7
  }
8
 
9
  .bg-ghost-nav {
10
- background: linear-gradient(90deg, #1a2a2e, #2e3b3e);
11
- box-shadow: 0 4px 12px rgba(0, 255, 204, 0.3);
12
  padding: 0.8rem 0;
13
  }
14
 
15
  .navbar-brand {
16
  font-weight: 900;
17
  font-size: 1.8rem;
18
- color: #00ffcc;
19
  text-shadow: 0 0 8px #00ffcc;
20
  }
21
 
22
  .nav-link {
23
- color: #00ffcc !important;
24
  font-weight: 600;
25
  padding: 0.4rem 0.8rem;
26
  margin: 0 0.3rem;
@@ -28,7 +28,7 @@ body {
28
  }
29
 
30
  .nav-link:hover {
31
- color: #00cc99 !important;
32
  text-shadow: 0 0 8px #00cc99;
33
  }
34
 
@@ -39,15 +39,15 @@ body {
39
  min-height: 100vh;
40
  display: flex;
41
  align-items: center;
42
- text-shadow: 0 0 15px rgba(0, 255, 204, 0.4);
43
  }
44
 
45
  .preview-window {
46
  max-width: 700px;
47
  margin: 1.5rem auto;
48
  padding: 1.2rem;
49
- background: #1a2a2e;
50
- border: 2px solid #00ffcc;
51
  border-radius: 8px;
52
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.3);
53
  }
@@ -58,35 +58,35 @@ body {
58
  }
59
 
60
  .bg-dark {
61
- background: #1a2a2e;
62
  }
63
 
64
  .bg-ghost-alt {
65
- background: #1e2e32;
66
  }
67
 
68
  .bg-ghost-card {
69
- background: #2e3b3e;
70
- border: 2px solid #00ffcc;
71
  border-radius: 8px;
72
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.3);
73
- color: #ffffff;
74
  padding: 1.2rem;
75
  }
76
 
77
  .bg-ghost-alt-card {
78
- background: #2a3a3e; /* Darker alternate card color to reduce white dominance */
79
- border: 2px solid #00ffcc;
80
  border-radius: 8px;
81
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.3);
82
- color: #ffffff;
83
  padding: 1.2rem;
84
  }
85
 
86
  .btn-ghost {
87
- background: linear-gradient(45deg, #00ffcc, #00cc99);
88
  border: none;
89
- color: #000000;
90
  font-weight: 700;
91
  border-radius: 6px;
92
  padding: 0.6rem 1.2rem;
@@ -99,23 +99,23 @@ body {
99
  }
100
 
101
  .btn-outline-ghost {
102
- border: 2px solid #00ffcc;
103
- color: #00ffcc;
104
  border-radius: 6px;
105
  padding: 0.6rem 1.2rem;
106
  transition: background 0.3s;
107
  }
108
 
109
  .btn-outline-ghost:hover {
110
- background: #00ffcc;
111
- color: #000000;
112
  }
113
 
114
  pre {
115
- background: #2a3a3e;
116
  padding: 0.8rem;
117
  border-radius: 6px;
118
- color: #00ffcc;
119
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
120
  font-family: 'Courier New', monospace;
121
  }
@@ -125,51 +125,63 @@ pre {
125
  }
126
 
127
  .lead-text {
128
- color: #ffffff;
129
  }
130
 
131
  .light-lead-text {
132
- color: #e0e0e0; /* Adjusted to reduce white dominance */
133
  }
134
 
135
  .nav-tabs .nav-link {
136
- color: #00ffcc;
137
- border: 2px solid #00ffcc;
138
  border-radius: 6px;
139
  padding: 0.4rem 0.8rem;
140
  margin: 0 0.2rem;
141
  }
142
 
143
  .nav-tabs .nav-link.active {
144
- background: #00ffcc;
145
- color: #000000;
146
  }
147
 
148
  .nav-tabs .nav-link:hover {
149
- background: rgba(0, 255, 204, 0.2);
150
  }
151
 
152
  .accordion-button {
153
- background: #2e3b3e;
154
- color: #ffffff;
155
- border: 1px solid #00ffcc;
156
  }
157
 
158
  .accordion-button:not(.collapsed) {
159
- background: #00ffcc;
160
- color: #000000;
161
  }
162
 
163
  .table-dark {
164
- background: #1a2a2e;
165
- color: #ffffff;
166
  }
167
 
168
  .table-dark th, .table-dark td {
169
- border-color: #00ffcc;
170
  padding: 0.6rem;
171
  }
172
 
173
  .bg-ghost-black {
174
- background: #0a0a0a;
 
 
 
 
 
 
 
 
 
 
 
 
175
  }
 
1
  /* 👻 GhostPack Spectral Styles 😈 */
2
  body {
3
+ background: #0a0a0a; /* Deep black base */
4
+ color: #ffffff; /* Pure white text for high contrast */
5
  font-family: 'Roboto', sans-serif;
6
  overflow-x: hidden;
7
  }
8
 
9
  .bg-ghost-nav {
10
+ background: linear-gradient(90deg, #1a2a2e, #2e3b3e); /* Dark gradient */
11
+ box-shadow: 0 4px 12px rgba(0, 255, 204, 0.3); /* Neon cyan shadow */
12
  padding: 0.8rem 0;
13
  }
14
 
15
  .navbar-brand {
16
  font-weight: 900;
17
  font-size: 1.8rem;
18
+ color: #00ffcc; /* Neon cyan */
19
  text-shadow: 0 0 8px #00ffcc;
20
  }
21
 
22
  .nav-link {
23
+ color: #00ffcc !important; /* Neon cyan links */
24
  font-weight: 600;
25
  padding: 0.4rem 0.8rem;
26
  margin: 0 0.3rem;
 
28
  }
29
 
30
  .nav-link:hover {
31
+ color: #00cc99 !important; /* Slightly darker neon */
32
  text-shadow: 0 0 8px #00cc99;
33
  }
34
 
 
39
  min-height: 100vh;
40
  display: flex;
41
  align-items: center;
42
+ text-shadow: 0 0 15px rgba(0, 255, 204, 0.4); /* Neon glow */
43
  }
44
 
45
  .preview-window {
46
  max-width: 700px;
47
  margin: 1.5rem auto;
48
  padding: 1.2rem;
49
+ background: #1a2a2e; /* Dark slate */
50
+ border: 2px solid #00ffcc; /* Neon cyan border */
51
  border-radius: 8px;
52
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.3);
53
  }
 
58
  }
59
 
60
  .bg-dark {
61
+ background: #1a2a2e; /* Consistent dark base */
62
  }
63
 
64
  .bg-ghost-alt {
65
+ background: #1e2e32; /* Darker alternate base */
66
  }
67
 
68
  .bg-ghost-card {
69
+ background: #2e3b3e; /* Dark slate card */
70
+ border: 2px solid #00ffcc; /* Neon cyan border */
71
  border-radius: 8px;
72
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.3);
73
+ color: #ffffff; /* White text */
74
  padding: 1.2rem;
75
  }
76
 
77
  .bg-ghost-alt-card {
78
+ background: #2a3a3e; /* Dark slate alternate card */
79
+ border: 2px solid #00ffcc; /* Neon cyan border */
80
  border-radius: 8px;
81
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.3);
82
+ color: #ffffff; /* White text to avoid grey-on-grey */
83
  padding: 1.2rem;
84
  }
85
 
86
  .btn-ghost {
87
+ background: linear-gradient(45deg, #00ffcc, #00cc99); /* Neon gradient */
88
  border: none;
89
+ color: #000000; /* Black text for contrast */
90
  font-weight: 700;
91
  border-radius: 6px;
92
  padding: 0.6rem 1.2rem;
 
99
  }
100
 
101
  .btn-outline-ghost {
102
+ border: 2px solid #00ffcc; /* Neon cyan border */
103
+ color: #00ffcc; /* Neon cyan text */
104
  border-radius: 6px;
105
  padding: 0.6rem 1.2rem;
106
  transition: background 0.3s;
107
  }
108
 
109
  .btn-outline-ghost:hover {
110
+ background: #00ffcc; /* Neon cyan fill */
111
+ color: #000000; /* Black text */
112
  }
113
 
114
  pre {
115
+ background: #2a3a3e; /* Dark slate */
116
  padding: 0.8rem;
117
  border-radius: 6px;
118
+ color: #00ffcc; /* Neon cyan text */
119
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
120
  font-family: 'Courier New', monospace;
121
  }
 
125
  }
126
 
127
  .lead-text {
128
+ color: #ffffff; /* White for dark backgrounds */
129
  }
130
 
131
  .light-lead-text {
132
+ color: #e0e0e0; /* Light grey for alternate cards, but ensured contrast with dark background */
133
  }
134
 
135
  .nav-tabs .nav-link {
136
+ color: #00ffcc; /* Neon cyan */
137
+ border: 2px solid #00ffcc; /* Neon cyan border */
138
  border-radius: 6px;
139
  padding: 0.4rem 0.8rem;
140
  margin: 0 0.2rem;
141
  }
142
 
143
  .nav-tabs .nav-link.active {
144
+ background: #00ffcc; /* Neon cyan fill */
145
+ color: #000000; /* Black text */
146
  }
147
 
148
  .nav-tabs .nav-link:hover {
149
+ background: rgba(0, 255, 204, 0.2); /* Subtle neon hover */
150
  }
151
 
152
  .accordion-button {
153
+ background: #2e3b3e; /* Dark slate */
154
+ color: #ffffff; /* White text */
155
+ border: 1px solid #00ffcc; /* Neon cyan border */
156
  }
157
 
158
  .accordion-button:not(.collapsed) {
159
+ background: #00ffcc; /* Neon cyan fill */
160
+ color: #000000; /* Black text */
161
  }
162
 
163
  .table-dark {
164
+ background: #1a2a2e; /* Dark slate */
165
+ color: #ffffff; /* White text */
166
  }
167
 
168
  .table-dark th, .table-dark td {
169
+ border-color: #00ffcc; /* Neon cyan borders */
170
  padding: 0.6rem;
171
  }
172
 
173
  .bg-ghost-black {
174
+ background: #0a0a0a; /* Deep black */
175
+ }
176
+
177
+ .shadow-lg {
178
+ box-shadow: 0 10px 20px rgba(0, 255, 204, 0.2) !important;
179
+ }
180
+
181
+ .shadow-sm {
182
+ box-shadow: 0 4px 8px rgba(0, 255, 204, 0.1) !important;
183
+ }
184
+
185
+ .text-muted {
186
+ color: #cccccc !important; /* Light grey for muted text, contrasts with dark */
187
  }