Changes between Version 1 and Version 6 of Styles/RecyclingMaterials
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/RecyclingMaterials
v1 v6 1 1 [[TranslatedPages]] 2 2 3 = [[ Image(source:/trunk/images/presets/service/recycling/recycling_container.svg,36,middle,inline)]] Recycling Materials =3 = [[JOSMImage(presets/service/recycling/recycling_container,36,middle,inline)]] Recycling Materials = 4 4 [[PageOutline(2-9)]] 5 5 … … 35 35 icon: "presets/service/recycling/recycling_container.svg"; 36 36 author: "Klumbumbus"; 37 link: "http://josm.openstreetmap.de/wiki/Styles/RecyclingMaterials"; 38 watch-modified: true; 37 link: "https://josm.openstreetmap.de/wiki/Styles/RecyclingMaterials"; 39 38 min-josm-version: "8775"; 40 39 } … … 44 43 title: "Recyclingmaterialien"; 45 44 description: "Zeigt Recyclingmaterialien an Recyclingnodes an."; 46 link: "http://josm.openstreetmap.de/wiki/De:Styles/RecyclingMaterials"; 45 link: "https://josm.openstreetmap.de/wiki/De:Styles/RecyclingMaterials"; 47 46 } 48 47 … … 59 58 } 60 59 61 /* prepare lists of recycling keys sep erated by their values yes or no */60 /* prepare lists of recycling keys separated by their values yes or no */ 62 61 node[/^recycling:/] { 63 62 yeslist: list("~~~"); … … 487 486 font-size: 12; 488 487 text-offset-y: 7; 489 text-offset-x: 8;488 text-offset-x: 7; 490 489 } 491 490 node[/^recycling:/]::norecycling { … … 493 492 text-color: recycling_no#FF0000; /* red */ 494 493 font-size: 12; 495 text-offset-y: -1 4;496 text-offset-x: 8;494 text-offset-y: -16; 495 text-offset-x: 7; 497 496 } 498 497 … … 513 512 text-halo-radius: 2; 514 513 text-halo-color: recycling_no_halo#FFFFFF; 514 text-offset-y: -18; 515 515 } 516 516 }}}
