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_green.css 518 2011-10-28 08:09:07Z namiltd $
3
 */
4
a {
5
    color:#c03000;
6
    text-decoration:none;
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
    background-color:#f3f1e9;
24
    color:#666;
25
    font-size:100%;
26
    height:100%;
27
}
28
 
29
body {
30
    font-family:Verdana, "Bitstream Vera Sans";
31
    font-size:.75em;
32
    margin:0 auto;
33
    min-height:100%;
34
    overflow:auto;
35
    padding:20px 20px 0;
36
    position:relative;
37
    width:940px;
38
    _width: 945px; /* ie6 */
39
}
40
 
41
p {
42
    line-height:1.6;
43
    padding:4px 10px 2px;
44
    text-align:left;
45
    vertical-align:top;
46
}
47
 
48
h1 {
49
    color:#693;
50
    font-family:Georgia, serif;
51
    font-size:150%;
52
    font-weight:400;
53
    line-height:1.5em;
54
    margin:0 10px;
55
    _margin: 0 15px 0 10px; /* ie6 */
56
    padding:10px;
57
    text-align:center;
58
}
59
 
60
h2 {
61
    border-bottom:2px solid #693;
62
    color:#693;
63
    font-family:Georgia, serif;
64
    font-size:130%;
65
    font-weight:700;
66
    line-height:1.5em;
67
    padding:3px 10px;
68
    text-transform:uppercase;
69
}
70
 
71
th,td,h3 {
72
    font-size:100%;
73
    padding:4px 10px 2px;
74
    text-align:left;
75
    vertical-align:top;
76
}
77
 
78
table {
79
    width:100%;
80
}
81
 
82
#select {
83
    text-align:right;
84
}
85
 
86
#select select {
87
    width:100px;
88
}
89
 
90
#vitals,#network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
91
    float:left;
92
    margin:10px 0 0 10px;
93
    _margin: 10px 5px 0 5px; /* ie6 */
94
    padding:1px;
95
    width:451px;
96
}
97
 
98
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
99
    padding:0 30px;
100
}
101
 
102
#memory,#filesystem {
103
    width:915px;
104
}
105
 
106
#filesystemTable thead tr th {
107
    cursor:pointer;
108
}
109
 
110
#footer {
111
    clear:both;
112
    color:#5C5C5C;
113
    font-size:80%;
114
    line-height:18px;
115
    margin:12px;
116
    padding:13px 25px;
117
    text-align:center;
118
}
119
 
120
.plugin {
121
    float: left;
122
    margin: 10px 0 0 10px;
123
    _margin: 10px 5px 0 5px; /* ie6 */
124
    padding: 1px;
125
}
126
 
127
.even {
128
    background:#EBE8DA;
129
}
130
 
131
.bar {
132
    background-color:#C1DC70;
133
}
134
 
135
.barwarn {
136
    background-color:#DC8B70;
137
}
138
 
139
.right {
140
    padding-right:20px;
141
    text-align:right;
142
}
143
 
144
.treeimg {
145
    display: table-cell;
146
    *float: left; /* ie6 ie7 */
147
    vertical-align: top;
148
}
149
 
150
.treespan {
151
    display: table-cell;
152
    *float: left; /* ie6 ie7 */
153
}
154
 
155
.treespanbold {
156
    font-weight: bold;
157
    display: table-cell;
158
    *float: left; /* ie6 ie7 */
159
}
160
 
161
.tree tr td {
162
    cursor: auto;
163
    height: 100%;
164
}
165
 
166
.treediv {
167
    display: table;
168
    height: 100%;
169
}
170
 
171
.tablemain {
172
    width: 100%;
173
    height: 100%;
174
}