A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 137 lines 1.6 kB view raw
1.rounded-image { 2 border-radius: 12px; 3} 4 5.album-label { 6 font-weight: bold; 7} 8 9.media-control-button { 10 background-color: transparent; 11} 12 13.inactive-button { 14 background-color: transparent; 15} 16 17.button-box { 18 border-radius: 10px; 19} 20 21.active-button { 22 border-radius: 10px; 23} 24 25.media-title { 26 font-weight: bold; 27} 28 29.media-time { 30 font-size: 12px; 31} 32 33.media-album-art { 34 border-radius: 4px; 35} 36 37.year-label { 38 font-size: 12px; 39} 40 41.album-cover { 42 margin-right: 20px; 43 border-radius: 5px; 44} 45 46.album-title { 47 font-weight: bold; 48 font-size: 28px; 49} 50 51.album-artist { 52 font-size: 15px; 53 font-weight: bold; 54} 55 56.transparent-button { 57 background-color: transparent; 58} 59 60menubutton { 61 background-color: transparent; 62} 63 64menubutton > button { 65 background-color: transparent; 66} 67 68.album-track-list { 69 background-color: transparent; 70} 71 72.track-title { 73 font-weight: bold; 74} 75 76.artist-noimage { 77 border-radius: 170px; 78 background-color: #f6f6f6; 79} 80 81.artist-icon { 82 color: #a4a3a3; 83} 84 85.file-list { 86 background-color: transparent; 87} 88 89.track-list { 90 background-color: transparent; 91} 92 93.subtitle { 94 font-weight: bold; 95 font-size: 20px; 96} 97 98.disc { 99 font-weight: bold; 100 font-size: 16px; 101} 102 103.current-track-title { 104 font-weight: bold; 105 font-size: 20px; 106} 107 108.current-track-artist { 109 font-size: 18px; 110} 111 112.bold { 113 font-weight: bold; 114} 115 116.artist-name { 117 font-size: 24px; 118} 119 120.spinrow { 121 border: none; 122 box-shadow: none; 123} 124 125.spinrow:focus { 126 outline: none; 127 border: none; 128 box-shadow: none; 129} 130 131.tab { 132 background-color: transparent; 133} 134 135.tab:hover { 136 background-color: #f6f6f6; 137}