/usr/share/gnome-shell/extensions/mediaplayer@patapon.info/stylesheet.css is in gnome-shell-extension-mediaplayer 3.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | .player-buttons {
spacing: 2px;
}
.medium-player-button {
padding: 0 6px;
}
.large-player-button {
padding: 0 8px;
}
.panel-media-indicator {
min-width: 288px;
max-width: 288px;
}
.large-cover-icon {
icon-size: 128px !important;
}
.small-cover-icon {
icon-size: 48px !important;
}
.no-padding {
padding: 0px;
}
.no-padding-top {
padding-top: 0px;
}
.no-padding-bottom {
padding-bottom: 0px;
}
.pithos-rating-box {
spacing: 6px;
}
.track-info-artist {
font-weight: bold;
}
.track-info-title {
font-size: small;
}
.track-info-album {
font-size: x-small;
}
.star-icon {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0.5px;
padding-right: 0.5px;
}
|