Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

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