acf
This commit is contained in:
@ -754,10 +754,6 @@ article{
|
||||
color:#B32D41;
|
||||
}
|
||||
|
||||
.category-desc p{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* MODULO NEWS */
|
||||
.scheda-item{
|
||||
background: #fff;
|
||||
|
||||
@ -1632,4 +1632,273 @@ fieldset legend{
|
||||
#contact-form .form-check [type=checkbox]:checked+label::after
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon-primary {
|
||||
fill: #cc334a !important;
|
||||
}
|
||||
|
||||
/* DIRECTORY */
|
||||
|
||||
.directory{
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.directory-item a{
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.directory-item a:hover{
|
||||
color: #C3334B;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.directory-item ul li{
|
||||
list-style: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.directory-item ul li a{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
display: block;
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
.directory-item ul li a::after{
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
right: 0;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-image: url(../images/caret-right-solid.svg);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.directory-item ul{
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.directory-item .blogitem-header h3{
|
||||
border-bottom: 1px solid #000;
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
.pagination__wrapper{
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
/* DOCENTI */
|
||||
|
||||
/* classi elenco discipline e corsi */
|
||||
.correlati-docenti {
|
||||
margin-top: 3em;
|
||||
}
|
||||
.correlati-docenti ul {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
.item-page .article-body ul,.category-desc ul,.correlati-discipline ul,.correlati-info ul,.custom_evidenza ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.item-page .article-body ul li,.category-desc ul li,.correlati-discipline ul li,.correlati-info ul li,.custom_evidenza ul li {
|
||||
text-indent: -1.2em;
|
||||
}
|
||||
|
||||
.correlati-discipline ul li a,.correlati-info ul li a {
|
||||
text-decoration: initial;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.item-page .article-body ul li::before,.category-desc ul li::before,.correlati-discipline ul li::before,.correlati-info ul li::before,.custom_evidenza ul li::before {
|
||||
content: "\e010";
|
||||
width: 1.2em;
|
||||
}
|
||||
|
||||
.correlati-docenti ul {
|
||||
padding-left: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.correlati-docenti li{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.offerta-formativa .list li a, .correlati-docenti li a {
|
||||
padding: .5em 1.5em .5em .5em;
|
||||
font-size: 1rem;
|
||||
color: #000;
|
||||
font-weight: 500;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.correlati-docenti li a:hover {
|
||||
color: #C3334B;
|
||||
}
|
||||
|
||||
.correlati-docenti li a::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
right: 0;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-image: url(../images/caret-right-solid.svg);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.offerta-formativa .list li a, .correlati-docenti li a, .elenco-scuole h3.item-title a {
|
||||
border: 1px solid #f1f1f1 !important;
|
||||
margin: .5em 0;
|
||||
padding: .5rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.scuole .list li, .offerta-formativa .list li, .correlati-docenti li {
|
||||
text-indent: 0 !important;
|
||||
border: 0 !important;
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
padding: 0 .5rem;
|
||||
}
|
||||
|
||||
@media(max-width:576px){
|
||||
.scuole .list li, .offerta-formativa .list li, .correlati-docenti li {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* classe filtro docenti */
|
||||
|
||||
.jlcontentfieldsfilter_filtro{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.moduletable._filtro {
|
||||
min-height: 20px;
|
||||
padding: 1rem;
|
||||
margin-bottom: 20px;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #e3e3e3;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.moduletable._filtro .module-title{
|
||||
background: none !important;
|
||||
font-weight: 600 !important;
|
||||
color: #444 !important;
|
||||
border-bottom: 1px solid #ccc !important;
|
||||
font-size: 120% !important;
|
||||
margin: 0 0 .5rem 0 !important;
|
||||
}
|
||||
.moduletable._filtro h4{
|
||||
margin: 0 0 .3em !important;
|
||||
}
|
||||
.moduletable._filtro .jlmf-section{
|
||||
padding-right: .5rem;
|
||||
padding-left: .5rem;
|
||||
margin-top: 0;
|
||||
width: 33.333333%;
|
||||
}
|
||||
|
||||
.moduletable._filtro .jlmf-section .jlmf-label{
|
||||
font-size: .8rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.moduletable._filtro .jlmf-section select,
|
||||
.moduletable._filtro .jlmf-section input{
|
||||
width: 100% !important;
|
||||
border: 1px solid #e3e3e3!important;
|
||||
border-radius: 10px;
|
||||
font-size: .9rem;
|
||||
height: 40px;
|
||||
}
|
||||
.moduletable._filtro .jlmf-section input{
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.moduletable._filtro .jlmf-button{
|
||||
margin-top: 15px;
|
||||
background-color: #CC334B;
|
||||
font-weight: 600;
|
||||
padding: 2px 10px;
|
||||
text-transform: none;
|
||||
border: 1px solid #CC334B;
|
||||
border-radius: 10px;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.moduletable._filtro .jlmf-button:hover{
|
||||
background: #000;
|
||||
border: 1px solid #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.moduletable._filtro .jlmf-link {
|
||||
margin-top: 15px;
|
||||
border: 1px solid #CC334B;
|
||||
color: #CC334B;
|
||||
border-radius: 10px;
|
||||
font-weight: 600;
|
||||
padding: 2px 10px;
|
||||
text-transform: none;
|
||||
font-size: .8rem;
|
||||
margin-left: 1rem;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.moduletable._filtro .jlmf-link:hover {
|
||||
background-color: #CC334B;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.moduletable._filtro .jlmf-link:hover {
|
||||
text-decoration: initial;
|
||||
}
|
||||
|
||||
.moduletable._filtro .btn-jlmf{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 545px) {
|
||||
.moduletable._filtro .jlmf-section {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
margin-top: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.moduletable._filtro .jlmf-section input{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.moduletable._erasmus {
|
||||
background: #f9f9f9;
|
||||
margin-bottom: 1em;
|
||||
margin-top: 2em;
|
||||
border-left: 5px solid #C8334B;
|
||||
border-bottom: 1px solid #C8334B;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.moduletable._erasmus .module-title {
|
||||
background: #C8334B;
|
||||
border-left: 0px;
|
||||
padding: .4em 0 .4em .5em;
|
||||
font-size: 110%;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
}
|
||||
@ -1,3 +1,8 @@
|
||||
.link-list-wrapper .link-list li.nav-item a svg{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 992px){
|
||||
.navbar .navbar-collapsable .navbar-nav li a.nav-link, .navbar .navbar-collapsable .navbar-nav li a.list-item {
|
||||
font-size: .85em;
|
||||
|
||||
Reference in New Issue
Block a user