From 4b980766b2032383f41de576f2d64833581923fb Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Thu, 20 Apr 2023 12:50:54 +0200 Subject: [PATCH] Modifiche colori ricerca, omologata grafica --- css/custom1_4.3.css | 45 ++++++++++++++++++------------------ css/custom2_4.3.css | 56 +++++++++++++++++++++++++++++++++------------ index_4.3.html | 40 ++++++++++++++++---------------- js/script_4.3.js | 14 ++++++++---- 4 files changed, 95 insertions(+), 60 deletions(-) diff --git a/css/custom1_4.3.css b/css/custom1_4.3.css index f081f14..56634b3 100644 --- a/css/custom1_4.3.css +++ b/css/custom1_4.3.css @@ -18,7 +18,7 @@ html, body { } .tableMain { - height: 95%; + height: 97%; min-height: 600px; } @@ -93,18 +93,6 @@ html, body { border-bottom-left-radius: 0 !important; } - -.page-link { - position: relative; - display: block; - padding: 0.5rem 0.75rem; - margin-left: -1px; - line-height: 1.25; - color: #5f8ec2; - background-color: #fff; - border: 1px solid #dee2e6; -} - .lista-risultati:hover, .citazioneFrase:hover { cursor: pointer; } @@ -355,32 +343,43 @@ li::marker { border-color: rgb(117, 159, 154) !important; background-color: rgb(117, 159, 154) !important; } -.ui-selectable .ui-selecting { + +.ui-selectable .ui-selecting .suxess { background: #759F9A; } -.ui-selectable .ui-selected { + +.ui-selectable .ui-selected .suxess { background: #DEE2E6; color: #759F9A !important; } -.form-control:focus, input[type=text]:focus { +.ui-selectable .ui-selecting:not(.suxess) { + background: #bcab7c; +} + +.ui-selectable .ui-selected:not(.suxess) { + background: #eef1f3; + color: #bcab7c !important; +} + +.form-control:not(.border-secondary):not(.btn-outline-secondary):focus, input[type=text]:not(.border-secondary):not(.btn-outline-secondary):focus { border-color: rgba(117, 159, 154) !important; box-shadow: 0 0 0 0.2rem rgba(117, 159, 154,.5); } -/* ------- $warning #eace87 -------- */ +/* ------- mark #eace87 -------- */ .mark { background-color: #eace87 !important; } - -/* ------- #985949 -------- */ +/* ------- $danger #985949 -------- */ #displaycanto span:hover { color: #985949; } + .ttContent { color: #985949; } @@ -392,7 +391,6 @@ li::marker { color: #5b352c; } - /* ------- #1E90FF -------- */ .Nik_dropdown-content { @@ -400,9 +398,12 @@ li::marker { color: #1E90FF; } +/* ricerca semplice */ +.bg-lida08 { + background-color: #c4c8cc !important; +} /* ricerca avanzata */ - .bg-lida10 { background-color: #c8d9d7 !important; } @@ -410,6 +411,7 @@ li::marker { .bg-lida10-mix { background-color: #f3f5f2 !important; } + /* clausola */ .bg-lida11 { background-color: #e3eceb !important; @@ -425,7 +427,6 @@ li::marker { background-color: #ece3e4 !important; } - /* visualizza e minimap */ .bg-lida-vis, #displayminimap, .claCollBtn, .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active { background-color: #fefeff! important; diff --git a/css/custom2_4.3.css b/css/custom2_4.3.css index 0564c45..4914f4b 100644 --- a/css/custom2_4.3.css +++ b/css/custom2_4.3.css @@ -18,7 +18,7 @@ html, body { } .tableMain { - height: 95%; + height: 97%; min-height: 600px; } @@ -44,8 +44,8 @@ html, body { #colMinimap { padding-top: 63px; min-height: 600px; - min-width: 110px !important; - width: 110px !important; + min-width: 111px !important; + width: 111px !important; border-right-width: 2px !important; border-bottom-width: 2px !important; } @@ -352,22 +352,30 @@ li::marker { border-color: rgb(65, 93, 67) !important; background-color: rgb(65, 93, 67) !important; } -.ui-selectable .ui-selecting { + +.ui-selectable .ui-selecting .suxess { background: #054a29; } -.ui-selectable .ui-selected { + +.ui-selectable .ui-selected .suxess { background: #DEE2E6; color: #054a29 !important; } -.form-control:focus, input[type=text]:focus { +.ui-selectable .ui-selecting:not(.suxess) { + background: #787675; +} + +.ui-selectable .ui-selected:not(.suxess) { + background: #DEE2E6; + color: #787675 !important; +} + +.form-control:not(.border-secondary):not(.btn-outline-secondary):focus, input[type=text]:not(.border-secondary):not(.btn-outline-secondary):focus { border-color: rgba(65, 93, 67) !important; box-shadow: 0 0 0 0.2rem rgba(65,93,67,.5); } -input2[type=text]:-internal-autofill-selected { - background-color: #d4cbd0! important; -} /* ------- mark #a996a0 -------- */ .mark { @@ -400,30 +408,51 @@ input2[type=text]:-internal-autofill-selected { } +/* ricerca semplice */ + +.bg-lida08 { + background-color: #adaaa7 !important; +} + /* ricerca avanzata */ -.bg-lida10 { +.bg-lida10-old { background-color: #8dac91 !important; } +.bg-lida10 { + background-color: #bbcdbd !important; +} .bg-lida10-mix { + background-color: #e4e5dd !important; +} +.bg-lida10-mix-old { background-color: #e0e2d9 !important; } /* clausola */ -.bg-lida11 { +.bg-lida11-old { background-color: #c6d5c8 !important; } +.bg-lida11 { + background-color: #dde6de !important; +} /* AND */ -.bg-lida12 { +.bg-lida12-old { background-color: #c8c6d5 !important; } +.bg-lida12 { + background-color: #d9d7e2 !important; +} /* OR */ -.bg-lida13 { +.bg-lida13-old { background-color: #d5c8c6 !important; } +.bg-lida13 { + background-color: #e2d9d7 !important; +} /* visualizza e minimap */ @@ -464,4 +493,3 @@ input2[type=text]:-internal-autofill-selected { border-color: rgba(0,0,0,.125)! important; } - diff --git a/index_4.3.html b/index_4.3.html index aaa88b4..8bf8b11 100644 --- a/index_4.3.html +++ b/index_4.3.html @@ -128,7 +128,7 @@ @@ -508,31 +508,31 @@
+ class="row card bg-lida08 mx-0 p-2 d-flex justify-content-end">
- -
-
- @@ -581,16 +581,16 @@
-
+