-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
91 lines (80 loc) · 1.48 KB
/
theme.css
File metadata and controls
91 lines (80 loc) · 1.48 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
#cr_player{
display:block;
position: fixed;
left:0px;
right:0px;
background-color:black;
height: 56px;
z-index: 1000;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#cr_info{
width: 200px;
float: left;
font-size: 12px;
display: flex;
flex-direction: column;
}
#cr_name{
float: left;
width: 100%;
color:white;
margin-left: 6px;
}
#cr_singer{
float: left;
width: 100%;
font-weight: bold;
font-style: oblique;
margin-left: 6px;
}
#cr_song_avatar{
width: 56px;
height: 56px;
float: left;
}
#cr_player .btn{
margin-top: 13px;
background-color: black;
border: none;
color:white;
}
#cr_player .btn-setting{
float: right;
margin-right: 15px;
}
#cr_player_timer{
width: 100%;
position: absolute;
}
#cr_player_timer {
width: 100%;
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
height: 3px;
border: none;
box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}
#cr_time_info {
position: absolute;
bottom: 1px;
left: 24px;
padding: 5px;
border-radius: 9px;
font-size: 12px;
font-family: monospace;
text-shadow: -1px 1px 2px black;
color: white;
}
progress::-webkit-progress-bar {
background-color: rgb(56, 56, 56);
}
progress::-webkit-progress-value {
background-color: rgb(210, 32, 255);
box-shadow: 1px 1px 2px 2px rgba( 255, 0, 0, 0.6 );
}
progress::-moz-progress-bar {
/* style rules */
}