Changeset 470


Ignore:
Timestamp:
May 24, 2025, 8:29:35 PM (7 months ago)
Author:
roby
Message:
  • Correzioni per la gestione delle mappe e la visualizzazione su smartphone per il tema bootstrap
Location:
trunk
Files:
8 added
17 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/versione.php

    r469 r470  
    11<?php
    22
    3 $versione = "3.0 rev 469";
     3$versione = "3.0 rev 470";
    44$version_number = $versione;
    5 $datarel = "23 maggio 2025";
     5$datarel = "24 maggio 2025";
    66$version = "Eleonline $version_number (<i>Data Release: $datarel</i>)";
    77
  • trunk/client/temi/bootstrap/css/altricss.css

    r468 r470  
    151151}
    152152.avatar.simbolo {
    153  /* max-width: 80px !important;*/
    154   height: 100px;   
    155153  width: 100px;
    156 
    157 }
     154  height: 100px;
     155}
     156
     157/* Solo per dispositivi */
     158@media (max-width: 820px) {
     159  .avatar.simbolo {
     160    width: 20vw;
     161    height: auto;
     162    aspect-ratio: 1 / 1;
     163    max-width: 60px;
     164    min-width: 40px;
     165  }
     166}
     167
    158168.avatar.simbolo2 {
    159169  width: 40px;
  • trunk/client/temi/bootstrap/themes/tema-arancione.css

    r468 r470  
    222222  color: var(--arancione-scuro) !important;
    223223}
    224 
     224/* ========================= */
     225/* Affluenza Pagina inziale */
     226/* ========================= */
     227.table.votanti thead,
     228.table.votanti tfoot {
     229  background: var(--arancione-scuro);
     230  color: var(--testo-bianco);
     231}
    225232/* ========================= */
    226233/* Footer */
     
    319326/* modalità smartphone */
    320327/* ========================= */
    321 @media (max-width: 768px) {
    322   html, body {
    323     background-color: var(--arancione-chiaro) !important;
    324   }
     328@media (max-width: 820px) {
     329  /* html, body { */
     330    /* background-color: var(--arancione-chiaro) !important; */
     331  /* } */
    325332
    326333  .it-header-wrapper .menu-wrapper {
  • trunk/client/temi/bootstrap/themes/tema-azzurro.css

    r468 r470  
    222222  color: var(--azzurro-scuro) !important;
    223223}
    224 
     224/* ========================= */
     225/* Affluenza Pagina inziale */
     226/* ========================= */
     227.table.votanti thead,
     228.table.votanti tfoot {
     229  background: var(--azzurro-scuro);
     230  color: var(--testo-bianco);
     231}
    225232/* ========================= */
    226233/* Footer */
     
    297304/* modalità smartphone */
    298305/* ========================= */
    299 @media (max-width: 768px) {
    300   html, body {
    301     background-color: var(--azzurro-chiaro) !important;
    302   }
     306@media (max-width: 820px) {
     307  /* html, body { */
     308    /* background-color: var(--azzurro-chiaro) !important; */
     309  /* } */
    303310
    304311  .it-header-wrapper .menu-wrapper {
  • trunk/client/temi/bootstrap/themes/tema-giallo.css

    r468 r470  
    223223  color: var(--giallo-scuro) !important;
    224224}
    225 
     225/* ========================= */
     226/* Affluenza Pagina inziale */
     227/* ========================= */
     228.table.votanti thead,
     229.table.votanti tfoot {
     230  background: var(--giallo-scuro);
     231  color: var(--testo-bianco);
     232}
    226233/* ========================= */
    227234/* Footer */
     
    298305/* modalità smartphone */
    299306/* ========================= */
    300 @media (max-width: 768px) {
    301   html, body {
    302     background-color: var(--turchese-chiaro) !important;
    303   }
     307
     308@media (max-width: 820px) {
     309  /* html, body { */
     310    /* background-color: var(--giallo-molto-chiaro-alt) !important; */
     311  /* } */
    304312
    305313  .it-header-wrapper .menu-wrapper {
    306     background-color: var(--turchese-chiaro-alt) !important;
    307     color: var(--turchese-scuro) !important;
    308   }
    309 
    310   /* Anche i link dentro il menu burger */
     314    background-color: var(--giallo-chiaro-leggero) !important;
     315    color: var(--giallo-scuro) !important;
     316  }
     317
     318  /* Link dentro il menu burger */
    311319  .it-header-wrapper .menu-wrapper a {
    312     color: var(--turchese-scuro) !important;
     320    color: var(--giallo-scuro-alt) !important;
    313321  }
    314322
    315323  .it-header-wrapper .menu-wrapper a:hover {
    316     color: var(--turchese-scuro-alt) !important;
     324    color: var(--giallo-medio) !important;
    317325  }
    318326
    319327  .it-header-wrapper .menu-wrapper svg.icon {
    320     fill: var(--turchese-scuro) !important;
    321     color: var(--turchese-scuro) !important;
    322   }
    323 
    324   /* Burger bianco */
    325   .navbar-toggler-icon {
    326     filter: none !important;
    327     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    328   }
    329 
    330   /* Bottone trasparente */
    331   .navbar-toggler {
    332     background-color: transparent !important;
    333     border-color: white !important;
    334     color: white !important;
    335     z-index: 1050;
    336   }
    337 
    338   /* Menu a scomparsa trasparente */
    339   .navbar-collapse {
    340     background-color: transparent !important;
    341   }
    342 
    343   /* Icone bianche */
    344   .it-header-wrapper svg.icon * {
    345     fill: white !important;
    346   }
    347 
    348   /* Frecce dropdown turchese scuro su smartphone */
    349   .nav-link.dropdown-toggle .icon,
    350   .dropdown-item .icon {
    351     fill: var(--turchese-scuro) !important;
    352     stroke: var(--turchese-scuro) !important;
    353     color: var(--turchese-scuro) !important;
    354     filter: none !important;
    355   }
    356 }
    357 
     328    fill: var(--giallo-scuro) !important;
     329    color: var(--giallo-scuro) !important;
     330  }
     331
     332  .it-header-wrapper .dropdown-menu {
     333    background-color: var(--giallo-molto-chiaro) !important;
     334    color: var(--giallo-scuro) !important;
     335  }
     336
     337  .it-header-wrapper .dropdown-menu a {
     338    color: var(--giallo-scuro) !important;
     339  }
     340
     341  .it-header-wrapper .dropdown-menu a:hover {
     342    background-color: var(--giallo-chiaro-pastello) !important;
     343    color: var(--giallo-scuro-alt) !important;
     344  }
     345
     346  .it-header-wrapper .close-div,
     347  .it-header-wrapper button.btn.close-menu {
     348    background-color: var(--giallo-scuro) !important;
     349    color: var(--testo-bianco) !important;
     350  }
     351}
     352
     353
  • trunk/client/temi/bootstrap/themes/tema-rosso.css

    r468 r470  
    223223  color: var(--rosso-scuro) !important;
    224224}
    225 
     225/* ========================= */
     226/* Affluenza Pagina inziale */
     227/* ========================= */
     228.table.votanti thead,
     229.table.votanti tfoot {
     230  background: var(--rosso-scuro);
     231  color: var(--testo-bianco);
     232}
    226233/* ========================= */
    227234/* Footer */
     
    298305/* modalità smartphone */
    299306/* ========================= */
    300 @media (max-width: 768px) {
    301   html, body {
    302     background-color: var(--rosso-chiaro) !important;
    303   }
     307@media (max-width: 820px) {
     308  /* html, body { */
     309    /* background-color: var(--rosso-chiaro) !important; */
     310  /* } */
    304311
    305312  .it-header-wrapper .menu-wrapper {
  • trunk/client/temi/bootstrap/themes/tema-turchese.css

    r468 r470  
    224224  color: var(--turchese-scuro) !important;
    225225}
    226 
     226/* ========================= */
     227/* Affluenza Pagina inziale */
     228/* ========================= */
     229.table.votanti thead,
     230.table.votanti tfoot {
     231  background: var(--turchese-scuro);
     232  color: var(--testo-bianco);
     233}
    227234/* ========================= */
    228235/* Footer */
     
    299306/* modalità smartphone */
    300307/* ========================= */
    301 @media (max-width: 768px) {
    302   html, body {
    303     background-color: var(--turchese-chiaro) !important;
    304   }
     308@media (max-width: 820px) {
     309  /* html, body { */
     310    /* background-color: var(--turchese-chiaro) !important; */
     311  /* } */
    305312
    306313  .it-header-wrapper .menu-wrapper {
  • trunk/client/temi/bootstrap/themes/tema-verde.css

    r468 r470  
    223223  color: var(--verde-scuro) !important;
    224224}
    225 
     225/* ========================= */
     226/* Affluenza Pagina inziale */
     227/* ========================= */
     228.table.votanti thead,
     229.table.votanti tfoot {
     230  background: var(--verde-scuro);
     231  color: var(--testo-bianco);
     232}
    226233/* ========================= */
    227234/* Footer */
     
    298305/* modalità smartphone */
    299306/* ========================= */
    300 @media (max-width: 768px) {
    301   html, body {
    302     background-color: var(--verde-chiaro) !important;
    303   }
     307@media (max-width: 820px) {
     308  /* html, body { */
     309    /* background-color: var(--verde-chiaro) !important; */
     310  /* } */
    304311
    305312  .it-header-wrapper .menu-wrapper {
  • trunk/client/versione.php

    r469 r470  
    11<?php
    2 $versione = "3.0 rev 469";
     2$versione = "3.0 rev 470";
    33$version_number = $versione;
    4 $datarel = "23 maggio 2025";
     4$datarel = "24 maggio 2025";
    55$version = "Eleonline $version_number (<i>Data Release: $datarel</i>)";
    66
Note: See TracChangeset for help on using the changeset viewer.