viz_produttori/software_export/css/main.css

261 lines
4.4 KiB
CSS
Raw Normal View History

*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 15, 2020 */
2020-05-15 10:17:10 +02:00
@font-face {
font-family: 'cardobold';
src: url('../fonts/cardo-bold-webfont.woff2') format('woff2'),
url('../fonts/cardo-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cardoregular';
src: url('../fonts/cardo-regular-webfont.woff2') format('woff2'),
url('../fonts/cardo-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
2020-05-15 14:14:06 +02:00
@font-face {
font-family: 'afta_serifregular';
src: url('../fonts/aftaserifthin-regular-webfont.woff2') format('woff2'),
url('../fonts/aftaserifthin-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
2020-05-15 10:17:10 +02:00
@font-face {
font-family: 'cardoitalic';
src: url('../fonts/cardo-italic-webfont.woff2') format('woff2'),
url('../fonts/cardo-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
2020-02-27 22:15:12 +01:00
/*
* Codice css per l'applicazione
*/
2020-05-13 17:28:22 +02:00
body {
/* background-image: url(../images/agricoltura_bene_comune.png);*/
background-position: center;
background-repeat: space;
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
2020-02-27 22:15:12 +01:00
header.page-header {
2020-05-13 17:28:22 +02:00
margin-top: 0;
2020-02-27 22:15:12 +01:00
}
header.page-header img {
2020-05-13 17:28:22 +02:00
margin-top: 9px;
background-color: white;
border-radius: 5px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
2020-02-27 22:15:12 +01:00
}
header.page-header nav {
2020-05-13 17:28:22 +02:00
margin-top: 15px;
2020-02-27 22:15:12 +01:00
}
section.page-body {
2020-05-13 17:28:22 +02:00
margin-top: 20px;
margin-bottom: 20px;
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
2020-02-27 22:15:12 +01:00
.card.accordion.shuffle-item.filtered {
2020-05-13 17:28:22 +02:00
border: solid 1px goldenrod;
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
/*grid per schermi grandi ed orizzontali*/
.card {
display: flex;
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
.card-body {
order: 1;
2020-05-14 12:30:13 +02:00
max-width: 50%;
padding: 2em;
}
2020-05-14 12:30:13 +02:00
.logo {
background-image: url("/images/campiapertilogo.png");
2020-05-14 12:30:13 +02:00
height: 8em;
background-repeat: no-repeat;
margin-left: 40%;
2020-06-02 23:15:24 +02:00
margin-bottom: 10px;
2020-05-14 12:30:13 +02:00
}
.descrizione {
background-color: black;
color: white;
padding: 2em;
2020-05-15 14:14:06 +02:00
font-family: afta_serifregular;
font-weight: 900;
2020-05-26 20:50:01 +02:00
font-size: 10pt;
2020-05-13 17:28:22 +02:00
}
2020-05-15 14:14:06 +02:00
p.descrive:first-letter {
color: gold;
font-size: 2.6em;
2020-05-15 10:30:22 +02:00
}
2020-05-13 17:28:22 +02:00
.card-header {
order: 2;
2020-05-13 18:28:51 +02:00
min-width: 35%;
2020-05-13 17:28:22 +02:00
}
.card-hidden {
}
2020-05-13 18:28:51 +02:00
h1 {
margin: 1em 0em 0.1em 0em;;
2020-05-13 17:28:22 +02:00
font-weight: 600;
text-transform: uppercase;
font-size: 2.6em;
2020-05-15 14:14:06 +02:00
font-family: afta_serifregular;
2020-05-13 17:28:22 +02:00
}
2020-05-13 18:28:51 +02:00
p.prodotti {
background: gold;
padding: 0.1em 0.5em;
color: #333;
}
p.tratteggio {
border-bottom: dotted;
transform: rotate(1deg) translate(-17px, 0px);
padding-bottom: 0.5em;
margin-bottom: 1.5em;
}
2020-05-15 10:17:10 +02:00
/*lato destro*/
p.luogo {
margin-bottom: 2em;
}
/*tuttu*/
2020-05-13 18:28:51 +02:00
2020-02-27 22:15:12 +01:00
span {
2020-05-13 17:28:22 +02:00
line-height: 1;
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
2020-05-13 18:28:51 +02:00
span.info {
line-height: 1;
margin-bottom: 1em;
display: inline-block;
}
.uppercase {
text-transform: uppercase;
}
2020-02-27 22:15:12 +01:00
span.info {
2020-05-13 17:28:22 +02:00
line-height: 1;
margin-bottom: 1em;
display: inline-block;
2020-02-27 22:15:12 +01:00
}
div.comics-container {
2020-05-13 17:28:22 +02:00
padding: 5px;
text-align: center;
height: auto;
background: white;
2020-02-27 22:15:12 +01:00
}
article.comics {
2020-05-13 17:28:22 +02:00
border: 1px solid #ccc;
2020-02-27 22:15:12 +01:00
}
img.cover {
2020-05-13 17:28:22 +02:00
max-height: 253px;
2020-02-27 22:15:12 +01:00
}
footer.page-footer,
header.page-header.aziende {
2020-05-13 17:28:22 +02:00
background-color: goldenrod;
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
2020-02-27 22:15:12 +01:00
header.page-header.ingressi {
2020-05-13 17:28:22 +02:00
background-color: forestgreen;
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
2020-02-27 22:15:12 +01:00
header.page-header.scartati {
2020-05-13 17:28:22 +02:00
background-color: grey;
}
2020-06-02 22:55:56 +02:00
/* no print */
body .noprint button,
body > center > h2,
2020-06-02 23:15:24 +02:00
body > p,
2020-06-02 22:55:56 +02:00
#ingressi, #aziende, #scartati {
display: none;
}
2020-05-13 17:28:22 +02:00
hide {
display: none !important;
height: 0;
2020-02-27 22:15:12 +01:00
}
.container-fluid {
2020-05-13 17:28:22 +02:00
/* max-width: 1048px;*/
2020-02-27 22:15:12 +01:00
}
2020-05-13 17:28:22 +02:00
@page default {
margin: 2cm;
2020-02-27 22:15:12 +01:00
}
@page :left {
2020-05-13 17:28:22 +02:00
margin: 0.8cm;
2020-02-27 22:15:12 +01:00
}
@page :right {
2020-05-13 17:28:22 +02:00
margin: 0.8cm;
2020-02-27 22:15:12 +01:00
}
@media print {
2020-05-13 17:28:22 +02:00
div.card {
font-size: 12pt !important;
line-height: 1;
}
h5 {
margin: 10px 0px;
2020-02-27 22:15:12 +01:00
font-weight: 600;
2020-05-13 17:28:22 +02:00
text-transform: uppercase;
}
input, .noprint {
display: none !important;
}
div.card {
page-break-after: always !important;
page-break-inside: avoid !important;
}
.card.accordion.shuffle-item.filtered {
2020-02-27 22:15:12 +01:00
border: none;
2020-05-13 17:28:22 +02:00
}
2020-05-26 20:50:01 +02:00
.descrizione {
background-color: black !important;
color: white !important;
line-height:1.5;
font-family: sans;
font-weight: 900;
2020-05-26 20:50:01 +02:00
}
p.descrive, p.collabora, p.collabora span{
color: white !important;
}
2020-05-13 17:28:22 +02:00
/* div.card{page-break-after: always}*/
/*div.filtered { }*/
/*div.card.accordion.shuffle-item.filtered { display:none !important;}*/
2020-02-27 22:15:12 +01:00
}
2023-05-02 21:19:14 +02:00
@media only screen and (max-width: 600px) {
.col-sm-12.card.accordion.shuffle-item.filtered {
flex-direction: column;
}
.card-body {
max-width: 100%;}
}