/* Desativa visualização do premier do emby */ .btnHeaderPremiere { display: none ! important; } /* Muda a cor do player */ button.cardOverlayFab-primary i, button.cardOverlayFab-primary i:hover { background-color: red; } /* Substitui o logo Emby canto superior esquerdo na tela de login e homepage */ .pageTitleWithLogo { background-image: url(http://eletronicars.ddns.net:88/img/logoemby.png) !important; height: 50px !Important; width: 190px !Important; } .pageTitleWithDefautLogo { height: 53px !important; } .app-splash { background-image: url(http://eletronicars.ddns.net:88/img/logoemby.png); background-position: center top; background-repeat: no-repeat; background-size: contain; position: fixed; top: 30%; left: 30%; right: 30%; height: 20%; } /*Remove Links and Media Info sections*/ div.linksSection, div.audioVideoMediaInfo {display: none;} /*Troca a cor sombra do botão quando estiver em reprodução*/ button.paper-icon-button-light:focus {color: red; background-color: rgba(255,0,0,0.2);} /*Troca de cor da barra de progresso dos card*/ div.itemProgressBarForeground {background-color: red;} /*Troca a cor da barra de progresso do filme*/ .emby-slider { color: red !important; } .emby-slider::-moz-range-progress { background: red !important; } .emby-slider::-webkit-slider-thumb { background: red !important; } .emby-slider::-moz-range-thumb { background: red !important; } .emby-slider::-ms-thumb { background: red !important; } .emby-slider-background-lower { background-color: red !important; } /* Muda cor dos titulos principais */ .emby-tab-button-active { color: #ff0000 !important; } /* 1.1.4 Others */ /* Alpha Picker */ .alphaPickerButton-selected, .alphaPickerButton-tv:focus { background-color: #ff0000 !important; color: #fff !important; }