-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxml-style.css
More file actions
69 lines (58 loc) · 968 Bytes
/
xml-style.css
File metadata and controls
69 lines (58 loc) · 968 Bytes
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
*{
display: block;
}
/*musics{
display: grid;
align-content: space-between;
}*/
musics{
background-color: rgb(15, 61, 100);
}
music {
background-color: rgb(5, 130, 210);
padding: 20% 25%;
}
musics music {
display: inline-block;
background-color: cornflowerblue;
border-radius: 4px;
margin: 1em;
padding: 1% 5%;
width: 15vw;
max-width: 20vw;
}
music title{
font-size: 1.5em;
color: orange;
}
music composer{
color: aqua;
}
music composers{
display: inline-block;
max-height: 5em;
overflow-y: scroll;
overflow-x: clip;
border: 1px dashed rgb( 0 0 0 / 30%);
scrollbar-width: thin;
}
music track{
color: blueviolet;
}
music album{
font-size: large;
color: rgb(0 255 55);
}
musics music album{
font-size: large;
color: darkcyan;
}
music commentaire{
color: rgb(123 60 60);
}
musics music commentaire{
color: tan;
}
music path{
opacity: 0.2;
}