Changes between Version 195 and Version 196 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2021-08-18T18:48:05+02:00 (4 years ago)
Author:
Hb---
Comment:

Lines longer than 80 characters break the screen view on my computer

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v195 v196  
    573573{{{
    574574#!mapcss
    575 node[inside("FR")]                    /* matches any node located inside of France (this includes all the overseas territories)                                     */
    576 node[inside("FX")]                    /* matches any node located inside of Metropolitan France (i.e. only the mainland part with its near islands including Corse) */
    577 node[inside("EU")]                    /* matches any node located inside of the European Union                                                                      */
    578 node[inside("FR,DE")]                 /* matches any node located inside of France __OR__ inside of Germany                                                         */
    579 node[inside("US-FL")]                 /* matches any node located inside of the US state Florida                                                                    */
    580 
    581 node[outside("FR")]                   /* matches any node located outside of France                                                                                 */
    582 node[outside("FR,DE")]                /* matches any node located outside of France __AND__ outside of Germany                                                      */
    583 node[inside("US")][outside("US-FL")]  /* matches any node located inside of the USA except the state Florida                                                        */
     575                                      /* matches any node located …                             */
     576node[inside("FR")]                    /* … inside of France (includes the overseas territories) */
     577node[inside("FX")]                    /* … inside of Metropolitan France (i.e. only the
     578                                         mainland part with its near islands including Corse)   */
     579node[inside("EU")]                    /* … inside of the European Union                         */
     580node[inside("FR,DE")]                 /* … inside of France __OR__ inside of Germany            */
     581node[inside("US-FL")]                 /* … inside of the US state Florida                       */
     582
     583node[outside("FR")]                   /* … outside of France                                    */
     584node[outside("FR,DE")]                /* … outside of France __AND__ outside of Germany         */
     585node[inside("US")][outside("US-FL")]  /* … inside of the USA except the state Florida           */
    584586}}}
    585587
     
    679681|| {{{:in-downloaded-area}}} || true if an object is within source area and false if in the hatched area (since r8495). ||
    680682|| {{{:selected}}} || true if an object is selected in the editor (since r9341). ||
    681 || {{{:modified}}} || changed objects (since r7193). ||
     683|| {{{:modified}}} || changed and new objects (since r7193). ||
    682684You can also negate pseudo classes. E.g. {{{!:new}}} for all old objects.
    683685