default_install.css
1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.Title {
top: 0px;
background: #c1cbd9;
width: 100;
}
.Menu {
background: #c1cbd9;
position: absolute;
top: 50px;
left: 0px;
width: 100;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
padding-bottom: 5px;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
overflow: hidden;
display: block;
}
.Menu .Button {
display: block;
}
.Screen {
background: #c1cbd9;
position: absolute;
top: 50px;
left: 110px;
/* width:100; */
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
padding-bottom: 5px;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
/* overflow:hidden; */
display: block;
}
.Screen .Box {
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 5px;
padding-right: 0px;
padding-bottom: 5px;
background: #dddddd;
display: block;
}
.Screen .Box .Title {
top: 0px;
background: #c1cbd9;
width: 100%;
font-weight: bold;
font: 120% Arial, Helvetica, sans-serif;
color: #000000
}
.Screen .row { /* position:absolute; */
display: block;
}
.Screen .row .var {
font-weight: bold;
display: block;
left: 0px;
}
.Screen .row .value {
display: block;
background: #dddddd;
/* position:absolute; */ /* left:150px; */
position: static;
}