Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2770 rexy 1
/*
2
 $Id: nextgen.css 518 2011-10-28 08:09:07Z namiltd $
3
 */
4
a {
5
    text-decoration: none;
6
    color: #00a;
7
}
8
 
9
a:hover {
10
    text-decoration: underline;
11
    color: #7d9100;
12
}
13
 
14
* {
15
    margin: 0;
16
    padding: 0;
17
}
18
 
19
wbr {
20
    display: inline-block;
21
}
22
 
23
html {
24
    height: 100%;
25
    background: url("nextgen/nextgen_bg.png") repeat-x scroll center top #f3f1e9;
26
}
27
 
28
body {
29
    position: relative;
30
    width: 940px;
31
    _width: 945px; /* ie6 */
32
    min-height: 100%;
33
    overflow: auto;
34
    margin: 0 auto;
35
    padding: 20px 20px 0 20px;
36
    font: 0.75em arial, tahoma, helvetica, sans-serif;
37
    color: #000;
38
}
39
 
40
div#output {
41
    margin: -20px -10px 0 -10px;
42
    padding: 116px 0 0 0;
43
}
44
 
45
p {
46
    padding: 4px 10px 2px 10px;
47
    line-height: 1.6;
48
    text-align: left;
49
    vertical-align: top;
50
}
51
 
52
h1 {
53
    position: absolute;
54
    top: 35px;
55
    left: 10px;
56
    margin: 0;
57
    padding: 0px 10px;
58
    font-size: 2em;
59
    font-weight: normal;
60
    color: #fff;
61
}
62
 
63
h2 {
64
    padding: 5px 10px;
65
    font-family: "trebuchet ms";
66
    font-size: 1.2em;
67
    font-weight: bold;
68
    letter-spacing: 0.0em;
69
    text-transform: uppercase;
70
    color: #c9de55; /* #7d9100; */
71
    background: #354242;
72
}
73
 
74
th, td, h3 {
75
    padding: 4px 10px 2px 10px;
76
    text-align: left;
77
    vertical-align: top;
78
}
79
 
80
h3 {
81
    font-size: 120%;
82
}
83
 
84
table {
85
    width: 100%;
86
}
87
 
88
#select {
89
    position: absolute;
90
    top: 75px;
91
    color: #fff;
92
    right: 30px;
93
    width: 370px;
94
    text-align: right;
95
}
96
 
97
#select select {
98
    width: 100px;
99
}
100
 
101
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
102
    float: left;
103
    width: 451px;
104
    margin: 10px 0 0 10px;
105
    _margin: 10px 5px 0 5px; /* ie6 */
106
    padding: 1px;
107
    border: 1px solid #354242;
108
}
109
 
110
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
111
    padding: 0px 30px;
112
}
113
 
114
#memory, #filesystem {
115
    width: 915px;
116
}
117
 
118
#filesystemTable thead tr th {
119
    cursor: pointer;
120
}
121
 
122
#footer {
123
    color: #777;
124
    clear: both;
125
    margin: 12px;
126
    padding: 13px 25px;
127
    line-height: 18px;
128
    text-align: right;
129
}
130
 
131
.plugin {
132
    float: left;
133
    margin: 10px 0 0 10px;
134
    _margin: 10px 5px 0 5px; /* ie6 */
135
    padding: 1px;
136
    border: 1px solid #354242;
137
}
138
 
139
.even {
140
    background: #ddd;
141
}
142
 
143
.bar {
144
    background: #c1dc70 url("../gfx/html.gif");
145
}
146
 
147
.barwarn {
148
    background: #dc8b70 url("../gfx/htmlwarn.gif");
149
}
150
 
151
.right {
152
    text-align: right;
153
    padding-right: 20px;
154
}
155
 
156
.dataTables_wrapper{
157
    margin: 0 0 0 0 !important;
158
    border: 0px !important;
159
}
160
 
161
.treeimg {
162
    display: table-cell;
163
    *float: left; /* ie6 ie7 */
164
    vertical-align: top;
165
}
166
 
167
.treespan {
168
    display: table-cell;
169
    *float: left; /* ie6 ie7 */
170
}
171
 
172
.treespanbold {
173
    font-weight: bold;
174
    display: table-cell;
175
    *float: left; /* ie6 ie7 */
176
}
177
 
178
.tree tr td {
179
    cursor: auto;
180
    height: 100%;
181
}
182
 
183
.treediv {
184
    display: table;
185
    height: 100%;
186
}
187
 
188
.tablemain {
189
    width: 100%;
190
    height: 100%;
191
}