magcore-app-browser-engine
Version:
Browser Engine application for Ministra TV platform.
33 lines (26 loc) • 506 B
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; }