From 0a8c3e4ab5fe95802e9e5d13954fd8a69e88eb0e Mon Sep 17 00:00:00 2001 From: nicola Date: Mon, 6 Mar 2023 16:05:40 +0100 Subject: [PATCH 1/5] spostato citazione a riga successiva --- css/custom1_4.2.css | 3 ++- css/custom2_4.2.css | 3 ++- css/custom_4.2.css | 3 ++- js/cesareBrowse.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/custom1_4.2.css b/css/custom1_4.2.css index 9242411..02c9a7a 100644 --- a/css/custom1_4.2.css +++ b/css/custom1_4.2.css @@ -388,5 +388,6 @@ cite.elencoris { color: #734450; font-style: italic; font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; - + position: relative; + left: 200px; } diff --git a/css/custom2_4.2.css b/css/custom2_4.2.css index c41f3c1..6da9535 100644 --- a/css/custom2_4.2.css +++ b/css/custom2_4.2.css @@ -397,5 +397,6 @@ cite.elencoris { color: #734450; font-style: italic; font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; - + position: relative; + left: 200px; } \ No newline at end of file diff --git a/css/custom_4.2.css b/css/custom_4.2.css index 186bc60..2d1221a 100644 --- a/css/custom_4.2.css +++ b/css/custom_4.2.css @@ -323,5 +323,6 @@ lida2: color: #734450; font-style: italic; font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; - + position: relative; + left: 200px; } diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index 481a165..b404d9e 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -402,7 +402,7 @@ $(" ."+formaClass).hover(function(idx, element) { citazione.attr('class', ' citazioneFrase my-0 mx-2 navig-canto'); citazione.attr('name', getCantica(numeroCantica)+"Canto "+canto); citazione.attr('id', idCitazione+numeroRisultato); - + divVerso.append("
") citazione.appendTo(divVerso); var spanBadgeExpand = $(''); From d76ca42431a9d71a2222e58ca85d253f302ba4e3 Mon Sep 17 00:00:00 2001 From: nicola Date: Mon, 6 Mar 2023 16:27:31 +0100 Subject: [PATCH 2/5] minor bug fixed --- js/cesareBrowse.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index b404d9e..b457370 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -263,6 +263,7 @@ $(" ."+formaClass).hover(function(idx, element) { if (!fineCanto){ $("#"+idCitazione+parcid[4]).remove(); + lastAppend.append("
") citazioneFrase.appendTo(lastAppend) } From 74858d155a27acadf75fbd5e0af2b114e222c0c5 Mon Sep 17 00:00:00 2001 From: nicola Date: Mon, 6 Mar 2023 20:35:15 +0100 Subject: [PATCH 3/5] cambiamenti minori nella visualizzazione frasi --- css/custom1_4.2.css | 2 ++ css/custom2_4.2.css | 2 ++ css/custom_4.2.css | 2 ++ js/cesareBrowse.js | 12 +++++++++++- 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/css/custom1_4.2.css b/css/custom1_4.2.css index 02c9a7a..baba718 100644 --- a/css/custom1_4.2.css +++ b/css/custom1_4.2.css @@ -390,4 +390,6 @@ cite.elencoris { font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; position: relative; left: 200px; + line-height: 0.5em; + font-size: small } diff --git a/css/custom2_4.2.css b/css/custom2_4.2.css index 6da9535..ee47a87 100644 --- a/css/custom2_4.2.css +++ b/css/custom2_4.2.css @@ -399,4 +399,6 @@ cite.elencoris { font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; position: relative; left: 200px; + line-height: 0.5em; + font-size: small } \ No newline at end of file diff --git a/css/custom_4.2.css b/css/custom_4.2.css index 2d1221a..068e3ba 100644 --- a/css/custom_4.2.css +++ b/css/custom_4.2.css @@ -325,4 +325,6 @@ lida2: font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; position: relative; left: 200px; + line-height: 0.5em; + font-size: small } diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index b457370..7b8ffce 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -377,6 +377,9 @@ $(" ."+formaClass).hover(function(idx, element) { var versiIniziali = $('
') var listaVersi = $("
    ") + listaVersi.css("padding-bottom","0px") + listaVersi.css("margin-bottom","0px") + elencoVersi.attr('id', "Frase"+numeroRisultato); versiIniziali.attr('id', "versiFrase"+numeroRisultato); @@ -398,12 +401,19 @@ $(" ."+formaClass).hover(function(idx, element) { var mhr=$('
    ') var comandi = $('
    ') comandi.attr('id',"comandiFrase"+numeroRisultato) + listaVersi.css("margin-bottom","0px") + elencoVersi.css("margin-bottom","0px") + elencoVersi.css("padding-bottom","0px") + var citazione = $('') citazione.append("[Canto "+getRoman(canto)+", "+getCantica(numeroCantica)+"]") citazione.attr('class', ' citazioneFrase my-0 mx-2 navig-canto'); citazione.attr('name', getCantica(numeroCantica)+"Canto "+canto); citazione.attr('id', idCitazione+numeroRisultato); divVerso.append("
    ") + citazione.css("margin-top","0px") + citazione.css("padding-top","0px") + citazione.appendTo(divVerso); var spanBadgeExpand = $(''); @@ -833,7 +843,7 @@ $(" ."+formaClass).hover(function(idx, element) { //elementoverso.attr("style", "line-height: 1.0em") - elementoverso.attr('class', 'f6 mb-1 text-muted text-nowrap font-weight-lighter ')//+cantica+' '+canto) + elementoverso.attr('class', 'f6 mb-0 text-muted text-nowrap font-weight-lighter ')//+cantica+' '+canto) //elementoverso.attr('class', 'text-nowrap ')//+cantica+' '+canto) elementoverso.attr('id', cantica + "_" + canto + "_" + num) From de703351ff3e386898a525e6948b3a79c8103198 Mon Sep 17 00:00:00 2001 From: nicola Date: Mon, 6 Mar 2023 22:49:35 +0100 Subject: [PATCH 4/5] ulteriori aggiustamenti grafici --- css/custom1_4.2.css | 7 ++++++- css/custom2_4.2.css | 9 +++++++-- css/custom_4.2.css | 7 +++++++ js/cesareBrowse.js | 1 + 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/css/custom1_4.2.css b/css/custom1_4.2.css index baba718..afba87b 100644 --- a/css/custom1_4.2.css +++ b/css/custom1_4.2.css @@ -389,7 +389,12 @@ cite.elencoris { font-style: italic; font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; position: relative; - left: 200px; + left: 220px; + top: -10px; line-height: 0.5em; font-size: small } +.comandi { + position: relative; + top: -25px; +} diff --git a/css/custom2_4.2.css b/css/custom2_4.2.css index ee47a87..7855638 100644 --- a/css/custom2_4.2.css +++ b/css/custom2_4.2.css @@ -398,7 +398,12 @@ cite.elencoris { font-style: italic; font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; position: relative; - left: 200px; + left: 220px; + top: -10px; line-height: 0.5em; font-size: small -} \ No newline at end of file +} +.comandi { + position: relative; + top: -25px; +} diff --git a/css/custom_4.2.css b/css/custom_4.2.css index 068e3ba..3abab20 100644 --- a/css/custom_4.2.css +++ b/css/custom_4.2.css @@ -324,7 +324,14 @@ lida2: font-style: italic; font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; position: relative; + left: 220px; + top: -10px; left: 200px; line-height: 0.5em; font-size: small } +.comandi { + position: relative; + top: -25px; +} + diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index 7b8ffce..f01a150 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -413,6 +413,7 @@ $(" ."+formaClass).hover(function(idx, element) { divVerso.append("
    ") citazione.css("margin-top","0px") citazione.css("padding-top","0px") + comandi.attr('class', 'comandi'); citazione.appendTo(divVerso); From 56c68fa44c392ade2840310d2b5f09b30c71c4eb Mon Sep 17 00:00:00 2001 From: nicola Date: Mon, 6 Mar 2023 23:12:04 +0100 Subject: [PATCH 5/5] minor changes --- js/cesareBrowse.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index f01a150..c4fc01a 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -414,7 +414,8 @@ $(" ."+formaClass).hover(function(idx, element) { citazione.css("margin-top","0px") citazione.css("padding-top","0px") comandi.attr('class', 'comandi'); - + mhr.css("margin-top","0px") + mhr.css("padding-top","0px") citazione.appendTo(divVerso); var spanBadgeExpand = $('');