-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.ie6.css
322 lines (276 loc) · 5.15 KB
/
style.ie6.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
/* begin Page */
/* Created by Artisteer v3.1.0.48375 */
.cleared {
width:1px;
}
/* Start Box */
.art-box, .art-box-body {
zoom:1;
}
/* End Box */
/* Start Bar */
.art-bar{
zoom:1;
}
/* End Bar */
/* end Page */
/* begin Header */
.art-header {
zoom:expression(runtimeStyle.zoom=1,insertBefore(document.createElement('div'),firstChild).className='art-header-jpeg');
z-index: 1;
}
.art-header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
width:100%;
height: 260px;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */
/* begin HeaderObject */
div.art-headerobject{
font-size: 1px;
}
/* end HeaderObject */
/* begin Menu */
ul.art-hmenu, ul.art-hmenu ul, ul.art-hmenu li, ul.art-hmenu a {
zoom:1;
}
.art-hmenu li.art-hmenuhover{
z-index: 10000;
}
.art-hmenu .art-hmenuhoverUL{
visibility: visible;
top: 100%;
left: 0;
}
.art-hmenu .art-hmenuhoverUL .art-hmenuhoverUL{
top: 0;
left: 100%;
}
.art-hmenu ul li {
float: left !important;
clear: both;
width: 100%;
}
.art-nav
{
zoom: 1;
height: 32px;
background:#484247;
}
/* end Menu */
/* begin MenuItem */
.art-hmenu a
{
display:inline-block;
color: #E9CFC9;
padding: 0 12px;
line-height: 26px;
text-align: center;
}
.art-hmenu a.active
{
color: #423D41;
background-color:#FFFFFF;
}
.art-hmenu a:hover, .art-hmenuhoverA, .art-hmenuhover a
{
color: #1D1B1D;
background-color:#B96755;
}
/* end MenuItem */
/* begin MenuSeparator */
ul.art-hmenu li {
margin-left:expression(this.previousSibling==null?'0':'8px');
}
ul.art-hmenu li li{
margin-left:0;
}
/* end MenuSeparator */
/* begin MenuSubItem */
.art-hmenu ul a
{
color: #361C16 !important;
float: left;
}
.art-hmenu ul a:hover, .art-hmenu ul .art-hmenuhover .art-hmenuhoverA
{
color: #281510 !important;
background-position: left bottom;
border-top-width: 0 !important;
}
/* end MenuSubItem */
/* begin Box, Sheet */
.art-sheet {
background:#FFFFFF;
}
/* end Box, Sheet */
/* begin Layout */
.art-content-layout, .art-content-layout-row, .art-layout-cell
{
display: block;
zoom: 1;
}
.art-layout-cell
{
position:relative;
float: left;
clear: right;
}
/* end Layout */
/* begin Box, Block, VMenuBlock */
.art-vmenublock {
background:#FFFFFF;
}
/* end Box, Block, VMenuBlock */
/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader {
background:#FFFFFF;
}
/* end BlockHeader, VMenuBlockHeader */
/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent {
background:#FFFFFF;
}
/* end Box, Box, VMenuBlockContent */
/* begin VMenuItem */
ul.art-vmenu, ul.art-vmenu ul, ul.art-vmenu li, ul.art-vmenu a
{
position:relative;
zoom: 1;
}
ul.art-vmenu li {
z-index:0;
margin-top:expression(this.previousSibling==null?'0':'0');
}
ul.art-vmenu ul{
margin-top:0;
padding-bottom: 0;
}
ul.art-vmenu a
{
color: #5D565C;
background-color:#FFFFFF;
padding: 0 10px 0 25px;
height: 30px;
line-height: 30px;
}
.art-vmenu a.active
{
color: #7F4234;
background-color:#FFFFFF;
}
ul.art-vmenu a:hover
{
color: #45241C;
background-color:#B96755;
}
/* end VMenuItem */
/* begin VMenuSubItem */
ul.art-vmenu ul a {
color: #5D565C !important;
}
ul.art-vmenu li li {
padding-top:expression(this.previousSibling==null?'0':'0');
margin-top:expression(this.previousSibling==null?'0':'0');
}
ul.art-vmenu ul ul {
margin-top:0;
}
ul.art-vmenu ul a.active {
color: #5D565C !important;
}
ul.art-vmenu ul a:hover {
color: #D0CDD0 !important;
}
/* end VMenuSubItem */
/* begin Box, Block */
.art-block {
background:#FFFFFF;
}
/* end Box, Block */
/* begin BlockHeader */
.art-blockheader {
background:#FFFFFF;
}
/* end BlockHeader */
/* begin Box, BlockContent */
.art-blockcontent {
background:#FFFFFF;
}
.art-blockcontent-body ul li{
height: 1%;
}
/* end Box, BlockContent */
/* begin Button */
.art-button-wrapper{
zoom: 1;
}
.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r {
display: none;
}
.art-button-wrapper .art-button {
float: left;
}
/* end Button */
/* begin Box, Post */
.art-post {
background:#FFFFFF;
}
/* end Box, Post */
/* begin PostIcons, PostHeaderIcons */
.art-postheadericons span{
zoom: 1;
}
/* end PostIcons, PostHeaderIcons */
/* begin PostBullets */
.art-post ul li, .art-post ol ul li
{
height: 1%;
padding-left: 18px;
/* makes "ul li" not to align behind the image if they are in the same line */
overflow-x: visible;
overflow-y: hidden;
}
.art-post ul ol li
{
background: none;
padding-left: 0;
/* overrides overflow for "ul li" and sets the default value */
overflow: visible;
}
/* end PostBullets */
/* begin PostIcons, PostFooterIcons */
.art-postfootericons span{
zoom: 1;
}
/* end PostIcons, PostFooterIcons */
/* begin Footer */
.art-footer-body{
padding-right: 0;
zoom:1;
}
.art-footer{
zoom:1;
background:#B4B2B4;
}
.art-footer-text
{
height: 25px;
}
.art-rss-tag-icon
{
zoom: 1;
font-size: 1px;
}
/* end Footer */
/* begin LayoutCell, content */
.art-content {
width: auto;
}
/* end LayoutCell, content */