modfiche al grafo della struttura sintattica
This commit is contained in:
parent
d381b71c46
commit
9906fe54a8
|
@ -195,20 +195,29 @@ Ex browsingldc.css
|
||||||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.synt__title{
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: normal !important;
|
||||||
|
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
.synt__info{
|
.synt__info{
|
||||||
font-size: 16px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: lighter;
|
||||||
font-style: italic;
|
|
||||||
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.synt__categ{
|
.synt__categ{
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
font-weight: normal;
|
font-style: oblique;
|
||||||
|
text-align: justify;
|
||||||
|
font-weight: lighter;
|
||||||
font-family: 'Humanist-777', 'Roboto';
|
font-family: 'Humanist-777', 'Roboto';
|
||||||
letter-spacing: 0.4px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.numverso {
|
.numverso {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
@ -1965,9 +1965,9 @@ $(document).ready(function() {
|
||||||
listaClausoleRisultato = []
|
listaClausoleRisultato = []
|
||||||
//Unità di ricerca è 'frase'
|
//Unità di ricerca è 'frase'
|
||||||
|
|
||||||
//if (!listarisultati.length || unitaRicerca == 'frase') {
|
if ((!listarisultati.length && unitaRicerca == 'forme') || unitaRicerca == 'frase') {
|
||||||
if (unitaRicerca == 'frase') {
|
//if (unitaRicerca == 'frase') {
|
||||||
|
unitaRicerca='frase'
|
||||||
resultsInCantica = []
|
resultsInCantica = []
|
||||||
resultsInCanto = []
|
resultsInCanto = []
|
||||||
//listaPeriodiRisultato = []
|
//listaPeriodiRisultato = []
|
||||||
|
|
|
@ -125,9 +125,8 @@ function getFraseContext(fraseids, numversi = 3) {
|
||||||
|
|
||||||
for (i = startindex; i < listaforme.length; i++) {
|
for (i = startindex; i < listaforme.length; i++) {
|
||||||
var tmpos = listaforme[i].split('_')[2]
|
var tmpos = listaforme[i].split('_')[2]
|
||||||
if (parseint(tmpos) == parseInt(fraseid.split('-')[2])) {
|
if (parseInt(tmpos) == parseInt(fraseid.split('-')[2])) {
|
||||||
pos = i;
|
pos = i;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
export {default} from "./d019e1db56ab1d8c@1578.js";
|
export {default} from "./2c2aa90cdea73fae@1660.js";
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@cesare/commarcdiag",
|
"name": "2c2aa90cdea73fae",
|
||||||
"main": "d019e1db56ab1d8c@1578.js",
|
"main": "2c2aa90cdea73fae@1660.js",
|
||||||
"version": "1578.0.0",
|
"version": "1660.0.0",
|
||||||
"homepage": "https://observablehq.com/@cesare/commarcdiag",
|
"homepage": "https://observablehq.com/d/2c2aa90cdea73fae",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "cesare concordia",
|
"name": "cesare concordia",
|
||||||
"url": "https://observablehq.com/@cesare"
|
"url": "https://observablehq.com/@cesare"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue