-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (93 loc) · 1.45 KB
/
Copy pathstyle.css
File metadata and controls
93 lines (93 loc) · 1.45 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
body {
margin: 0;
padding: 0;
overflow: hidden;
font-family: sans-serif;
background: #eee;
}
.info {
z-index: 2;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: #eee;
padding: 1rem;
}
.info .border {
box-shadow: inset 0 0 0 0.25rem #000;
font-size: 1.5rem;
height: 100%;
max-width: 100vh;
margin: auto;
}
.info .content {
margin: 0;
padding: 1rem;
height: calc(100% - 5.5rem);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.info .subtitle {
font-size: 1.2em;
padding-right: 0.4rem;
}
.info .fa-lg {
padding: 0.1rem;
}
.info li {
padding: 0.6em 0;
}
.info h1 {
margin: 0;
}
.info a {
color: #000;
}
.close-info {
background: #000;
color: #eee;
text-align: center;
padding: 1rem 0;
bottom: 1rem;
cursor: pointer;
}
.metronome {
position: fixed;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: ns-resize;
}
.tick {
stroke: #000;
}
.bpm-circle {
fill: #000;
}
.bpm-text {
fill: #eee;
text-anchor: middle;
font-family: monospace;
alignment-baseline: central;
}
.pointer {
stroke: #000;
stroke-linecap: round;
}
.button {
cursor: pointer;
fill: transparent;
stroke: #000;
}
.button>text {
font-family: FontAwesome;
fill: #000;
text-anchor: middle;
alignment-baseline: central;
}