IKAS Euskal Pedagogia zerbitzua

Eu Fr
  • Eskaera orriak
  • Harremanak
  • Ataria
  • IKAS
    • Elkartea
    • Bazkidetza
    • Argitalpen batzordea
    • Admin. kontseilua
    • Lan taldea
  • Baliabide pedagogikoak
    • Mailaz maila
    • Bideoak
    • Literatura digitala
    • Liburuen ustiapenak
    • Hizkuntza baliabideak
    • Gai kulturalak
    • Programak
  • Mediateka
    • Katalogoa
    • Berritasunak
    • Literatura gaika
      • 1. mailan
      • 2. mailan
    • Libururak andanaka
  • Katalogoa
  • Animazioak
  • Ikas Xiberoa
  • Ataria >
  • Baliabide pedagogikoak >
  • Baliabideak mailaka >
  • 3. zikloa >
  • Geografia >
  • Kartografia / Mapak >
  • Mundua >
  • Mundua : erliebea >
  • Erliebea - Bakuna - SVG fitxategia

Erliebea - Bakuna - SVG fitxategia

image/svg+xml /* * Below are Cascading Style Sheet (CSS) definitions in use in this file, * which allow easily changing how countries are displayed. * */ /* * circles around small countries * * Change opacity to 1 to display all circles. * */ .circlexx { opacity:0; fill:#E0E0E0; stroke:black; stroke-width:0.5; } /* * Smaller circles around French DOMs and Chinese SARs * * Change opacity to 1 to display all subnational circles. * */ .subxx { opacity:0; stroke-width:0.3; } /* * land */ .landxx { fill: #E0E0E0; stroke:#fff; stroke-width:0.5; } /* * Styles for coastlines of islands with no borders */ .coastxx { stroke-width: 0.3; } /* * Additional style rules * * The following are examples of colouring countries. You can substitute these with your own styles to colour the countries on the map. * * Color a few countries: * * .gb, .au, .nc * { * fill: #ff0000; * } * * Color a few small country circles (and the countries): * * .ms, .ky * { * opacity: 1; * fill: #ff0000; * } * */ /* * Antarctica */ .aq { fill:#e6e6e6; } /* * Sea */ .ocean { opacity: 1; color: #000; fill:#fff; stroke:#000; stroke-width:0.5; stroke-miterlimit:1; } .lake { fill:white; fill-opacity:1; stroke:none; }