-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
105 lines (90 loc) · 1.67 KB
/
Copy pathstyle.css
File metadata and controls
105 lines (90 loc) · 1.67 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
body {
font-family: Arial, sans-serif;
text-align: center;
background: #f0f0f0;
}
.viewer img {
width: 100px;
height: 100px;
}
.controls {
margin-top: 20px;
}
button {
margin: 0 10px;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
h2 {
margin-top: 50px;
}
.bonus {
margin-top: 10px;
}
.bonus img {
width: 100px;
height: auto;
}
.bonus-container {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 40px;
margin-top: 20px;
}
.bonus-controls {
margin-top: 10px;
}
.bonus-controls button {
margin: 0 5px;
padding: 8px 16px;
}
#glcanvas2, #glcanvas3, #glcanvas4, #glcanvas5, #glcanvas7, #glcanvas8, #glcanvas9, #glcanvas10 {
width: 600px;
height: 600px;
display: block;
margin: 20px auto;
background: #111;
border: 1px solid #333;
}
#glcanvas6 {
width: 500px;
height: 500px;
}
nav {
display:flex;
gap:.5rem; padding:10px;
border-bottom:1px solid #223;
position:sticky; top:0;
background:#0b0f14;
z-index:10; }
nav a {
padding:.5rem .8rem;
border:1px solid #223;
border-radius:.6rem;
color:#e6f0ff;
text-decoration:none; }
nav a[aria-current="page"] {
border-color:#5cc8ff;
box-shadow:0 0 0 1px #5cc8ff inset; }
.view { padding:16px; }
[hidden] { display:none !important; }
.legend {
display: flex;
justify-content: center;
gap: 15px;
align-items: center;
margin-top: 8px;
}
.dot {
width: 15px;
height: 15px;
display: inline-block;
border-radius: 50%;
margin-right: 6px;
vertical-align: middle;
}
.dot.kama { background: rgb(255, 51, 51); }
.dot.rosa { background: rgb(51, 255, 51); }
.dot.canadian { background: rgb(51, 102, 255); }