- Timestamp:
- May 24, 2025, 8:29:35 PM (7 months ago)
- Location:
- trunk
- Files:
-
- 8 added
- 17 deleted
- 9 edited
-
admin/modules/Elezioni/imgscheda (added)
-
admin/modules/Elezioni/imgscheda/scheda_arancione.jpg (added)
-
admin/modules/Elezioni/imgscheda/scheda_blu.jpg (added)
-
admin/modules/Elezioni/imgscheda/scheda_giallo.jpg (added)
-
admin/modules/Elezioni/imgscheda/scheda_grigio.jpg (added)
-
admin/modules/Elezioni/imgscheda/scheda_verde.jpg (added)
-
admin/modules/Elezioni/imgscheda/scheda_verdescuro.jpg (added)
-
admin/modules/Elezioni/imgscheda/scheda_viola.jpg (added)
-
admin/versione.php (modified) (1 diff)
-
client/modelli/dompdf/AUTHORS.md (deleted)
-
client/modelli/dompdf/LICENSE.LGPL (deleted)
-
client/modelli/dompdf/README.md (deleted)
-
client/modelli/dompdf/VERSION (deleted)
-
client/modelli/dompdf/autoload.inc.php (deleted)
-
client/modelli/dompdf/vendor/composer/ClassLoader.php (deleted)
-
client/modelli/dompdf/vendor/composer/InstalledVersions.php (deleted)
-
client/modelli/dompdf/vendor/composer/LICENSE (deleted)
-
client/modelli/dompdf/vendor/composer/autoload_classmap.php (deleted)
-
client/modelli/dompdf/vendor/composer/autoload_namespaces.php (deleted)
-
client/modelli/dompdf/vendor/composer/autoload_psr4.php (deleted)
-
client/modelli/dompdf/vendor/composer/autoload_real.php (deleted)
-
client/modelli/dompdf/vendor/composer/autoload_static.php (deleted)
-
client/modelli/dompdf/vendor/composer/installed.json (deleted)
-
client/modelli/dompdf/vendor/composer/installed.php (deleted)
-
client/modelli/dompdf/vendor/composer/platform_check.php (deleted)
-
client/temi/bootstrap/css/altricss.css (modified) (1 diff)
-
client/temi/bootstrap/themes/tema-arancione.css (modified) (2 diffs)
-
client/temi/bootstrap/themes/tema-azzurro.css (modified) (2 diffs)
-
client/temi/bootstrap/themes/tema-giallo.css (modified) (2 diffs)
-
client/temi/bootstrap/themes/tema-rosso.css (modified) (2 diffs)
-
client/temi/bootstrap/themes/tema-turchese.css (modified) (2 diffs)
-
client/temi/bootstrap/themes/tema-verde.css (modified) (2 diffs)
-
client/temi/bootstrap/themes/tema_turchese.css (deleted)
-
client/versione.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/versione.php
r469 r470 1 1 <?php 2 2 3 $versione = "3.0 rev 4 69";3 $versione = "3.0 rev 470"; 4 4 $version_number = $versione; 5 $datarel = "2 3maggio 2025";5 $datarel = "24 maggio 2025"; 6 6 $version = "Eleonline $version_number (<i>Data Release: $datarel</i>)"; 7 7 -
trunk/client/temi/bootstrap/css/altricss.css
r468 r470 151 151 } 152 152 .avatar.simbolo { 153 /* max-width: 80px !important;*/154 height: 100px;155 153 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 158 168 .avatar.simbolo2 { 159 169 width: 40px; -
trunk/client/temi/bootstrap/themes/tema-arancione.css
r468 r470 222 222 color: var(--arancione-scuro) !important; 223 223 } 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 } 225 232 /* ========================= */ 226 233 /* Footer */ … … 319 326 /* modalità smartphone */ 320 327 /* ========================= */ 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 /* } */ 325 332 326 333 .it-header-wrapper .menu-wrapper { -
trunk/client/temi/bootstrap/themes/tema-azzurro.css
r468 r470 222 222 color: var(--azzurro-scuro) !important; 223 223 } 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 } 225 232 /* ========================= */ 226 233 /* Footer */ … … 297 304 /* modalità smartphone */ 298 305 /* ========================= */ 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 /* } */ 303 310 304 311 .it-header-wrapper .menu-wrapper { -
trunk/client/temi/bootstrap/themes/tema-giallo.css
r468 r470 223 223 color: var(--giallo-scuro) !important; 224 224 } 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 } 226 233 /* ========================= */ 227 234 /* Footer */ … … 298 305 /* modalità smartphone */ 299 306 /* ========================= */ 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 /* } */ 304 312 305 313 .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 */ 311 319 .it-header-wrapper .menu-wrapper a { 312 color: var(-- turchese-scuro) !important;320 color: var(--giallo-scuro-alt) !important; 313 321 } 314 322 315 323 .it-header-wrapper .menu-wrapper a:hover { 316 color: var(-- turchese-scuro-alt) !important;324 color: var(--giallo-medio) !important; 317 325 } 318 326 319 327 .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 223 223 color: var(--rosso-scuro) !important; 224 224 } 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 } 226 233 /* ========================= */ 227 234 /* Footer */ … … 298 305 /* modalità smartphone */ 299 306 /* ========================= */ 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 /* } */ 304 311 305 312 .it-header-wrapper .menu-wrapper { -
trunk/client/temi/bootstrap/themes/tema-turchese.css
r468 r470 224 224 color: var(--turchese-scuro) !important; 225 225 } 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 } 227 234 /* ========================= */ 228 235 /* Footer */ … … 299 306 /* modalità smartphone */ 300 307 /* ========================= */ 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 /* } */ 305 312 306 313 .it-header-wrapper .menu-wrapper { -
trunk/client/temi/bootstrap/themes/tema-verde.css
r468 r470 223 223 color: var(--verde-scuro) !important; 224 224 } 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 } 226 233 /* ========================= */ 227 234 /* Footer */ … … 298 305 /* modalità smartphone */ 299 306 /* ========================= */ 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 /* } */ 304 311 305 312 .it-header-wrapper .menu-wrapper { -
trunk/client/versione.php
r469 r470 1 1 <?php 2 $versione = "3.0 rev 4 69";2 $versione = "3.0 rev 470"; 3 3 $version_number = $versione; 4 $datarel = "2 3maggio 2025";4 $datarel = "24 maggio 2025"; 5 5 $version = "Eleonline $version_number (<i>Data Release: $datarel</i>)"; 6 6
Note:
See TracChangeset
for help on using the changeset viewer.
