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 {
|
||||
background-image: url("/images/campiapertilogo.png");
|
||||
height: 8em;
|
||||
width: 100%;
|
||||
background-repeat: no-repeat;
|
||||
margin-left: 40%;
|
||||
}
|
||||
|
@ -94,6 +93,7 @@ section.page-body {
|
|||
padding: 2em;
|
||||
font-family: afta_serifregular;
|
||||
font-weight: 600;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
p.descrive:first-letter {
|
||||
|
@ -226,7 +226,13 @@ hide {
|
|||
.card.accordion.shuffle-item.filtered {
|
||||
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.filtered { }*/
|
||||
/*div.card.accordion.shuffle-item.filtered { display:none !important;}*/
|
||||
|
|
|
@ -201,7 +201,7 @@ function Aziende(stringexel) {
|
|||
|
||||
header_schede.append("p")
|
||||
.append("span")
|
||||
.attr("class", "")
|
||||
.attr("class", "info")
|
||||
.text("Provenienza mangimi e foraggi qualora non autoprodotti:")
|
||||
.append("span")
|
||||
.html(function(d) {
|
||||
|
@ -233,6 +233,7 @@ function Aziende(stringexel) {
|
|||
return " " + d["textarea-627"].replace(/"/g, "");
|
||||
});
|
||||
|
||||
|
||||
schede_info.append("p")
|
||||
.attr("class", "card-hidden hide")
|
||||
.text("Produzioni (in ettari o capi o arnie o zone di raccolta):")
|
||||
|
|
Loading…
Reference in a new issue