image/w/css/style.css

branch
novnc
changeset 40
71e06f6d80fd
parent 11
f816cf5b6bcb
child 41
7639cfa6aec0
equal deleted inserted replaced
39:e5900c9b9a7b 40:71e06f6d80fd
1
2 1
3 body { 2 body {
4 background: #ccc; 3 background: #ccc;
5 font-family: Verdana, Arial, sans-serif; 4 font-family: Verdana, Arial, sans-serif;
6 margin: 0px; 5 margin: 0px;
7 } 6 }
8 7
9 8 #webui_win {
10 #webui_table {
11 width: 360px; 9 width: 360px;
12 height: 270px; 10 height: 270px;
13 background: #353536; 11 background: #353536;
14 border: 2px solid; 12 border: 2px solid;
15 border-color: #59b4d4; 13 border-color: #59b4d4;
16 } 14 }
17 15
16 #topline {
17 width: 100%;
18 height: 24px;
19 background: blue;
20 color: yellow;
21 text-align: center;
22 font-size: 18px;
23 }
24
25 #mltline,
26 #hltline {
27 width: 100%;
28 height: 100px;
29 }
30
31 #midline {
32 width: 100%;
33 height: 45px;
34 }
18 35
19 #mlt_table { 36 #mlt_table {
20 width: 178px; 37 width: 178px;
21 height: 90px; 38 height: 90px;
22 margin: auto; 39 margin: auto;
43 height: 36px; 60 height: 36px;
44 border-radius: 4px; 61 border-radius: 4px;
45 background-color: #e7e7e7; color: black; 62 background-color: #e7e7e7; color: black;
46 } 63 }
47 64
65 .okbutton {
66 width: 60px;
67 height: 36px;
68 border-radius: 4px;
69 background-color: #575757; color: white;
70 }
71
48 #timer { 72 #timer {
49 color: white; 73 color: white;
50 text-align: center; 74 text-align: center;
51 font-family: "Courier New", "Lucida Console"; 75 font-family: "Courier New", "Lucida Console";
52 font-size: 34px; 76 font-size: 34px;

mercurial