Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | 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
    background: url("cream/bg.gif") repeat-x #f8f2e3;
24
    color: #444b54;
25
    font-size: 100%;
26
    height: 100%;
27
}
28
 
29
body {
30
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
31
    font-size: .75em;
32
    position: relative;
33
    margin: 0 auto;
34
    min-height: 100%;
35
    padding: 20px 20px 0 20px;
36
    overflow: auto;
37
    width: 940px;
38
    _width: 945px; /* ie6 */
39
}
40
 
41
p {
42
    padding: 4px 10px 2px 10px;
43
    line-height: 1.6;
44
    text-align: left;
45
    vertical-align: top;
46
}
47
 
48
h1 {
49
    color: #394047;
50
    font-size: 150%;
51
    font-weight: normal;
52
    line-height: 1.5em;
53
    margin: 0 10px;
54
    _margin: 0 15px 0 10px; /* ie6 */
55
    padding: 10px 10px;
56
    text-align: center;
57
}
58
 
59
h2 {
60
    background-color: #444b54;
61
    color: #fff;
62
    font-size: 130%;
63
    font-weight: bold;
64
    line-height: 1.5em;
65
    padding: 3px 10px;
66
    text-transform: uppercase;
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
    background-color: #fff;
79
}
80
 
81
#select {
82
    text-align: right;
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: #5c5c5c;
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: #fff;
126
}
127
 
128
.even {
129
    background-color: #fbfbf9;
130
}
131
 
132
.bar {
133
    background-color: #58626d;
134
}
135
 
136
.barwarn {
137
    background-color: #9b2f65;
138
}
139
 
140
.right {
141
    padding-right: 20px;
142
    text-align: right;
143
}
144
 
145
.treeimg {
146
    display: table-cell;
147
    *float: left; /* ie6 ie7 */
148
    vertical-align: top;
149
}
150
 
151
.treespan {
152
    display: table-cell;
153
    *float: left; /* ie6 ie7 */
154
}
155
 
156
.treespanbold {
157
    font-weight: bold;
158
    display: table-cell;
159
    *float: left; /* ie6 ie7 */
160
}
161
 
162
.tree tr td {
163
    cursor: auto;
164
    height: 100%;
165
}
166
 
167
.treediv {
168
    display: table;
169
    height: 100%;
170
}
171
 
172
.tablemain {
173
    width: 100%;
174
    height: 100%;
175
}