Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2770 rexy 1
/*
2
 $Id: phpsysinfo.css 589 2012-07-01 09:58:44Z 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
    height: 100%;
24
    background: url("../gfx/html.gif");
25
}
26
 
27
body {
28
    position: relative;
29
    width: 940px;
30
    _width: 945px; /* ie6 */
31
    min-height: 100%;
32
    overflow: auto;
33
    margin: 0 auto;
34
    padding: 20px 20px 0 20px;
35
    font: 0.75em arial, tahoma, helvetica, sans-serif;
36
    color: #000;
37
    background: #fff url("../gfx/body.gif") repeat-y;
38
    _bac\kground: #fff; /* ie6 only */
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
    border-top: 1px solid #8a6e5a;
53
    border-bottom: 1px solid #8a6e5a;
54
    font-size: 2em;
55
    font-weight: normal;
56
    color: #fff;
57
    background: #8a6e5a;
58
}
59
 
60
h2 {
61
    padding: 5px 10px;
62
    font-family: "trebuchet ms";
63
    font-size: 1.2em;
64
    font-weight: bold;
65
    letter-spacing: 0.0em;
66
    text-transform: uppercase;
67
    color: #fff;
68
    background: #5a7e8a;
69
}
70
 
71
th, td, h3 {
72
    padding: 4px 10px 2px 10px;
73
    text-align: left;
74
    vertical-align: top;
75
}
76
 
77
h3 {
78
    font-size: 120%;
79
}
80
 
81
table {
82
    width: 100%;
83
}
84
 
85
#select {
86
    text-align: right;
87
    padding: 10px;
88
}
89
 
90
#select select {
91
    width: 100px;
92
}
93
 
94
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
95
    float: left;
96
    width: 451px;
97
    margin: 10px 0 0 10px;
98
    _margin: 10px 5px 0 5px; /* ie6 */
99
    padding: 1px;
100
    border: 1px solid #5a7e8a;
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: #c9c9c9;
118
    margin: 12px;
119
    padding: 13px 25px;
120
    line-height: 18px;
121
}
122
 
123
.plugin {
124
    float: left;
125
    margin: 10px 0 0 10px;
126
    _margin: 10px 5px 0 5px; /* ie6 */
127
    padding: 1px;
128
    border: 1px solid #5a7e8a;
129
}
130
 
131
.even {
132
    background: #d6d6d6;
133
}
134
 
135
.bar {
136
    background: #c1dc70 url("../gfx/html.gif");
137
}
138
 
139
.barwarn {
140
    background: #dc8b70 url("../gfx/htmlwarn.gif");
141
}
142
 
143
.right {
144
    text-align: right;
145
    padding-right: 20px;
146
}
147
 
148
.dataTables_wrapper{
149
    margin: 0 0 0 0 !important;
150
    border: 0px !important;
151
}
152
 
153
.treeimg {
154
    display: table-cell;
155
    *float: left; /* ie6 ie7 */
156
    vertical-align: top;
157
}
158
 
159
.treespan {
160
    display: table-cell;
161
    *float: left; /* ie6 ie7 */
162
}
163
 
164
.treespanbold {
165
    font-weight: bold;
166
    display: table-cell;
167
    *float: left; /* ie6 ie7 */
168
}
169
 
170
.tree tr td {
171
    cursor: auto;
172
    height: 100%;
173
}
174
 
175
.treediv {
176
    display: table;
177
    height: 100%;
178
}
179
 
180
.tablemain {
181
    width: 100%;
182
    height: 100%;
183
}