This commit is contained in:
2024-12-21 12:17:51 +01:00
parent 7d63c3c59c
commit df7915205d
27 changed files with 1689 additions and 887 deletions

View File

@ -16,9 +16,7 @@ article{
.article-info{
font-size: .7rem;
}
.category-desc{
margin-left: 16px !important;
}
.blog-featured{
margin:60px 0;
@ -542,8 +540,10 @@ article{
}
.accauno-title{
/*.categoria-contatti h1, .content-category h1, .pagina-default h1*/ h1{
border-bottom: 3px solid #CC334B;
margin-bottom: 2rem;
padding-bottom: .5rem;
}
/* CALENDARIO SERVIZIO */

View File

@ -16,8 +16,9 @@ h1, .h2, .h3, .h4, h1, h2, h3, h4{
/*color:#17324d;*/
font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a{
color:#000;
color:#CC334B;
}
main{
@ -28,7 +29,7 @@ main{
html, body {
font-size: 1rem;
line-height: 1.855;
line-height: 1.55;
}
h1, .h1 {
@ -37,16 +38,38 @@ main{
line-height: 1.25;
}
h4, .h4{
h2, .h2{
font-size: 1.5rem;
}
h3, .h3{
font-size: 1.35rem;
line-height: 1.428;
line-height: 1.35;
font-weight: 600;
}
h4, .h4{
font-size: 1.2rem;
line-height: 1.3;
font-weight: 600;
}
h5, .h5{
font-size: 1.1rem;
line-height: 1.1;
font-weight: 600;
}
h6, .h6{
font-size: 1.05rem;
line-height: 1.05;
font-weight: 600;
}
}
a{
text-decoration: none;
color: #C2334B;
color: #C3334B;
}
a:hover{
@ -58,6 +81,10 @@ a:hover{
color: #000!important;
}
.it-list-wrapper .it-list .list-item .it-rounded-icon svg{
fill: #C2334B;
}
.wrapperbreadcrumbs{
/*border-bottom: 1px solid #DEDEDE;*/
}
@ -83,6 +110,11 @@ a:hover{
text-align: right;
}
.form-select{
border: 1px solid #dbdbdb;
border-radius: 4px;
}
/* TOPBAR */
.link-list-wrapper ul li a span{
color: #455b71;
@ -97,6 +129,7 @@ a:hover{
}
}
/* TESTATA */
.it-nav-wrapper{
@ -1280,6 +1313,13 @@ a.view-all{
padding: 0;
}
.categoria-contatti ul.category.row-striped li.row-fluid{
display: inline-block;
width: 100%;
margin: .2em 0;
padding: .2em .2em .2em 3.5em;
}
.categoria-contatti ul.category.row-striped li {
margin-left: 0;
width: auto;
@ -1290,6 +1330,7 @@ a.view-all{
display: inline-block;
width: 100%;
text-indent: -2.5em;
font-weight: 500;
}
.categoria-contatti ul.category.row-striped li a::before {
@ -1300,6 +1341,10 @@ a.view-all{
font-size: 1.6em;
}
.categoria-contatti ul.category.row-striped li.row-fluid.cat-list-row1{
background: #F5F5F5;
}
/* LOGIN */
.control-group.com-users-login__input,
@ -1415,12 +1460,13 @@ a.view-all{
bottom: -30px;
}
@media (min-width: 576px){
.com-users-reset-complete small, .small {
font-size: .777rem;
}
.com-users-reset-complete small, .small {
font-size: .777rem;
}
.controls select {
border: none;
border-bottom: 1px solid #5b6f82;
@ -1447,12 +1493,17 @@ a.view-all{
padding: 1rem .8rem!important;
}
.com-content-category__table th a{
color:#CC334B;
.com-content-category__table thead th{
background: #CC334B;
color: #fff;
}
.com-content-category__table thead th a{
color: #455b71;
color: #fff;
}
.com-content-category__table th a{
color:#CC334B;
}
.com-content-category.category-list{
@ -1527,4 +1578,58 @@ a.view-all{
.blog-items.masonry-4 {
column-count: 4;
}
}
}
.form-label, .control-label {
margin-bottom: .5rem;
}
.control-label{
font-size: .9rem;
font-weight: 500;
}
.form-control, input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .375rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.control-group{
margin: 1rem 0;
}
form#contact-form{
border: 1px solid #ced4da;
padding: 2rem;
border-radius: 4px;
margin-bottom: 3rem;
}
fieldset legend{
display: none;
}
.form-check-inline.form-check [type=checkbox]{
opacity: 1;
}
#contact-form .form-check [type=checkbox]:not(:checked)+label::before,
#contact-form .form-check [type=checkbox]:not(:checked)+label::after,
#contact-form .form-check [type=checkbox]:checked+label::before,
#contact-form .form-check [type=checkbox]:checked+label::after
{
display: none;
}