-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.css
More file actions
executable file
·96 lines (78 loc) · 1.22 KB
/
main.css
File metadata and controls
executable file
·96 lines (78 loc) · 1.22 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
body {
background-color: #fff;
border: 1px solid red;
font-family: "helvetica", "arial", sans-serif;
}
.text-center {
text-align: center !important;
}
.text-left {
text-align: left !important;;
}
.text-right {
text-align: right !important;;
}
.text-justify {
text-align: justify !important;;
}
md-icon[md-font-icon] {
font-size: 24px;
}
md-toolbar.md-toolbar-sm .md-toolbar-tools {
max-height: 32px;
padding: 6px;
font-size: 16px;
}
md-toolbar.md-toolbar-sm {
min-height: 24px;
}
.md-player-controls .md-button {
min-width: 44px;
}
.audioPlayerWrapper {
position: relative;
height: 128px;
overflow: hidden;
width: calc(100% - 100px);
margin-left: 100px;
}
.window {
position: relative;
}
.info {
z-index: 100;
position: absolute;
font-size: 12px;
top: 0px;
width: 100px;
height: 128px
}
.info .text {
margin: 5px;
}
.info p {
margin-top: 5px;
}
.waveSurferWave {
z-index: 0;
}
.big {
color:red;
font-size: 100px;
}
.disabled {
color:#333;
}
.player {
position: relative;
}
.spectro {
position: relative;
top: 0px;
z-index: 1;
}
.waveSurferWave {
position: relative;
top: -128px;
z-index: 20;
}