|
31
|
1 |
/* Timeline Widget */ |
|
|
2 |
|
|
44
|
3 |
@charset "UTF-8"; |
|
|
4 |
|
|
31
|
5 |
@font-face { |
|
|
6 |
font-family: "DINMedium"; |
|
|
7 |
src: url("../../fonts/DINMedium.ttf") format("truetype"); |
|
|
8 |
font-weight:10; |
|
|
9 |
} |
|
|
10 |
|
|
|
11 |
.Ldt-Timeline { |
|
|
12 |
border: none; |
|
|
13 |
border-radius: 0; |
|
|
14 |
padding: 0; |
|
|
15 |
margin-top: 0; |
|
|
16 |
background: transparent; |
|
|
17 |
background-image: url("../../img/timeline.png"); |
|
|
18 |
background-position: 0px 0px; |
|
|
19 |
background-repeat: repeat; |
|
|
20 |
} |
|
|
21 |
|
|
|
22 |
.Ldt-TimelineMiddle { |
|
|
23 |
border: none; |
|
|
24 |
border-radius: 0; |
|
|
25 |
padding: 0; |
|
|
26 |
margin-top: 0; |
|
|
27 |
background: transparent; |
|
|
28 |
background-image: url("../../img/middle_timeline.png"); |
|
|
29 |
background-position: 0px 0px; |
|
|
30 |
background-repeat: repeat; |
|
|
31 |
z-index:100; |
|
|
32 |
} |
|
|
33 |
|
|
|
34 |
.Ldt-Timeline .ui-slider-handle { |
|
|
35 |
display: none; |
|
|
36 |
} |
|
|
37 |
|
|
|
38 |
.Ldt-Timeline .ui-slider-range { |
|
|
39 |
border: none; |
|
|
40 |
border-radius: 0; |
|
|
41 |
padding: 0; |
|
|
42 |
margin-top: 0; |
|
|
43 |
background: transparent; |
|
|
44 |
background-image: url("../../img/selected_timeline.png"); |
|
|
45 |
background-position: 0px 0px; |
|
|
46 |
background-repeat: repeat; |
|
|
47 |
z-index: 50; |
|
|
48 |
} |
|
|
49 |
|
|
|
50 |
.Ldt-Marker, .search_Marker { |
|
|
51 |
position: absolute; |
|
|
52 |
width: 10px; |
|
|
53 |
height: 10px; |
|
|
54 |
background: transparent; |
|
|
55 |
background-image: url("../../img/marker.png"); |
|
|
56 |
background-position: 0px 0px; |
|
|
57 |
background-repeat: no-repeat; |
|
|
58 |
z-index: 200; |
|
|
59 |
} |
|
|
60 |
|
|
|
61 |
.TL_Borders { |
|
|
62 |
position: absolute; |
|
|
63 |
background-image: url("../../img/selected_timeline.png"); |
|
|
64 |
background-position: 0px 0px; |
|
|
65 |
background-repeat: repeat; |
|
|
66 |
z-index: 150; |
|
|
67 |
} |
|
|
68 |
|
|
|
69 |
.TL_Arrows { |
|
|
70 |
position: absolute; |
|
|
71 |
display: none; |
|
|
72 |
width: 24px; |
|
|
73 |
height: 20px; |
|
|
74 |
background-position: 0px 0px; |
|
|
75 |
background-repeat: no-repeat; |
|
|
76 |
z-index: 150; |
|
|
77 |
} |
|
|
78 |
|
|
|
79 |
.TL_MarkersBig { |
|
|
80 |
position: absolute; |
|
|
81 |
display: none; |
|
|
82 |
z-index: 200; |
|
|
83 |
} |
|
|
84 |
|
|
|
85 |
#MB_Text { |
|
|
86 |
background-color: rgba(34, 34, 34, 1); |
|
44
|
87 |
padding: 8px 18px 8px 18px; |
|
31
|
88 |
color: #FFFFFF; |
|
|
89 |
//font-family: DIN-Medium, Fallback, sans-serif; |
|
44
|
90 |
font-size: 22px; |
|
31
|
91 |
} |
|
|
92 |
|
|
|
93 |
#MB_Spike { |
|
|
94 |
width: 10px; |
|
|
95 |
height: 5px; |
|
|
96 |
background-image: url("../../img/spike.png"); |
|
|
97 |
background-position: 0px 0px; |
|
|
98 |
background-repeat: no-repeat; |
|
|
99 |
} |
|
|
100 |
|
|
|
101 |
#MB_Pic, .search_MBPic { |
|
33
|
102 |
width: 38px; |
|
|
103 |
height: 45px; |
|
31
|
104 |
background-position: 0px 0px; |
|
|
105 |
background-repeat: no-repeat; |
|
|
106 |
} |