Massimiliano 7 meses atrás
pai
commit
5b4f89aab5

+ 12 - 13
Backend/templates/TFO.html

@@ -32,19 +32,18 @@
             background-color: #f8f9fa; /* Grigio chiaro */
             padding: 2rem 0;
         }
-        .logo {
-            font-family: 'Georgia', serif; /* Font diverso */
-            font-size: 1.5rem;
-            font-weight: bold;
-            display: inline-flex;
-            align-items: center;
-            justify-content: center;
-            width: 50px; /* Diametro del cerchio */
-            height: 50px; /* Diametro del cerchio */
-            background-color: white; /* Colore di sfondo del cerchio */
-            color: #0066CC; /* Colore del testo */
-            border-radius: 50%; /* Rende l'elemento un cerchio */
-            margin-right: 10px;
+        /* Stile per il logo "PW" dentro un cerchio */
+        .logo { 
+            font-family: 'Georgia', serif; 
+            font-size: 1.5rem; 
+            width: 50px; height: 50px; 
+            background-color: white; 
+            color: #0066CC; 
+            border-radius: 50%; 
+            margin-right: 10px; 
+            display: inline-flex; 
+            align-items: center; 
+            justify-content: center; 
         }
         #map { height: 500px; width: 100%; }
         #coordinate-inputs { margin-top: 10px; width: 50%; }

+ 12 - 14
Backend/templates/buildings.html

@@ -52,20 +52,18 @@
             padding: 1rem 0;
         }
 
-        /* Stile per il logo "PW" dentro un cerchio */
-        .logo {
-            font-family: 'Georgia', serif; /* Font diverso */
-            font-size: 1.5rem;
-            font-weight: bold;
-            display: inline-flex;
-            align-items: center;
-            justify-content: center;
-            width: 50px; /* Diametro del cerchio */
-            height: 50px; /* Diametro del cerchio */
-            background-color: white; /* Colore di sfondo del cerchio */
-            color: #0066CC; /* Colore del testo */
-            border-radius: 50%; /* Rende l'elemento un cerchio */
-            margin-right: 10px;
+       /* Stile per il logo "PW" dentro un cerchio */
+       .logo { 
+            font-family: 'Georgia', serif; 
+            font-size: 1.5rem; 
+            width: 50px; height: 50px; 
+            background-color: white; 
+            color: #0066CC; 
+            border-radius: 50%; 
+            margin-right: 10px; 
+            display: inline-flex; 
+            align-items: center; 
+            justify-content: center; 
         }
 
         /* Stile per il titolo "Mappa" */

+ 11 - 13
Backend/templates/faq.html

@@ -24,19 +24,17 @@
         }
 
         /* Stile per il logo "PW" dentro un cerchio */
-        .logo {
-            font-family: 'Georgia', serif; /* Font diverso */
-            font-size: 1.5rem;
-            font-weight: bold;
-            display: inline-flex;
-            align-items: center;
-            justify-content: center;
-            width: 50px; /* Diametro del cerchio */
-            height: 50px; /* Diametro del cerchio */
-            background-color: white; /* Colore di sfondo del cerchio */
-            color: #0066CC; /* Colore del testo */
-            border-radius: 50%; /* Rende l'elemento un cerchio */
-            margin-right: 10px;
+        .logo { 
+            font-family: 'Georgia', serif; 
+            font-size: 1.5rem; 
+            width: 50px; height: 50px; 
+            background-color: white; 
+            color: #0066CC; 
+            border-radius: 50%; 
+            margin-right: 10px; 
+            display: inline-flex; 
+            align-items: center; 
+            justify-content: center; 
         }
 
         /* Stile per il titolo "FAQ - Domande Frequenti" */

+ 11 - 13
Backend/templates/instructions.html

@@ -24,19 +24,17 @@
         }
 
         /* Stile per il logo "PW" dentro un cerchio */
-        .logo {
-            font-family: 'Georgia', serif;
-            font-size: 1.5rem;
-            font-weight: bold;
-            display: inline-flex;
-            align-items: center;
-            justify-content: center;
-            width: 50px;
-            height: 50px;
-            background-color: white;
-            color: #0066CC;
-            border-radius: 50%;
-            margin-right: 10px;
+        .logo { 
+            font-family: 'Georgia', serif; 
+            font-size: 1.5rem; 
+            width: 50px; height: 50px; 
+            background-color: white; 
+            color: #0066CC; 
+            border-radius: 50%; 
+            margin-right: 10px; 
+            display: inline-flex; 
+            align-items: center; 
+            justify-content: center; 
         }
 
         /* Stile per il titolo "Segnalazioni e Supporto Tecnico" */

+ 1 - 0
Backend/templates/mappa_home.html

@@ -14,6 +14,7 @@
     <style>
         .top-bar { background-color: #004080; color: white; padding: 0.5rem 0; }
         .header { background-color: #0066CC; color: white; padding: 1rem 0; }
+        /* Stile per il logo "PW" dentro un cerchio */
         .logo { 
             font-family: 'Georgia', serif; 
             font-size: 1.5rem; 

+ 2 - 1
Backend/templates/mappa_logout.html

@@ -14,7 +14,8 @@
     <style>
         .top-bar { background-color: #004080; color: white; padding: 0.5rem 0; }
         .header { background-color: #0066CC; color: white; padding: 1rem 0; }
-        .logo { 
+       /* Stile per il logo "PW" dentro un cerchio */
+       .logo { 
             font-family: 'Georgia', serif; 
             font-size: 1.5rem; 
             width: 50px; height: 50px; 

+ 11 - 13
Backend/templates/techsup.html

@@ -25,19 +25,17 @@
         }
 
         /* Stile per il logo "PW" dentro un cerchio */
-        .logo {
-            font-family: 'Georgia', serif; /* Font diverso */
-            font-size: 1.5rem;
-            font-weight: bold;
-            display: inline-flex;
-            align-items: center;
-            justify-content: center;
-            width: 50px; /* Diametro del cerchio */
-            height: 50px; /* Diametro del cerchio */
-            background-color: white; /* Colore di sfondo del cerchio */
-            color: #0066CC; /* Colore del testo */
-            border-radius: 50%; /* Rende l'elemento un cerchio */
-            margin-right: 10px;
+        .logo { 
+            font-family: 'Georgia', serif; 
+            font-size: 1.5rem; 
+            width: 50px; height: 50px; 
+            background-color: white; 
+            color: #0066CC; 
+            border-radius: 50%; 
+            margin-right: 10px; 
+            display: inline-flex; 
+            align-items: center; 
+            justify-content: center; 
         }
 
         /* Stile per il titolo "Segnalazioni e Supporto Tecnico" */

+ 11 - 20
Backend/templates/visualizza_pratiche.html

@@ -30,27 +30,18 @@
         }
 
         /* Stile per il logo "PW" dentro un cerchio */
-        .logo {
-            font-family: 'Georgia', serif;
-            /* Font diverso */
-            font-size: 1.5rem;
-            font-weight: bold;
-            display: inline-flex;
-            align-items: center;
-            justify-content: center;
-            width: 50px;
-            /* Diametro del cerchio */
-            height: 50px;
-            /* Diametro del cerchio */
-            background-color: white;
-            /* Colore di sfondo del cerchio */
-            color: #0066CC;
-            /* Colore del testo */
-            border-radius: 50%;
-            /* Rende l'elemento un cerchio */
-            margin-right: 10px;
+        .logo { 
+            font-family: 'Georgia', serif; 
+            font-size: 1.5rem; 
+            width: 50px; height: 50px; 
+            background-color: white; 
+            color: #0066CC; 
+            border-radius: 50%; 
+            margin-right: 10px; 
+            display: inline-flex; 
+            align-items: center; 
+            justify-content: center; 
         }
-
         /* Stile per il titolo "Segnalazioni e Supporto Tecnico" */
         .header-title {
             color: white;