Subversion Repositories ALCASAR

Rev

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: #cc0000;
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("lingruby/background.png") fixed center;
27
}
28
 
29
body {
30
    font-family: "Comic Sans MS",  sans-serif;
31
    font-size: .85em;
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: 150%;
55
    line-height: 1.5em;
56
    color: #fff;
57
    border-bottom: 2px solid #fff;
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
#select {
72
    color: #fff;
73
    text-align: right;
74
    margin-bottom: 45px;
75
}
76
 
77
#select select {
78
    width: 100px;
79
}
80
 
81
#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
82
    float: left;
83
    width: 451px;
84
    margin: 10px 0 0 10px;
85
    _margin: 10px 5px 0 5px; /* ie6 */
86
    padding: 1px;
87
}
88
 
89
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
90
    padding: 0px 30px;
91
}
92
 
93
#memory, #filesystem {
94
    width: 915px;
95
}
96
 
97
#filesystemTable thead tr th {
98
    cursor: pointer;
99
}
100
 
101
#footer {
102
    clear: both;
103
    color: #000;
104
    margin: 12px;
105
    padding: 13px 25px;
106
    line-height: 18px;
107
    font-size: 90%;
108
    text-align: center;
109
}
110
 
111
.plugin {
112
    float: left;
113
    margin: 10px 0 0 10px;
114
    _margin: 10px 5px 0 5px; /* ie6 */
115
    padding: 1px;
116
}
117
 
118
.bar {
119
    background-color: #fff;
120
}
121
 
122
.barwarn {
123
    background-color: #bbb;
124
}
125
 
126
.right {
127
    text-align: right;
128
    padding-right: 20px;
129
}
130
 
131
.treeimg {
132
    display: table-cell;
133
    *float: left; /* ie6 ie7 */
134
    vertical-align: top;
135
}
136
 
137
.treespan {
138
    display: table-cell;
139
    *float: left; /* ie6 ie7 */
140
}
141
 
142
.treespanbold {
143
    font-weight: normal;
144
    display: table-cell;
145
    *float: left; /* ie6 ie7 */
146
}
147
 
148
.tree tr td {
149
    cursor: auto;
150
    height: 100%;
151
}
152
 
153
.treediv {
154
    display: table;
155
    height: 100%;
156
}
157
 
158
.tablemain {
159
    width: 100%;
160
    height: 100%;
161
}