Subversion Repositories ALCASAR

Rev

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

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