function getRemoteStyle_simple(config) { const template = config.remote_template; const base_url = `/hacsfiles/generic-remote-control-card/remotes/${template}`; return ` ha-card{ background-color:transparent; box-shadow:var(--paper-material-elevation-0_-_box-shadow); } body { margin: 0; padding: 20px; font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif } .container { width: 224px; margin: 0 auto } #remote-control-simple { position: relative; background: url(${base_url}/remote-back2.png) no-repeat; width: 224px; height: 507px } #remote-control-simple h2, #remote-control-simple span { position: absolute; left: -5000px } #remote-control-simple ul { margin: 0; padding: 0; list-style-type: none } #power a, #volmin a, #volplus a, #mute a, #source a, #button1 a, #button2 a, #button3 a, #button4 a, #button5 a, #button6 a, #button7 a, #button8 a, #button9 a, #buttonClear a, #button0 a, #buttonEnter a, #exit a, #info a, #menu a, #back a, #left a, #right a, #top a, #bottom a, #ok a { position: absolute; display: block } #remote-control-simple li#power a { left: 33px; top: 29px; width: 37px; height: 37px; background: url(${base_url}/remote-home.jpg) no-repeat } #remote-control-simple li#power a:hover { background-image: url(${base_url}/remote-home.jpg); background-repeat: no-repeat; background-position: 0 -37px } #remote-control-simple li#source a { left: 154px; top: 29px; width: 37px; height: 37px; background: url(${base_url}/remote-sitemap.jpg) no-repeat } #remote-control-simple li#source a:hover { background-image: url(${base_url}/remote-sitemap.jpg); background-repeat: no-repeat; background-position: 0 -37px } #remote-control-simple li#volmin a, #remote-control-simple li#volplus a, #remote-control-simple li#mute a, #remote-control-simple li#button1 a, #remote-control-simple li#button2 a, #remote-control-simple li#button3 a, #remote-control-simple li#button4 a, #remote-control-simple li#button5 a, #remote-control-simple li#button6 a, #remote-control-simple li#button7 a, #remote-control-simple li#button8 a, #remote-control-simple li#button9 a, #remote-control-simple li#buttonClear a, #remote-control-simple li#button0 a, #remote-control-simple li#buttonEnter a { width: 41px; height: 21px; background: url(${base_url}/remote-button.jpg) no-repeat } #remote-control-simple li#volmin a { left: 91px; top: 40px } #remote-control-simple li#volplus a { left: 91px; top: 10px } #remote-control-simple li#mute a { left: 91px; top: 72px } #remote-control-simple li#button1 a { left: 38px; top: 114px } #remote-control-simple li#button2 a { left: 91px; top: 114px } #remote-control-simple li#button3 a { left: 145px; top: 114px } #remote-control-simple li#button4 a { left: 38px; top: 155px } #remote-control-simple li#button5 a { left: 91px; top: 155px } #remote-control-simple li#button6 a { left: 145px; top: 155px } #remote-control-simple li#button7 a { left: 38px; top: 196px } #remote-control-simple li#button8 a { left: 91px; top: 196px } #remote-control-simple li#button9 a { left: 145px; top: 196px } #remote-control-simple li#buttonClear a { left: 38px; top: 237px } #remote-control-simple li#button0 a { left: 91px; top: 237px } #remote-control-simple li#buttonEnter a { left: 145px; top: 237px } #remote-control-simple li#volmin a:hover, #remote-control-simple li#volplus a:hover, #remote-control-simple li#mute a:hover, #remote-control-simple li#button1 a:hover, #remote-control-simple li#button2 a:hover, #remote-control-simple li#button3 a:hover, #remote-control-simple li#button4 a:hover, #remote-control-simple li#button5 a:hover, #remote-control-simple li#button6 a:hover, #remote-control-simple li#button7 a:hover, #remote-control-simple li#button8 a:hover, #remote-control-simple li#button9 a:hover, #remote-control-simple li#buttonClear a:hover, #remote-control-simple li#button0 a:hover, #remote-control-simple li#buttonEnter a:hover { background-image: url(${base_url}/remote-button.jpg); background-repeat: no-repeat; background-position: 0 -21px } #remote-control-simple li#exit a { width: 29px; height: 30px; left: 41px; top: 331px; background: url(${base_url}/remote-circle3.jpg) no-repeat 0 -19px } #remote-control-simple li#info a { width: 33px; height: 23px; left: 74px; top: 312px; background: url(${base_url}/remote-circle3.jpg) no-repeat -33px 0px } #remote-control-simple li#menu a { width: 33px; height: 23px; left: 116px; top: 312px; background: url(${base_url}/remote-circle3.jpg) no-repeat -75px 0 } #remote-control-simple li#back a { width: 29px; height: 30px; left: 154px; top: 332px; background: url(${base_url}/remote-circle3.jpg) no-repeat -113px -20px } #remote-control-simple li#left a { width: 25px; height: 59px; left: 58px; top: 365px; background: url(${base_url}/remote-circle3.jpg) no-repeat -17px -53px } #remote-control-simple li#right a { width: 23px; height: 59px; left: 139px; top: 365px; background: url(${base_url}/remote-circle3.jpg) no-repeat -98px -53px } #remote-control-simple li#top a { width: 62px; height: 23px; left: 80px; top: 342px; background: url(${base_url}/remote-circle3.jpg) no-repeat -39px -30px } #remote-control-simple li#bottom a { width: 61px; height: 22px; left: 80px; top: 424px; background: url(${base_url}/remote-circle3.jpg) no-repeat -39px -112px } #remote-control-simple li#ok a { width: 44px; height: 46px; left: 89px; top: 371px; background: url(${base_url}/remote-circle3.jpg) no-repeat -48px -59px } #remote-control-simple li#exit a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat 0 -157px } #remote-control-simple li#info a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -33px -138px } #remote-control-simple li#menu a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -75px -138px } #remote-control-simple li#back a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -113px -158px } #remote-control-simple li#left a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -17px -191px } #remote-control-simple li#right a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -98px -191px } #remote-control-simple li#top a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -39px -168px } #remote-control-simple li#bottom a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -39px -250px } #remote-control-simple li#ok a:hover { background: url(${base_url}/remote-circle3.jpg) no-repeat -48px -197px } `; } function getRemoteHtml_simple(config){return `