@howssatoshi/quantumcss 1.11.0 → 1.11.1
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.
- package/README.md +1 -1
- package/dist/quantum.min.css +2 -2
- package/examples/admin-panel.html +9 -31
- package/examples/analytics-dashboard.html +2 -4
- package/examples/index.html +1 -1
- package/examples/portfolio.html +16 -0
- package/examples/video-streaming.html +1025 -757
- package/package.json +1 -1
- package/src/styles/quantum-components.css +2 -1
- package/src/styles/starlight.css +10 -10
|
@@ -1,796 +1,1064 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
background: rgba(255, 255, 255, 0.05);
|
|
130
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
131
|
-
border-radius: 0.5rem 0 0 0.5rem;
|
|
132
|
-
color: var(--text-primary, #f1f5f9);
|
|
133
|
-
font-size: 0.9375rem;
|
|
134
|
-
outline: none;
|
|
135
|
-
transition: all 0.2s;
|
|
136
|
-
backdrop-filter: blur(10px);
|
|
137
|
-
}
|
|
138
|
-
.video-search-input:focus {
|
|
139
|
-
border-color: var(--color-starlight, #00d4ff);
|
|
140
|
-
background: rgba(0, 212, 255, 0.08);
|
|
141
|
-
box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.2), 0 0 20px rgba(0, 212, 255, 0.1);
|
|
142
|
-
}
|
|
143
|
-
.video-search-input::placeholder {
|
|
144
|
-
color: rgba(255, 255, 255, 0.4);
|
|
145
|
-
}
|
|
146
|
-
.search-btn {
|
|
147
|
-
padding: 0 1.25rem;
|
|
148
|
-
background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(139, 92, 246, 0.15));
|
|
149
|
-
border: 1px solid rgba(0, 212, 255, 0.2);
|
|
150
|
-
border-left: none;
|
|
151
|
-
border-radius: 0 0.5rem 0.5rem 0;
|
|
152
|
-
color: #00d4ff;
|
|
153
|
-
cursor: pointer;
|
|
154
|
-
transition: all 0.2s;
|
|
155
|
-
}
|
|
156
|
-
.search-btn:hover {
|
|
157
|
-
background: linear-gradient(135deg, rgba(0, 212, 255, 0.25), rgba(139, 92, 246, 0.25));
|
|
158
|
-
box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
|
|
159
|
-
}
|
|
160
|
-
.header-actions {
|
|
161
|
-
display: flex;
|
|
162
|
-
align-items: center;
|
|
163
|
-
gap: 1rem;
|
|
164
|
-
}
|
|
165
|
-
.icon-btn {
|
|
166
|
-
width: 40px; height: 40px;
|
|
167
|
-
border-radius: 12px;
|
|
168
|
-
background: rgba(255, 255, 255, 0.05);
|
|
169
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
170
|
-
color: var(--text-primary, #f1f5f9);
|
|
171
|
-
cursor: pointer;
|
|
172
|
-
display: flex; align-items: center; justify-content: center;
|
|
173
|
-
transition: all 0.2s;
|
|
174
|
-
backdrop-filter: blur(10px);
|
|
175
|
-
}
|
|
176
|
-
.icon-btn:hover {
|
|
177
|
-
background: rgba(0, 212, 255, 0.1);
|
|
178
|
-
border-color: rgba(0, 212, 255, 0.3);
|
|
179
|
-
box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
|
|
180
|
-
}
|
|
181
|
-
.icon-btn .q-icon {
|
|
182
|
-
width: 18px;
|
|
183
|
-
height: 18px;
|
|
184
|
-
}
|
|
185
|
-
.user-avatar {
|
|
186
|
-
width: 36px; height: 36px;
|
|
187
|
-
border-radius: 50%;
|
|
188
|
-
background: linear-gradient(135deg, #3b82f6, #00d4ff);
|
|
189
|
-
display: flex; align-items: center; justify-content: center;
|
|
190
|
-
font-weight: 600; font-size: 0.875rem;
|
|
191
|
-
border: 2px solid rgba(0, 212, 255, 0.3);
|
|
192
|
-
box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.main-content {
|
|
196
|
-
display: grid;
|
|
197
|
-
grid-template-columns: 240px 1fr;
|
|
198
|
-
overflow: hidden;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
@media (max-width: 1024px) {
|
|
202
|
-
.main-content {
|
|
203
|
-
grid-template-columns: 72px 1fr;
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Starlight Video - Watch</title>
|
|
7
|
+
<link rel="stylesheet" href="../dist/quantum.min.css" />
|
|
8
|
+
<link rel="stylesheet" href="../src/styles/quantum-components.css" />
|
|
9
|
+
<link rel="stylesheet" href="../src/styles/quantum-icons.css" />
|
|
10
|
+
<script src="../src/starlight.js"></script>
|
|
11
|
+
<style>
|
|
12
|
+
* {
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
}
|
|
17
|
+
body {
|
|
18
|
+
background: var(--bg-primary, #050510);
|
|
19
|
+
background-image:
|
|
20
|
+
radial-gradient(
|
|
21
|
+
ellipse at 20% 30%,
|
|
22
|
+
rgba(0, 212, 255, 0.08) 0%,
|
|
23
|
+
transparent 50%
|
|
24
|
+
),
|
|
25
|
+
radial-gradient(
|
|
26
|
+
ellipse at 80% 70%,
|
|
27
|
+
rgba(139, 92, 246, 0.06) 0%,
|
|
28
|
+
transparent 50%
|
|
29
|
+
),
|
|
30
|
+
radial-gradient(
|
|
31
|
+
circle at 50% 50%,
|
|
32
|
+
rgba(15, 23, 42, 1) 0%,
|
|
33
|
+
#050510 100%
|
|
34
|
+
);
|
|
35
|
+
color: var(--text-primary, #f1f5f9);
|
|
36
|
+
font-family: "Inter", system-ui, sans-serif;
|
|
37
|
+
min-height: 100vh;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.stars {
|
|
41
|
+
position: fixed;
|
|
42
|
+
inset: 0;
|
|
43
|
+
pointer-events: none;
|
|
44
|
+
overflow: hidden;
|
|
45
|
+
z-index: 0;
|
|
46
|
+
}
|
|
47
|
+
.stars::before,
|
|
48
|
+
.stars::after {
|
|
49
|
+
content: "";
|
|
50
|
+
position: absolute;
|
|
51
|
+
width: 2px;
|
|
52
|
+
height: 2px;
|
|
53
|
+
background: white;
|
|
54
|
+
border-radius: 50%;
|
|
55
|
+
box-shadow:
|
|
56
|
+
100px 50px 0 rgba(255, 255, 255, 0.3),
|
|
57
|
+
200px 150px 0 rgba(255, 255, 255, 0.2),
|
|
58
|
+
400px 80px 0 rgba(255, 255, 255, 0.25),
|
|
59
|
+
600px 200px 0 rgba(255, 255, 255, 0.2),
|
|
60
|
+
800px 100px 0 rgba(255, 255, 255, 0.3),
|
|
61
|
+
150px 300px 0 rgba(255, 255, 255, 0.2),
|
|
62
|
+
350px 350px 0 rgba(255, 255, 255, 0.15),
|
|
63
|
+
550px 400px 0 rgba(255, 255, 255, 0.25),
|
|
64
|
+
750px 450px 0 rgba(255, 255, 255, 0.2),
|
|
65
|
+
50px 500px 0 rgba(255, 255, 255, 0.3),
|
|
66
|
+
250px 550px 0 rgba(255, 255, 255, 0.15),
|
|
67
|
+
450px 600px 0 rgba(255, 255, 255, 0.25),
|
|
68
|
+
650px 650px 0 rgba(255, 255, 255, 0.2),
|
|
69
|
+
850px 700px 0 rgba(255, 255, 255, 0.3),
|
|
70
|
+
900px 250px 0 rgba(255, 255, 255, 0.2),
|
|
71
|
+
700px 300px 0 rgba(255, 255, 255, 0.15);
|
|
72
|
+
animation: twinkle 4s ease-in-out infinite;
|
|
73
|
+
}
|
|
74
|
+
.stars::after {
|
|
75
|
+
left: 50px;
|
|
76
|
+
animation-delay: 2s;
|
|
77
|
+
box-shadow:
|
|
78
|
+
80px 100px 0 rgba(255, 255, 255, 0.2),
|
|
79
|
+
180px 200px 0 rgba(255, 255, 255, 0.3),
|
|
80
|
+
320px 120px 0 rgba(255, 255, 255, 0.2),
|
|
81
|
+
520px 280px 0 rgba(255, 255, 255, 0.25),
|
|
82
|
+
720px 180px 0 rgba(255, 255, 255, 0.2),
|
|
83
|
+
920px 380px 0 rgba(255, 255, 255, 0.3),
|
|
84
|
+
120px 420px 0 rgba(255, 255, 255, 0.2),
|
|
85
|
+
380px 480px 0 rgba(255, 255, 255, 0.25),
|
|
86
|
+
580px 520px 0 rgba(255, 255, 255, 0.15),
|
|
87
|
+
780px 580px 0 rgba(255, 255, 255, 0.2),
|
|
88
|
+
980px 620px 0 rgba(255, 255, 255, 0.3);
|
|
89
|
+
}
|
|
90
|
+
@keyframes twinkle {
|
|
91
|
+
0%,
|
|
92
|
+
100% {
|
|
93
|
+
opacity: 0.5;
|
|
94
|
+
}
|
|
95
|
+
50% {
|
|
96
|
+
opacity: 1;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.video-app {
|
|
101
|
+
display: grid;
|
|
102
|
+
grid-template-rows: auto 1fr;
|
|
103
|
+
height: 100vh;
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
position: relative;
|
|
106
|
+
z-index: 1;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
header {
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
justify-content: space-between;
|
|
113
|
+
padding: 0.75rem 1.5rem;
|
|
114
|
+
background: rgba(15, 23, 42, 0.8);
|
|
115
|
+
backdrop-filter: blur(16px);
|
|
116
|
+
-webkit-backdrop-filter: blur(16px);
|
|
117
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
|
118
|
+
}
|
|
119
|
+
.logo {
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: center;
|
|
122
|
+
gap: 0.75rem;
|
|
123
|
+
font-size: 1.5rem;
|
|
124
|
+
font-weight: 700;
|
|
125
|
+
background: linear-gradient(135deg, #00d4ff, #8b5cf6);
|
|
126
|
+
-webkit-background-clip: text;
|
|
127
|
+
-webkit-text-fill-color: transparent;
|
|
128
|
+
background-clip: text;
|
|
204
129
|
}
|
|
205
|
-
.
|
|
130
|
+
.logo-icon {
|
|
131
|
+
width: 40px;
|
|
132
|
+
height: 40px;
|
|
133
|
+
background: linear-gradient(
|
|
134
|
+
135deg,
|
|
135
|
+
rgba(0, 212, 255, 0.2),
|
|
136
|
+
rgba(139, 92, 246, 0.2)
|
|
137
|
+
);
|
|
138
|
+
border: 1px solid rgba(0, 212, 255, 0.3);
|
|
139
|
+
border-radius: 10px;
|
|
140
|
+
display: flex;
|
|
141
|
+
align-items: center;
|
|
206
142
|
justify-content: center;
|
|
207
|
-
|
|
143
|
+
backdrop-filter: blur(10px);
|
|
144
|
+
}
|
|
145
|
+
.logo-icon .q-icon {
|
|
146
|
+
color: #00d4ff;
|
|
147
|
+
}
|
|
148
|
+
.search-bar {
|
|
149
|
+
flex: 1;
|
|
150
|
+
max-width: 640px;
|
|
151
|
+
margin: 0 2rem;
|
|
152
|
+
display: flex;
|
|
153
|
+
}
|
|
154
|
+
.video-search-input {
|
|
155
|
+
flex: 1;
|
|
156
|
+
padding: 0.625rem 1.25rem;
|
|
157
|
+
background: rgba(255, 255, 255, 0.05);
|
|
158
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
159
|
+
border-radius: 0.5rem 0 0 0.5rem;
|
|
160
|
+
color: var(--text-primary, #f1f5f9);
|
|
161
|
+
font-size: 0.9375rem;
|
|
162
|
+
outline: none;
|
|
163
|
+
transition: all 0.2s;
|
|
164
|
+
backdrop-filter: blur(10px);
|
|
165
|
+
}
|
|
166
|
+
.video-search-input:focus {
|
|
167
|
+
border-color: var(--color-starlight, #00d4ff);
|
|
168
|
+
background: rgba(0, 212, 255, 0.08);
|
|
169
|
+
box-shadow:
|
|
170
|
+
0 0 0 2px rgba(0, 212, 255, 0.2),
|
|
171
|
+
0 0 20px rgba(0, 212, 255, 0.1);
|
|
172
|
+
}
|
|
173
|
+
.video-search-input::placeholder {
|
|
174
|
+
color: rgba(255, 255, 255, 0.4);
|
|
175
|
+
}
|
|
176
|
+
.search-btn {
|
|
177
|
+
padding: 0 1.25rem;
|
|
178
|
+
background: linear-gradient(
|
|
179
|
+
135deg,
|
|
180
|
+
rgba(0, 212, 255, 0.15),
|
|
181
|
+
rgba(139, 92, 246, 0.15)
|
|
182
|
+
);
|
|
183
|
+
border: 1px solid rgba(0, 212, 255, 0.2);
|
|
184
|
+
border-left: none;
|
|
185
|
+
border-radius: 0 0.5rem 0.5rem 0;
|
|
186
|
+
color: #00d4ff;
|
|
187
|
+
cursor: pointer;
|
|
188
|
+
transition: all 0.2s;
|
|
189
|
+
}
|
|
190
|
+
.search-btn:hover {
|
|
191
|
+
background: linear-gradient(
|
|
192
|
+
135deg,
|
|
193
|
+
rgba(0, 212, 255, 0.25),
|
|
194
|
+
rgba(139, 92, 246, 0.25)
|
|
195
|
+
);
|
|
196
|
+
box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
|
|
208
197
|
}
|
|
209
|
-
.
|
|
210
|
-
|
|
211
|
-
|
|
198
|
+
.header-actions {
|
|
199
|
+
display: flex;
|
|
200
|
+
align-items: center;
|
|
201
|
+
gap: 1rem;
|
|
212
202
|
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
203
|
+
.icon-btn {
|
|
204
|
+
width: 40px;
|
|
205
|
+
height: 40px;
|
|
206
|
+
border-radius: 12px;
|
|
207
|
+
background: rgba(255, 255, 255, 0.05);
|
|
208
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
209
|
+
color: var(--text-primary, #f1f5f9);
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
display: flex;
|
|
212
|
+
align-items: center;
|
|
213
|
+
justify-content: center;
|
|
214
|
+
transition: all 0.2s;
|
|
215
|
+
backdrop-filter: blur(10px);
|
|
216
|
+
}
|
|
217
|
+
.icon-btn:hover {
|
|
218
|
+
background: rgba(0, 212, 255, 0.1);
|
|
219
|
+
border-color: rgba(0, 212, 255, 0.3);
|
|
220
|
+
box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
|
|
221
|
+
}
|
|
222
|
+
.icon-btn .q-icon {
|
|
223
|
+
width: 18px;
|
|
224
|
+
height: 18px;
|
|
225
|
+
}
|
|
226
|
+
.user-avatar {
|
|
227
|
+
width: 36px;
|
|
228
|
+
height: 36px;
|
|
229
|
+
border-radius: 50%;
|
|
230
|
+
background: linear-gradient(135deg, #3b82f6, #00d4ff);
|
|
231
|
+
display: flex;
|
|
232
|
+
align-items: center;
|
|
233
|
+
justify-content: center;
|
|
234
|
+
font-weight: 600;
|
|
235
|
+
font-size: 0.875rem;
|
|
236
|
+
border: 2px solid rgba(0, 212, 255, 0.3);
|
|
237
|
+
box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
|
|
238
|
+
}
|
|
239
|
+
|
|
216
240
|
.main-content {
|
|
217
|
-
|
|
241
|
+
display: grid;
|
|
242
|
+
grid-template-columns: 240px 1fr;
|
|
243
|
+
overflow: hidden;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
@media (max-width: 1024px) {
|
|
247
|
+
.main-content {
|
|
248
|
+
grid-template-columns: 72px 1fr;
|
|
249
|
+
}
|
|
250
|
+
.sidebar .nav-item {
|
|
251
|
+
justify-content: center;
|
|
252
|
+
padding: 0.75rem 0;
|
|
253
|
+
}
|
|
254
|
+
.sidebar .nav-item span:last-child,
|
|
255
|
+
.sidebar .nav-section-title {
|
|
256
|
+
display: none;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
@media (max-width: 768px) {
|
|
261
|
+
.main-content {
|
|
262
|
+
grid-template-columns: 1fr;
|
|
263
|
+
}
|
|
264
|
+
.sidebar {
|
|
265
|
+
display: none;
|
|
266
|
+
}
|
|
218
267
|
}
|
|
268
|
+
|
|
219
269
|
.sidebar {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
.
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
270
|
+
padding: 0.75rem;
|
|
271
|
+
overflow-y: auto;
|
|
272
|
+
background: linear-gradient(
|
|
273
|
+
180deg,
|
|
274
|
+
rgba(15, 23, 42, 0.98) 0%,
|
|
275
|
+
rgba(8, 8, 26, 0.98) 100%
|
|
276
|
+
);
|
|
277
|
+
border-right: 1px solid rgba(255, 255, 255, 0.06);
|
|
278
|
+
}
|
|
279
|
+
.nav-item {
|
|
280
|
+
display: flex;
|
|
281
|
+
align-items: center;
|
|
282
|
+
gap: 1.25rem;
|
|
283
|
+
padding: 0.75rem 1rem;
|
|
284
|
+
color: var(--text-secondary, #94a3b8);
|
|
285
|
+
text-decoration: none;
|
|
286
|
+
font-size: 0.9375rem;
|
|
287
|
+
transition: all 0.2s;
|
|
288
|
+
border-radius: 12px;
|
|
289
|
+
border: 1px solid transparent;
|
|
290
|
+
margin-bottom: 0.25rem;
|
|
291
|
+
}
|
|
292
|
+
.nav-item .q-icon {
|
|
293
|
+
width: 20px;
|
|
294
|
+
height: 20px;
|
|
295
|
+
flex-shrink: 0;
|
|
296
|
+
}
|
|
297
|
+
.video-app .nav-item:hover,
|
|
298
|
+
.video-app .nav-item.active {
|
|
299
|
+
background: rgba(0, 212, 255, 0.08);
|
|
300
|
+
border-color: rgba(0, 212, 255, 0.15);
|
|
301
|
+
color: var(--text-primary, #f1f5f9);
|
|
302
|
+
}
|
|
303
|
+
.nav-item.active {
|
|
304
|
+
font-weight: 600;
|
|
305
|
+
color: #00d4ff;
|
|
306
|
+
}
|
|
307
|
+
.nav-item.active .q-icon {
|
|
308
|
+
color: #00d4ff;
|
|
309
|
+
}
|
|
310
|
+
.nav-section {
|
|
311
|
+
padding: 0.75rem 0;
|
|
312
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
|
|
313
|
+
margin-bottom: 0.5rem;
|
|
314
|
+
}
|
|
315
|
+
.nav-title {
|
|
316
|
+
padding: 0.5rem 1rem;
|
|
317
|
+
font-size: 0.75rem;
|
|
318
|
+
font-weight: 700;
|
|
319
|
+
text-transform: uppercase;
|
|
320
|
+
letter-spacing: 0.1em;
|
|
321
|
+
color: var(--text-muted, #64748b);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.video-feed {
|
|
325
|
+
padding: 1.5rem;
|
|
326
|
+
overflow-y: auto;
|
|
327
|
+
background: rgba(5, 5, 16, 0.3);
|
|
328
|
+
}
|
|
329
|
+
.category-tabs {
|
|
330
|
+
display: flex;
|
|
331
|
+
gap: 0.75rem;
|
|
332
|
+
margin-bottom: 1.5rem;
|
|
333
|
+
overflow-x: auto;
|
|
334
|
+
padding-bottom: 0.5rem;
|
|
335
|
+
}
|
|
336
|
+
.category-tab {
|
|
337
|
+
padding: 0.5rem 1rem;
|
|
338
|
+
background: rgba(255, 255, 255, 0.05);
|
|
339
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
340
|
+
border-radius: 9999px;
|
|
341
|
+
color: var(--text-primary, #f1f5f9);
|
|
342
|
+
font-size: 0.875rem;
|
|
343
|
+
cursor: pointer;
|
|
344
|
+
white-space: nowrap;
|
|
345
|
+
transition: all 0.2s;
|
|
346
|
+
backdrop-filter: blur(10px);
|
|
347
|
+
}
|
|
348
|
+
.category-tab:hover {
|
|
349
|
+
background: rgba(0, 212, 255, 0.1);
|
|
350
|
+
border-color: rgba(0, 212, 255, 0.3);
|
|
351
|
+
color: #00d4ff;
|
|
352
|
+
}
|
|
353
|
+
.category-tab.active {
|
|
354
|
+
background: linear-gradient(
|
|
355
|
+
135deg,
|
|
356
|
+
rgba(0, 212, 255, 0.2),
|
|
357
|
+
rgba(139, 92, 246, 0.2)
|
|
358
|
+
);
|
|
359
|
+
border-color: rgba(0, 212, 255, 0.4);
|
|
360
|
+
color: #00d4ff;
|
|
361
|
+
box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.video-grid {
|
|
365
|
+
display: grid;
|
|
366
|
+
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
|
367
|
+
gap: 1.5rem;
|
|
368
|
+
}
|
|
369
|
+
.video-card {
|
|
370
|
+
cursor: pointer;
|
|
371
|
+
transition:
|
|
372
|
+
transform 0.3s,
|
|
373
|
+
box-shadow 0.3s;
|
|
374
|
+
border-radius: 16px;
|
|
375
|
+
background: rgba(255, 255, 255, 0.03);
|
|
376
|
+
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
377
|
+
padding: 0.75rem;
|
|
378
|
+
backdrop-filter: blur(10px);
|
|
379
|
+
}
|
|
380
|
+
.video-card:hover {
|
|
381
|
+
transform: translateY(-4px);
|
|
382
|
+
box-shadow:
|
|
383
|
+
0 20px 40px rgba(0, 0, 0, 0.3),
|
|
384
|
+
0 0 30px rgba(0, 212, 255, 0.1);
|
|
385
|
+
border-color: rgba(0, 212, 255, 0.2);
|
|
386
|
+
}
|
|
387
|
+
.video-thumbnail {
|
|
388
|
+
position: relative;
|
|
389
|
+
aspect-ratio: 16/9;
|
|
390
|
+
background: linear-gradient(
|
|
391
|
+
135deg,
|
|
392
|
+
rgba(0, 212, 255, 0.1),
|
|
393
|
+
rgba(139, 92, 246, 0.1)
|
|
394
|
+
);
|
|
395
|
+
border-radius: 12px;
|
|
396
|
+
overflow: hidden;
|
|
397
|
+
margin-bottom: 0.75rem;
|
|
398
|
+
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
399
|
+
}
|
|
400
|
+
.video-thumbnail img {
|
|
401
|
+
width: 100%;
|
|
402
|
+
height: 100%;
|
|
403
|
+
object-fit: cover;
|
|
404
|
+
}
|
|
405
|
+
.video-duration {
|
|
406
|
+
position: absolute;
|
|
407
|
+
bottom: 0.5rem;
|
|
408
|
+
right: 0.5rem;
|
|
409
|
+
padding: 0.25rem 0.5rem;
|
|
410
|
+
background: rgba(0, 0, 0, 0.8);
|
|
411
|
+
backdrop-filter: blur(10px);
|
|
412
|
+
border-radius: 6px;
|
|
413
|
+
font-size: 0.75rem;
|
|
414
|
+
font-weight: 600;
|
|
415
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
416
|
+
}
|
|
417
|
+
.video-info {
|
|
418
|
+
display: flex;
|
|
419
|
+
gap: 0.875rem;
|
|
420
|
+
}
|
|
421
|
+
.channel-avatar {
|
|
422
|
+
width: 36px;
|
|
423
|
+
height: 36px;
|
|
424
|
+
border-radius: 50%;
|
|
425
|
+
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
|
|
426
|
+
display: flex;
|
|
427
|
+
align-items: center;
|
|
428
|
+
justify-content: center;
|
|
429
|
+
font-weight: 600;
|
|
430
|
+
font-size: 0.875rem;
|
|
431
|
+
flex-shrink: 0;
|
|
432
|
+
border: 2px solid rgba(139, 92, 246, 0.3);
|
|
433
|
+
box-shadow: 0 0 10px rgba(139, 92, 246, 0.2);
|
|
434
|
+
}
|
|
435
|
+
.video-meta {
|
|
436
|
+
flex: 1;
|
|
437
|
+
}
|
|
438
|
+
.video-title {
|
|
439
|
+
font-size: 0.9375rem;
|
|
440
|
+
font-weight: 600;
|
|
441
|
+
line-height: 1.4;
|
|
442
|
+
margin-bottom: 0.375rem;
|
|
443
|
+
display: -webkit-box;
|
|
444
|
+
-webkit-line-clamp: 2;
|
|
445
|
+
-webkit-box-orient: vertical;
|
|
446
|
+
overflow: hidden;
|
|
447
|
+
}
|
|
448
|
+
.video-channel {
|
|
449
|
+
font-size: 0.875rem;
|
|
450
|
+
color: var(--text-secondary, #94a3b8);
|
|
451
|
+
margin-bottom: 0.25rem;
|
|
452
|
+
}
|
|
453
|
+
.video-stats {
|
|
454
|
+
font-size: 0.8125rem;
|
|
455
|
+
color: var(--text-muted, #64748b);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.featured-section {
|
|
459
|
+
margin-bottom: 2rem;
|
|
460
|
+
}
|
|
461
|
+
.featured-header {
|
|
462
|
+
display: flex;
|
|
463
|
+
align-items: center;
|
|
464
|
+
justify-content: space-between;
|
|
465
|
+
margin-bottom: 1rem;
|
|
466
|
+
}
|
|
467
|
+
.featured-header h2 {
|
|
468
|
+
font-size: 1.25rem;
|
|
469
|
+
font-weight: 700;
|
|
470
|
+
display: flex;
|
|
471
|
+
align-items: center;
|
|
472
|
+
gap: 0.5rem;
|
|
473
|
+
background: linear-gradient(135deg, #f1f5f9, #94a3b8);
|
|
474
|
+
-webkit-background-clip: text;
|
|
475
|
+
-webkit-text-fill-color: transparent;
|
|
476
|
+
background-clip: text;
|
|
477
|
+
}
|
|
478
|
+
.featured-header h2 .q-icon {
|
|
479
|
+
width: 22px;
|
|
480
|
+
height: 22px;
|
|
481
|
+
background: linear-gradient(135deg, #00d4ff, #f59e0b);
|
|
482
|
+
}
|
|
483
|
+
.see-all {
|
|
484
|
+
color: var(--color-starlight, #00d4ff);
|
|
485
|
+
text-decoration: none;
|
|
486
|
+
font-size: 0.875rem;
|
|
487
|
+
font-weight: 500;
|
|
488
|
+
transition: all 0.2s;
|
|
489
|
+
}
|
|
490
|
+
.see-all:hover {
|
|
491
|
+
text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.shorts-grid {
|
|
495
|
+
display: grid;
|
|
496
|
+
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
|
497
|
+
gap: 1rem;
|
|
498
|
+
}
|
|
499
|
+
.short-card {
|
|
500
|
+
cursor: pointer;
|
|
501
|
+
transition:
|
|
502
|
+
transform 0.3s,
|
|
503
|
+
box-shadow 0.3s;
|
|
504
|
+
border-radius: 16px;
|
|
505
|
+
background: rgba(255, 255, 255, 0.03);
|
|
506
|
+
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
507
|
+
padding: 0.5rem;
|
|
508
|
+
backdrop-filter: blur(10px);
|
|
509
|
+
}
|
|
510
|
+
.short-card:hover {
|
|
511
|
+
transform: scale(1.02);
|
|
512
|
+
box-shadow:
|
|
513
|
+
0 15px 30px rgba(0, 0, 0, 0.3),
|
|
514
|
+
0 0 20px rgba(139, 92, 246, 0.1);
|
|
515
|
+
border-color: rgba(139, 92, 246, 0.3);
|
|
516
|
+
}
|
|
517
|
+
.short-thumbnail {
|
|
518
|
+
aspect-ratio: 9/16;
|
|
519
|
+
background: linear-gradient(
|
|
520
|
+
135deg,
|
|
521
|
+
rgba(139, 92, 246, 0.15),
|
|
522
|
+
rgba(236, 72, 153, 0.15)
|
|
523
|
+
);
|
|
524
|
+
border-radius: 12px;
|
|
525
|
+
overflow: hidden;
|
|
526
|
+
margin-bottom: 0.5rem;
|
|
527
|
+
position: relative;
|
|
528
|
+
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
529
|
+
}
|
|
530
|
+
.short-thumbnail img {
|
|
531
|
+
width: 100%;
|
|
532
|
+
height: 100%;
|
|
533
|
+
object-fit: cover;
|
|
534
|
+
}
|
|
535
|
+
.short-views {
|
|
536
|
+
position: absolute;
|
|
537
|
+
bottom: 0.5rem;
|
|
538
|
+
left: 0.5rem;
|
|
539
|
+
font-size: 0.75rem;
|
|
540
|
+
font-weight: 600;
|
|
541
|
+
background: rgba(0, 0, 0, 0.8);
|
|
542
|
+
backdrop-filter: blur(10px);
|
|
543
|
+
padding: 0.25rem 0.5rem;
|
|
544
|
+
border-radius: 6px;
|
|
545
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
546
|
+
}
|
|
547
|
+
.short-title {
|
|
548
|
+
font-size: 0.875rem;
|
|
549
|
+
font-weight: 500;
|
|
550
|
+
line-height: 1.3;
|
|
551
|
+
display: -webkit-box;
|
|
552
|
+
-webkit-line-clamp: 2;
|
|
553
|
+
-webkit-box-orient: vertical;
|
|
554
|
+
overflow: hidden;
|
|
555
|
+
padding: 0 0.25rem;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
html[data-theme="light"] {
|
|
559
|
+
--bg-primary: #f8fafc;
|
|
560
|
+
--text-primary: #0f172a;
|
|
561
|
+
--text-secondary: #475569;
|
|
562
|
+
--text-muted: #94a3b8;
|
|
563
|
+
color-scheme: light;
|
|
564
|
+
}
|
|
565
|
+
html[data-theme="light"] body {
|
|
566
|
+
background: linear-gradient(
|
|
567
|
+
135deg,
|
|
568
|
+
#f8fafc 0%,
|
|
569
|
+
#e2e8f0 50%,
|
|
570
|
+
#f1f5f9 100%
|
|
571
|
+
);
|
|
572
|
+
}
|
|
573
|
+
html[data-theme="light"] header {
|
|
574
|
+
background: rgba(255, 255, 255, 0.8);
|
|
575
|
+
border-bottom-color: rgba(0, 0, 0, 0.08);
|
|
576
|
+
}
|
|
577
|
+
html[data-theme="light"] .sidebar {
|
|
578
|
+
background: rgba(255, 255, 255, 0.6);
|
|
579
|
+
border-right-color: rgba(0, 0, 0, 0.06);
|
|
580
|
+
}
|
|
581
|
+
html[data-theme="light"] .video-feed {
|
|
582
|
+
background: rgba(255, 255, 255, 0.3);
|
|
583
|
+
}
|
|
584
|
+
html[data-theme="light"] .nav-item:hover,
|
|
585
|
+
html[data-theme="light"] .nav-item.active {
|
|
586
|
+
background: rgba(0, 212, 255, 0.1);
|
|
587
|
+
}
|
|
588
|
+
html[data-theme="light"] .category-tab {
|
|
589
|
+
background: rgba(255, 255, 255, 0.8);
|
|
590
|
+
border-color: rgba(0, 0, 0, 0.1);
|
|
591
|
+
}
|
|
592
|
+
html[data-theme="light"] .category-tab.active {
|
|
593
|
+
background: linear-gradient(
|
|
594
|
+
135deg,
|
|
595
|
+
rgba(0, 212, 255, 0.15),
|
|
596
|
+
rgba(139, 92, 246, 0.15)
|
|
597
|
+
);
|
|
598
|
+
border-color: rgba(0, 212, 255, 0.3);
|
|
599
|
+
color: #2563eb;
|
|
600
|
+
}
|
|
601
|
+
html[data-theme="light"] .video-card,
|
|
602
|
+
html[data-theme="light"] .short-card {
|
|
603
|
+
background: rgba(255, 255, 255, 0.8);
|
|
604
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
605
|
+
}
|
|
606
|
+
html[data-theme="light"] .video-thumbnail,
|
|
607
|
+
html[data-theme="light"] .short-thumbnail {
|
|
608
|
+
background: linear-gradient(
|
|
609
|
+
135deg,
|
|
610
|
+
rgba(0, 212, 255, 0.05),
|
|
611
|
+
rgba(139, 92, 246, 0.05)
|
|
612
|
+
);
|
|
613
|
+
}
|
|
614
|
+
html[data-theme="light"] .video-search-input {
|
|
615
|
+
background: rgba(255, 255, 255, 0.9);
|
|
616
|
+
border-color: rgba(0, 0, 0, 0.1);
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
@media (max-width: 1024px) {
|
|
620
|
+
.video-grid {
|
|
621
|
+
grid-template-columns: repeat(
|
|
622
|
+
auto-fill,
|
|
623
|
+
minmax(280px, 1fr)
|
|
624
|
+
);
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
@media (max-width: 640px) {
|
|
628
|
+
.search-bar {
|
|
629
|
+
display: none;
|
|
630
|
+
}
|
|
631
|
+
.video-grid {
|
|
632
|
+
grid-template-columns: 1fr;
|
|
633
|
+
}
|
|
634
|
+
.shorts-grid {
|
|
635
|
+
grid-template-columns: repeat(2, 1fr);
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
::-webkit-scrollbar {
|
|
639
|
+
width: 8px;
|
|
640
|
+
}
|
|
641
|
+
::-webkit-scrollbar-track {
|
|
642
|
+
background: transparent;
|
|
643
|
+
}
|
|
644
|
+
::-webkit-scrollbar-thumb {
|
|
645
|
+
background: linear-gradient(
|
|
646
|
+
135deg,
|
|
647
|
+
var(--q-color-starlight-peach, #f97316) 0%,
|
|
648
|
+
var(--q-color-starlight-blue, #00d4ff) 100%
|
|
649
|
+
);
|
|
650
|
+
border-radius: 10px;
|
|
651
|
+
border: 2px solid var(--q-bg-primary, #050510);
|
|
652
|
+
}
|
|
653
|
+
::-webkit-scrollbar-thumb:hover {
|
|
654
|
+
background: linear-gradient(
|
|
655
|
+
135deg,
|
|
656
|
+
var(--q-color-starlight-peach, #f97316) 0%,
|
|
657
|
+
var(--q-color-starlight-blue, #00d4ff) 100%
|
|
658
|
+
);
|
|
659
|
+
}
|
|
660
|
+
html[data-theme="light"] ::-webkit-scrollbar-thumb {
|
|
661
|
+
background: linear-gradient(
|
|
662
|
+
135deg,
|
|
663
|
+
var(--q-color-starlight-peach, #f97316) 40%,
|
|
664
|
+
var(--q-color-starlight-blue, #00d4ff) 100%
|
|
665
|
+
);
|
|
666
|
+
border-color: var(--q-light-bg, #f1f5f9);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.hidden {
|
|
670
|
+
display: none !important;
|
|
671
|
+
}
|
|
672
|
+
</style>
|
|
673
|
+
</head>
|
|
674
|
+
<body>
|
|
675
|
+
<div class="stars"></div>
|
|
676
|
+
<div class="video-app">
|
|
677
|
+
<header>
|
|
678
|
+
<div class="logo">
|
|
679
|
+
<div class="logo-icon">
|
|
680
|
+
<span class="q-icon q-icon-play-fill"></span>
|
|
681
|
+
</div>
|
|
682
|
+
<span>Starlight</span>
|
|
594
683
|
</div>
|
|
595
|
-
<div class="
|
|
596
|
-
<
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
684
|
+
<div class="search-bar">
|
|
685
|
+
<input
|
|
686
|
+
type="text"
|
|
687
|
+
class="video-search-input"
|
|
688
|
+
placeholder="Search videos..."
|
|
689
|
+
/>
|
|
690
|
+
<button class="search-btn">
|
|
691
|
+
<span class="q-icon q-icon-search"></span>
|
|
692
|
+
</button>
|
|
601
693
|
</div>
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
<button class="
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
<button class="
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
694
|
+
<div class="header-actions">
|
|
695
|
+
<button class="icon-btn">
|
|
696
|
+
<span class="q-icon q-icon-video"></span>
|
|
697
|
+
</button>
|
|
698
|
+
<button class="icon-btn" style="position: relative">
|
|
699
|
+
<span class="q-icon q-icon-notification"></span>
|
|
700
|
+
<span class="notification-dot"></span>
|
|
701
|
+
</button>
|
|
702
|
+
<button class="icon-btn theme-toggle">
|
|
703
|
+
<span class="q-icon q-icon-sun sun-icon hidden"></span
|
|
704
|
+
><span
|
|
705
|
+
class="q-icon q-icon-moon moon-icon hidden"
|
|
706
|
+
></span
|
|
707
|
+
><span class="q-icon q-icon-display auto-icon"></span>
|
|
708
|
+
</button>
|
|
709
|
+
<div class="user-avatar">U</div>
|
|
616
710
|
</div>
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
711
|
+
</header>
|
|
712
|
+
|
|
713
|
+
<div class="main-content">
|
|
714
|
+
<aside class="sidebar">
|
|
715
|
+
<div class="nav-section">
|
|
716
|
+
<a href="#" class="nav-item active"
|
|
717
|
+
><span class="q-icon q-icon-home-fill"></span>
|
|
718
|
+
<span>Home</span></a
|
|
719
|
+
>
|
|
720
|
+
<a href="#" class="nav-item"
|
|
721
|
+
><span class="q-icon q-icon-grid"></span>
|
|
722
|
+
<span>Shorts</span></a
|
|
723
|
+
>
|
|
724
|
+
<a href="#" class="nav-item"
|
|
725
|
+
><span class="q-icon q-icon-users"></span>
|
|
726
|
+
<span>Subscriptions</span></a
|
|
727
|
+
>
|
|
622
728
|
</div>
|
|
623
|
-
<div class="
|
|
624
|
-
<div class="
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
729
|
+
<div class="nav-section">
|
|
730
|
+
<div class="nav-title">You</div>
|
|
731
|
+
<a href="#" class="nav-item"
|
|
732
|
+
><span class="q-icon q-icon-clock-fill"></span>
|
|
733
|
+
<span>History</span></a
|
|
734
|
+
>
|
|
735
|
+
<a href="#" class="nav-item"
|
|
736
|
+
><span class="q-icon q-icon-content"></span>
|
|
737
|
+
<span>Playlists</span></a
|
|
738
|
+
>
|
|
739
|
+
<a href="#" class="nav-item"
|
|
740
|
+
><span class="q-icon q-icon-eye-fill"></span>
|
|
741
|
+
<span>Your videos</span></a
|
|
742
|
+
>
|
|
743
|
+
<a href="#" class="nav-item"
|
|
744
|
+
><span class="q-icon q-icon-clock-fill"></span>
|
|
745
|
+
<span>Watch later</span></a
|
|
746
|
+
>
|
|
747
|
+
<a href="#" class="nav-item"
|
|
748
|
+
><span class="q-icon q-icon-heart-fill"></span>
|
|
749
|
+
<span>Liked videos</span></a
|
|
750
|
+
>
|
|
751
|
+
</div>
|
|
752
|
+
<div class="nav-section">
|
|
753
|
+
<div class="nav-title">Subscriptions</div>
|
|
754
|
+
<a href="#" class="nav-item"
|
|
755
|
+
><span class="q-icon q-icon-grid"></span>
|
|
756
|
+
<span>Gaming Channel</span></a
|
|
757
|
+
>
|
|
758
|
+
<a href="#" class="nav-item"
|
|
759
|
+
><span class="q-icon q-icon-display"></span>
|
|
760
|
+
<span>Tech Review</span></a
|
|
761
|
+
>
|
|
762
|
+
<a href="#" class="nav-item"
|
|
763
|
+
><span class="q-icon q-icon-music"></span>
|
|
764
|
+
<span>Music Studio</span></a
|
|
765
|
+
>
|
|
766
|
+
<a href="#" class="nav-item"
|
|
767
|
+
><span class="q-icon q-icon-play-fill"></span>
|
|
768
|
+
<span>Film Makers</span></a
|
|
769
|
+
>
|
|
770
|
+
</div>
|
|
771
|
+
</aside>
|
|
772
|
+
|
|
773
|
+
<main class="video-feed">
|
|
774
|
+
<div class="category-tabs">
|
|
775
|
+
<button class="category-tab active">All</button>
|
|
776
|
+
<button class="category-tab">Gaming</button>
|
|
777
|
+
<button class="category-tab">Music</button>
|
|
778
|
+
<button class="category-tab">Technology</button>
|
|
779
|
+
<button class="category-tab">Programming</button>
|
|
780
|
+
<button class="category-tab">Design</button>
|
|
781
|
+
<button class="category-tab">Science</button>
|
|
782
|
+
<button class="category-tab">Comedy</button>
|
|
783
|
+
<button class="category-tab">News</button>
|
|
784
|
+
<button class="category-tab">Sports</button>
|
|
785
|
+
</div>
|
|
786
|
+
|
|
787
|
+
<section class="featured-section">
|
|
788
|
+
<div class="featured-header">
|
|
789
|
+
<h2>
|
|
790
|
+
<span class="q-icon q-icon-trend-up"></span>
|
|
791
|
+
Trending Now
|
|
792
|
+
</h2>
|
|
793
|
+
<a href="#" class="see-all">See all</a>
|
|
637
794
|
</div>
|
|
638
|
-
<div class="video-
|
|
639
|
-
<div class="video-
|
|
640
|
-
<
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
<h3 class="video-title">The Future of AI Technology in 2025</h3>
|
|
647
|
-
<p class="video-channel">Tech Review</p>
|
|
648
|
-
<p class="video-stats">1.8M views • 5 hours ago</p>
|
|
795
|
+
<div class="video-grid">
|
|
796
|
+
<div class="video-card">
|
|
797
|
+
<div class="video-thumbnail">
|
|
798
|
+
<img
|
|
799
|
+
src="https://images.unsplash.com/photo-1542751371-adc38448a05e?w=640&h=360&fit=crop"
|
|
800
|
+
alt="Video"
|
|
801
|
+
/>
|
|
802
|
+
<span class="video-duration">12:34</span>
|
|
649
803
|
</div>
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
804
|
+
<div class="video-info">
|
|
805
|
+
<div class="channel-avatar">G</div>
|
|
806
|
+
<div class="video-meta">
|
|
807
|
+
<h3 class="video-title">
|
|
808
|
+
Epic Gaming Moments That Will Blow
|
|
809
|
+
Your Mind
|
|
810
|
+
</h3>
|
|
811
|
+
<p class="video-channel">
|
|
812
|
+
Gaming Channel
|
|
813
|
+
</p>
|
|
814
|
+
<p class="video-stats">
|
|
815
|
+
2.3M views • 2 days ago
|
|
816
|
+
</p>
|
|
817
|
+
</div>
|
|
663
818
|
</div>
|
|
664
819
|
</div>
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
820
|
+
<div class="video-card">
|
|
821
|
+
<div class="video-thumbnail">
|
|
822
|
+
<img
|
|
823
|
+
src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=640&h=360&fit=crop"
|
|
824
|
+
alt="Video"
|
|
825
|
+
/>
|
|
826
|
+
<span class="video-duration">8:45</span>
|
|
827
|
+
</div>
|
|
828
|
+
<div class="video-info">
|
|
829
|
+
<div class="channel-avatar">T</div>
|
|
830
|
+
<div class="video-meta">
|
|
831
|
+
<h3 class="video-title">
|
|
832
|
+
The Future of AI Technology in 2025
|
|
833
|
+
</h3>
|
|
834
|
+
<p class="video-channel">Tech Review</p>
|
|
835
|
+
<p class="video-stats">
|
|
836
|
+
1.8M views • 5 hours ago
|
|
837
|
+
</p>
|
|
838
|
+
</div>
|
|
839
|
+
</div>
|
|
670
840
|
</div>
|
|
671
|
-
<div class="video-
|
|
672
|
-
<div class="
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
841
|
+
<div class="video-card">
|
|
842
|
+
<div class="video-thumbnail">
|
|
843
|
+
<img
|
|
844
|
+
src="https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=640&h=360&fit=crop"
|
|
845
|
+
alt="Video"
|
|
846
|
+
/>
|
|
847
|
+
<span class="video-duration">15:20</span>
|
|
848
|
+
</div>
|
|
849
|
+
<div class="video-info">
|
|
850
|
+
<div class="channel-avatar">M</div>
|
|
851
|
+
<div class="video-meta">
|
|
852
|
+
<h3 class="video-title">
|
|
853
|
+
Top 10 Songs That Defined This Year
|
|
854
|
+
</h3>
|
|
855
|
+
<p class="video-channel">
|
|
856
|
+
Music Studio
|
|
857
|
+
</p>
|
|
858
|
+
<p class="video-stats">
|
|
859
|
+
3.1M views • 1 week ago
|
|
860
|
+
</p>
|
|
861
|
+
</div>
|
|
677
862
|
</div>
|
|
678
863
|
</div>
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
864
|
+
<div class="video-card">
|
|
865
|
+
<div class="video-thumbnail">
|
|
866
|
+
<img
|
|
867
|
+
src="https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=640&h=360&fit=crop"
|
|
868
|
+
alt="Video"
|
|
869
|
+
/>
|
|
870
|
+
<span class="video-duration">22:15</span>
|
|
871
|
+
</div>
|
|
872
|
+
<div class="video-info">
|
|
873
|
+
<div class="channel-avatar">C</div>
|
|
874
|
+
<div class="video-meta">
|
|
875
|
+
<h3 class="video-title">
|
|
876
|
+
Learn React in 2024 - Complete
|
|
877
|
+
Tutorial
|
|
878
|
+
</h3>
|
|
879
|
+
<p class="video-channel">
|
|
880
|
+
Code Masters
|
|
881
|
+
</p>
|
|
882
|
+
<p class="video-stats">
|
|
883
|
+
856K views • 3 days ago
|
|
884
|
+
</p>
|
|
885
|
+
</div>
|
|
886
|
+
</div>
|
|
693
887
|
</div>
|
|
694
|
-
<h3 class="short-title">This trick will change your life!</h3>
|
|
695
888
|
</div>
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
889
|
+
</section>
|
|
890
|
+
|
|
891
|
+
<section class="featured-section">
|
|
892
|
+
<div class="featured-header">
|
|
893
|
+
<h2>
|
|
894
|
+
<span class="q-icon q-icon-grid"></span> Shorts
|
|
895
|
+
</h2>
|
|
896
|
+
<a href="#" class="see-all">See all</a>
|
|
702
897
|
</div>
|
|
703
|
-
<div class="
|
|
704
|
-
<div class="short-
|
|
705
|
-
<
|
|
706
|
-
|
|
898
|
+
<div class="shorts-grid">
|
|
899
|
+
<div class="short-card">
|
|
900
|
+
<div class="short-thumbnail">
|
|
901
|
+
<img
|
|
902
|
+
src="https://images.unsplash.com/photo-1611162617474-5b21e879e113?w=400&h=711&fit=crop"
|
|
903
|
+
alt="Short"
|
|
904
|
+
/>
|
|
905
|
+
<span class="short-views">1.2M views</span>
|
|
906
|
+
</div>
|
|
907
|
+
<h3 class="short-title">
|
|
908
|
+
This trick will change your life!
|
|
909
|
+
</h3>
|
|
707
910
|
</div>
|
|
708
|
-
<
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
911
|
+
<div class="short-card">
|
|
912
|
+
<div class="short-thumbnail">
|
|
913
|
+
<img
|
|
914
|
+
src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?w=400&h=711&fit=crop"
|
|
915
|
+
alt="Short"
|
|
916
|
+
/>
|
|
917
|
+
<span class="short-views">890K views</span>
|
|
918
|
+
</div>
|
|
919
|
+
<h3 class="short-title">
|
|
920
|
+
Gaming setup tour 2024
|
|
921
|
+
</h3>
|
|
714
922
|
</div>
|
|
715
|
-
<
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
923
|
+
<div class="short-card">
|
|
924
|
+
<div class="short-thumbnail">
|
|
925
|
+
<img
|
|
926
|
+
src="https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=400&h=711&fit=crop"
|
|
927
|
+
alt="Short"
|
|
928
|
+
/>
|
|
929
|
+
<span class="short-views">2.5M views</span>
|
|
930
|
+
</div>
|
|
931
|
+
<h3 class="short-title">
|
|
932
|
+
Mac vs PC - The Truth
|
|
933
|
+
</h3>
|
|
721
934
|
</div>
|
|
722
|
-
<
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
935
|
+
<div class="short-card">
|
|
936
|
+
<div class="short-thumbnail">
|
|
937
|
+
<img
|
|
938
|
+
src="https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=400&h=711&fit=crop"
|
|
939
|
+
alt="Short"
|
|
940
|
+
/>
|
|
941
|
+
<span class="short-views">650K views</span>
|
|
942
|
+
</div>
|
|
943
|
+
<h3 class="short-title">
|
|
944
|
+
Music production tips
|
|
945
|
+
</h3>
|
|
728
946
|
</div>
|
|
729
|
-
<
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
<div class="video-thumbnail">
|
|
741
|
-
<img src="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=640&h=360&fit=crop" alt="Video">
|
|
742
|
-
<span class="video-duration">18:42</span>
|
|
947
|
+
<div class="short-card">
|
|
948
|
+
<div class="short-thumbnail">
|
|
949
|
+
<img
|
|
950
|
+
src="https://images.unsplash.com/photo-1485827404703-89b55fcc595e?w=400&h=711&fit=crop"
|
|
951
|
+
alt="Short"
|
|
952
|
+
/>
|
|
953
|
+
<span class="short-views">3.2M views</span>
|
|
954
|
+
</div>
|
|
955
|
+
<h3 class="short-title">
|
|
956
|
+
AI Robot Does Backflip!
|
|
957
|
+
</h3>
|
|
743
958
|
</div>
|
|
744
|
-
<div class="
|
|
745
|
-
<div class="
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
959
|
+
<div class="short-card">
|
|
960
|
+
<div class="short-thumbnail">
|
|
961
|
+
<img
|
|
962
|
+
src="https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=400&h=711&fit=crop"
|
|
963
|
+
alt="Short"
|
|
964
|
+
/>
|
|
965
|
+
<span class="short-views">1.8M views</span>
|
|
750
966
|
</div>
|
|
967
|
+
<h3 class="short-title">Epic drone footage</h3>
|
|
751
968
|
</div>
|
|
752
969
|
</div>
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
970
|
+
</section>
|
|
971
|
+
|
|
972
|
+
<section>
|
|
973
|
+
<div class="featured-header">
|
|
974
|
+
<h2>
|
|
975
|
+
<span class="q-icon q-icon-star"></span>
|
|
976
|
+
Recommended
|
|
977
|
+
</h2>
|
|
978
|
+
</div>
|
|
979
|
+
<div class="video-grid">
|
|
980
|
+
<div class="video-card">
|
|
981
|
+
<div class="video-thumbnail">
|
|
982
|
+
<img
|
|
983
|
+
src="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=640&h=360&fit=crop"
|
|
984
|
+
alt="Video"
|
|
985
|
+
/>
|
|
986
|
+
<span class="video-duration">18:42</span>
|
|
987
|
+
</div>
|
|
988
|
+
<div class="video-info">
|
|
989
|
+
<div class="channel-avatar">D</div>
|
|
990
|
+
<div class="video-meta">
|
|
991
|
+
<h3 class="video-title">
|
|
992
|
+
The Art of Minimalist Design
|
|
993
|
+
</h3>
|
|
994
|
+
<p class="video-channel">Design Hub</p>
|
|
995
|
+
<p class="video-stats">
|
|
996
|
+
456K views • 4 days ago
|
|
997
|
+
</p>
|
|
998
|
+
</div>
|
|
764
999
|
</div>
|
|
765
1000
|
</div>
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
1001
|
+
<div class="video-card">
|
|
1002
|
+
<div class="video-thumbnail">
|
|
1003
|
+
<img
|
|
1004
|
+
src="https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=640&h=360&fit=crop"
|
|
1005
|
+
alt="Video"
|
|
1006
|
+
/>
|
|
1007
|
+
<span class="video-duration">45:00</span>
|
|
1008
|
+
</div>
|
|
1009
|
+
<div class="video-info">
|
|
1010
|
+
<div class="channel-avatar">S</div>
|
|
1011
|
+
<div class="video-meta">
|
|
1012
|
+
<h3 class="video-title">
|
|
1013
|
+
Space Exploration: Journey to Mars
|
|
1014
|
+
</h3>
|
|
1015
|
+
<p class="video-channel">
|
|
1016
|
+
Science Daily
|
|
1017
|
+
</p>
|
|
1018
|
+
<p class="video-stats">
|
|
1019
|
+
5.2M views • 1 month ago
|
|
1020
|
+
</p>
|
|
1021
|
+
</div>
|
|
1022
|
+
</div>
|
|
771
1023
|
</div>
|
|
772
|
-
<div class="video-
|
|
773
|
-
<div class="
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
1024
|
+
<div class="video-card">
|
|
1025
|
+
<div class="video-thumbnail">
|
|
1026
|
+
<img
|
|
1027
|
+
src="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=640&h=360&fit=crop"
|
|
1028
|
+
alt="Video"
|
|
1029
|
+
/>
|
|
1030
|
+
<span class="video-duration">32:18</span>
|
|
1031
|
+
</div>
|
|
1032
|
+
<div class="video-info">
|
|
1033
|
+
<div class="channel-avatar">P</div>
|
|
1034
|
+
<div class="video-meta">
|
|
1035
|
+
<h3 class="video-title">
|
|
1036
|
+
Python for Beginners - Full Course
|
|
1037
|
+
</h3>
|
|
1038
|
+
<p class="video-channel">
|
|
1039
|
+
Programming Pro
|
|
1040
|
+
</p>
|
|
1041
|
+
<p class="video-stats">
|
|
1042
|
+
1.2M views • 2 weeks ago
|
|
1043
|
+
</p>
|
|
1044
|
+
</div>
|
|
778
1045
|
</div>
|
|
779
1046
|
</div>
|
|
780
1047
|
</div>
|
|
781
|
-
</
|
|
782
|
-
</
|
|
783
|
-
</
|
|
1048
|
+
</section>
|
|
1049
|
+
</main>
|
|
1050
|
+
</div>
|
|
784
1051
|
</div>
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
1052
|
+
|
|
1053
|
+
<script>
|
|
1054
|
+
document.querySelectorAll(".category-tab").forEach((tab) => {
|
|
1055
|
+
tab.addEventListener("click", function () {
|
|
1056
|
+
document
|
|
1057
|
+
.querySelectorAll(".category-tab")
|
|
1058
|
+
.forEach((t) => t.classList.remove("active"));
|
|
1059
|
+
this.classList.add("active");
|
|
1060
|
+
});
|
|
792
1061
|
});
|
|
793
|
-
|
|
794
|
-
</
|
|
795
|
-
</body>
|
|
1062
|
+
</script>
|
|
1063
|
+
</body>
|
|
796
1064
|
</html>
|