Changes between Version 1 and Version 6 of Styles/RecyclingMaterials


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Styles/RecyclingMaterials

    v1 v6  
    11[[TranslatedPages]]
    22
    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 =
    44[[PageOutline(2-9)]]
    55
     
    3535    icon: "presets/service/recycling/recycling_container.svg";
    3636    author: "Klumbumbus";
    37     link: "http://josm.openstreetmap.de/wiki/Styles/RecyclingMaterials";
    38     watch-modified: true;
     37    link: "https://josm.openstreetmap.de/wiki/Styles/RecyclingMaterials";
    3938    min-josm-version: "8775";
    4039}
     
    4443    title: "Recyclingmaterialien";
    4544    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";
    4746}
    4847
     
    5958}
    6059
    61 /* prepare lists of recycling keys seperated by their values yes or no */
     60/* prepare lists of recycling keys separated by their values yes or no */
    6261node[/^recycling:/] {
    6362    yeslist: list("~~~");
     
    487486    font-size: 12;
    488487    text-offset-y: 7;
    489     text-offset-x: 8;
     488    text-offset-x: 7;
    490489}
    491490node[/^recycling:/]::norecycling {
     
    493492    text-color: recycling_no#FF0000; /* red */
    494493    font-size: 12;
    495     text-offset-y: -14;
    496     text-offset-x: 8;
     494    text-offset-y: -16;
     495    text-offset-x: 7;
    497496}
    498497
     
    513512    text-halo-radius: 2;
    514513    text-halo-color: recycling_no_halo#FFFFFF;
     514    text-offset-y: -18;
    515515}
    516516}}}