image/w/js/webui.js

changeset 91
255a75322212
parent 79
cb5c73a8ae90
child 116
bafc2d6a0790
equal deleted inserted replaced
90:1397fb0b3a9d 91:255a75322212
10 Screen: -1, 10 Screen: -1,
11 Subscreen: 0, 11 Subscreen: 0,
12 setTimer: function(v){ 12 setTimer: function(v){
13 $("#timer").text(''); 13 $("#timer").text('');
14 if (v == 0) { 14 if (v == 0) {
15 $("#timer").css("font-size", "18px"); 15 $("#timer").css("font-size", "16px");
16 $("#timer").css("font-weight", "normal"); 16 $("#timer").css("font-weight", "normal");
17 $("#timer").css("font-family", "Verdana, Arial, sans-serif"); 17 $("#timer").css("font-family", "Verdana, Arial, sans-serif");
18 $("#timer").css("color", "#ffa400");
18 } else { 19 } else {
19 $("#timer").css("font-size", "36px"); 20 $("#timer").css("font-size", "32px");
20 $("#timer").css("font-weight", "bold"); 21 $("#timer").css("font-weight", "bold");
21 $("#timer").css("font-family", "Courier New, Lucida Console"); 22 $("#timer").css("font-family", "DSEG7-Classic, Courier New, Lucida Console");
23 $("#timer").css("color", "#00ff00");
22 } 24 }
23 }, 25 },
24 clearScreen: function(){ 26 clearScreen: function(){
25 $("#mltline").hide(); 27 $("#mltline").hide();
26 $("#mlt_table").hide(); 28 $("#mlt_table").hide();

mercurial