function getRemoteStyle_lg(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: 360px; margin: 0 auto } #remote-control-lg { position: relative; background: url(${base_url}/lg_remote.png) no-repeat; width: 158px; height: 596px } #remote-control-lg h2, #remote-control-lg span { position: absolute; left: 5000px } #remote-control-lg 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, #netflix a, #channel a, #channeldown a, #menu a, #back a, #left a, #right a, #top a, #bottom a, #ok a { position: absolute; display: block } #remote-control-lg li#power a { left: 28px; top: 35px; width: 37px; height: 37px; background: url(${base_url}/remote-home.png) no-repeat } #remote-control-lg li#power a:hover { background-image: url(${base_url}/remote-home.png); background-repeat: no-repeat; background-position: 0 -37px } #remote-control-lg li#source a { left: 59px; top: 406px; width: 35px; height: 37px; background: url(${base_url}/source.png) no-repeat } #remote-control-lg li#source a:hover { background-image: url(${base_url}/source_over.png); background-repeat: no-repeat; background-position: 0 0px } #remote-control-lg li#volmin a, #remote-control-lg li#volplus a, #remote-control-lg li#mute a, #remote-control-lg li#button1 a, #remote-control-lg li#button2 a, #remote-control-lg li#button3 a, #remote-control-lg li#button4 a, #remote-control-lg li#button5 a, #remote-control-lg li#button6 a, #remote-control-lg li#button7 a, #remote-control-lg li#button8 a, #remote-control-lg li#button9 a, #remote-control-lg li#buttonClear a, #remote-control-lg li#button0 a, #remote-control-lg li#buttonEnter a { width: 41px; height: 21px; background: url(${base_url}/remote-button.png) no-repeat } #remote-control-lg li#volmin a { left: 18px; top: 239px } #remote-control-lg li#volplus a { left: 18px; top: 195px } #remote-control-lg li#mute a { left: 57px; top: 194px } #remote-control-lg li#button1 a { left: 24px; top: 82px; } #remote-control-lg li#button2 a { left: 55px; top: 81px; } #remote-control-lg li#button3 a { left: 92px; top: 81px } #remote-control-lg li#button4 a { left: 21px; top: 108px } #remote-control-lg li#button5 a { left: 57px; top: 108px } #remote-control-lg li#button6 a { left: 90px; top: 107px } #remote-control-lg li#button7 a { left: 22px; top: 134px } #remote-control-lg li#button8 a { left: 56px; top: 134px } #remote-control-lg li#button9 a { left: 93px; top: 134px } #remote-control-lg li#buttonClear a { left: 20px; top: 161px } #remote-control-lg li#button0 a { left: 56px; top: 161px } #remote-control-lg li#buttonEnter a { left: 91px; top: 160px } #remote-control-lg li#volmin a:hover, #remote-control-lg li#volplus a:hover, #remote-control-lg li#mute a:hover, #remote-control-lg li#button1 a:hover, #remote-control-lg li#button2 a:hover, #remote-control-lg li#button3 a:hover, #remote-control-lg li#button4 a:hover, #remote-control-lg li#button5 a:hover, #remote-control-lg li#button6 a:hover, #remote-control-lg li#button7 a:hover, #remote-control-lg li#button8 a:hover, #remote-control-lg li#button9 a:hover, #remote-control-lg li#buttonClear a:hover, #remote-control-lg li#button0 a:hover, #remote-control-lg li#buttonEnter a:hover { background-image: url(${base_url}/remote-button.png); background-repeat: no-repeat; background-position: 0 -21px } #remote-control-lg li#exit a { width: 20px; height: 12px; left: 22px; top: 408px; background: url(${base_url}/exit.png) no-repeat 0 0px } #remote-control-lg li#menu a { width: 33px; height: 23px; left: 15px; top: 267px; background: url(${base_url}/menu.png) no-repeat 0px 0px; } #remote-control-lg li#back a { width: 37px; height: 23px; left: 13px; top: 388px; background: url(${base_url}/back.png) no-repeat 0px 0px; } #remote-control-lg li#left a { width: 13px; height: 22px; left: 32px; top: 329px; background: url(${base_url}/left.png) no-repeat 0px 0px } #remote-control-lg li#right a { width: 13px; height: 22px; left: 114px; top: 329px; background: url(${base_url}/right.png) no-repeat 0px 0px } #remote-control-lg li#top a { width: 22px; height: 13px; left: 67px; top: 294px; background: url(${base_url}/top.png) no-repeat 0px 0px } #remote-control-lg li#bottom a { width: 22px; height: 13px; left: 68px; top: 374px; background: url(${base_url}/bottom.png) no-repeat 0px 0px } #remote-control-lg li#netflix a { width: 36px; height: 23px; left: 17px; top: 418px; background: url(${base_url}/netflix.png) no-repeat 0px 0px } #remote-control-lg li#channel a { width: 37px; height: 36px; left: 98px; top: 190px; background: url(${base_url}/channelup.png) no-repeat 0px 0px } #remote-control-lg li#channeldown a { width: 37px; height: 36px; left: 98px; top: 234px; background: url(${base_url}/channeldown.png) no-repeat 0px 0px } #remote-control-lg li#ok a { width: 20px; height: 47px; left: 68px; top: 317px; background: url(${base_url}/ok.png) no-repeat 0px 0px } #remote-control-lg li#exit a:hover { background: url(${base_url}/exit.png) no-repeat 0 0px } #remote-control-lg li#menu a:hover { background: url(${base_url}/menu_over.png) no-repeat 0px 0px } #remote-control-lg li#back a:hover { background: url(${base_url}/back_over.png) no-repeat 0px 0px; } #remote-control-lg li#left a:hover { background: url(${base_url}/left_over.png) no-repeat 0px 0px } #remote-control-lg li#right a:hover { background: url(${base_url}/right_over.png) no-repeat 0px 0px } #remote-control-lg li#top a:hover { background: url(${base_url}/top_over.png) no-repeat 0px 0px } #remote-control-lg li#bottom a:hover { background: url(${base_url}/bottom_over.png) no-repeat 0px 0px } #remote-control-lg li#netflix a:hover { background: url(${base_url}/netflix.png) no-repeat 0px 0px } #remote-control-lg li#channel a:hover { background: url(${base_url}/channelup_over.png) no-repeat 0px 0px } #remote-control-lg li#channeldown a:hover { background: url(${base_url}/channeldown_over.png) no-repeat 0px 0px } #remote-control-lg li#ok a:hover { background: url(${base_url}/ok_over.png) no-repeat 0px 0px } `; } function getRemoteHtml_lg(config){return `

${config.name}

Main navigation

`; }