Subversion Repositories ALCASAR

Rev

Rev 2770 | Rev 2976 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

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