Subversion Repositories ALCASAR

Rev

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

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