magcore-osd-base
Version:
Base osd application, volume widget, mute widget, notifications
60 lines (50 loc) • 1.15 kB
CSS
/* spa-app: release */
html, body {
height: 1080px;
width: 1920px;
font-size: 33px;
font-family: Ubuntu, sans-serif;
overflow: hidden;
margin: 0;
padding: 0; }
table {
border: 0;
border-collapse: collapse;
border-spacing: 0; }
table td {
padding: 0; }
.maxh {
height: 100%; }
.maxw {
width: 100%; }
a {
text-decoration: none; }
.invisible {
visibility: hidden; }
/* stb-app: release */
html, body {
-webkit-user-select: none; }
/* mag-app: release */
.spa-component-progress-bar {
box-sizing: border-box;
height: 24px;
background-color: grey; }
.spa-component-progress-bar.hidden {
display: none; }
.spa-component-progress-bar .value {
height: 100%;
background-color: orange; }
.stb-component-page {
box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 1920px;
height: 1080px;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
overflow: hidden; }
.stb-component-page.hidden {
display: none; }
.stb-component-page.active {
visibility: inherit; }