]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/browse.scss
Restore templating to embed.js
[rails.git] / app / assets / stylesheets / browse.scss
1 /* Make space for icons */
2
3 .node::before,
4 .way::before,
5 .relation::before {
6   display: inline-block;
7   width: 25px;
8   margin-left: -25px;
9 }
10
11 .node, .way, .relation {
12   margin-left: 25px;
13 }
14
15 /* Deleted objects */
16
17 .deleted { text-decoration: line-through; }
18
19 /* Nodes (and ways as areas) */
20
21 .aeroway.aerodrome::before { content: image-url('browse/aerodrome.p.16.png'); }
22
23 .amenity.atm::before { content: image-url('browse/amenity_atm.16.png'); }
24 .amenity.bank::before { content: image-url('browse/amenity_bank.16.png'); }
25 .amenity.bar::before { content: image-url('browse/amenity_bar.16.png'); }
26 .amenity.biergarten::before { content: image-url('browse/amenity_biergarten.16.png'); }
27 .amenity.bicycle_parking::before { content: image-url('browse/transport_parking_bicycle.p.16.png'); }
28 .amenity.bicycle_rental::before { content: image-url('browse/transport_rental_bicycle.p.16.png'); }
29 .amenity.bus_station::before { content: image-url('browse/bus_station.n.16.png'); }
30 .amenity.cafe::before { content: image-url('browse/amenity_cafe.16.png'); }
31 .amenity.car_rental::before { content: image-url('browse/transport_rental_car.p.16.png'); }
32 .amenity.car_sharing::before { content: image-url('browse/car_share.p.16.png'); }
33 .amenity.cinema::before { content: image-url('browse/amenity_cinema.16.png'); }
34 .amenity.dentist::before { content: image-url('browse/amenity_dentist.16.png'); }
35 .amenity.doctors::before { content: image-url('browse/amenity_doctors.16.png'); }
36 .amenity.drinking_water::before { content: image-url('browse/amenity_drinking_water.16.png'); }
37 .amenity.embassy::before { content: image-url('browse/amenity_embassy.16.png'); }
38 .amenity.fast_food::before { content: image-url('browse/amenity_fast_food.16.png'); }
39 .amenity.fire_station::before { content: image-url('browse/amenity_fire_station.16.png'); }
40 .amenity.fuel::before { content: image-url('browse/fuel.p.16.png'); }
41 .amenity.hospital::before { content: image-url('browse/amenity_hospital.16.png'); }
42 .amenity.library::before { content: image-url('browse/library.p.16.png'); }
43 .amenity.nursery::before { content: image-url('browse/education_nursery.p.16.png'); }
44 .amenity.parking::before { content: image-url('browse/parking.p.16.png'); }
45 .amenity.pharmacy::before { content: image-url('browse/amenity_pharmacy.16.png'); }
46 .amenity.place_of_worship::before { content: image-url('browse/amenity_place_of_worship.16.png'); }
47 .amenity.police::before { content: image-url('browse/amenity_police.16.png'); }
48 .amenity.post_box::before { content: image-url('browse/post_box.p.16.png'); }
49 .amenity.post_office::before { content: image-url('browse/post_office.p.16.png'); }
50 .amenity.prison::before { content: image-url('browse/amenity_prison.16.png'); }
51 .amenity.pub::before { content: image-url('browse/amenity_pub.16.png'); }
52 .amenity.restaurant::before { content: image-url('browse/amenity_restaurant.16.png'); }
53 .amenity.recycling::before { content: image-url('browse/amenity_recycling.16.png'); }
54 .amenity.school::before { content: image-url('browse/education_school.p.16.png'); }
55 .amenity.shelter::before { content: image-url('browse/shelter2.p.16.png'); }
56 .amenity.telephone::before { content: image-url('browse/telephone.p.16.png'); }
57 .amenity.theatre::before { content: image-url('browse/amenity_theatre.16.png'); }
58 .amenity.toilets::before { content: image-url('browse/toilets.p.16.png'); }
59 .amenity.townhall::before { content: image-url('browse/amenity_townhall.16.png'); }
60 .amenity.university::before { content: image-url('browse/education_university.p.16.png'); }
61 .amenity.veterinary::before { content: image-url('browse/health_veterinary.p.16.png'); }
62
63 .barrier.gate::before { content: image-url('browse/gate2.p.16.png'); }
64
65 .highway.bus_stop::before { content: image-url('browse/bus_stop.p.16.png'); }
66 .highway.mini_roundabout::before { content: image-url('browse/mini_round.p.16.png'); }
67 .highway.traffic_signals::before { content: image-url('browse/traffic_light.png'); }
68 .highway.turning_circle::before { content: image-url('browse/turning_circle.p.16.png'); }
69
70 .historic.castle::before { content: image-url('browse/tourist_castle.p.16.png'); }
71 .historic.memorial::before { content: image-url('browse/historic_memorial.16.png'); }
72 .historic.monument::before { content: image-url('browse/tourist_monument.p.16.png'); }
73 .historic.ruins::before { content: image-url('browse/tourist_ruins.p.16.png'); }
74 .historic.wreck::before { content: image-url('browse/tourist_wreck.p.16.png'); }
75
76 .man_made.lighthouse::before { content: image-url('browse/lighthouse.p.16.png'); }
77 .man_made.windmill::before { content: image-url('browse/tourist_windmill.p.16.png'); }
78
79 .natural.tree::before { content: image-url('browse/tree.p.16.png'); }
80
81 .railway.halt::before { content: image-url('browse/halt.p.16.png'); }
82 .railway.station::before { content: image-url('browse/station.p.16.png'); }
83 .railway.level_crossing::before { content: image-url('browse/level_crossing.p.16.png'); }
84
85 .shop::before { content: image-url('browse/shop_convenience.p.16.png'); }
86 .shop.bakery::before { content: image-url('browse/shop_bakery.16.png'); }
87 .shop.bicycle::before { content: image-url('browse/shop_bicycle.p.16.png'); }
88 .shop.books::before { content: image-url('browse/shop_books.p.16.png'); }
89 .shop.butcher::before { content: image-url('browse/shop_butcher.p.16.png'); }
90 .shop.clothes::before { content: image-url('browse/shop_clothes.p.16.png'); }
91 .shop.convenience::before { content: image-url('browse/shop_convenience.p.16.png'); }
92 .shop.diy::before { content: image-url('browse/shop_diy.p.16.png'); }
93 .shop.estate_agent::before { content: image-url('browse/shop_estateagent2.p.16.png'); }
94 .shop.fish::before { content: image-url('browse/shop_fish.p.16.png'); }
95 .shop.garden_centre::before { content: image-url('browse/shop_garden_centre.p.16.png'); }
96 .shop.gift::before { content: image-url('browse/shop_gift.p.16.png'); }
97 .shop.greengrocer::before { content: image-url('browse/shop_greengrocer.p.16.png'); }
98 .shop.hairdresser::before { content: image-url('browse/shop_hairdresser.p.16.png'); }
99 .shop.jewelry::before { content: image-url('browse/shop_jewelry.p.16.png'); }
100 .shop.supermarket::before { content: image-url('browse/shop_supermarket.p.16.png'); }
101
102 .tourism.alpine_hut::before { content: image-url('browse/alpinehut.p.16.png'); }
103 .tourism.camp_site::before { content: image-url('browse/tourism_camp_site.16.png'); }
104 .tourism.caravan_site::before { content: image-url('browse/caravan_park.n.16.png'); }
105 .tourism.hostel::before { content: image-url('browse/hostel.p.16.png'); }
106 .tourism.hotel::before { content: image-url('browse/hotel.p.16.png'); }
107 .tourism.museum::before { content: image-url('browse/tourism_museum.16.png'); }
108 .tourism.picnic_site::before { content: image-url('browse/tourism_picnic_site.16.png'); }
109 .tourism.viewpoint::before { content: image-url('browse/view_point.p.16.png'); }
110
111 /* Ways */
112
113 .aeroway.runway::before { content: image-url('browse/runway.20.png'); }
114 .aeroway.taxiway::before { content: image-url('browse/taxiway.20.png'); }
115
116 .barrier.wall::before { content: image-url('browse/wall.20.png'); }
117
118 .building::before { content: image-url('browse/building.png'); }
119
120 .highway.bridleway::before { content: image-url('browse/bridleway.20.png'); }
121 .highway.byway::before { content: image-url('browse/byway.20.png'); }
122 .highway.cycleway::before { content: image-url('browse/cycleway.20.png'); }
123 .highway.footway::before { content: image-url('browse/footway.20.png'); }
124 .highway.motorway::before { content: image-url('browse/motorway.20.png'); }
125 .highway.motorway_link::before { content: image-url('browse/motorway.20.png'); }
126 .highway.path::before { content: image-url('browse/path.20.png'); }
127 .highway.pedestrian::before { content: image-url('browse/service.20.png'); }
128 .highway.primary::before { content: image-url('browse/primary.20.png'); }
129 .highway.primary_link::before { content: image-url('browse/primary.20.png'); }
130 .highway.residential::before { content: image-url('browse/unclassified.20.png'); }
131 .highway.secondary::before { content: image-url('browse/secondary.20.png'); }
132 .highway.secondary_link::before { content: image-url('browse/secondary.20.png'); }
133 .highway.service::before { content: image-url('browse/service.20.png'); }
134 .highway.tertiary::before { content: image-url('browse/tertiary.20.png'); }
135 .highway.track::before { content: image-url('browse/track.20.png'); }
136 .highway.trunk::before { content: image-url('browse/trunk.20.png'); }
137 .highway.trunk_link::before { content: image-url('browse/trunk.20.png'); }
138 .highway.unclassified::before { content: image-url('browse/unclassified.20.png'); }
139
140 .landuse.brownfield::before { content: image-url('browse/brownfield.png'); }
141 .landuse.cemetery::before { content: image-url('browse/cemetery.png'); }
142 .landuse.commercial::before { content: image-url('browse/commercial.png'); }
143 .landuse.farm::before { content: image-url('browse/farm.png'); }
144 .landuse.forest::before { content: image-url('browse/forest.png'); }
145 .landuse.industrial::before { content: image-url('browse/industrial.png'); }
146 .landuse.military::before { content: image-url('browse/military.png'); }
147 .landuse.residential::before { content: image-url('browse/residential.png'); }
148 .landuse.retail::before { content: image-url('browse/retail.png'); }
149 .landuse.tourism::before { content: image-url('browse/tourism.png'); }
150 .landuse.wood::before { content: image-url('browse/wood.png'); }
151
152 .leisure.golf_course::before { content: image-url('browse/golf.png'); }
153 .leisure.park::before { content: image-url('browse/park.png'); }
154 .leisure.picnic_table::before { content: image-url('browse/tourism_picnic_site.16.png'); }
155 .leisure.playground::before { content: image-url('browse/leisure_playground.16.png'); }
156 .leisure.pitch::before { content: image-url('browse/pitch.png'); }
157 .leisure.nature_reserve::before { content: image-url('browse/reserve.png'); }
158
159 .natural.heath::before { content: image-url('browse/heathland.png'); }
160 .natural.water::before { content: image-url('browse/lake.png'); }
161
162 .railway.light_rail::before { content: image-url('browse/light_rail.20.png'); }
163 .railway.rail::before { content: image-url('browse/rail.20.png'); }
164 .railway.subway::before { content: image-url('browse/subway.20.png'); }
165 .railway.tram::before { content: image-url('browse/tram.20.png'); }