From e9cd7c238eccc292aa732624bef437cfe1d5b044 Mon Sep 17 00:00:00 2001 From: Louis-LJ <79785663+Louis-LJ@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:04:29 +0200 Subject: [PATCH] fix and same legend --- CycloRoute/index.html | 4 +- CycloRoute/index_EN.html | 275 ++++++++++++++++++++++----------------- CycloRoute/index_ES.html | 273 +++++++++++++++++++++----------------- Style.css | 2 +- 4 files changed, 307 insertions(+), 247 deletions(-) diff --git a/CycloRoute/index.html b/CycloRoute/index.html index 35a6d15..9c0feeb 100644 --- a/CycloRoute/index.html +++ b/CycloRoute/index.html @@ -218,8 +218,8 @@

Legende du fond de carte CyclOSM que nous avons intégré à notre style

- diff --git a/CycloRoute/index_EN.html b/CycloRoute/index_EN.html index 039adeb..684fb03 100644 --- a/CycloRoute/index_EN.html +++ b/CycloRoute/index_EN.html @@ -207,128 +207,159 @@

CycloRoute

Legend of the CyclOSM basemap that we integrated into our style


- - -
-

Infrastructure cyclable

+
+

Infrastructure cyclable

- - - - - - - - - - - - - - - - - - - - - - -
Separated cycle path
Greenway
- - - - - - - - Cycle path on this side of the road
- - - - - - - - Cycle lane on this side of the road
- - - - - - - - Shared lane (with bus or motor vehicle) on this side of the road
Road shoulder open to bicycles
-
- - - - - - - - - - - - - - - - - - - - - - - - -
International cycle route
National cycle route
Regional cycle route
Local cycle route
MTB route
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Bicycle repair station
Compressed air
Gas station with compressed air
Bike parking
Shared parking for bikes and motorbikes
Bike rental
Bike shop
+
+



diff --git a/CycloRoute/index_ES.html b/CycloRoute/index_ES.html index e6e5a37..be5096d 100644 --- a/CycloRoute/index_ES.html +++ b/CycloRoute/index_ES.html @@ -209,128 +209,157 @@

CycloRoute

Leyenda del mapa base de CyclOSM que integramos a nuestro estilo


- - - - - - - - - - - - - - - - - - - - - - - - - -
Carril bici separado
Camino verde
- - - - - - - - Carril bici a este lado de la carretera
- - - - - - - - Carril bici a este lado de la carretera
- - - - - - - - Carril compartido (con autobús o vehículo motorizado) en este lado de la vía
Arcén abierto a las bicicletas
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Ruta ciclista internacional
Ruta ciclista nacional
Ruta ciclista regional
Ruta ciclista local
Ruta BTT
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Estación de reparación de bicicletas
Aire comprimido
Gasolinera con aire comprimido.
Aparcamiento de bicicletas
Aparcamiento compartido para bicicletas y motos.
Alquiler de bicicletas
Tienda de bicicletas
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Infraestructura ciclista

+
Carril bici separado
Camino verde
+ + + + + + + + Carril bici a este lado de la carretera
+ + + + + + + + Carril bici a este lado de la carretera separado
+ + + + + + + + Carril compartido (con autobús o vehículo motorizado)
en este lado de la vía
Arcén abierto a las bicicletas
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+

Rutas ciclistas

+
+ + + + + + Ruta ciclista internacional
+ + + + + + Ruta ciclista nacional
+ + + + + + Ruta ciclista regional
+ + + + + + Ruta ciclista local
+ + + + + + Ruta BTT
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Equipamiento específico para bicicleta

+
Estación de reparación de bicicletas
Aire comprimido
Gasolinera con aire comprimido.
Aparcamiento de bicicletas
Aparcamiento compartido para bicicletas y motos.
Alquiler de bicicletas
Tienda de bicicletas
+



diff --git a/Style.css b/Style.css index 8cbecfa..ed2b5b7 100644 --- a/Style.css +++ b/Style.css @@ -6,7 +6,6 @@ --navbar-text-color: hsl(0, 0%, 85%); --navbar-text-color-focus: white; --navbar-bg-contrast: hsl(0, 0%, 25%); - --bgtabledark: #25282E; } body { @@ -19,6 +18,7 @@ body { :root { --text: #dddddd; --bg: #0d1117; + --bgtabledark: #25282E; } }