Changeset 5215 in josm for trunk/styles_nodist/potlatch2/source
- Timestamp:
- 2012-05-06T12:46:32+02:00 (13 years ago)
- Location:
- trunk/styles_nodist/potlatch2/source
- Files:
-
- 1 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles_nodist/potlatch2/source/core_interactive.css
r3983 r5215 5 5 /* Interactive way behaviour */ 6 6 7 way :hover { z-index: 2; width: eval('_width+10'); color: #ffff99; } 8 way :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;} 9 way :restrictfrom { z-index: -1; width: eval('_width+10'); color: red; opacity: 0.7;} 10 way :restrictto { z-index: -1; width: eval('_width+10'); color: blue; opacity: 0.7;} 7 way::highlight :hover { z-index: 2; width: eval('_width+10'); color: #ffff99; } 8 way::highlight :hover :background { color: lightcyan; } 9 way::highlight :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;} 10 way::highlight :selected :background { color: cyan; } 11 way::highlight :restrictfrom { z-index: -1; width: eval('_width+10'); color: red; opacity: 0.7;} 12 way::highlight :restrictto { z-index: -1; width: eval('_width+10'); color: blue; opacity: 0.7;} 11 13 /*way !:drawn !:hasTags{ z-index:10; width: 0.5; color: red; }*/ 12 14 way !:drawn { z-index:10; width: 1; color: #333333; } … … 16 18 17 19 node :dupe { z-index: 9; icon-image: circle; icon-width:8; color: white; opacity: 0.4; casing-opacity: 0.4; casing-color: red; casing-width: 3; } 18 node :hoverway { z-index: 9; icon-image: square; icon-width: 7; color: blue; layer: 5; } 19 node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 4; color: green; casing-color: black; casing-width: 1; } 20 node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 4; color: black; } 21 node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; } 22 node !:drawn :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; } 23 node :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; interactive: no; layer: 5; } 24 node :junction :selectedway { z-index: 8; icon-image: square; icon-width: 12; casing-color: black; casing-width: 1; layer: 5; } 20 node :hoverway { z-index: 9; icon-image: circle; icon-width: 8; color: blue; layer: 5; } 21 node !:drawn :hasTags :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #00ac00; casing-color: #004400; casing-width: 1; } 22 node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #BBB; casing-color: #333; casing-width: 1; } 23 node !:drawn :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 10; color: black; layer: 5; } 24 node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 8; color: black; } 25 node !:drawn :selectedway { z-index: 9; icon-image: circle; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; } 26 node::selectedNode :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; interactive: no; layer: 5; } 27 node::selectedNode :selected :background { color: cyan; } 28 node::junctionNode :junction :selectedway { z-index: 8; icon-image: circle; icon-width: 12; casing-color: black; casing-width: 1; layer: 5; } -
trunk/styles_nodist/potlatch2/source/core_landuse.css
r3983 r5215 13 13 way[leisure] :area { color: #8CD6B5; width: 1; fill-color: #8CD6B5; fill-opacity: 0.2; } 14 14 way[tourism] :area { color: #F7CECE; width: 1; fill-color: #F7CECE; fill-opacity: 0.2; set .area_small_name;} 15 way[historic] ,way[ruins] :area{ color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; set .area_small_name;}15 way[historic] :area,way[ruins] :area { color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; set .area_small_name;} 16 16 way[military] :area { color: #D6D6D6; width: 1; fill-color: #D6D6D6; fill-opacity: 0.2; set .area_small_name;} 17 way[building] :area { color: # ff6ec7; width: 1; fill-color: #ff6ec7; fill-opacity: 0.2; }17 way[building] :area { color: #bca9a9; width: 1; fill-color: #ff6ec7; fill-opacity: 0.2; } 18 18 way[natural=water], 19 way[waterway][waterway!=dam] :area { color: blue; width: 2; fill-color: blue; fill-opacity: 0.2; set .area_small_name;}19 way[waterway][waterway!=dam] :area { color: #3434ff; width: 2; fill-color: #3434ff; fill-opacity: 0.2; set .area_small_name;} 20 20 way[waterway=dam] { color: black; width: 1; fill-color: #222222; fill-opacity: 0.1; set .area_small_name;} 21 21 way[man_made] :area { color: black; width: 2; fill-color: #222222; fill-opacity: 0.1; set .area_small_name; } 22 way[man_made=reservoir_covered] :area { color: blue; width: 2; dashes: 4, 2; fill-color: #222222; fill-opacity: 0.1; set .area_small_name; }23 way[landuse=reservoir] :area { color: blue; width: 2; fill-color: blue; fill-opacity: 0.2; set .area_small_name;}22 way[man_made=reservoir_covered] :area { color: #3434ff; width: 2; dashes: 4, 2; fill-color: #222222; fill-opacity: 0.1; set .area_small_name; } 23 way[landuse=reservoir] :area { color: #3434ff; width: 2; fill-color: #3434ff; fill-opacity: 0.2; set .area_small_name;} 24 24 way[landuse=forest],way[natural=wood] :area { color: green; width: 2; fill-color: green; fill-opacity: 0.2; set .area_small_name;} 25 25 way[leisure=park] :area { color: #22aa22; width: 2; fill-color: #44ff44; fill-opacity: 0.15; set .area_small_name;} … … 29 29 way[amenity=parking] :area { color: #bbaa66; width: 1; fill-color: #bbaa66; fill-opacity: 0.2; } 30 30 way[public_transport=pay_scale_area] :area { color: gray; width: 1; fill-color: gray; fill-opacity: 0.1; } 31 way[man_made=pier] { z-index: 4; color: #777; width: 3; casing-color: black; casing-width: 5;}31 way[man_made=pier] { z-index: 4; color: #777; width: 3; casing-color: black; casing-width: 1;} 32 32 way[man_made=pier][floating=yes] { dashes: 4,2; casing-color: #444;} 33 33 way[leisure=marina] :area { color: pink; fill-color: pink; fill-opacity: 0.4; set .area_small_name;} 34 way[leisure=slipway] { color: grey; width: 3; casing-color: blue; casing-width: 7; }34 way[leisure=slipway] { color: grey; width: 3; casing-color: #3434ff; casing-width: 2; } 35 35 way[leisure=golf_course] :area { color: #44ee22; width: 2; fill-color: #44ee22; fill-opacity: 0.2; set .area_small_name;} 36 36 way[boundary] { color: #000066; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;} -
trunk/styles_nodist/potlatch2/source/core_pois.css
r3983 r5215 1 node[place] { icon-image: icons/place.png; text-offset: 17; font-family: DejaVu; text: name; font-size: 9; font-weight: bold; text-decoration: underline; z-index: 20; }1 node[place] { icon-image: icons/place.png; text-offset: 17; font-family: DejaVu; text: name; font-size: 10; font-weight: bold; z-index: 20; } 2 2 node[amenity=telephone] { icon-image: icons/telephone.png; z-index: 20; } 3 3 node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; z-index: 20; } … … 6 6 node[tourism=camp_site] { icon-image: icons/accommodation_camping.n.16.png; z-index: 20; } 7 7 node[tourism=caravan_site] { icon-image: icons/accommodation_caravan_park.n.16.png; z-index: 20; } 8 node[tourism=chalet] { icon-image: icons/accommodation_chalet.n.16.png; z-index: 20; } 8 9 node[tourism=guest_house],node[tourism=bed_and_breakfast] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; } 9 node[tourism=hotel] { icon-image: icons/accommodation_hotel.n.16.png; text-offset:15; text: name; z-index: 20; }10 node[tourism=hotel] { icon-image: icons/accommodation_hotel.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 10 11 node[tourism=hostel] { icon-image: icons/accommodation_youth_hostel.n.16.png; z-index: 20; } 12 node[tourism=motel] { icon-image: icons/accommodation_motel.n.16.png; z-index: 20; } 11 13 node[amenity=fire_station] { icon-image: icons/amenity_firestation2.n.16.png; z-index: 20; } 12 14 node[amenity=police] { icon-image: icons/amenity_police2.n.16.png; z-index: 20; } … … 22 24 node[barrier=block] { icon-image: icons/barrier_blocks.16.png; z-index: 20; } 23 25 node[barrier=cattle_grid] { icon-image: icons/barrier_cattle_grid.16.png; z-index: 20; } 24 node[amenity=school] { icon-image: icons/education_school.n.16.png; text-offset:15; text: name; z-index: 20; }26 node[amenity=school] { icon-image: icons/education_school.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 25 27 way[amenity=school] :area { color: yellow; fill-color: yellow; fill-opacity: 0.1; set .area_small_name; } 26 node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:15; text: name; z-index: 20; }27 node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:15; text: name; z-index: 20; }28 node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 29 node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 28 30 node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; } 29 node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 15; text: name; z-index: 20; }30 node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:15; text: name; z-index: 20; }31 node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; } 32 node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 31 33 node[amenity=hospital] { icon-image: icons/health_hospital.n.16.png; z-index: 20; } 32 34 node[amenity=pharmacy] { icon-image: icons/health_pharmacy.n.16.png; z-index: 20; } 33 35 node[amenity=atm] { icon-image: icons/money_atm.n.16.png; z-index: 20; } 34 36 node[amenity=bank] { icon-image: icons/money_bank2.n.16.png; z-index: 20; } 37 /* More Amenities */ 38 node[amenity=bench] { icon-image: icons/amenity_bench.n.16.png; z-index: 20; } 39 node[amenity=drinking_water] { icon-image: icons/food_drinkingtap.n.16.png; z-index: 20; } 40 node[amenity=emergency_phone] { icon-image: icons/emergency-telephone-16.png; z-index: 20; } 41 node[amenity=fountain] { icon-image: icons/amenity_fountain2.n.16.png; z-index: 20; } 42 node[amenity=hunting_stand] { icon-image: icons/sport_shooting.n.16.png; z-index: 20; } 43 node[amenity=kindergarten] { icon-image: icons/education_nursery3.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; } 44 node[amenity=place_of_worship] { icon-image: icons/place_of_worship_unknown.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 45 node[amenity=post_office] { icon-image: icons/amenity_post_office.n.16.png; z-index: 20; } 46 node[amenity=shelter] { icon-image: icons/accommodation_shelter2.n.16.png; z-index: 20; } 47 node[amenity=swimming_pool] { icon-image: icons/sport_swimming_outdoor.n.16.png; z-index: 20; } 48 node[amenity=townhall] { icon-image: icons/amenity_town_hall.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 49 node[amenity=toilets] { icon-image: icons/amenity_toilets.n.16.png; z-index: 20; } 50 node[amenity=vending_machine] { icon-image: icons/shopping_vending_machine.n.16.png; z-index: 20; } 51 node[amenity=veterinary] { icon-image: icons/health_veterinary.n.8E7409.16.png; z-index: 20; } 52 node[amenity=waste_basket] { icon-image: icons/amenity_waste_bin.n.16.png; z-index: 20; } 53 /* Shops */ 35 54 node[shop=alcohol] { icon-image: icons/shopping_alcohol.n.16.png; z-index: 20; } 36 55 node[shop=bakery] { icon-image: icons/shopping_bakery.n.16.png; z-index: 20; } 37 56 node[shop=bicycle] { icon-image: icons/shopping_bicycle.n.16.png; z-index: 20; } 38 node[shop=book] { icon-image: icons/shopping_book.n.16.png; z-index: 20; }57 node[shop=book], node[shop=books] { icon-image: icons/shopping_book.n.16.png; z-index: 20; } 39 58 node[shop=butcher] { icon-image: icons/shopping_butcher.n.16.png; z-index: 20; } 40 59 node[shop=car_repair] { icon-image: icons/shopping_car_repair.n.16.png; z-index: 20; } … … 45 64 node[shop=doityourself] { icon-image: icons/shopping_diy.n.16.png; z-index: 20; } 46 65 node[shop=fishmonger] { icon-image: icons/shopping_fish.n.16.png; z-index: 20; } 66 node[shop=florist] { icon-image: icons/shopping_florist.n.16.png; z-index: 20; } 47 67 node[shop=garden_centre] { icon-image: icons/shopping_garden_centre.n.16.png; z-index: 20; } 48 68 node[shop=gift] { icon-image: icons/shopping_gift.n.16.png; z-index: 20; } … … 51 71 node[shop=hifi] { icon-image: icons/shopping_hifi.n.16.png; z-index: 20; } 52 72 node[shop=jewelry] { icon-image: icons/shopping_jewelry.n.16.png; z-index: 20; } 73 node[shop=kiosk] { icon-image: icons/shopping_kiosk.n.16.png; z-index: 20; } 53 74 node[shop=laundry] { icon-image: icons/shopping_laundrette.n.16.png; z-index: 20; } 75 node[amenity=marketplace] { icon-image: icons/shopping_marketplace.n.16.png; z-index: 20; } 54 76 node[shop=motorcycle] { icon-image: icons/shopping_motorcycle.n.16.png; z-index: 20; } 55 77 node[shop=music] { icon-image: icons/shopping_music.n.16.png; z-index: 20; } 56 78 node[shop=supermarket] { icon-image: icons/shopping_supermarket.n.16.png; z-index: 20; } 79 node[shop=toys] { icon-image: icons/shopping_toys.n.16.png; z-index: 20; } 80 /* More Touristy Items */ 81 node[tourism=artwork] { icon-image: icons/tourist_art_gallery2.n.16.png; z-index: 20; } 57 82 node[historic=archaeological_site] { icon-image: icons/tourist_archaeological.n.16.png; z-index: 20; } 58 83 node[historic=battlefield] { icon-image: icons/tourist_battlefield.n.16.png; z-index: 20; } 59 node[historic=castle] { icon-image: icons/tourist_castle.n.16.png; text-offset:15; text: name; z-index: 20; }84 node[historic=castle] { icon-image: icons/tourist_castle.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 60 85 node[amenity=cinema] { icon-image: icons/tourist_cinema.n.16.png; z-index: 20; } 61 node[historic=memorial] { icon-image: icons/tourist_memorial.n.16.png; text-offset:15; text: name; z-index: 20; } 62 node[historic=monument] { icon-image: icons/tourist_monument.n.16.png; text-offset:15; text: name; z-index: 20; } 63 node[tourism=museum] { icon-image: icons/tourist_museum.n.16.png; text-offset:15; text: name; z-index: 20; } 86 node[historic=memorial] { icon-image: icons/tourist_memorial.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 87 node[historic=monument] { icon-image: icons/tourist_monument.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 88 node[tourism=museum] { icon-image: icons/tourist_museum.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 89 node[tourism=information] { icon-image: icons/tourist_information.png; z-index: 20; } 64 90 node[tourism=picnic_site] { icon-image: icons/tourist_picnic.n.16.png; z-index: 20; } 65 node[historic=ruin ] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; }91 node[historic=ruins] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; } 66 92 node[amenity=theatre] { icon-image: icons/tourist_theatre.n.16.png; z-index: 20; } 93 node[tourism=theme_park] { icon-image: icons/tourist_theme_park.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; } 67 94 node[tourism=viewpoint] { icon-image: icons/tourist_view_point.n.16.png; z-index: 20; } 68 95 node[tourism=zoo] { icon-image: icons/tourist_zoo.n.16.png; z-index: 20; } 96 /* Transport */ 69 97 node[aeroway=aerodrome] { icon-image: icons/transport_aerodrome.n.16.png; z-index: 20; } 98 node[aeroway=gate] { icon-image: icons/transport_airport_gate.n.16.png; z-index: 20; } 99 node[aeroway=terminal] { icon-image: icons/transport_airport_terminal.n.16.png; z-index: 20; } 100 node[aeroway=helipad] { icon-image: icons/transport_helicopter_pad.n.16.png; z-index: 20; } 70 101 node[amenity=bus_station] { icon-image: icons/transport_bus_station.n.16.png; z-index: 20; } 71 102 node[highway=bus_stop] { icon-image: icons/transport_bus_stop2.n.16.png; z-index: 20; } 72 103 node[amenity=fuel] { icon-image: icons/transport_fuel.n.16.png; z-index: 20; } 73 node[amenity=bicycle_parking] { icon-image: icons/transport_parking_bicycle.n.16.png; text-offset: 15; text: capacity; z-index: 20; } 104 node[amenity=car_wash] { icon-image: icons/transport_car_wash.n.16.png; z-index: 20; } 105 node[amenity=bicycle_parking] { icon-image: icons/transport_parking_bicycle.n.16.png; text-offset: 15; text: capacity; font-size: 10; z-index: 20; } 74 106 node[amenity=parking] { icon-image: icons/transport_parking_car.n.16.png; z-index: 20; } 75 107 node[amenity=ferry_terminal] { icon-image: icons/transport_port.n.16.png; z-index: 20; } … … 77 109 node[amenity=car_rental] { icon-image: icons/transport_rental_car.n.16.png; z-index: 20; } 78 110 node[amenity=taxi] { icon-image: icons/transport_taxi_rank.n.16.png; z-index: 20; } 79 node[railway=station] { icon-image: icons/transport_train_station.n.16.png; text-offset:15; text: name; z-index: 20; }111 node[railway=station] { icon-image: icons/transport_train_station.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } 80 112 node[railway=tram_stop] { icon-image: icons/transport_tram_stop.n.16.png; z-index: 20; } 81 113 node[leisure=marina] { icon-image: icons/transport_marina.n.16.png; z-index: 20; } 114 node[highway=mini_roundabout] { icon-image: icons/transport_miniroundabout_anticlockwise.n.16.png; z-index: 20; } 115 node[highway=crossing] { icon-image: icons/transport_zebracrossing.n.16.png; z-index: 20; } 116 /* Misc */ 117 node[leisure=playground] { icon-image: icons/amenity_playground.n.16.png; z-index: 20; } 118 node[leisure=sports_centre] { icon-image: icons/sport_leisure_centre.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; } 119 /* node[landuse=cemetery], node[landuse=grave_yard] { icon-image: icons/?.png; z-index: 20; } */ 120 node[man_made=survey_point] { icon-image: icons/manmade_lighthouse.png; z-index: 20; } 121 node[man_made=tower] { icon-image: icons/manmade_tower.png; z-index: 20; } 122 /* Yes these power stations seem a little backward - but that's seemingly what the side menu uses ATM */ 123 node[power=station] { icon-image: icons/power_substation.n.16.png; z-index: 20; } 124 node[power=generator] { icon-image: icons/power_station.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; } 125 node[power=tower] { icon-image: icons/power_tower_high2.n.16.png; z-index: 20; } 126 node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; } 127 node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; } 82 128 83 129 /* Addressing */ 84 130 85 node[addr:housenumber] ,86 node[addr:housename] { icon-image: circle; icon-width: 4; color: #B0E0E6; casing-color:blue; casing-width: 1; }131 node[addr:housenumber] !:drawn, 132 node[addr:housename] !:drawn { icon-image: circle; icon-width: 8; color: #B0E0E6; casing-color:blue; casing-width: 1; z-index: 20; } 87 133 way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;} -
trunk/styles_nodist/potlatch2/source/core_relations.css
r3983 r5215 1 1 /* Route relations */ 2 2 3 relation[type=route] way { z-index: 1; width: 13; color: blue; opacity: 0.3; } 4 relation[type=route][route=bicycle][network=ncn] way { z-index: 1; width: 12; color: red; opacity: 0.3; } 5 relation[type=route][route=bicycle][network=rcn] way { z-index: 1; width: 12; color: cyan; opacity: 0.3; } 6 relation[type=route][route=bicycle][network=lcn] way { z-index: 1; width: 12; color: blue; opacity: 0.3; } 7 relation[type=route][route=foot] way { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; } 3 relation[type=route] way::route { z-index: 1; width: 13; color: blue; opacity: 0.3; } 4 relation[type=route][route=bicycle][network=ncn] way::route { z-index: 1; width: 12; color: red; opacity: 0.3; } 5 relation[type=route][route=bicycle][network=rcn] way::route { z-index: 1; width: 12; color: cyan; opacity: 0.3; } 6 relation[type=route][route=bicycle][network=lcn] way::route { z-index: 1; width: 12; color: blue; opacity: 0.3; } 7 relation[type=route][route=mtb] way::route { z-index: 1; width: 12; color: brown; opacity: 0.3; } 8 relation[type=route][route=foot] way::route { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; } -
trunk/styles_nodist/potlatch2/source/core_ways.css
r3983 r5215 7 7 way[highway=secondary],way[highway=secondary_link], 8 8 way[highway=tertiary],way[highway=tertiary_link], 9 way[highway=residential],way[highway=unclassified] { text: name; text-color: black; font-size: 10; text-position: line; text-halo-color: white; text-halo-radius: 2; } 10 way[highway=motorway],way[highway=motorway_link] { z-index: 9; color: #809BC0; width: 7; casing-color: black; casing-width: 8; } 11 way[highway=trunk],way[highway=trunk_link] { z-index: 9; color: #7FC97F; width: 7; casing-color: black; casing-width: 8; } 12 way[highway=primary],way[highway=primary_link] { z-index: 8; color: #E46D71; width: 7; casing-color: black; casing-width: 8; } 13 way[highway=secondary],way[highway=secondary_link] { z-index: 7; color: #FDBF6F; width: 7; casing-width: 8; } 14 way[highway=tertiary] { z-index: 6; color: #FEFECB; width: 5; casing-width: 7; } 15 way[highway=unclassified] { z-index: 6; color: #D0D0D0; width: 5; casing-width: 7; } 16 way[highway=tertiary_link] { z-index: 5; color: #FEFECB; width: 4; casing-width: 5; } 17 way[highway=residential] { z-index: 5; color: #E8E8E8; width: 5; casing-color: gray; casing-width: 7; } 18 way[highway=service][service!=parking_aisle] { color: white; width: 3; casing-color: gray; casing-width: 5; } 19 way[highway=service][service=parking_aisle] { color: white; width: 1; casing-color: #aaaaaa; casing-width: 2; } 20 way[highway=service][service=alley] { color: white; width: 2; dashes: 6,2; casing-color: black; casing-width: 4; } 21 way[highway=road] { color: gray; width: 5; casing-color: white; casing-width: 7; } 22 way[highway=living_street] { z-index: 5; color: #ddffee; width: 3; casing-color: #555555; casing-width: 4; } 9 way[highway=residential],way[highway=unclassified] { text: name; text-color: black; font-size: 12; text-position: offset; text-offset: 10; text-halo-color: white; text-halo-radius: 2; linecap: round; casing-linecap: round } 10 way[highway=motorway],way[highway=motorway_link] { z-index: 9; color: #809BC0; width: 7; casing-color: #1e375a; casing-width: 1; } 11 way[highway=trunk],way[highway=trunk_link] { z-index: 9; color: #7FC97F; width: 7; casing-color: #245424; casing-width: 1; } 12 way[highway=primary],way[highway=primary_link] { z-index: 8; color: #E46D71; width: 7; casing-color: #651316; casing-width: 1; } 13 way[highway=secondary],way[highway=secondary_link] { z-index: 7; color: #FDBF6F; width: 7; casing-color: #b16603; casing-width: 1; } 14 way[highway=tertiary],way[highway=tertiary_link] { z-index: 6; color: #FEFECB; width: 5; casing-color: #626202; casing-width: 1; } 15 way[highway=unclassified] { z-index: 6; color: #D0D0D0; width: 5; casing-width: 1; } 16 way[highway=residential] { z-index: 5; color: #E8E8E8; width: 5; casing-color: gray; casing-width: 1; } 17 way[highway=service][service!=parking_aisle] { color: white; width: 3; casing-color: gray; casing-width: 1; } 18 way[highway=service][service=parking_aisle] { color: white; width: 1; casing-color: #aaaaaa; casing-width: 1; } 19 way[highway=service][service=alley] { color: white; width: 2; dashes: 6,2; casing-color: black; casing-width: 1; } 20 way[highway=road] { color: gray; width: 5; casing-color: white; casing-width: 1; } 21 way[highway=living_street] { z-index: 5; color: #ddffee; width: 3; casing-color: #555555; casing-width: 1; } 23 22 24 23 /* Road areas */ 25 24 26 way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 6; casing-dashes: 2,4;}25 way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; casing-dashes: 2,4;} 27 26 way[highway=pedestrian] :area { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; } 28 27 … … 31 30 way[highway=steps] { color: #FF6644; width: 6; dashes: 2, 2; } 32 31 way[highway=footway] { color: #FF6644; width: 2; dashes: 6, 3; set .path;} 33 way[highway=footway][bicycle=yes] { z-index: 4; color: blue; width: 1; }32 way[highway=footway][bicycle=yes]::bike { z-index: 4; color: blue; width: 1; } 34 33 way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; set .path;} 35 34 way[highway=track] { color: #996644; width: 2; dashes: 4, 2; set .path;} 36 35 way[highway=path] { color: brown; width: 2; dashes: 2, 2; set .path;} 37 36 way[highway=cycleway] { color: blue; width: 2; dashes: 4, 2; set .path;} 38 way[railway=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 6; } 39 way .path { text:name; text-color: black; text-position: offset; text-offset: 5;} 37 way .path { text: name; text-color: black; text-position: offset; text-offset: 7; font-size: 12; } 40 38 41 39 /* Under construction */ 42 40 43 41 way[highway=proposed] { color: #88ffff; width: 6; dashes: 8, 4; } 44 way[highway=construction] { color: #ffffbb; width: 6; dashes: 8, 4; casing-color: #0000aa; casing-width: 8; casing-dashes: 8,4;} 45 way[construction=rail] 46 { z-index: 6; color: black; width: 5; dashes: 6, 6, 4, 8;} 47 { z-index: 7; color: white; width: 3; dashes: 6,18; } 42 way[highway=construction] { color: #ffffbb; width: 6; dashes: 8, 4; casing-color: #0000aa; casing-width: 1; casing-dashes: 8,4;} 48 43 49 44 /* Railways */ 50 45 51 way[railway=rail] 52 { z-index: 6; color: black; width: 5; } 53 { z-index: 7; color: white; width: 3; dashes: 12,12; } 46 way[railway=rail] { z-index: 6; color: black; width: 5; linecap: round; } 47 way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; linecap: round; } 48 49 way[construction=rail] { z-index: 6; color: black; width: 5; dashes: 6, 6, 4, 8;} 50 way[construction=rail]::inner { z-index: 7; color: white; width: 3; dashes: 6,18; } 51 54 52 way[railway=platform] { color:black; width: 2; } 55 way[railway=subway] 56 { z-index: 6; color: #444444; width: 5; } 57 { z-index: 7; color: white; width: 3; dashes: 8,8; } 58 way[railway=disused],way[railway=abandoned] 59 { z-index: 6; color: #444400; width: 3; dashes: 17, 2, 5, 0; } 60 { z-index: 7; color: #999999; width: 2; dashes: 12,12; } 53 54 way[railway=subway] { z-index: 6; color: #444444; width: 5; } 55 way[railway=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 8,8; } 56 57 way[construction=subway] { z-index: 6; color: #444444; width: 5; dashes: 4, 4; } 58 way[construction=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 4,12;} 59 60 way[railway=disused],way[railway=abandoned] { z-index: 6; color: #444400; width: 3; dashes: 17, 2, 5, 0; } 61 way[railway=disused]::dashes,way[railway=abandoned]::dashes { z-index: 7; color: #999999; width: 2; dashes: 12,12; } 62 63 way[railway=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; } 64 way[construction=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; dashes: 6, 6; casing-dashes: 6, 6; } 65 66 way[railway=light_rail] { z-index: 6; color: black; width: 4; } 67 way[railway=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,4; } 68 69 way[construction=light_rail] { z-index: 6; color: black; width: 4; dashes: 8, 4, 4, 4; } 70 way[construction=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,12; } 61 71 62 72 /* Waterways */ … … 64 74 way[waterway=river], 65 75 way[waterway=canal], 66 way[waterway=stream] { color: blue; width: 2; text:name; text-color:blue; font-size:9; text-position: offset; text-offset: 7;}67 way[waterway=drain] {color: blue; width: 1; text:name; text-color: blue; text-position: offset; text-offset: 3;}76 way[waterway=stream] { color: #3434ff; width: 2; text:name; text-color: #3434ff; font-size:9; text-position: offset; text-offset: 7;} 77 way[waterway=drain] {color: #3434ff; width: 1; text:name; text-color: #3434ff; text-position: offset; text-offset: 3;} 68 78 way[waterway][tunnel=yes] {dashes: 8,4;} 69 79 … … 71 81 72 82 way[aeroway=aerodrome] :area 73 { z-index: 3; color: #bb44bb; width: 3; casing-color: #66066; casing-width: 4; }83 { z-index: 3; color: #bb44bb; width: 3; casing-color: #66066; casing-width: 1; } 74 84 way|z-15[aeroway=aerodrome] :area 75 85 { z-index: 3; fill-color: #bb99bb; fill-opacity: 0.5;} 76 way[aeroway=taxiway] !:area { z-index: 8; color: #999999; width: 3; casing-color: #aa66aa; casing-width: 6; }86 way[aeroway=taxiway] !:area { z-index: 8; color: #999999; width: 3; casing-color: #aa66aa; casing-width: 2; } 77 87 way[aeroway=taxiway] :area { z-index: 8; color: #bb99bb; width: 3; fill-color: #ccaacc; } 78 way|z17-[aeroway=runway] !:area 79 { z-index: 9; color: black; width: 11; casing-color: #aa66aa; casing-width: 12; } 80 { z-index: 10; color: white; width: 9; dashes: 0, 20, 4, 76; } 81 { z-index: 11; color: black; width: 7; } 82 { z-index: 12; color: white; width: 5; dashes: 0, 20, 4, 76; } 83 { z-index: 13; color: black; width: 3; } 84 { z-index: 14; color: white; width: 1; dashes: 4, 16; } 85 way|z15-16[aeroway=runway] !:area 86 { z-index: 9; color: black; width: 5; } 87 { z-index: 12; color: white; width: 5; dashes: 0, 20, 4, 76; } 88 { z-index: 13; color: black; width: 3; } 89 { z-index: 14; color: white; width: 1; dashes: 4, 16; } 90 way|z-14[aeroway=runway] !:area 91 { z-index: 9; color: #444444; width: 3; } 88 89 way|z17-[aeroway=runway] !:area { z-index: 9; color: black; width: 11; casing-color: #aa66aa; casing-width: 1; } 90 way|z17-[aeroway=runway]::aa !:area { z-index: 10; color: white; width: 9; dashes: 0, 20, 4, 76; } 91 way|z17-[aeroway=runway]::bb !:area { z-index: 11; color: black; width: 7; } 92 way|z17-[aeroway=runway]::cc !:area { z-index: 12; color: white; width: 5; dashes: 0, 20, 4, 76; } 93 way|z17-[aeroway=runway]::dd !:area { z-index: 13; color: black; width: 3; } 94 way|z17-[aeroway=runway]::ee !:area { z-index: 14; color: white; width: 1; dashes: 4, 16; } 95 96 way|z15-16[aeroway=runway] !:area { z-index: 9; color: black; width: 5; } 97 way|z15-16[aeroway=runway]::aa !:area { z-index: 12; color: white; width: 5; dashes: 0, 20, 4, 76; } 98 way|z15-16[aeroway=runway]::bb !:area { z-index: 13; color: black; width: 3; } 99 way|z15-16[aeroway=runway]::cc !:area { z-index: 14; color: white; width: 1; dashes: 4, 16; } 100 101 way|z-14[aeroway=runway] !:area { z-index: 9; color: #444444; width: 3; } 102 92 103 way[aeroway=runway] :area { z-index: 9; color: black; width: 3; fill-color: #775577; } 93 104 way[aeroway=apron] :area { z-index: 4; color: #cc66cc; width: 1; fill-color: #ddaadd; fill-opacity: 0.5;} … … 100 111 /* Power */ 101 112 102 way[power=line] {color: darkgray; width: 3; dashes: 12,2; casing-color: black; casing-width: 8; casing-dashes: 4, 38;}103 way[power=minor_line] {color: gray; width: 2; dashes: 2,4; casing-width: 8; casing-color: white; casing-dashes: 2,22;}113 way[power=line] {color: darkgray; width: 3; dashes: 12,2; casing-color: black; casing-width: 2; casing-dashes: 4, 38;} 114 way[power=minor_line] {color: gray; width: 2; dashes: 2,4; casing-width: 3; casing-color: white; casing-dashes: 2,22;} 104 115 way[power=station] :area { color: black; width: 2; fill-color: #666666; fill-opacity: 0.6; set .area_small_name;} 105 116 way[power=generator] :area { color: black; width: 2; fill-color: #444444; fill-opacity: 0.6; set .area_small_name;} … … 107 118 /* Leisure */ 108 119 109 way[golf=hole] {color: darkgreen; width: 5; casing-color: green; casing-width: 10; }120 way[golf=hole] {color: darkgreen; width: 5; casing-color: green; casing-width: 2; } 110 121 way[leisure=sports_centre] :area { color: #66ddcc; fill-color: #66ddcc; set .area_small_name; } 111 122 … … 113 124 /* Physical decoration */ 114 125 115 way[bridge=yes], way[bridge=viaduct], way[bridge=suspension] 116 { z-index: 4; color: white; width: eval('_width+3'); } 117 { z-index: 3; color: black; width: eval('_width+6'); } 118 way[tunnel=yes][!waterway] 119 { z-index: 4; color: white; width: eval('_width+2'); } 120 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; } 126 way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1 { z-index: 4; color: white; width: eval('_width+3'); } 127 way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2 { z-index: 3; color: #444444; width: eval('_width+6'); } 128 way[tunnel=yes][!waterway]::bridge1 { z-index: 4; color: white; width: eval('_width+2'); } 129 way[tunnel=yes][!waterway]::bridge2 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; } 121 130 122 131 /* Attribute decoration */ 123 132 124 way[oneway=yes] , way[junction=roundabout] { z-index: 15; color: #444444; width: 2; dashes: 15,35; line-style: arrows; }125 way[oneway=-1] { z-index: 15; color: #444444; width: 2; dashes: 15,35; line-style: arrows-reversed; }133 way[oneway=yes]::arrows, way[junction=roundabout]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows; } 134 way[oneway=-1]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows-reversed; } -
trunk/styles_nodist/potlatch2/source/enhanced.css
r3983 r5215 13 13 /* Access */ 14 14 15 way[access=private] ,way[access=no]{ z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;}16 way[access=permissive] { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;}15 way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;} 16 way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;} 17 17 18 18 /* Physical */ 19 19 20 way[embankment=yes] , way[cutting=yes]20 way[embankment=yes]::hatches, way[cutting=yes]::hatches 21 21 { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; } 22 22 … … 29 29 /* Direction on selected ways */ 30 30 31 way[highway][!oneway][junction!=roundabout]: selected,32 way[aerial_way]: selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; }33 way[waterway]: selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; }34 way[railway] :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; }31 way[highway][!oneway][junction!=roundabout]::direction :selected, 32 way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; } 33 way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; } 34 way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; } 35 35 -
trunk/styles_nodist/potlatch2/source/gpx.css
r3983 r5215 7 7 way { z-index: 2; width: 1; color: cyan; } 8 8 node :poi { z-index: 2; 9 icon-image: circle; icon-width: 4; color: orange;9 icon-image: circle; icon-width: 8; color: orange; 10 10 casing-color: red; casing-width: 1; 11 11 text-offset: 10; font-family: DejaVu; text: name; font-size: 9; text_color: red; } -
trunk/styles_nodist/potlatch2/source/network.css
r3983 r5215 13 13 /* Access */ 14 14 15 way[access=private] ,way[access=no]{ z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;}16 way[access=permissive] { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;}15 way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;} 16 way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;} 17 17 18 18 /* Physical */ 19 19 20 way[embankment=yes] , way[cutting=yes]20 way[embankment=yes]::hatches, way[cutting=yes]::hatches 21 21 { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; } 22 22 … … 29 29 /* Direction on selected ways */ 30 30 31 way[highway][!oneway][junction!=roundabout]: selected,32 way[aerial_way]: selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; }33 way[waterway]: selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; }34 way[railway] :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; }31 way[highway][!oneway][junction!=roundabout]::direction :selected, 32 way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; } 33 way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; } 34 way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; } 35 35 -
trunk/styles_nodist/potlatch2/source/opencyclemap.css
r3983 r5215 28 28 way[highway=tertiary],way[highway=tertiary_link], 29 29 way[highway=residential] { text: name; text-color: black; font-size: 7; text-position: line;}*/ 30 way[highway=motorway],way[highway=motorway_link] { z-index: 9; color: #bfbfcf; width: 7; casing-color: #506077; casing-width: 9; }31 way[highway=trunk],way[highway=trunk_link] { z-index: 9; color: #c8d8c8; width: 7; casing-color: #477147; casing-width: 9; }32 way[highway=primary],way[highway=primary_link] { z-index: 8; color: #d8c8c8; width: 7; casing-color: #8d4346; casing-width: 9; }33 way[highway=secondary],way[highway=secondary_link] { z-index: 7; color: #eeeec9; width: 7; casing-color: #a37b48; casing-width: 9; }34 way[highway=tertiary],way[highway=unclassified] { z-index: 6; color: #eeeec9; width: 5; casing-color: #999999; casing-width: 7; }35 way[highway=residential] { z-index: 5; color: white; width: 5; casing-color: #999; casing-width: 7; }36 way[highway=service] { color: white; width: 3; casing-color: #999; casing-width: 5; }30 way[highway=motorway],way[highway=motorway_link] { z-index: 9; color: #bfbfcf; width: 7; casing-color: #506077; casing-width: 1; } 31 way[highway=trunk],way[highway=trunk_link] { z-index: 9; color: #c8d8c8; width: 7; casing-color: #477147; casing-width: 1; } 32 way[highway=primary],way[highway=primary_link] { z-index: 8; color: #d8c8c8; width: 7; casing-color: #8d4346; casing-width: 1; } 33 way[highway=secondary],way[highway=secondary_link] { z-index: 7; color: #eeeec9; width: 7; casing-color: #a37b48; casing-width: 1; } 34 way[highway=tertiary],way[highway=unclassified] { z-index: 6; color: #eeeec9; width: 5; casing-color: #999999; casing-width: 1; } 35 way[highway=residential] { z-index: 5; color: white; width: 5; casing-color: #999; casing-width: 1; } 36 way[highway=service] { color: white; width: 3; casing-color: #999; casing-width: 1; } 37 37 38 38 /* Pedestrian precincts need to be treated carefully. Only closed-loops with an explicit 39 39 area=yes tag should be filled. The below doesn't yet work as intended. */ 40 way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 6; }40 way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; } 41 41 way[highway=pedestrian] :area { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; } 42 42 … … 73 73 74 74 node[addr:housenumber], 75 node[addr:housename] { icon-image: circle; icon-width: 4; color: #B0E0E6; casing-color:blue; casing-width: 1; }75 node[addr:housename] { icon-image: circle; icon-width: 8; color: #B0E0E6; casing-color:blue; casing-width: 1; } 76 76 way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;} 77 77 … … 104 104 node[amenity=telephone] { icon-image: icons/telephone.png; } 105 105 way node[barrier=gate], way node[highway=gate] { icon-image: icons/gate.png; } 106 way node[barrier=bollard] { icon-image: icons/bollard.png; }107 106 node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; }*/ 108 107 108 /* Important shops */ 109 node[shop=bicycle] { icon-image: icons/shopping_bicycle.n.16.png; text-offset: 15; text: name; } 110 109 111 /* We can stack styles at different z-index (depth) */ 110 112 111 way[railway=rail] 112 { z-index: 6; color: #444444; width: 5; } 113 { z-index: 7; color: white; width: 3; dashes: 12,12; } 113 way[railway=rail] { z-index: 6; color: #444444; width: 5; } 114 way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; } 114 115 way[railway=platform] { color:black; width: 2; } 115 way[railway=subway] 116 { z-index: 6; color: #444444; width: 5; } 117 { z-index: 7; color: white; width: 3; dashes: 8,8; } 116 way[railway=subway] { z-index: 6; color: #444444; width: 5; } 117 way[railway=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 8,8; } 118 118 119 119 /* Bridge */ 120 way[bridge=yes], way[bridge=viaduct], way[bridge=suspension] 121 { z-index: 4; color: white; width: eval('_width+3'); } 122 { z-index: 3; color: black; width: eval('_width+6'); } 120 way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1 { z-index: 4; color: white; width: eval('_width+3'); } 121 way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2 { z-index: 3; color: black; width: eval('_width+6'); } 123 122 124 123 /* Tunnel */ 125 way[tunnel=yes] 126 { z-index: 4; color: white; width: eval('_width+2'); } 127 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; } 124 way[tunnel=yes]::tunnel1 { z-index: 4; color: white; width: eval('_width+2'); } 125 way[tunnel=yes]::tunnel2 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; } 128 126 129 127 /* Oneway */ 130 way[oneway=yes] { z-index: 10; color: #6c70d5; width: 2; dashes: 10,30; line-style: arrows; }128 way[oneway=yes]::arrows { z-index: 10; color: #6c70d5; width: 2; dashes: 10,30; line-style: arrows; } 131 129 132 130 … … 138 136 an object. Potlatch 2 supports these but the stand-alone Halcyon viewer does not */ 139 137 140 way :hover { z-index: 2; width: eval('_width+10'); color: #ffff99; } 141 way :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;} 142 way !:drawn { z-index:10; width: 0.5; color: gray; } 138 @import("stylesheets/core_interactive.css"); 143 139 144 node :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1;}145 node :hoverway { z-index: 9; icon-image: square; icon-width: 7; color: blue; }146 node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 3; color: lightsteelblue; casing-color: black; casing-width: 1; }147 node :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; }148 node :junction :selectedway { z-index: 8; icon-image: square; icon-width: 12; casing-color: black; casing-width: 1; }149 150 140 /* Descendant selectors provide an easy way to style relations: this example means "any way 151 141 which is part of a relation whose type=route". */ 152 142 153 relation[type=route] way { z-index: 1; width: 17; color: yellow; opacity: 0.3; }154 relation[type=route][route=bicycle][network=ncn] way { z-index: 1; width: 12; color: red; opacity: 0.3; }155 relation[type=route][route=bicycle][network=rcn] way { z-index: 1; width: 12; color: cyan; opacity: 0.3; }156 relation[type=route][route=bicycle][network=lcn] way { z-index: 1; width: 12; color: blue; opacity: 0.3; }157 relation[type=route][route=bicycle][network=mtb] way { z-index: 1; width: 12; color: #48a448; opacity: 0.3; }143 relation[type=route] way::routeline { z-index: 1; width: 17; color: yellow; opacity: 0.3; } 144 relation[type=route][route=bicycle][network=ncn] way::routeline { z-index: 1; width: 12; color: red; opacity: 0.3; } 145 relation[type=route][route=bicycle][network=rcn] way::routeline { z-index: 1; width: 12; color: cyan; opacity: 0.3; } 146 relation[type=route][route=bicycle][network=lcn] way::routeline { z-index: 1; width: 12; color: blue; opacity: 0.3; } 147 relation[type=route][route=bicycle][network=mtb] way::routeline { z-index: 1; width: 12; color: #48a448; opacity: 0.3; } 158 148 159 149 -
trunk/styles_nodist/potlatch2/source/potlatch.css
r3983 r5215 16 16 @import("stylesheets/core_landuse.css"); 17 17 @import("stylesheets/core_relations.css"); 18 way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}18 way .area_small_name {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;} 19 19 @import("stylesheets/core_interactive.css"); 20 20 21 /* Rendering for licence status */ 22 23 way[_status=no]::status { z-index: 0; width: eval('_width+7'); color: #AA0000; } 24 way[_status=partial]::status { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; } 25 way[_status=unsure]::status { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; } 26 node[_status=no]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; } 27 node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; } 28 node[_status=unsure]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; } -
trunk/styles_nodist/potlatch2/source/wireframe.css
r3983 r5215 13 13 node :selected { z-index: 9; icon-image: square; icon-width: 6; color: red; casing-color: black; casing-width: 1; } 14 14 node !:drawn :poi { z-index: 2; icon-image: square; icon-width: 4; color: green; casing-color: black; casing-width: 1; } 15 node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 3; color: black; }15 node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 6; color: black; } 16 16 node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; } 17 17
Note:
See TracChangeset
for help on using the changeset viewer.