Compare commits

...

4 Commits

2 changed files with 7 additions and 5 deletions

View File

@ -252,7 +252,7 @@ Ex browsingldc.css
.Nik_dropdown-content {
max-width: 170px;
min-width: 70px;
padding: 0px 0px;
padding: 1px 1px;
font-size: 12px;
z-index: 100;
}
@ -382,6 +382,7 @@ a[target="_blank"]::after {
}
.badge-outline-warning {
color: #325a7d;
background-color: #e8edf0;
border-color: #325a7d;
}
.navig-canto:hover, .citazioneFrase:hover {
@ -446,6 +447,7 @@ a[target="_blank"]::after {
/* ------- mark #a996a0 -------- */
.mark {
/* background-color: #bac8d3 !important; */
background-color: #a996a0 !important;
}
@ -470,9 +472,10 @@ a[target="_blank"]::after {
/* ------- #1E90FF -------- */
.Nik_dropdown-content {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
background-color: #e4e5dd !important;
color: #1E90FF;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
/* background-color: #e4e5dd !important; */
background-color: #f8f9fa !important;
color: #1E90FF !important;
}

View File

@ -30,7 +30,6 @@
<script type="text/javascript" src="https://bundle.run/sparqljs@3.4.1"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
<!--
<script type="module" src="https://tacitus.isti.cnr.it/luk/js/syntgraph.js"></script>
-->
<script type="module" src="https://hdnlab1.isti.cnr.it/d3search/js/syntgraph.js"></script>
<script src="https://hdnlab1.isti.cnr.it/d3search/node_modules/commarcdiag/d3.js"></script>