#Xine skin data file
# revision 0.94
# last modified: 25.04.2024
#  Licence : GNU GENERAL PUBLIC LICENSE Version 2, June 1991: http://www.gnu.org/copyleft/gpl.html

skin.name    = Xinetic
skin.version = 5
skin.date    = 20.12.2023
skin.author  = Jérôme Villette <garogoril@wanadoo.fr>, Torsten Jager <t.jager@gmx.de>
skin.url     = none
#skin.logo = file://$(SKIN_PARENT_PATH)/xine-ui_logo.mpg

## Main GUI ##
skin.BackGround {
	pixmap = MainBg.png
}

skin.WinFocus {
	coords {
	  x = 472
	  y = 78
	}
	pixmap = MainBits2.png|221,87,80,12,2
}

skin.Close {
	coords {
	  x = 500
	  y = 1
	}
#optional: <filename>|x,y,width,height[,num_state_sub_images]
#  a negative num_state_sub_images means vertical stacking of sub images.
#  there can be up to 6 states: normal, focus, selected, focus+selected, disabled, selected+disabled.
#  the ui will do its best to use what is there.
#  empty elements default to 0,0,image_width,image_height,target_widget_standard.
#  target_widget_standard is 1 for plain or background images, 2 for text input fields, and 3 elsewhere.
	pixmap = MainBits2.png|150,45,45,15
}

skin.Eject {
	coords {
	  x = 430
	  y = 61
	}
	pixmap = MainBits2.png|0,22,120,22,5
}

skin.Nav {
	coords {
	  x = 492
	  y = 56
	}
	pixmap = MainBits2.png|221,68,78,18
}

skin.Exit {
	coords {
	  x = 12
	  y = 76
	}
	pixmap = MainBits2.png|0,44,48,16
}

skin.Setup {
	coords {
	  x = 4
	  y = 57
	}
	pixmap = MainBits2.png|198,34,102,16
}

skin.FullScreen {
	coords {
	  x = 485
	  y = 1
	}
	pixmap = MainBits2.png|104,45,45,15
}

skin.TitleLabel {
	coords {
	  x = 42
	  y = 19
	}
	label {
	  length = 43
	  animation = True
	  step = 7
          timer = 500000
	  pixmap = Letters.png
	  pixmap_focus = LettersHL.png
#  note: pixmap format descriptor, only once per file needed:
#        (CharsPerImageRow!FirstUnicode-LastUnicode!FirstUnicode-...)
#        or there will be assumed (32!32-127).
#        12593-12643 are the Hangeul jamo (single and double letters).
#        Full Hangeul syllables need better graphics resolution, so
#        xitk will decompose them for us.
          pixmap_format = (32!32-127!160-255!12593-12643)
	}
}

skin.TimeLabel {
	coords {
	  x = 70
	  y = 38
	}
	label {
	  length = 12
	  animation = False
	  pixmap = LettersA.png
	  pixmap_focus = LettersHLA.png
          pixmap_format = (32!32-127!160-255!12593-12643)
	}
}

skin.AudioNext {
	coords {
	  x = 182
	  y = 37
	}
	pixmap = MainBits2.png|221,100,63,9
}

skin.AudioPrev {
	coords {
	  x = 182
	  y = 46
	}
	pixmap = MainBits2.png|221,109,63,9
}

skin.AudioLabel {
	coords {
	  x = 224
	  y = 38
	}
	label {
	  length = 6
	  animation = False
	  pixmap = LettersA.png
	  pixmap_focus = LettersHLA.png
	}
}

skin.SpuNext {
	coords {
	  x = 266
	  y = 37
	}
	pixmap = MainBits2.png|221,100,63,9
}

skin.SpuPrev {
	coords {
	  x = 266
	  y = 46
	}
	pixmap = MainBits2.png|221,109,63,9
}

skin.SpuLabel {
	coords {
	  x = 308
	  y = 38
	}
	label {
	  length = 5
	  animation = False
	  pixmap = LettersA.png
	  pixmap_focus = LettersHLA.png
	}
}

skin.PlayFast {
	coords {
	  x = 389
	  y = 17
	}
	pixmap = MainBits1.png|164,50,69,29
}

skin.PlaySlow {
	coords {
	  x = 389
	  y = 46
	}
	pixmap = MainBits1.png|91,48,72,29
}

skin.Next {
	coords {
	  x = 457
	  y = 46
	}
	pixmap = MainBits2.png|125,118,95,19,5
}

skin.Pause {
	coords {
	  x = 408
	  y = 27
	}
	pixmap = MainBits2.png|125,60,95,19,5
}

skin.Play {
	coords {
	  x = 430
	  y = 10
	}
	pixmap = MainBits2.png|0,0,120,21,5
}

skin.Stop {
	coords {
	  x = 457
	  y = 27
	}
	pixmap = MainBits2.png|125,99,95,19,5
}

skin.Prev {
	coords {
	  x = 408
	  y = 46
	}
	pixmap = MainBits2.png|125,79,95,19,5
}

skin.Mute {
	coords {
	  x = 366
	  y = 46
	}
	pixmap = MainBits2.png|121,0,76,45,4
}

skin.SliderVol {
	coords {
	  x = 348
	  y = 23
	}
	pixmap = MainBits1.png|127,0,42,47
	slider {
	  pixmap = MainBits1.png|0,0,126,47
	  type = vertical
	}

}

skin.Snapshot {
	coords {
	  x = 348
	  y = 76
	}
	pixmap = MainBits2.png|49,44,54,16
}

skin.AutoPlayGUI {
	coords {
	  x = 300
	  y = 57
	}
	pixmap = MainBits2.png|0,103,123,29
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
# Where the middle of label shall go, if not just height / 2.
	  y = 7
	}
	max_buttons = 7
}

skin.PlBtn {
	coords {
	  x = 4
	  y = 19
	}
	pixmap = MainBits2.png|198,0,102,16
}

skin.CtlBtn {
	coords {
	  x = 4
	  y = 38
	}
	pixmap = MainBits2.png|198,17,102,16
}

skin.AudioCtlBtn {
	coords {
	  x = 494
	  y = 37
	}
	pixmap = MainBits2.png|228,50,72,18
}

skin.MrlBtn {
	coords {
	  x = 427
	  y = 31
	}
	pixmap = MainBits1.png|0,48,90,30
}

skin.SliderPlay {
	coords {
	  x = 36
	  y = 3
	}
	pixmap = MainBg.png|35,3,342,10
	slider {
	  pixmap = MainBits1.png|217,0,19,50,-5
	  type = horizontal
	}
}

## Navigator (optional) ##
skin.NavBG {
	pixmap = NavBg.png
}

skin.NavWF {
	coords {
	  x = 298
	  y = 144
	}
	pixmap = MainBits1.png|197,35,20,14,-2
}

skin.NavMagnet {
	coords {
	  x = 14
	  y = 120
	}
	pixmap = NavBits.png|361,5,53,64,-4
	label {
	  print = no
	}
}

skin.NavMenu1 {
	coords {
	  x = 117
	  y = 26
	}
	pixmap = NavBits.png|0,0,100,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavMenu2 {
	coords {
	  x = 15
	  y = 26
	}
	pixmap = NavBits.png|0,69,100,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavMenu3 {
	coords {
	  x = 15
	  y = 49
	}
	pixmap = NavBits.png|100,69,100,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavMenu4 {
	coords {
	  x = 15
	  y = 72
	}
	pixmap = NavBits.png|200,69,100,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavMenu5 {
	coords {
	  x = 15
	  y = 95
	}
	pixmap = NavBits.png|300,69,100,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavMenu6 {
	coords {
	  x = 117
	  y = 49
	}
	pixmap = NavBits.png|0,0,100,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavMenu7 {
	coords {
	  x = 117
	  y = 72
	}
	pixmap = NavBits.png|0,0,100,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum7 {
	coords {
	  x = 312
	  y = 26
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum8 {
	coords {
	  x = 337
	  y = 26
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum9 {
	coords {
	  x = 362
	  y = 26
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum4 {
	coords {
	  x = 312
	  y = 49
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum5 {
	coords {
	  x = 337
	  y = 49
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum6 {
	coords {
	  x = 362
	  y = 49
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum1 {
	coords {
	  x = 312
	  y = 72
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum2 {
	coords {
	  x = 337
	  y = 72
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum3 {
	coords {
	  x = 362
	  y = 72
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNum0 {
	coords {
	  x = 312
	  y = 95
	}
	pixmap = NavBits.png|100,0,23,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavNumPlus10 {
	coords {
	  x = 337
	  y = 95
	}
	pixmap = NavBits.png|123,0,48,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavUp {
	coords {
	  x = 253
	  y = 23
	}
	pixmap = NavBits.png|171,0,23,69,-3
	label {
	  print = no
	}
}

skin.NavLeft {
	coords {
	  x = 228
	  y = 48
	}
	pixmap = NavBits.png|194,0,23,69,-3
	label {
	  print = no
	}
}

skin.NavDown {
	coords {
	  x = 253
	  y = 73
	}
	pixmap = NavBits.png|240,0,23,69,-3
	label {
	  print = no
	}
}

skin.NavRight {
	coords {
	  x = 278
	  y = 48
	}
	pixmap = NavBits.png|217,0,23,69,-3
	label {
	  print = no
	}
}

skin.NavSelect {
	coords {
	  x = 253
	  y = 48
	}
	pixmap = NavBits.png|263,0,23,69,-3
	label {
	  print = no
	}
}

skin.NavAnglePlus {
	coords {
	  x = 128
	  y = 105
	}
	pixmap = NavBits.png|286,0,75,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavAngleMinus {
	coords {
	  x = 205
	  y = 105
	}
	pixmap = NavBits.png|286,0,75,63,-3
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.NavDismiss {
	coords {
	  x = 333
	  y = 120
	}
	pixmap = PlBits2.png|0,270,265,29,5
	label {
	  print = no
	}
}

## Playlist ##
skin.PlBG {
	pixmap = PlBg.png
}

skin.PlWF {
	coords {
	  x = 298
	  y = 238
	}
	pixmap = MainBits1.png|197,35,20,14,-2
}

skin.PlAdd {
	coords {
	  x = 334
	  y = 150
	}
	pixmap = PlBits2.png|0,180,265,16,5
	label {
	  print = no
	}
}

skin.PlLoad {
	coords {
	  x = 334
	  y = 170
	}
	pixmap = PlBits2.png|0,210,265,16,5
	label {
	  print = no
	}
}

skin.PlSave {
	coords {
	  x = 334
	  y = 187
	}
	pixmap = PlBits2.png|0,240,265,16,5
	label {
	  print = no
	}
}

skin.PlItemBtn {
	coords {
	  x = 11
	  y = 20
	}
	pixmap = PlItemBtn.png|0,0,283,68,-4
	browser {
	  entries = 8
	}
	label {
	  align = left
# smooth edge text rendering reduces contrast, especially when not bold.
# lets compensate: #b8c0c6 #081f31 -> #b9c3cb #040f17
	  color = #a8aeb7
	  color_focus = #a8aeb7
	  color_click = #040f17
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.PlPlay {
	coords {
	  x = 15
	  y = 214
	}
	pixmap = PlBits2.png|0,0,265,29,5
}

skin.PlDelete {
	coords {
	  x = 69
	  y = 214
	}
	pixmap = PlBits2.png|0,120,265,29,5
}

skin.PlDeleteAll {
	coords {
	  x = 123
	  y = 214
	}
	pixmap = PlBits2.png|0,90,265,29,5
}

skin.PlMoveUp {
	coords {
	  x = 177
	  y = 214
	}
	pixmap = PlBits2.png|0,30,265,29,5
}

skin.PlMoveDn {
	coords {
	  x = 231
	  y = 214
	}
	pixmap = PlBits2.png|0,60,265,29,5
}

skin.PlDismiss {
	coords {
	  x = 333
	  y = 214
	}
	pixmap = PlBits2.png|0,270,265,29,5
	label {
	  print = no
	}
}

skin.PlUp {
	coords {
	  x = 301
	  y = 17
	}
	pixmap = MainBits2.png|0,60,63,20
}

skin.SliderPl {
	coords {
	  x = 301
	  y = 38
	}
	pixmap = PlBg.png|301,38,21,125
	slider {
	  pixmap = MainBits1.png|170,0,21,27,-3
	  type = vertical
	}
}

skin.PlDn {
	coords {
	  x = 301
	  y = 164
	}
	pixmap = MainBits2.png|0,81,63,20
}

skin.PlLeft {
        coords {
          x = 11
          y = 164
        }
        pixmap = MainBits2.png|64,81,60,20
}

skin.SliderHPl {
        coords {
          x = 32
          y = 164
        }
        pixmap = PlBg.png|32,164,241,20
        slider {
          pixmap = MainBits1.png|170,29,27,20
          type = horizontal
        }
}

skin.PlRight {
        coords {
          x = 274
          y = 164
        }
        pixmap = MainBits2.png|64,60,60,20
}

skin.AutoPlayLbl {
	coords {
	  x = 335
	  y = 20
	}

	label {
	  length = 8
	  animation = True
	  pixmap = Letters2.png
          pixmap_format = (32!32-127!160-255!12593-12643)
	}
}

skin.AutoPlayBG {
	coords {
	  x = 334
	  y = 42
	}
	pixmap = PlBits2.png|0,150,265,16,5
	direction = down
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
	max_buttons = 6
}

skin.PlInputText {
	coords {
	  x = 11
	  y = 189
	}
	pixmap = PlItemBtn.png|0,68,283,36,-2
	label {
	  color = #a8aeb7
	  color_focus = #cdc4a2
	  color_click = #081f31
	  font = *-helvetica-bold-*-*-*-12-*-*-*-*-*-*-*
	}
}

## Video Control Panel ##
# This is left in plain grays intentionally.
# It shall not distract you from adjusting main video colours.
skin.CtlBG {
	pixmap = CtlBg.png
}

skin.CtlWF {
	coords {
	  x = 418
	  y = 217
	}
	pixmap = MainBits1.png|197,35,20,14,-2
}

skin.SliderCtlHue {
	coords {
	  x = 34
	  y = 36
	}
	pixmap = CtlBg.png|34,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3
	  type = vertical
	}
}

skin.CtlHueLbl {
	coords {
	  x = 34
	  y = 175
	}
	label {
	  length = 3
	  animation = False
	pixmap = Letters2.png
	}
}

skin.SliderCtlSat {
	coords {
	  x = 78
	  y = 36
	}
	pixmap = CtlBg.png|78,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	type = vertical
	}
}

skin.CtlSatLbl {
	coords {
	  x = 78
	  y = 175
	}
	label {
	  length = 3
	  animation = False
	pixmap = Letters2.png
	}
}

skin.SliderCtlBright {
	coords {
	  x = 122
	  y = 36
	}
	pixmap = CtlBg.png|122,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.CtlBrightLbl {
	coords {
	  x = 122
	  y = 175
	}

	label {
	  length = 3
	  animation = False
	pixmap = Letters2.png
	}
}

skin.SliderCtlCont {
	coords {
	  x = 166
	  y = 36
	}
	pixmap = CtlBg.png|166,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.CtlContLbl {
	coords {
	  x = 166
	  y = 175
	}
	label {
	  length = 3
	  animation = False
	pixmap = Letters2.png
	}
}

skin.SliderCtlGamma {
	coords {
	  x = 210
	  y = 36
	}
	pixmap = CtlBg.png|210,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.CtlGammaLbl {
	coords {
	  x = 210
	  y = 175
	}
	label {
	  length = 3
	  animation = False
	pixmap = Letters2.png
	}
}

skin.SliderCtlSharp {
	coords {
	  x = 254
	  y = 36
	}
	pixmap = CtlBg.png|254,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.CtlSharpLbl {
	coords {
	  x = 254
	  y = 175
	}
	label {
	  length = 3
	  animation = False
	pixmap = Letters2.png
	}
}

skin.SliderCtlNoise {
	coords {
	  x = 298
	  y = 36
	}
	pixmap = CtlBg.png|298,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.CtlNoiseLbl {
	coords {
	  x = 298
	  y = 175
	}
	label {
	  length = 3
	  animation = False
	pixmap = Letters2.png
	}
}

skin.CtlSkLbl {
	coords {
	  x = 340
	  y = 18
	}
	label {
	  length = 20
	  animation = False
	pixmap = Letters2.png
	}
}

skin.CtlSkUp {
	coords {
	  x = 492
	  y = 17
	}
	pixmap = MainBits2.png|0,60,63,20
}

skin.SliderCtlSk {
	coords {
	  x = 492
	  y = 38
	}
	pixmap = CtlBg.png|492,38,21,125
	slider {
	  pixmap = MainBits1.png|170,0,21,27,-3
	  type = vertical
	}
}

skin.CtlSkDn {
	coords {
	  x = 492
	  y = 164
	}
	pixmap = MainBits2.png|0,81,63,20
}

skin.CtlSkLeft {
        coords {
          x = 332
          y = 163
        }
        pixmap = MainBits2.png|64,81,60,20
}

skin.SliderHCtlSk {
        coords {
          x = 353
          y = 163
        }
        pixmap = CtlBg.png|353,163,107,20
        slider {
          pixmap = MainBits1.png|170,29,27,20
          type = horizontal
        }
}

skin.CtlSkRight {
        coords {
          x = 461
          y = 163
        }
        pixmap = MainBits2.png|64,60,60,20
}

skin.CtlSkItemBtn {
	coords {
	  x = 332
	  y = 37
	}
	pixmap = SkItemBtn.png|,,,,-4
	browser {
	  entries = 7
	}
	label {
# smooth edge text rendering reduces contrast, especially when not bold.
# lets compensate: #b8c0c6 #081f31 -> #b9c3cb #040f17
	  color = #b9c3cb
	  color_focus = #b9c3cb
	  color_click = #040f17
	  font = *-helvetica-*-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.CtlDismiss {
	coords {
	  x = 453
	  y = 193
	}
	pixmap = PlBits2.png|0,270,265,29,5
	label {
	  print = no
	}
}

## Audio Control Panel (optional) ##
skin.ACtlBG {
	pixmap = ACtlBg.png
}

skin.ACtlWF {
	coords {
	  x = 328
	  y = 217
	}
	pixmap = MainBits1.png|197,35,20,14,-2
}

skin.SliderACtl30 {
	coords {
	  x = 34
	  y = 36
	}
	pixmap = ACtlBg.png|34,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl60 {
	coords {
	  x = 67
	  y = 36
	}
	pixmap = ACtlBg.png|67,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl125 {
	coords {
	  x = 100
	  y = 36
	}
	pixmap = ACtlBg.png|100,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl250 {
	coords {
	  x = 133
	  y = 36
	}
	pixmap = ACtlBg.png|133,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl500 {
	coords {
	  x = 166
	  y = 36
	}
	pixmap = ACtlBg.png|166,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl1k {
	coords {
	  x = 199
	  y = 36
	}
	pixmap = ACtlBg.png|199,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl2k {
	coords {
	  x = 232
	  y = 36
	}
	pixmap = ACtlBg.png|232,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl4k {
	coords {
	  x = 265
	  y = 36
	}
	pixmap = ACtlBg.png|265,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl8k {
	coords {
	  x = 298
	  y = 36
	}
	pixmap = ACtlBg.png|298,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtl16k {
	coords {
	  x = 331
	  y = 36
	}
	pixmap = ACtlBg.png|331,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.SliderACtlAmp {
	coords {
	  x = 386
	  y = 36
	}
	pixmap = ACtlBg.png|386,36,21,125
	slider {
	  pixmap = MainBits1.png|191,0,21,27,-3

	  type = vertical
	}
}

skin.ACtlFlat {
	coords {
	  x = 15
	  y = 193
	}
	pixmap = PlBits2.png|0,150,265,29,5
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	  y = 8
	}
}

skin.ACtlDismiss {
	coords {
	  x = 363
	  y = 193
	}
	pixmap = PlBits2.png|0,270,265,29,5
	label {
	  print = no
	}
}

## MRL Browser ##
skin.MrlBG {
	pixmap = MrlBg.png
}

skin.MrlWF {
	coords {
	  x = 298
	  y = 238
	}
	pixmap = MainBits1.png|197,35,20,14,-2
}

skin.MrlItemBtn {
	coords {
	  x = 11
	  y = 20
	}
	pixmap = PlItemBtn.png|0,0,283,68,-4
	browser {
	  entries = 8
	}
	label {
	  align = left
# smooth edge text rendering reduces contrast, especially when not bold.
# lets compensate: #b8c0c6 #081f31 -> #b9c3cb #040f17
	  color = #a8aeb7
	  color_focus = #a8aeb7
	  color_click = #040f17
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
}

skin.MrlSelect {
	coords {
	  x = 69
	  y = 214
	}
	pixmap = PlBits2.png|0,180,265,29,5
	label {
	  print = no
	}
}

skin.MrlPlay {
	coords {
	  x = 15
	  y = 214
	}
	pixmap = PlBits2.png|0,0,265,29,5
}

skin.MrlDismiss {
	coords {
	  x = 333
	  y = 214
	}
	pixmap = PlBits2.png|0,270,265,29,5
	label {
	  print = no
	}
}

skin.MrlUp {
	coords {
	  x = 301
	  y = 17
	}
	pixmap = MainBits2.png|0,60,63,20
}

skin.SliderMrl {
	coords {
	  x = 301
	  y = 38
	}
	pixmap = MrlBg.png|301,38,21,125
	slider {
	  pixmap = MainBits1.png|170,0,21,27,-3
	  type = vertical
	}
}

skin.MrlDn {
	coords {
	  x = 301
	  y = 164
	}
	pixmap = MainBits2.png|0,81,63,20
}

skin.MrlLeft {
        coords {
          x = 11
          y = 164
        }
        pixmap = MainBits2.png|64,81,60,20
}

skin.SliderHMrl {
        coords {
          x = 32
          y = 164
        }
        pixmap = MrlBg.png|32,164,241,20
        slider {
          pixmap = MainBits1.png|170,29,27,20
          type = horizontal
        }
}

skin.MrlRight {
        coords {
          x = 274
          y = 164
        }
        pixmap = MainBits2.png|64,60,60,20
}

skin.MrlCurOrigin {
	coords {
	  x = 14
	  y = 190
	}
	label {
#	  test: sys font mode
	  length = 224
	  height = 17
	  color = #a8aeb7
	  color_bg = #11191f
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
#	  pix font mode
#	  length = 32
#	  pixmap = Letters2.png
#	  common part
	  animation = True
	}
}

skin.MrlPlugNameBG {
	coords {
	  x = 334
	  y = 42
	}
	pixmap = PlBits2.png|0,150,265,16,5
	direction = down
	label {
	  color = #a8aeb7
	  color_focus = #081f31
	  color_click = #081f31
	  font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
	}
	max_buttons = 8
}

skin.MrlPlugLabel {
	coords {
	  x = 335
	  y = 20
	}
	label {
	  length = 7
	  animation = False
	pixmap = Letters2.png
	}
}

skin.MrlFilt {
	coords {
	  x = 249
	  y = 190
	}
	pixmap = MrlBg.png|11,20,88,17,4
	label {
#	  test: sys font mode
	  length = 112
	  height = 17
	  color = #a8aeb7
	  color_bg = #11191f
	  font = *-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
	  align = center
#	  pix font mode
#	  length = 16
#	  pixmap = Letters2.png
#	  common part
	  animation = False
	}
}
