Modificata tutta la parte ricerca. Il "3.3bis" e' una prova di nuova

struttura della pagina
This commit is contained in:
Luca Trupiano 2023-01-12 17:09:58 +01:00
parent 6eb0d68eeb
commit ad98ff617d
4 changed files with 5223 additions and 7 deletions

View File

@ -1,5 +1,29 @@
/* custom.css */
/* custom.css */
.custom-control-input:focus~.custom-control-label::before {
border-color: #00968e !important;
box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.25) !important;
}
.custom-control-input:checked~.custom-control-label::before {
border-color: #00968e !important;
background-color: #00968e !important;
}
.custom-control-input:active~.custom-control-label::before {
background-color: #00968e !important;
border-color: #00968e !important;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #00968e !important;
}
.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
background-color: #00968e !important;
border-color: #00968e !important;
}
.badge-outline-info {
padding: .1rem .15rem;
margin-left: .15rem;
@ -34,14 +58,14 @@ table {
opacity: 0.6 !important;
}
#selectableS .ui-selecting { background: #4abd8c; }
#selectableS .ui-selected { background: #00968e; color: white; }
#selectableS { list-style-type: none; margin: 0; padding: 0; }
#selectable0 .ui-selecting { background: #4abd8c; }
#selectable0 .ui-selected { background: #00968e; color: white; }
#selectable0 .ui-selecting { background: #DEE2E6; }
#selectable0 .ui-selected { background: #DEE2E6; color: #DEE2E6; }
#selectable0 { list-style-type: none; margin: 0; padding: 0; }
#selectable1 .ui-selecting { background: #3d6ca9; }
#selectable1 .ui-selected { background: #dbe5f2; color: #3d6ca9; }
#selectable1 { list-style-type: none; margin: 0; padding: 0; }
#selectable2 .ui-selecting { background: #4abd8c; }
#selectable2 .ui-selected { background: #00968e; color: white; }
#selectable2 { list-style-type: none; margin: 0; padding: 0; }

1954
index_3.3.html Normal file

File diff suppressed because it is too large Load Diff

1961
index_3.3bis.html Normal file

File diff suppressed because it is too large Load Diff

1277
js/script_3.3.js Normal file

File diff suppressed because it is too large Load Diff