ywana-core8 0.2.19 → 0.2.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,15 @@
1
- /* Windows Desktop Theme */
1
+ /* Windows 11 Desktop Theme */
2
2
 
3
3
  .desktop--windows {
4
- background: linear-gradient(135deg, #0078d4 0%, #106ebe 100%);
5
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
4
+ background: linear-gradient(135deg, #0067C0 0%, #0078D4 50%, #00BCF2 100%);
5
+ font-family: 'Segoe UI Variable', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
6
6
  }
7
7
 
8
8
  .desktop--windows .desktop__background {
9
- background-image:
10
- radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
11
- radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
12
- radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.15) 0%, transparent 50%);
9
+ background-image:
10
+ radial-gradient(circle at 30% 70%, rgba(0, 120, 212, 0.4) 0%, transparent 60%),
11
+ radial-gradient(circle at 70% 30%, rgba(0, 188, 242, 0.3) 0%, transparent 60%),
12
+ radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
13
13
  }
14
14
 
15
15
  /* Windows-style taskbar */
@@ -84,6 +84,15 @@
84
84
  border-top: 1px solid rgba(255, 255, 255, 0.1);
85
85
  }
86
86
 
87
+ .desktop--windows .desktop-taskbar .icon {
88
+ color: rgba(255, 255, 255, 0.9);
89
+ }
90
+
91
+ .desktop--windows .desktop-taskbar .icon:hover {
92
+ color: #ffffff;
93
+ background-color: rgba(255, 255, 255, 0.15);
94
+ }
95
+
87
96
  .desktop--windows .taskbar-button {
88
97
  background: rgba(255, 255, 255, 0.1);
89
98
  border: 1px solid rgba(255, 255, 255, 0.2);
@@ -158,8 +167,8 @@
158
167
  box-shadow: none;
159
168
  }
160
169
 
161
- /* Windows Application Menu */
162
- .desktop--windows .application-menu {
170
+ /* Windows LaunchPad */
171
+ .desktop--windows .launchpad {
163
172
  background: rgba(248, 248, 248, 0.95);
164
173
  backdrop-filter: blur(20px);
165
174
  border: 1px solid rgba(0, 0, 0, 0.1);
@@ -167,46 +176,55 @@
167
176
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
168
177
  }
169
178
 
170
- .desktop--windows .application-menu__header {
179
+ .desktop--windows .launchpad__header {
171
180
  background: linear-gradient(180deg, #f8f8f8 0%, #e8e8e8 100%);
172
181
  border-bottom: 1px solid #d0d0d0;
173
182
  }
174
183
 
175
- .desktop--windows .application-menu__search-input {
184
+ .desktop--windows .launchpad__search-input {
176
185
  border: 2px solid #e0e0e0;
177
186
  border-radius: 4px;
178
187
  font-family: 'Segoe UI', sans-serif;
179
188
  }
180
189
 
181
- .desktop--windows .application-menu__search-input:focus {
190
+ .desktop--windows .launchpad__search-input:focus {
182
191
  border-color: #0078d4;
183
192
  outline: none;
184
193
  }
185
194
 
186
- .desktop--windows .application-menu__category {
195
+ .desktop--windows .launchpad__sidebar {
196
+ background: #f8f8f8;
197
+ border-right: 1px solid #e0e0e0;
198
+ }
199
+
200
+ .desktop--windows .launchpad__categories {
201
+ background: #f8f8f8;
202
+ }
203
+
204
+ .desktop--windows .launchpad__category {
187
205
  background: #ffffff;
188
206
  font-family: 'Segoe UI', sans-serif;
189
207
  font-size: 13px;
190
208
  }
191
209
 
192
- .desktop--windows .application-menu__category:hover {
210
+ .desktop--windows .launchpad__category:hover {
193
211
  background: #f5f5f5;
194
212
  }
195
213
 
196
- .desktop--windows .application-menu__category.active {
214
+ .desktop--windows .launchpad__category.active {
197
215
  background: #0078d4;
198
216
  border-color: #0078d4;
199
217
  color: white;
200
218
  }
201
219
 
202
- .desktop--windows .application-menu__app {
220
+ .desktop--windows .launchpad__app {
203
221
  background: #ffffff;
204
222
  border: 1px solid transparent;
205
223
  border-radius: 8px;
206
224
  transition: all 0.15s ease;
207
225
  }
208
226
 
209
- .desktop--windows .application-menu__app:hover {
227
+ .desktop--windows .launchpad__app:hover {
210
228
  background: #f5f5f5;
211
229
  border-color: #e0e0e0;
212
230
  transform: translateY(-1px);
@@ -221,21 +239,21 @@
221
239
  }
222
240
 
223
241
  /* Windows scrollbar */
224
- .desktop--windows .application-menu__content::-webkit-scrollbar {
242
+ .desktop--windows .launchpad__content::-webkit-scrollbar {
225
243
  width: 12px;
226
244
  }
227
245
 
228
- .desktop--windows .application-menu__content::-webkit-scrollbar-track {
246
+ .desktop--windows .launchpad__content::-webkit-scrollbar-track {
229
247
  background: #f1f1f1;
230
248
  border-radius: 6px;
231
249
  }
232
250
 
233
- .desktop--windows .application-menu__content::-webkit-scrollbar-thumb {
251
+ .desktop--windows .launchpad__content::-webkit-scrollbar-thumb {
234
252
  background: #c1c1c1;
235
253
  border-radius: 6px;
236
254
  border: 2px solid #f1f1f1;
237
255
  }
238
256
 
239
- .desktop--windows .application-menu__content::-webkit-scrollbar-thumb:hover {
257
+ .desktop--windows .launchpad__content::-webkit-scrollbar-thumb:hover {
240
258
  background: #a8a8a8;
241
259
  }
@@ -0,0 +1,284 @@
1
+ /* Windows 98 Desktop Theme */
2
+
3
+ .desktop--windows98 {
4
+ background: #008080; /* Teal */
5
+ font-family: 'MS Sans Serif', 'Microsoft Sans Serif', sans-serif;
6
+ }
7
+
8
+ .desktop--windows98 .desktop__background {
9
+ background: #008080;
10
+ }
11
+
12
+ /* Windows 98-style windows */
13
+ .desktop--windows98 .window {
14
+ border: 2px outset #DFDFDF;
15
+ border-radius: 0;
16
+ box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
17
+ background: #C0C0C0;
18
+ }
19
+
20
+ .desktop--windows98 .window__header {
21
+ background: linear-gradient(90deg, #000080 0%, #1084D0 100%);
22
+ border-bottom: none;
23
+ border-radius: 0;
24
+ height: 24px;
25
+ padding: 0 4px;
26
+ }
27
+
28
+ .desktop--windows98 .window__title {
29
+ font-size: 11px;
30
+ font-weight: bold;
31
+ color: #FFFFFF;
32
+ }
33
+
34
+ .desktop--windows98 .window__control {
35
+ width: 16px;
36
+ height: 14px;
37
+ border: 1px outset #DFDFDF;
38
+ border-radius: 0;
39
+ font-size: 8px;
40
+ font-weight: bold;
41
+ color: #000000;
42
+ background: #C0C0C0;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ transition: none;
47
+ margin-left: 2px;
48
+ }
49
+
50
+ .desktop--windows98 .window__control:active {
51
+ border-style: inset;
52
+ }
53
+
54
+ .desktop--windows98 .window__control--minimize::before {
55
+ content: '_';
56
+ margin-top: -6px;
57
+ }
58
+
59
+ .desktop--windows98 .window__control--maximize::before {
60
+ content: '□';
61
+ font-size: 10px;
62
+ }
63
+
64
+ .desktop--windows98 .window__control--close::before {
65
+ content: '×';
66
+ font-size: 12px;
67
+ }
68
+
69
+ /* Windows 98 taskbar styling */
70
+ .desktop--windows98 .desktop-taskbar {
71
+ background: #C0C0C0;
72
+ border-top: 2px solid #FFFFFF;
73
+ box-shadow: inset 0 1px 0 #DFDFDF;
74
+ }
75
+
76
+ .desktop--windows98 .desktop-taskbar .icon {
77
+ color: #000000;
78
+ }
79
+
80
+ .desktop--windows98 .desktop-taskbar .icon:hover {
81
+ color: #000000;
82
+ background-color: rgba(0, 0, 0, 0.1);
83
+ }
84
+
85
+ /* Windows 98 taskbar menu styling */
86
+ .desktop--windows98 .desktop-taskbar .menu-icon > menu {
87
+ background-color: #C0C0C0;
88
+ border: 2px outset #DFDFDF;
89
+ box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
90
+ }
91
+
92
+ .desktop--windows98 .desktop-taskbar .menu-icon > menu .menu-item > label {
93
+ color: #000000;
94
+ }
95
+
96
+ .desktop--windows98 .desktop-taskbar .menu-icon > menu .menu-item > .icon {
97
+ color: #000000;
98
+ }
99
+
100
+ .desktop--windows98 .desktop-taskbar .menu-icon > menu .menu-item:hover {
101
+ background: #000080;
102
+ color: #FFFFFF;
103
+ }
104
+
105
+ .desktop--windows98 .desktop-taskbar .menu-icon > menu .menu-item:hover > label,
106
+ .desktop--windows98 .desktop-taskbar .menu-icon > menu .menu-item:hover > .icon {
107
+ color: #FFFFFF;
108
+ }
109
+
110
+ .desktop--windows98 .desktop-taskbar .menu-icon > menu .menu-separator {
111
+ border-color: #808080;
112
+ }
113
+
114
+ .desktop--windows98 .taskbar-button {
115
+ background: #C0C0C0;
116
+ border: 2px outset #DFDFDF;
117
+ border-radius: 0;
118
+ color: #000000;
119
+ font-family: 'MS Sans Serif', sans-serif;
120
+ font-size: 11px;
121
+ font-weight: normal;
122
+ transition: none;
123
+ text-align: left;
124
+ }
125
+
126
+ .desktop--windows98 .taskbar-button:hover {
127
+ background: #C0C0C0;
128
+ }
129
+
130
+ .desktop--windows98 .taskbar-button:active,
131
+ .desktop--windows98 .taskbar-button--active {
132
+ border-style: inset;
133
+ padding-left: 2px;
134
+ padding-top: 2px;
135
+ }
136
+
137
+ /* Windows 98 Start Button */
138
+ .desktop--windows98 .toggle-button {
139
+ position: relative;
140
+ padding: 2px 6px;
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ gap: 4px;
145
+ border: 2px outset #DFDFDF;
146
+ outline: none;
147
+ color: #000000;
148
+ background: #C0C0C0;
149
+ min-height: 28px;
150
+ border-radius: 0;
151
+ cursor: pointer;
152
+ font-family: 'MS Sans Serif', sans-serif;
153
+ font-weight: bold;
154
+ font-size: 11px;
155
+ box-shadow: none;
156
+ }
157
+
158
+ .desktop--windows98 .toggle-button:hover:not(.toggle-button--disabled) {
159
+ background: #C0C0C0;
160
+ }
161
+
162
+ .desktop--windows98 .toggle-button:active,
163
+ .desktop--windows98 .toggle-button.selected {
164
+ border-style: inset;
165
+ padding-left: 8px;
166
+ padding-top: 4px;
167
+ }
168
+
169
+ .desktop--windows98 .toggle-button:focus {
170
+ outline: 1px dotted #000000;
171
+ outline-offset: -4px;
172
+ }
173
+
174
+ /* Windows 98 LaunchPad (Start Menu) */
175
+ .desktop--windows98 .launchpad {
176
+ background: #C0C0C0;
177
+ border: 2px outset #DFDFDF;
178
+ border-radius: 0;
179
+ box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
180
+ }
181
+
182
+ .desktop--windows98 .launchpad__header {
183
+ background: linear-gradient(90deg, #000080 0%, #1084D0 100%);
184
+ border-bottom: 2px solid #FFFFFF;
185
+ color: #FFFFFF;
186
+ }
187
+
188
+ .desktop--windows98 .launchpad__header h2 {
189
+ color: #FFFFFF;
190
+ font-family: 'MS Sans Serif', sans-serif;
191
+ font-weight: bold;
192
+ font-size: 13px;
193
+ }
194
+
195
+ .desktop--windows98 .launchpad__search-input {
196
+ background: #FFFFFF;
197
+ border: 2px inset #808080;
198
+ border-radius: 0;
199
+ font-family: 'MS Sans Serif', sans-serif;
200
+ font-size: 11px;
201
+ }
202
+
203
+ .desktop--windows98 .launchpad__sidebar {
204
+ background: #C0C0C0;
205
+ border-right: 2px solid #808080;
206
+ }
207
+
208
+ .desktop--windows98 .launchpad__categories {
209
+ background: #C0C0C0;
210
+ }
211
+
212
+ .desktop--windows98 .launchpad__category {
213
+ background: #C0C0C0;
214
+ border: 2px outset #DFDFDF;
215
+ border-radius: 0;
216
+ color: #000000;
217
+ font-family: 'MS Sans Serif', sans-serif;
218
+ font-size: 11px;
219
+ font-weight: normal;
220
+ }
221
+
222
+ .desktop--windows98 .launchpad__category:hover {
223
+ background: #C0C0C0;
224
+ }
225
+
226
+ .desktop--windows98 .launchpad__category:active,
227
+ .desktop--windows98 .launchpad__category.active {
228
+ border-style: inset;
229
+ background: #000080;
230
+ color: #FFFFFF;
231
+ }
232
+
233
+ .desktop--windows98 .launchpad__app {
234
+ background: #C0C0C0;
235
+ border: 1px solid transparent;
236
+ border-radius: 0;
237
+ transition: none;
238
+ }
239
+
240
+ .desktop--windows98 .launchpad__app:hover {
241
+ background: #000080;
242
+ color: #FFFFFF;
243
+ }
244
+
245
+ .desktop--windows98 .launchpad__app:hover .app-name {
246
+ color: #FFFFFF;
247
+ }
248
+
249
+ .desktop--windows98 .app-name {
250
+ font-family: 'MS Sans Serif', sans-serif;
251
+ font-size: 11px;
252
+ font-weight: normal;
253
+ color: #000000;
254
+ }
255
+
256
+ /* Windows 98 scrollbar */
257
+ .desktop--windows98 .launchpad__content::-webkit-scrollbar {
258
+ width: 16px;
259
+ }
260
+
261
+ .desktop--windows98 .launchpad__content::-webkit-scrollbar-track {
262
+ background: #C0C0C0;
263
+ border: 1px solid #808080;
264
+ }
265
+
266
+ .desktop--windows98 .launchpad__content::-webkit-scrollbar-thumb {
267
+ background: #C0C0C0;
268
+ border: 2px outset #DFDFDF;
269
+ }
270
+
271
+ .desktop--windows98 .launchpad__content::-webkit-scrollbar-thumb:active {
272
+ border-style: inset;
273
+ }
274
+
275
+ .desktop--windows98 .launchpad__content::-webkit-scrollbar-button {
276
+ background: #C0C0C0;
277
+ border: 2px outset #DFDFDF;
278
+ height: 16px;
279
+ }
280
+
281
+ .desktop--windows98 .launchpad__content::-webkit-scrollbar-button:active {
282
+ border-style: inset;
283
+ }
284
+
@@ -0,0 +1,294 @@
1
+ /* Windows XP Desktop Theme - Luna Blue */
2
+
3
+ .desktop--windowsxp {
4
+ background: linear-gradient(180deg, #245EDC 0%, #3F8CF3 50%, #5BB0FF 100%);
5
+ font-family: 'Tahoma', 'MS Sans Serif', sans-serif;
6
+ }
7
+
8
+ .desktop--windowsxp .desktop__background {
9
+ background-image:
10
+ radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
11
+ radial-gradient(circle at 30% 70%, rgba(91, 176, 255, 0.2) 0%, transparent 50%);
12
+ }
13
+
14
+ /* Windows XP-style windows */
15
+ .desktop--windowsxp .window {
16
+ border: 3px solid;
17
+ border-color: #0054E3 #0054E3 #003C9E #003C9E;
18
+ border-radius: 8px 8px 0 0;
19
+ box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
20
+ background: #ECE9D8;
21
+ }
22
+
23
+ .desktop--windowsxp .window__header {
24
+ background: linear-gradient(180deg, #0997FF 0%, #0053EE 50%, #0050EE 50%, #003DD7 100%);
25
+ border-bottom: none;
26
+ border-radius: 6px 6px 0 0;
27
+ height: 30px;
28
+ padding: 0 8px;
29
+ }
30
+
31
+ .desktop--windowsxp .window__title {
32
+ font-size: 11px;
33
+ font-weight: bold;
34
+ color: #FFFFFF;
35
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
36
+ }
37
+
38
+ .desktop--windowsxp .window__control {
39
+ width: 21px;
40
+ height: 21px;
41
+ border: 1px solid;
42
+ border-radius: 3px;
43
+ font-size: 9px;
44
+ font-weight: bold;
45
+ color: #000000;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ transition: none;
50
+ margin-left: 2px;
51
+ }
52
+
53
+ .desktop--windowsxp .window__control--minimize {
54
+ background: linear-gradient(180deg, #EBF4FD 0%, #C1D2EE 100%);
55
+ border-color: #003C74 #DDEEFF #DDEEFF #003C74;
56
+ }
57
+
58
+ .desktop--windowsxp .window__control--maximize {
59
+ background: linear-gradient(180deg, #EBF4FD 0%, #C1D2EE 100%);
60
+ border-color: #003C74 #DDEEFF #DDEEFF #003C74;
61
+ }
62
+
63
+ .desktop--windowsxp .window__control--close {
64
+ background: linear-gradient(180deg, #FD9D6C 0%, #E4735A 100%);
65
+ border-color: #8B2D1A #FFD7C7 #FFD7C7 #8B2D1A;
66
+ color: #FFFFFF;
67
+ }
68
+
69
+ .desktop--windowsxp .window__control:hover {
70
+ filter: brightness(1.1);
71
+ }
72
+
73
+ .desktop--windowsxp .window__control:active {
74
+ filter: brightness(0.9);
75
+ }
76
+
77
+ .desktop--windowsxp .window__control--minimize::before {
78
+ content: '_';
79
+ margin-top: -4px;
80
+ }
81
+
82
+ .desktop--windowsxp .window__control--maximize::before {
83
+ content: '□';
84
+ font-size: 11px;
85
+ }
86
+
87
+ .desktop--windowsxp .window__control--close::before {
88
+ content: '×';
89
+ font-size: 14px;
90
+ }
91
+
92
+ /* Windows XP taskbar styling */
93
+ .desktop--windowsxp .desktop-taskbar {
94
+ background: linear-gradient(180deg, #3F8CF3 0%, #2373E7 50%, #1A5FD7 100%);
95
+ border-top: 2px solid #5BB0FF;
96
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
97
+ }
98
+
99
+ .desktop--windowsxp .desktop-taskbar .icon {
100
+ color: rgba(255, 255, 255, 0.95);
101
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
102
+ }
103
+
104
+ .desktop--windowsxp .desktop-taskbar .icon:hover {
105
+ color: #ffffff;
106
+ background-color: rgba(255, 255, 255, 0.15);
107
+ border-radius: 3px;
108
+ }
109
+
110
+ /* Windows XP taskbar menu styling */
111
+ .desktop--windowsxp .desktop-taskbar .menu-icon > menu {
112
+ background-color: #ECE9D8;
113
+ border: 2px solid;
114
+ border-color: #0054E3 #003C9E #003C9E #0054E3;
115
+ box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
116
+ }
117
+
118
+ .desktop--windowsxp .desktop-taskbar .menu-icon > menu .menu-item > label {
119
+ color: #000000;
120
+ }
121
+
122
+ .desktop--windowsxp .desktop-taskbar .menu-icon > menu .menu-item > .icon {
123
+ color: #000000;
124
+ }
125
+
126
+ .desktop--windowsxp .desktop-taskbar .menu-icon > menu .menu-item:hover {
127
+ background: #EBF4FD;
128
+ }
129
+
130
+ .desktop--windowsxp .desktop-taskbar .menu-icon > menu .menu-separator {
131
+ border-color: #ACA899;
132
+ }
133
+
134
+ .desktop--windowsxp .taskbar-button {
135
+ background: linear-gradient(180deg, #3F8CF3 0%, #2373E7 100%);
136
+ border: 1px solid #1A5FD7;
137
+ border-radius: 3px;
138
+ color: #FFFFFF;
139
+ font-family: 'Tahoma', sans-serif;
140
+ font-size: 11px;
141
+ font-weight: bold;
142
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
143
+ transition: none;
144
+ }
145
+
146
+ .desktop--windowsxp .taskbar-button:hover {
147
+ background: linear-gradient(180deg, #5BB0FF 0%, #3F8CF3 100%);
148
+ border-color: #0054E3;
149
+ }
150
+
151
+ .desktop--windowsxp .taskbar-button--active {
152
+ background: linear-gradient(180deg, #1A5FD7 0%, #0054E3 100%);
153
+ border-color: #003C9E;
154
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
155
+ }
156
+
157
+ /* Windows XP Start Button */
158
+ .desktop--windowsxp .toggle-button {
159
+ position: relative;
160
+ padding: 4px 12px 4px 8px;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ gap: 6px;
165
+ border: 1px solid;
166
+ border-color: #16A085 #0E7C68 #0E7C68 #16A085;
167
+ outline: none;
168
+ color: #FFFFFF;
169
+ background: linear-gradient(180deg, #3EBD3E 0%, #2D9B2D 50%, #1F7C1F 100%);
170
+ min-height: 32px;
171
+ border-radius: 0 12px 12px 0;
172
+ cursor: pointer;
173
+ font-family: 'Tahoma', sans-serif;
174
+ font-weight: bold;
175
+ font-size: 11px;
176
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
177
+ box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
178
+ }
179
+
180
+ .desktop--windowsxp .toggle-button:hover:not(.toggle-button--disabled) {
181
+ background: linear-gradient(180deg, #4ECD4E 0%, #3DAB3D 50%, #2F8C2F 100%);
182
+ border-color: #1FB01F #0F8C0F #0F8C0F #1FB01F;
183
+ }
184
+
185
+ .desktop--windowsxp .toggle-button.selected {
186
+ background: linear-gradient(180deg, #1F7C1F 0%, #2D9B2D 50%, #3EBD3E 100%);
187
+ box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
188
+ }
189
+
190
+ .desktop--windowsxp .toggle-button:focus {
191
+ outline: 1px dotted #FFFFFF;
192
+ outline-offset: -3px;
193
+ }
194
+
195
+ /* Windows XP LaunchPad (Start Menu) */
196
+ .desktop--windowsxp .launchpad {
197
+ background: linear-gradient(to right,
198
+ #3F8CF3 0%, #3F8CF3 50px,
199
+ #FFFFFF 50px, #FFFFFF 100%);
200
+ border: 3px solid;
201
+ border-color: #0054E3 #003C9E #003C9E #0054E3;
202
+ border-radius: 8px;
203
+ box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
204
+ }
205
+
206
+ .desktop--windowsxp .launchpad__header {
207
+ background: linear-gradient(180deg, #0997FF 0%, #0053EE 100%);
208
+ border-bottom: 2px solid #003C9E;
209
+ color: #FFFFFF;
210
+ }
211
+
212
+ .desktop--windowsxp .launchpad__header h2 {
213
+ color: #FFFFFF;
214
+ font-family: 'Tahoma', sans-serif;
215
+ font-weight: bold;
216
+ font-size: 14px;
217
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
218
+ }
219
+
220
+ .desktop--windowsxp .launchpad__search-input {
221
+ background: #FFFFFF;
222
+ border: 2px inset #7F9DB9;
223
+ border-radius: 0;
224
+ font-family: 'Tahoma', sans-serif;
225
+ font-size: 11px;
226
+ }
227
+
228
+ .desktop--windowsxp .launchpad__sidebar {
229
+ background: #ECE9D8;
230
+ border-right: 2px solid #ACA899;
231
+ }
232
+
233
+ .desktop--windowsxp .launchpad__categories {
234
+ background: #ECE9D8;
235
+ }
236
+
237
+ .desktop--windowsxp .launchpad__category {
238
+ background: #FFFFFF;
239
+ border: 1px solid #ACA899;
240
+ border-radius: 0;
241
+ color: #000000;
242
+ font-family: 'Tahoma', sans-serif;
243
+ font-size: 11px;
244
+ font-weight: normal;
245
+ }
246
+
247
+ .desktop--windowsxp .launchpad__category:hover {
248
+ background: #EBF4FD;
249
+ border-color: #0054E3;
250
+ }
251
+
252
+ .desktop--windowsxp .launchpad__category.active {
253
+ background: #0054E3;
254
+ border-color: #003C9E;
255
+ color: #FFFFFF;
256
+ }
257
+
258
+ .desktop--windowsxp .launchpad__app {
259
+ background: #FFFFFF;
260
+ border: 1px solid transparent;
261
+ border-radius: 4px;
262
+ transition: none;
263
+ }
264
+
265
+ .desktop--windowsxp .launchpad__app:hover {
266
+ background: #EBF4FD;
267
+ border-color: #0054E3;
268
+ }
269
+
270
+ .desktop--windowsxp .app-name {
271
+ font-family: 'Tahoma', sans-serif;
272
+ font-size: 11px;
273
+ font-weight: normal;
274
+ color: #000000;
275
+ }
276
+
277
+ /* Windows XP scrollbar */
278
+ .desktop--windowsxp .launchpad__content::-webkit-scrollbar {
279
+ width: 16px;
280
+ }
281
+
282
+ .desktop--windowsxp .launchpad__content::-webkit-scrollbar-track {
283
+ background: #ECE9D8;
284
+ }
285
+
286
+ .desktop--windowsxp .launchpad__content::-webkit-scrollbar-thumb {
287
+ background: linear-gradient(90deg, #EBF4FD 0%, #C1D2EE 100%);
288
+ border: 1px solid #003C74;
289
+ }
290
+
291
+ .desktop--windowsxp .launchpad__content::-webkit-scrollbar-thumb:hover {
292
+ background: linear-gradient(90deg, #D6E8FF 0%, #B0C4DE 100%);
293
+ }
294
+