div.intestazioneMeeting h2 {
color: var(--mc-app-accent);
font-weight: 600;
font-size: 1.8rem;
}
div.moduleContent h3,
div.moduleContent p,
div.moduleContent h2,
div.moduleContent h4,
div.moduleContent h5,
div.moduleContent h6 {
margin-block-start: 0rem;
margin-block-end: 0.3rem;
}
div.moduleContent ul {
margin-block-start: 0.3rem;
}
div.moduleContent div.immagine {
text-align: center;
}
div.moduleContent div.immagine img {
width: 90%;
height: auto;
}
div.moduleContent div.contentAbstract {
margin-bottom: 0.7rem;
}
div.moduleContent div.userVoices {
margin: 2rem 0 0 0;
background: var(--mc-medium-grey-2);
padding: 0.5rem;
position: relative;
margin-top: 4rem;
}
div.moduleContent div.userVoices:before {
content: 'Dicono gli utenti';
/* color: var(--mc-app-accent); */
display: inline-block;
margin-bottom: 0.4rem;
position: absolute;
top: -1.4rem;
left: 0;
font-size: var(--mc-font-size-2);
}
div.moduleContent._en div.userVoices:before {
content: 'Users say';
}
div.moduleContent div.userVoices p+span.operatore {
display: inline-block;
position: relative;
width: 100%;
text-align: right;
font-size: var(--mc-font-size-2);
}
div.moduleContent.pubbLink h2 {
display: inline;
}
div.block.pubbLink {
background: var(--mc-card-background);
color: var(--mc-card-foreground);
box-shadow: var(--mc-card-shadow);
border: var(--mc-card-border);
border-radius: 1rem;
font-size: 80%;
margin: 3rem 1rem 0 1rem;
padding: 1rem;
width: 25%;
overflow: hidden;
display: inline-block;
clear: none;
position: reative;
vertical-align: top;
left: 0;
}
/* 
div.card div.pubblink + div.pubblink{
left: 25rem;
}
div.card div.pubblink + div.pubblink + div.pubblink{
left: 50rem;
}
div.card div.pubblink + div.pubblink + div.pubblink + div.pubblink{
top: 30rem;
left: 0rem;
}
*/
div.block.pubbLink div.fileBlock {
/* display: none; */
}
div.block.pubbLink * div.contentAbstract+div {
display: none;
}
div.block.pubbLink div.block.pubbLink {
display: none;
}
div.chaptersToc {
position: relative;
display: block;
}
div.contentPane div.card.chapterToc:hover {
background: white;
/* transform: perspective(9cm) rotateX(2deg) scale(1.01); */
transform: scale(1.03);
box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4);
}
div.contentPane div.card.chapterToc:hover h4 {
/* letter-spacing: 0.15rem; */
transition-duration: 0.8s;
transition-timing-function: ease-out;
/* color: var(--mc-app-accent); */
transition-property: letter-spacing color;
}
div.contentPane div.card.chapterToc:before {
content: ' ';
background: rgba(255, 255, 255, 0.8);
display: block;
position: absolute;
/* border: 1px solid gray; */
width: 17rem;
height: 4rem;
transform: rotate(-38deg);
top: 25px;
left: -75%;
transition-duration: 0.1s;
transition-property: left;
}
div.contentPane div.card.chapterToc:hover:before {
transition-duration: 0.6s;
left: 100%;
}
div.contentPane div.card.chapterToc {
background: var(--mc-card-background);
color: var(--mc-card-foreground);
box-shadow: var(--mc-card-shadow);
box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
border: var(--mc-card-border);
font-size: 80%;
box-sizing: border-box;
padding: 1rem;
width: 100%;
width: -webkit-fill-available;
overflow: hidden;
position: reative;
display: inline-block;
clear: none;
vertical-align: top;
left: 0;
border-radius: 2px;
margin: 0.5rem 1rem;
cursor: pointer;
transition-duration: 0.15s;
transition-property: transform;
}
div.contentPane div.card.chapterToc h4.chpTitle {
font-size: var(--mc-font-size-4);
transition-duration: 0.15s;
transition-timing-function: ease-out;
}
div.card div.moduleContent.indiceChapters h2.contentTitle {
font-size: var(--mc-font-size-4);
text-align: center;
margin-top: 2rem;
}
div.chaptersToc div.card.chapterToc div.block p+p {
display: none;
}
div.chaptersToc div.card.chapterToc div.block * {
display: none;
}
div.chaptersToc div.card.chapterToc div.block>p {
display: initial;
}
div.chaptersToc div.card.chapterToc div.block div.contentAbstract {
display: inline-block;
}
div.indiceSottoCapitoli {
text-align: center;
}
