Subversion Repositories ALCASAR

Rev

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

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