Skip to content

Commit f5db60c

Browse files
committed
Init commit
0 parents  commit f5db60c

File tree

4 files changed

+1254
-0
lines changed

4 files changed

+1254
-0
lines changed

app.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
body{background-color:#000000;color:#33DD33; font-family:monospace; font-size:12px; cursor:default; width:1050px;}
2+
h2{color:#CCFFCC;}
3+
canvas{background-color:#CCFFCC; border:1px solid black;}
4+
table{height:350px;}
5+
td{vertical-align:top; border:1px solid #003300;}
6+
td#tdLog{width:450px;}
7+
pre#log{font-size:8pt; width:470px; height:100%; overflow:scroll; overflow-y:auto; overflow-x:auto;
8+
max-height:400px; min-height:400px; height:auto !important; height:400px; /* IE6 min-height hack */}
9+
input{background-color:#003300; border:1px solid #003300; color:#009900;}
10+
input.inpClick{ border:1px solid #003300; font-weight:bold;}
11+
input.inpTxt{width:25px;}
12+
input#inpA{ width:140px;}
13+
input#inpD{ width:60px;}
14+
input#inpC, input#inpK, input#inpL{ width:45px;}
15+
input:hover{background-color:#006600; color:#CCFFCC; cursor:default;}
16+
span.spnLow{font-size:10px; color:#33DD33;}
17+
a{color:#CCFFCC; text-decoration:none;}
18+
a:hover{color:white;}

0 commit comments

Comments
 (0)