magcore-osd-advertising
Version:
Osd to show advertising
79 lines (68 loc) • 1.71 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 */
.stb-component-button {
box-sizing: border-box;
-webkit-box-sizing: border-box;
background-color: #dde9ff;
display: inline-table;
height: 69px;
cursor: pointer; }
.stb-component-button.hidden {
display: none; }
.stb-component-button:hover {
background-color: #bbd3ff; }
.stb-component-button.focus {
background-color: #bbd3ff; }
.stb-component-button.click {
background-color: #a8c9ff; }
.stb-component-button .icon {
height: 69px;
width: 69px;
display: table-cell;
background: no-repeat center center; }
.stb-component-button .text {
display: table-cell;
padding: 9px 18px;
vertical-align: middle;
text-align: center; }
.stb-component-button .text:empty {
padding: 0; }
.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; }