Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2770 rexy 1
/*
2
 $Id: jstyle_blue.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: #f3f1e9;
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 .header {
108
    cursor: pointer;
109
}
110
 
111
#filesystemTable thead tr th {
112
    cursor: pointer;
113
}
114
 
115
#footer {
116
    clear: both;
117
    color: #5c5c5c;
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
.even {
133
    background: #ebe8da;
134
}
135
 
136
.bar {
137
    background-color: #326edf;
138
}
139
 
140
.barwarn {
141
    background-color: #df326e;
142
}
143
 
144
.right {
145
    text-align: right;
146
    padding-right: 20px;
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
}