Subversion Repositories ALCASAR

Rev

Rev 2976 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2976 Rev 3179
1
/*
1
/*
2
 $Id*
2
 $Id*
3
 */
3
 */
4
a {
4
a {
5
    text-decoration: none;
5
    text-decoration: none;
6
    color: #c03000;
6
    color: #c03000;
7
}
7
}
8
 
8
 
9
a:hover {
9
a:hover {
10
    text-decoration: underline;
10
    text-decoration: underline;
11
}
11
}
12
 
12
 
13
* {
13
* {
14
    margin: 0;
14
    margin: 0;
15
    padding: 0;
15
    padding: 0;
16
}
16
}
17
 
17
 
18
wbr {
18
wbr {
19
    display: inline-block;
19
    display: inline-block;
20
}
20
}
21
 
21
 
22
html {
22
html {
23
    height: 100%;
23
    height: 100%;
24
    background: #EFEFEF;
24
    background: #EFEFEF;
25
}
25
}
26
 
26
 
27
body {
27
body {
28
    position: relative;
28
    position: relative;
29
    width: 940px;
29
    width: 940px;
30
    _width: 945px; /* ie6 */
30
    _width: 945px; /* ie6 */
31
    min-height: 100%;
31
    min-height: 100%;
32
    overflow: auto;
32
    overflow: auto;
33
    margin: 0 auto;
33
    margin: 0 auto;
34
    padding: 20px 20px 0 20px;
34
    padding: 20px 20px 0 20px;
35
    font: 75% arial, tahoma, helvetica, sans-serif;
35
    font: 75% arial, tahoma, helvetica, sans-serif;
36
    color: #000;
36
    color: #000;
37
}
37
}
38
 
38
 
39
p {
39
p {
40
    padding: 4px 10px 2px 10px;
40
    padding: 4px 10px 2px 10px;
41
    line-height: 1.6;
41
    line-height: 1.6;
42
    text-align: left;
42
    text-align: left;
43
    vertical-align: top;
43
    vertical-align: top;
44
}
44
}
45
 
45
 
46
h1 {
46
h1 {
47
    margin: 0 10px;
47
    margin: 0 10px;
48
    _margin: 0 15px 0 10px; /* ie6 */
48
    _margin: 0 15px 0 10px; /* ie6 */
49
    padding: 10px 10px;
49
    padding: 10px 10px;
50
    border-top: 1px solid #666666;
50
    border-top: 1px solid #666666;
51
    border-bottom: 1px solid #666666;
51
    border-bottom: 1px solid #666666;
52
    font-size: 1.67em;
52
    font-size: 1.67em;
53
    font-weight: normal;
53
    font-weight: normal;
54
    color: #fff;
54
    color: #fff;
55
    background: #666666;
55
    background: #666666;
56
}
56
}
57
 
57
 
58
h2 {
58
h2 {
59
    padding: 5px 10px;
59
    padding: 5px 10px;
60
    font-family: "DejaVu Sans";
60
    font-family: "DejaVu Sans";
61
    font-size: 1em;
61
    font-size: 1em;
62
    font-weight: bold;
62
    font-weight: bold;
63
    letter-spacing: 0.0em;
63
    letter-spacing: 0.0em;
64
    text-transform: uppercase;
64
    text-transform: uppercase;
65
    color: #fff;
65
    color: #fff;
66
    background: #666666;
66
    background: #666666;
67
    text-align: center;
67
    text-align: center;
68
}
68
}
69
 
69
 
70
th, td, h3 {
70
th, td, h3 {
71
    padding: 4px 10px 2px 10px;
71
    padding: 4px 10px 2px 10px;
72
    text-align: left;
72
    text-align: left;
73
    vertical-align: top;
73
    vertical-align: top;
74
}
74
}
75
 
75
 
76
h3 {
76
h3 {
77
    font-size: 100%;
77
    font-size: 100%;
78
}
78
}
79
 
79
 
80
table {
80
table {
81
    width: 100%;
81
    width: 100%;
82
    font-size: 1em;
82
    font-size: 1em;
83
    background-color: #fff;
83
    background-color: #fff;
84
}
84
}
85
 
85
 
86
table tfoot td {
86
table tfoot td {
87
    color: #2e2e2e;
87
    color: #2e2e2e;
88
}
88
}
89
 
89
 
90
select {
90
select {
91
    background-color: #fefefe;
91
    background-color: #fefefe;
92
}
92
}
93
 
93
 
94
#select {
94
#select {
95
    text-align: right;
95
    text-align: right;
96
    padding: 10px 10px 0 10px;
96
    padding: 10px 10px 0 10px;
97
    font-size: 0.8em;
97
    font-size: 0.8em;
98
}
98
}
99
 
99
 
100
#select select {
100
#select select {
101
    width: 100px;
101
    width: 100px;
102
}
102
}
103
 
103
 
104
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
104
.fullsize, .halfsize {
105
    float: left;
105
    float: left;
106
    width: 451px;
-
 
107
    margin: 10px 0 0 8px;
106
    margin: 10px 0 0 8px;
108
    _margin: 10px 4px 0 4px; /* ie6 */
107
    _margin: 10px 4px 0 4px; /* ie6 */
109
    padding: 1px;
108
    padding: 1px;
110
    border: 2px solid #666666;
109
    border: 2px solid #666666;
111
    background: #fff;
110
    background: #fff;
112
}
111
}
113
 
112
 
114
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
113
.fullsize {
115
    padding: 0px 30px;
114
    width: 916px;
116
}
115
}
117
 
116
 
118
#memory, #filesystem {
117
.halfsize {
119
    width: 915px;
118
    width: 451px;
120
}
119
}
121
 
120
 
122
#filesystemTable thead tr th {
121
#filesystemTable thead tr th {
123
    cursor: pointer;
122
    cursor: pointer;
124
}
123
}
125
 
124
 
126
#footer {
125
#footer {
127
    clear: both;
126
    clear: both;
128
    color: #000;
127
    color: #000;
129
    margin: 12px;
128
    margin: 12px;
130
    padding: 13px 25px;
129
    padding: 13px 25px;
131
    line-height: 18px;
130
    line-height: 18px;
132
}
131
}
133
 
132
 
134
.plugin {
133
.plugin {
135
    float: left;
134
    float: left;
136
    margin: 10px 0 0 8px;
135
    margin: 10px 0 0 8px;
137
    _margin: 10px 4px 0 4px; /* ie6 */
136
    _margin: 10px 4px 0 4px; /* ie6 */
138
    padding: 1px;
137
    padding: 1px;
139
    border: 2px solid #666666;
138
    border: 2px solid #666666;
140
    background: #fff;
139
    background: #fff;
141
}
140
}
142
 
141
 
143
.even {
142
.even {
144
    background: #e4ebf3;
143
    background: #e4ebf3;
145
}
144
}
146
 
145
 
147
.bar {
146
.bar {
148
    background: #666666;
147
    background: #666666;
149
}
148
}
150
 
149
 
151
.barwarn {
150
.barwarn {
152
    background: #a72971;
151
    background: #a72971;
153
}
152
}
-
 
153
 
-
 
154
.barrest {
-
 
155
    background: #29a79e;
-
 
156
}
154
 
157
 
155
.right {
158
.right {
156
    text-align: right;
159
    text-align: right;
157
    padding-right: 20px;
160
    padding-right: 20px;
158
}
161
}
159
 
162
 
160
.dataTables_wrapper{
163
.dataTables_wrapper{
161
    margin: 0 0 0 0 !important;
164
    margin: 0 0 0 0 !important;
162
    border: 0px !important;
165
    border: 0px !important;
163
}
166
}
164
 
167
 
165
.treeimg {
168
.treeimg {
166
    display: table-cell;
169
    display: table-cell;
167
    *float: left; /* ie6 ie7 */
170
    *float: left; /* ie6 ie7 */
168
    vertical-align: top;
171
    vertical-align: top;
169
}
172
}
170
 
173
 
171
.treespan {
174
.treespan {
172
    display: table-cell;
175
    display: table-cell;
173
    *float: left; /* ie6 ie7 */
176
    *float: left; /* ie6 ie7 */
174
}
177
}
175
 
178
 
176
.treespanbold {
179
.treespanbold {
177
    font-weight: bold;
180
    font-weight: bold;
178
    display: table-cell;
181
    display: table-cell;
179
    *float: left; /* ie6 ie7 */
182
    *float: left; /* ie6 ie7 */
180
}
183
}
181
 
184
 
182
.tree tr td {
185
.tree tr td {
183
    cursor: auto;
186
    cursor: auto;
184
    height: 100%;
187
    height: 100%;
185
}
188
}
186
 
189
 
187
.treediv {
190
.treediv {
188
    display: table;
191
    display: table;
189
    height: 100%;
192
    height: 100%;
190
}
193
}
191
 
194
 
192
.tablemain {
195
.tablemain {
193
    width: 100%;
196
    width: 100%;
194
    height: 100%;
197
    height: 100%;
195
}
198
}
196
 
199