Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2770 rexy 1
/*
2
 $Id: schabau.css 518 2011-10-28 08:09:07Z namiltd $
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
    font-size: 100%;
24
    height: 100%;
25
    background-color: #f2f2df;
26
    color: #666;
27
}
28
 
29
body {
30
    font-family: Verdana, "Bitstream Vera Sans";
31
    font-size: .75em;
32
    position: relative;
33
    width: 940px;
34
    _width: 945px; /* ie6 */
35
    min-height: 100%;
36
    overflow: auto;
37
    margin: 0 auto;
38
    padding: 20px 20px 0 20px;
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
    margin: 0 10px;
50
    _margin: 0 15px 0 10px; /* ie6 */
51
    padding: 10px 10px;
52
    text-align: center;
53
    color: #fff;
54
    font-family: Georgia, serif;
55
    font-weight: normal;
56
    font-size: 150%;
57
    line-height: 1.5em;
58
    color: #326ea1;
59
}
60
 
61
h2 {
62
    font-family: Georgia, serif;
63
    font-weight: bold;
64
    font-size: 130%;
65
    padding: 3px 10px;
66
    text-transform: uppercase;
67
    line-height: 1.5em;
68
    color: #326ea1;
69
    border-bottom: 2px solid #326ea1;
70
}
71
 
72
th, td, h3 {
73
    padding: 4px 10px 2px 10px;
74
    text-align: left;
75
    vertical-align: top;
76
    font-size: 100%;
77
}
78
 
79
table {
80
    width: 100%;
81
}
82
 
83
#select {
84
    text-align: right;
85
}
86
 
87
#select select {
88
    width: 100px;
89
}
90
 
91
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
92
    float: left;
93
    width: 451px;
94
    margin: 10px 0 0 10px;
95
    _margin: 10px 5px 0 5px; /* ie6 */
96
    padding: 1px;
97
}
98
 
99
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
100
    padding: 0px 30px;
101
}
102
 
103
#memory, #filesystem {
104
    width: 915px;
105
}
106
 
107
#filesystemTable thead tr th {
108
    cursor: pointer;
109
}
110
 
111
#footer {
112
    clear: both;
113
    color: #5c5c5c;
114
    margin: 12px;
115
    padding: 13px 25px;
116
    line-height: 18px;
117
    font-size: 80%;
118
    text-align: center;
119
}
120
 
121
.plugin {
122
    float: left;
123
    margin: 10px 0 0 10px;
124
    _margin: 10px 5px 0 5px; /* ie6 */
125
    padding: 1px;
126
}
127
 
128
.even {
129
    background: #ebe8da;
130
}
131
 
132
.bar {
133
    background-color: #326edf;
134
}
135
 
136
.barwarn {
137
    background-color: #fa5858;
138
}
139
 
140
.right {
141
    text-align: right;
142
    padding-right: 20px;
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
}