A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
1.plugincontent
2{
3 font-family: Verdana;
4}
5
6.plugincontent li
7{
8 font-size: 10px;
9}
10
11.plugincontent code
12{
13 color: #00A;
14}
15
16.plugincontent .see, .plugincontent .see a
17{
18 color: #559;
19}
20
21.plugincontent .group
22{
23 font-size: 12px;
24}
25
26.plugincontent .group h3
27{
28 font-size: 14px;
29}
30
31.plugincontent h2
32{
33 color: #D11;
34}
35
36.plugincontent a
37{
38 color: blue;
39}
40
41.plugincontent a:hover
42{
43 color: red;
44}
45
46.plugincontent .top
47{
48 font-size: 10px;
49 color: green;
50}
51
52.plugincontent .extra
53{
54 font-weight: bold;
55 color: #992;
56}
57
58.plugincontent dl
59{
60 border-left: 1px solid #CCC;
61 padding-left: 10px;
62}
63
64.plugincontent dt, .plugincontent dd
65{
66 font-style: normal;
67}
68
69.plugincontent dd
70{
71 margin-left: 12em;
72}
73
74.plugincontent dt
75{
76 clear: left;
77 display: block;
78 float: left;
79 font-weight: bold;
80 width: 12em;
81}
82
83.plugincontent hr
84{
85 border: 1px solid #CCCCCC;
86 margin: 1em 0;
87}
88
89.plugincontent #content
90{
91 margin-left: 14em;
92 margin-right: 1em;
93 padding: 0;
94}
95
96.plugincontent #menu
97{
98 position: absolute;
99 left: 120px; /* I hate IE */
100 width: 14em;
101 padding: 0;
102}
103
104.plugincontent #menu ul
105{
106 padding-left: 1em;
107}