Adding back more CSS.

This commit is contained in:
Gunther Brunner
2014-03-10 20:16:18 +09:00
parent 345f921fb9
commit 5bba97de78
8 changed files with 856 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
html, body {
padding: 0;
margin: 0;
/*height: 100%;*/
cursor: text;
background: #000;
}
.terminal {
font-family: Monaco, FreeMono, monospace;
color: #fff;
font-weight: bold;
font-size: 14px;
line-height: 14px;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
cursor: text;
/*min-height: 100%;*/
}