Tweak fullscreen GUI theme

Notable changes:
* Smaller media title font (fits more characters on screen)
* Constant top timer numbers size (time no longer moves left/right when hour changes)
* Reduced top shadow overlay height
* Smaller buttons on bottom controls panel (their icon size remains the same)
* Reduced bottom panel and progress bar height
* Few additional margins and font sizes tweaks
This commit is contained in:
Rafostar
2020-12-14 11:30:19 +01:00
parent 0d54a751bd
commit ef12074559

View File

@@ -2,23 +2,29 @@
scale marks { scale marks {
color: currentColor; color: currentColor;
} }
radio {
margin-left: -2px;
}
/* FIXME: FOR POPUPS ONLY */
.osd { .osd {
text-shadow: none; text-shadow: none;
font-size: 22px; font-size: 21px;
font-weight: 500; font-weight: 500;
} }
.osd .playercontrols { .osd .playercontrols {
-gtk-icon-size: 24px; -gtk-icon-size: 24px;
} }
.osd button { .osd button {
min-width: 36px; min-width: 32px;
min-height: 36px; min-height: 32px;
-gtk-icon-shadow: none;
} }
.osd radio { .osd radio {
margin: 6px; margin-left: 0px;
margin-right: 4px;
border: 2px solid; border: 2px solid;
min-width: 18px; min-width: 17px;
min-height: 18px; min-height: 17px;
} }
.playbackicon { .playbackicon {
-gtk-icon-size: 20px; -gtk-icon-size: 20px;
@@ -27,32 +33,39 @@ scale marks {
-gtk-icon-size: 28px; -gtk-icon-size: 28px;
} }
.labelbutton { .labelbutton {
margin-left: -4px;
margin-right: -4px;
margin-top: 1px; margin-top: 1px;
font-family: 'Cantarell', sans-serif; font-family: 'Cantarell', sans-serif;
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
font-weight: 600; font-weight: 600;
} }
.reavealertop { .reavealertop {
min-height: 96px; min-height: 88px;
box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.35); box-shadow: inset 0px 200px 10px -132px rgba(0,0,0,0.4);
font-family: 'Cantarell', sans-serif; font-family: 'Cantarell', sans-serif;
font-size: 30px; font-size: 28px;
font-weight: 500; font-weight: 500;
background: transparent; background: transparent;
} }
.osdtime { .osdtime {
margin-top: 0px; margin-top: -2px;
font-size: 40px; margin-right: -4px;
font-size: 38px;
font-weight: 700; font-weight: 700;
font-variant-numeric: tabular-nums;
} }
.osdendtime { .osdendtime {
margin-top: 42px; margin-top: 36px;
margin-right: -4px;
font-size: 24px; font-size: 24px;
font-weight: 600; font-weight: 600;
font-variant-numeric: tabular-nums;
} }
.osd .labelbutton { .osd .labelbutton {
margin-top: 0px; margin-top: 0px;
font-size: 24px; font-size: 23px;
text-shadow: none;
} }
/* Position Scale */ /* Position Scale */
@@ -70,29 +83,31 @@ scale marks {
} }
.osd .positionscale trough highlight { .osd .positionscale trough highlight {
border-radius: 3px; border-radius: 3px;
min-height: 22px; min-height: 20px;
} }
.osd .positionscale.dragging trough highlight { .osd .positionscale.dragging trough highlight {
border-radius: 3px; border-radius: 3px;
min-height: 22px; min-height: 20px;
} }
/* Volume Scale */ /* Volume Scale */
.volumescale { .volumescale {
margin: -2px;
margin-left: -8px;
margin-right: -6px;
min-height: 180px; min-height: 180px;
} }
.osd .volumescale { .osd .volumescale {
margin: 6px; margin: 2px;
min-height: 280px; margin-left: -6px;
margin-right: -4px;
min-height: 260px;
} }
.volumescale marks label { .volumescale marks label {
margin-right: 4px; margin-right: 4px;
margin-top: -4px; margin-top: -4px;
margin-bottom: -6px; margin-bottom: -6px;
} }
.osd .volumescale marks label {
margin-bottom: -8px;
}
.osd .volumescale trough highlight { .osd .volumescale trough highlight {
min-width: 6px; min-width: 6px;
} }