-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
85 lines (76 loc) · 1.25 KB
/
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
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
.title-persian,
.artist-persian {
text-align: center;
}
.artist-persian {
margin-top: -5px;
font-size: 12px;
}
.title-persian {
font-size: 30px;
margin: 0;
}
.lyrics {
text-align: center;
font-size: 26px;
min-height: 80px;
padding-top: 10px;
position: relative;
height: 80px;
max-height: 80px;
display: block;
min-height: 80px;
overflow: hidden;
margin: 0;
padding: 0;
}
.lyrics-backup {
text-align: center;
font-size: 26px;
height: 40px;
max-height: 40px;
display: block;
min-height: 40px;
overflow: hidden;
position: relative;
margin: 0;
padding: 0;
}
.cover-art {
background-color: grey;
display: block;
margin: auto;
}
body {
font-size: 14px;
line-height: 1.7;
font-family: Vazir, Tahoma, "DejaVu Sans", helvetica, arial, freesans,
sans-serif;
padding-top: 100px;
min-height: 100vh;
}
.waveform {
position: relative;
margin-top: -20px;
}
.background-container {
background-repeat: no-repeat;
background-size: cover;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -2;
filter: blur(40px);
}
.secondary-background {
background-color: rgba(0, 0, 0, 80);
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
position: fixed;
opacity: 0.72;
}