1 .timelineLight .item .read_more, |
|
2 .timelineLight .item_open .t_close, |
|
3 .timeline .item_open .t_close { |
|
4 |
|
5 /* transparent background */ |
|
6 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#44000000', endColorstr='#44000000'); |
|
7 } |
|
8 |
|
9 .timelineLight .t_node_desc, |
|
10 .timeline .t_node_desc |
|
11 { |
|
12 |
|
13 /* IE transparent background */ |
|
14 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc1a86ac', endColorstr='#cc1a86ac'); |
|
15 } |
|
16 |
|
17 .timelineLight .item { |
|
18 |
|
19 /* Shadow */ |
|
20 zoom: 1; |
|
21 filter: progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=2, Direction=0), |
|
22 progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=0, Direction=90), |
|
23 progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=2, Direction=180), |
|
24 progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=5, Direction=270); |
|
25 } |
|
26 .timelineLight .item_open { |
|
27 |
|
28 /* Shadow */ |
|
29 zoom: 1; |
|
30 filter: progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=5, Direction=0), |
|
31 progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=5, Direction=90), |
|
32 progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=5, Direction=180), |
|
33 progid:DXImageTransform.Microsoft.Shadow(Color=#888888, Strength=5, Direction=270); |
|
34 } |
|