-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (53 loc) · 806 Bytes
/
style.css
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
body {
margin:0;
}
.row {
width: 100%;
}
.row-6 {
aspect-ratio: 96 / 9;
}
.row-5 {
aspect-ratio: 80 / 9;
}
.row-4 {
aspect-ratio: 64 / 9;
}
.row-1 {
aspect-ratio: 192 / 9;
}
.row-6 .thumb {
width: 16.6666667%;
}
.row-5 .thumb {
width: 20%;
}
.row-4 .thumb {
width: 25%;
}
.row-1 .thumb {
width: 100%;
}
.thumb.active {
outline: 1px solid red;
outline-offset: -1px;
}
.thumb {
box-sizing: border-box;
padding: 2px 5px;
width: 16.666666%;
aspect-ratio: 16 / 9;
display: inline-block;
vertical-align: top;
font-weight: 1000;
text-decoration: none;
color: white;
text-shadow:
0px 0px 2px black,
0px 0px 2px black,
0px 0px 2px black,
0px 0px 2px black,
0px 0px 2px black;
background: red var(--url0) no-repeat;
background-size: auto 100%;
}