forked from CKStudios2018/OpenSource-uTube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsomestyle.css
More file actions
170 lines (149 loc) · 2.89 KB
/
somestyle.css
File metadata and controls
170 lines (149 loc) · 2.89 KB
1
2
3
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
body{
background-color: black;
color: white;
}
span{
cursor: pointer;
color: rgb(46, 122, 118);
}
#app-mount {
height:100%
}
.row-31oovZ {
width:100%;
max-width:1260px;
max-width:var(--page-max-width);
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:grid;
grid-template-columns:repeat(4,1fr);
grid-template-columns:repeat(var(--num-grid-columns),1fr);
gap:0 20px;
padding:0 24px;
padding:0 var(--page-gutter)
}
.header-V8Sgnz {
z-index:9998
}
.wrapper-2bm6Le {
grid-column:span 4;
grid-column:span var(--num-grid-columns)
}
.nav-3_Sybl {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
width:100%;
height:80px
}
.app-container {
display: flex;
flex-direction: column;
gap: 1px;
padding: 1rem;
margin: 0px auto;
width: 100%;
max-width: min(1250px, 100%);
}
.gridz {
gap: 1rem;
display: grid;
grid-auto-rows: 1fr;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.slot {
height: 100%;
display: flex;
user-select: none;
flex-direction: column;
overflow: hidden;
border-radius: 2px;
font-weight: 400;
cursor: pointer;
}
.banner {
height: 120px;
overflow: hidden;
}
.banner-img {
width: 100%;
height: 100%;
object-fit: cover;
border: medium none;
}
.image {
position: relative;
background-color: black;
}
.image-img {
margin-top: -48px;
width: 46px;
height: 46px;
object-fit: cover;
border-radius: 50%;
background: black;
border: 6px solid black;
}
.video-descriptors {
-moz-box-flex: 1;
flex-grow: 1;
background-color: black;
}
.video-desc {
height: 100%;
display: flex;
flex-direction: column;
gap: 12px;
padding: 24px 16px 16px;
color: white;
}
.video-name {
font-weight: 600;
font-size: 18px;
gap: 4px;
display: flex;
-moz-box-align: center;
align-items: center;
-moz-box-pack: center;
justify-content: center;
}
.video-owner {
font-size: 13px;
display: -webkit-box;
-webkit-line-clamp: 4;
-moz-box-orient: vertical;
overflow: hidden;
color: white;
}
.owner-descriptors {
font-size: 12px;
margin-top: 1px;
gap: 8px;
display: flex;
-moz-box-pack: justify;
justify-content: space-between;
}
/*
.center{
position: relative;
z-index: 1;
background: #23272A;
max-width: 779px;
margin: 0 auto 100px;
padding: 45px;
}
.center button{
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #7289DA;
width: 100%;
border: 0;
padding: 15px;
color: #ffffff;
font-size: 14px;
cursor: pointer;
}
.center button:hover,.center button:active{
background: #99AAB5;
}