File tree Expand file tree Collapse file tree 4 files changed +1254
-0
lines changed Expand file tree Collapse file tree 4 files changed +1254
-0
lines changed Original file line number Diff line number Diff line change
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;}
You can’t perform that action at this time.
0 commit comments