coseprint
This commit is contained in:
parent
cd0455e433
commit
14d9f103c1
2 changed files with 10 additions and 3 deletions
|
@ -83,7 +83,6 @@ section.page-body {
|
||||||
.logo {
|
.logo {
|
||||||
background-image: url("/images/campiapertilogo.png");
|
background-image: url("/images/campiapertilogo.png");
|
||||||
height: 8em;
|
height: 8em;
|
||||||
width: 100%;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
margin-left: 40%;
|
margin-left: 40%;
|
||||||
}
|
}
|
||||||
|
@ -94,6 +93,7 @@ section.page-body {
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
font-family: afta_serifregular;
|
font-family: afta_serifregular;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.descrive:first-letter {
|
p.descrive:first-letter {
|
||||||
|
@ -226,7 +226,13 @@ hide {
|
||||||
.card.accordion.shuffle-item.filtered {
|
.card.accordion.shuffle-item.filtered {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
.descrizione {
|
||||||
|
background-color: black !important;
|
||||||
|
color: none !important;
|
||||||
|
}
|
||||||
|
p.descrive, p.collabora, p.collabora span{
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
/* div.card{page-break-after: always}*/
|
/* div.card{page-break-after: always}*/
|
||||||
/*div.filtered { }*/
|
/*div.filtered { }*/
|
||||||
/*div.card.accordion.shuffle-item.filtered { display:none !important;}*/
|
/*div.card.accordion.shuffle-item.filtered { display:none !important;}*/
|
||||||
|
|
|
@ -201,7 +201,7 @@ function Aziende(stringexel) {
|
||||||
|
|
||||||
header_schede.append("p")
|
header_schede.append("p")
|
||||||
.append("span")
|
.append("span")
|
||||||
.attr("class", "")
|
.attr("class", "info")
|
||||||
.text("Provenienza mangimi e foraggi qualora non autoprodotti:")
|
.text("Provenienza mangimi e foraggi qualora non autoprodotti:")
|
||||||
.append("span")
|
.append("span")
|
||||||
.html(function(d) {
|
.html(function(d) {
|
||||||
|
@ -233,6 +233,7 @@ function Aziende(stringexel) {
|
||||||
return " " + d["textarea-627"].replace(/"/g, "");
|
return " " + d["textarea-627"].replace(/"/g, "");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
schede_info.append("p")
|
schede_info.append("p")
|
||||||
.attr("class", "card-hidden hide")
|
.attr("class", "card-hidden hide")
|
||||||
.text("Produzioni (in ettari o capi o arnie o zone di raccolta):")
|
.text("Produzioni (in ettari o capi o arnie o zone di raccolta):")
|
||||||
|
|
Loading…
Reference in a new issue