-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
131 lines (120 loc) · 2.38 KB
/
css.css
File metadata and controls
131 lines (120 loc) · 2.38 KB
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
body{
padding:0;
margin:0;
background-color:#000;
}
#info{
background-color:#fff;
}
.YMaps-traffic-addtext-i{
display:none;
}
.ya{
color:#F00;
}
.go1{
color:#174cf2;
}
.go2{
color:#ef4a2c;
}
.go3{
color:#ffb816;
}
.go4{
color:#08ab21;
}
/* Âíåøíèé âèä îâåðëåÿ (íà÷àëî) */
.overlay {
position: absolute;
z-index: 99999999999;
width: 15px;
height: 15px;
background: url(images/arrow.gif);
cursor:pointer;
}
/* Êíîïêè 47px â ìåñòî 27px */
.YMaps-button, .YMaps-button-m, .YMaps-button .YMaps-button-c {
height: 47px;
}
.YMaps-button .YMaps-button-m i,.YMaps-button .YMaps-button-c i{
height:376;
background:url(images/toolbar-button-47.png) repeat-x
}
.YMaps-button .YMaps-button-m i{
top:-141px;
}
.YMaps-button_active .YMaps-button-l i,.YMaps-button_active .YMaps-button-r i{
top:-47px!important
}
.YMaps-button_hover .YMaps-button-l i,.YMaps-button_hover .YMaps-button-r i{
top:-94px
}
.YMaps-button_hover .YMaps-button-m i{
top:-235px
}
.YMaps-button_active .YMaps-button-m i{
top:-188px!important
}
.YMaps-button_active .YMaps-button-l i,.YMaps-button_active .YMaps-button-r i{
top:-47px!important
}
.YMaps-button .YMaps-icon{
margin:13px 1px 0 1px;
}
.SpeedCam{
width:18px;
height:26px;
}
.SpeedCam.type1{
position: absolute;
background:url(images/poi/1.png) no-repeat;
}
.SpeedCam.type3{
position: absolute;
background:url(images/poi/3.png) no-repeat;
}
.SpeedCam.type5{
position: absolute;
background:url(images/poi/5.png) no-repeat;
}
.SpeedCam.type20{
position: absolute;
background:url(images/poi/20.png) no-repeat;
}
.SpeedCam.type21{
position: absolute;
background:url(images/poi/21.png) no-repeat;
}
.SpeedCam.type22{
position: absolute;
background:url(images/poi/22.png) no-repeat;
}
.SpeedCam.type100{
position: absolute;
background:url(images/poi/100.png) no-repeat;
}
.SpeedCam.type101{
position: absolute;
background:url(images/poi/101.png) no-repeat;
}
.SpeedCam.type102{
position: absolute;
background:url(images/poi/102.png) no-repeat;
}
.SpeedCam.type103{
position: absolute;
background:url(images/poi/103.png) no-repeat;
}
.SpeedCam.type104{
position: absolute;
background:url(images/poi/104.png) no-repeat;
}
.SpeedCam.type105{
position: absolute;
background:url(images/poi/105.png) no-repeat;
}
.SpeedCam.type106{
position: absolute;
background:url(images/poi/106.png) no-repeat;
}