prismarine-web-client/styles.css
2021-03-21 00:57:54 +00:00

36 lines
587 B
CSS

html {
height: 100%;
overflow: hidden;
}
@font-face {
font-family: minecraft;
src: url(minecraftia.woff);
}
@font-face {
font-family: mojangles;
src: url(mojangles.ttf);
}
body {
overflow: hidden;
position: relative;
margin:0;
padding:0;
font-family: sans-serif;
background: linear-gradient(#141e30, #243b55);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
canvas {
height: 100%;
width: 100%;
font-size: 0;
margin: 0;
padding: 0;
}