-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·84 lines (70 loc) · 1.12 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·84 lines (70 loc) · 1.12 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
.cards-container {
column-break-inside: avoid;
}
.card-image {
position: relative;
}
.btn {
color: 'blue darken-2';
}
/* Class for when element is above threshold */
.pin-top {
position: relative;
}
/* Class for when element is below threshold */
.pin-bottom {
position: relative;
}
/* Class for when element is pinned */
.pinned {
position: fixed !important;
}
.snout {
transform: rotate(-45deg);
transform-origin: 352.5px 162.5px;
}
.toc-element {
font-size: 1.5em;
}
.defense-slot-1 {
position: absolute;
z-index: 1000;
left: 195px;
top: 3px;
}
.defense-slot-2 {
position: absolute;
z-index: 1000;
left: 195px;
top: 106px;
width: 90px;
height: 90px;
}
.defense-slot-3 {
position: absolute;
z-index: 1000;
left: 195px;
top: 212px;
width: 90px;
height: 90px;
}
.defense-slot-4 {
position: absolute;
z-index: 1000;
left: 195px;
top: 318px;
width: 90px;
height: 90px;
}
.defense-slot-5 {
position: absolute;
z-index: 1000;
left: 195px;
top: 424px;
width: 90px;
height: 90px;
}
#camera-card {
width: 360px;
height: 480px;
}