Subversion Repositories ALCASAR

Rev

Rev 2806 | 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
 
2976 rexy 90
select {
91
    background-color: #fefefe;
92
}
93
 
2770 rexy 94
#select {
95
    text-align: right;
2976 rexy 96
    padding: 10px 10px 0 10px;
2770 rexy 97
    font-size: 0.8em;
98
}
99
 
100
#select select {
101
    width: 100px;
102
}
103
 
104
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
105
    float: left;
106
    width: 451px;
107
    margin: 10px 0 0 8px;
108
    _margin: 10px 4px 0 4px; /* ie6 */
109
    padding: 1px;
2806 rexy 110
    border: 2px solid #666666;
2770 rexy 111
    background: #fff;
112
}
113
 
114
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
115
    padding: 0px 30px;
116
}
117
 
118
#memory, #filesystem {
119
    width: 915px;
120
}
121
 
122
#filesystemTable thead tr th {
123
    cursor: pointer;
124
}
125
 
126
#footer {
127
    clear: both;
128
    color: #000;
129
    margin: 12px;
130
    padding: 13px 25px;
131
    line-height: 18px;
132
}
133
 
134
.plugin {
135
    float: left;
136
    margin: 10px 0 0 8px;
137
    _margin: 10px 4px 0 4px; /* ie6 */
138
    padding: 1px;
2806 rexy 139
    border: 2px solid #666666;
2770 rexy 140
    background: #fff;
141
}
142
 
143
.even {
144
    background: #e4ebf3;
145
}
146
 
147
.bar {
2806 rexy 148
    background: #666666;
2770 rexy 149
}
150
 
151
.barwarn {
152
    background: #a72971;
153
}
154
 
155
.right {
156
    text-align: right;
157
    padding-right: 20px;
158
}
159
 
160
.dataTables_wrapper{
161
    margin: 0 0 0 0 !important;
162
    border: 0px !important;
163
}
164
 
165
.treeimg {
166
    display: table-cell;
167
    *float: left; /* ie6 ie7 */
168
    vertical-align: top;
169
}
170
 
171
.treespan {
172
    display: table-cell;
173
    *float: left; /* ie6 ie7 */
174
}
175
 
176
.treespanbold {
177
    font-weight: bold;
178
    display: table-cell;
179
    *float: left; /* ie6 ie7 */
180
}
181
 
182
.tree tr td {
183
    cursor: auto;
184
    height: 100%;
185
}
186
 
187
.treediv {
188
    display: table;
189
    height: 100%;
190
}
191
 
192
.tablemain {
193
    width: 100%;
194
    height: 100%;
195
}