Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2770 rexy 1
/*
2
 $Id: cleansyn.css 518 2015-03-21 10:31:07Z namiltd $
3
 */
4
a {
5
    text-decoration: none;
6
    color: #363;
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: #ddd;
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
	background-color: #111;
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
    font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
54
    font-size: 130%;
55
    line-height: 1.5em;
56
    color: #fff;
57
}
58
 
59
h2 {
60
    font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
61
    font-size: 120%;
62
    padding: 3px 10px;
63
    text-transform: uppercase;
64
    line-height: 1.5em;
65
    color: #fff;
66
    text-align: left;
67
}
68
 
69
th, td, h3 {
70
    padding: 4px 10px 2px 10px;
71
    text-align: left;
72
    vertical-align: top;
73
    font-size: 100%;
74
}
75
 
76
table {
77
    width: 100%;
78
    border-top: solid 2px #dadada;
79
    border-bottom: solid 2px #dadada;
80
    background-color: #333;
81
}
82
 
83
table th {
84
    color: #3a3;
85
}
86
 
87
#select {
88
    text-align: right;
89
}
90
 
91
#select select {
92
    width: 100px;
93
    font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
94
}
95
 
96
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
97
    float: left;
98
    width: 451px;
99
    margin: 10px 0 0 10px;
100
    _margin: 10px 5px 0 5px; /* ie6 */
101
    color: #ccc;
102
}
103
 
104
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
105
    padding: 0px 30px;
106
}
107
 
108
#memory, #filesystem {
109
    width: 915px;
110
}
111
 
112
#filesystemTable thead tr th {
113
    cursor: pointer;
114
}
115
 
116
#footer {
117
    clear: both;
118
    color: #bbb;
119
    margin: 12px;
120
    padding: 13px 25px;
121
    line-height: 18px;
122
    font-size: 80%;
123
    text-align: center;
124
}
125
 
126
.plugin {
127
    float: left;
128
    margin: 10px 0 0 10px;
129
    _margin: 10px 5px 0 5px; /* ie6 */
130
    padding: 1px;
131
}
132
 
133
.bar {
134
    background-color: #0f0;
135
}
136
 
137
.barwarn {
138
    background-color: #944;
139
}
140
 
141
.right {
142
    text-align: right;
143
    padding-right: 20px;
144
}
145
 
146
.treeTable {
147
    border: none;
148
}
149
 
150
.treeimg {
151
    display: table-cell;
152
    *float: left; /* ie6 ie7 */
153
    vertical-align: top;
154
}
155
 
156
.treespan {
157
    display: table-cell;
158
    *float: left; /* ie6 ie7 */
159
}
160
 
161
.treespanbold {
162
    font-weight: bold;
163
    display: table-cell;
164
    *float: left; /* ie6 ie7 */
165
}
166
 
167
.tree tr td {
168
    cursor: auto;
169
    height: 100%;
170
}
171
 
172
.treediv {
173
    display: table;
174
    height: 100%;
175
}
176
 
177
.tablemain {
178
    width: 100%;
179
    height: 100%;
180
}