The batteries of my nvidia shield tv sucks so i made a web remote for linux with adb installed
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#remote {
|
|
|
|
|
margin: 3em auto;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
border: 3px solid black;
|
|
|
|
|
padding: 25px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #4f4f4f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
filter: drop-shadow(2px 2px 4px grey) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn:hover {
|
|
|
|
|
filter: drop-shadow(2px 2px 4px lightblue) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fa-1c5x {
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.connected-info {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.play-pause-button {
|
|
|
|
|
max-height: 0.8em;
|
|
|
|
|
margin-bottom: 3px; /* WEIL LUKI SCHAßAUGAT IST */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plex-button {
|
|
|
|
|
margin-bottom: 1px;
|
|
|
|
|
max-height: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-youtube {
|
|
|
|
|
background: white;
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-plex {
|
|
|
|
|
background: #3b3b3b;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-twitch {
|
|
|
|
|
background: rebeccapurple;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.brand {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
font-style: 2em;
|
|
|
|
|
font-family: "Ubuntu", serif;
|
|
|
|
|
color: grey;
|
|
|
|
|
}
|