Changeset 5218 in josm for trunk/styles_nodist/potlatch2


Ignore:
Timestamp:
2012-05-06T21:43:07+02:00 (12 years ago)
Author:
bastiK
Message:

fixes for the Potlatch 2 style

Location:
trunk/styles_nodist/potlatch2/patched
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles_nodist/potlatch2/patched/core_pois.css

    r5215 r5218  
    3636node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
    3737node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; }
    38 node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 15; text: auto; font-size: 10; z-index: 20; }
     38node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 0; text: auto; font-size: 10; z-index: 20; }
    3939node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
    4040node[amenity=hospital] { icon-image: icons/health_hospital.n.16.png; z-index: 20; }
  • trunk/styles_nodist/potlatch2/patched/core_ways.css

    r5215 r5218  
    1010way[highway=secondary],way[highway=secondary_link],
    1111way[highway=tertiary],way[highway=tertiary_link],
    12 way[highway=residential],way[highway=unclassified]  { z-index: 5; text: auto; text-color: black; font-size: 12; text-position: line; text-offset: 10; text-halo-color: white; text-halo-radius: 2; linecap: round; casing-linecap: round }
     12way[highway=residential],way[highway=unclassified]  { z-index: 5; text: auto; text-color: black; font-size: 12; text-position: line; text-halo-color: white; text-halo-radius: 2; linecap: round; casing-linecap: round }
    1313way[highway=motorway],way[highway=motorway_link]    { z-index: 9; color: #809BC0; width: 7; casing-color: #1e375a; casing-width: 1; }
    1414way[highway=trunk],way[highway=trunk_link]          { z-index: 9; color: #7FC97F; width: 7; casing-color: #245424; casing-width: 1; }
     
    8383/* Aeroways */
    8484
    85 area[aeroway=aerodrome]:closed
     85way[aeroway=aerodrome]:closed
    8686    { z-index: 3; color: #bb44bb; width: 3; casing-color: #66066;  casing-width: 1;  }
    87 area|z-15[aeroway=aerodrome]:closed
     87way|z-15[aeroway=aerodrome]:closed
    8888    { z-index: 3; fill-color: #bb99bb;  fill-opacity: 0.5;}
    8989way[aeroway=taxiway]!:closed { z-index: 8; color: #999999; width: 3; casing-color: #aa66aa; casing-width: 2; }
Note: See TracChangeset for help on using the changeset viewer.