rifiniture di stile rifiniture primo rilascio di test
This commit is contained in:
@ -254,12 +254,44 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
.btn-primary, .elenco-corso .btn {
|
||||
color: #fff;
|
||||
fill: #fff;
|
||||
background-color: #CC334B;
|
||||
border-color: #CC334B;
|
||||
}
|
||||
|
||||
.elenco-corso {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.elenco-corso .download-corsi {
|
||||
color: #fff;
|
||||
fill: #fff;
|
||||
background-color: #000;
|
||||
border-color: #000;
|
||||
padding: 12px 24px;
|
||||
font-size: 16px;
|
||||
white-space: initial;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
position: relative;
|
||||
top:2px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.elenco-corso .download-corsi:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media(max-width:690px){
|
||||
.elenco-corso .btn, .elenco-corso .download-corsi{
|
||||
display: block;
|
||||
margin-bottom: .5rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background-color: #B32D41;
|
||||
border-color: #B32D41;
|
||||
|
||||
@ -157,7 +157,7 @@ a:hover{
|
||||
}
|
||||
|
||||
.link-list-wrapper ul li a:hover span{
|
||||
color: #004080!important;
|
||||
color: #CC334B!important;
|
||||
}
|
||||
@media(max-width:991px){
|
||||
.container {
|
||||
@ -1978,4 +1978,70 @@ fieldset legend{
|
||||
.mod-articles-category-readmore{
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ===================================== Andres ============================= */
|
||||
|
||||
/* Conetnitore Programmi */
|
||||
#jem.jlcalendar.jem_calendar,
|
||||
#phoca-dl-category-box, #phoca-dl-categories-box, #phoca-dl-most-viewed-box {width: 100%;max-width: 1340px;margin: 0 auto;border: none !important;padding:30px 20px 30px 20px;}
|
||||
#jem .eventlist {font-size:.8rem}
|
||||
.jem-event-title h4 {font-size:.95rem!important}
|
||||
#jem .copyright {display:none!important}
|
||||
#jem .jem-description.event_desc {background: #efefef;padding: 50px;margin-top: 25px;}
|
||||
#jem div.jem-files {background: #B32D41;padding: 30px 40px 30px 40px;}
|
||||
#jem div.jem-files .jem-dl, div.jem-files .jem-dl a {color:#fff;}
|
||||
#jem h2.jem-files {color:#fff;}
|
||||
#phoca-dl-category-box .pd-document16, #phoca-dl-most-viewed-box .pd-document16 {background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 50 50" version="1.1" fill="%23000000"><g id="surface1" fill="%23000000"><path d="M 41.707031 13.792969 L 30.207031 2.292969 C 30.019531 2.105469 29.765625 2 29.5 2 L 11.492188 2 C 9.566406 2 8 3.5625 8 5.480469 L 8 43.902344 C 8 46.160156 9.84375 48 12.113281 48 L 37.886719 48 C 40.15625 48 42 46.160156 42 43.902344 L 42 14.5 C 42 14.234375 41.894531 13.980469 41.707031 13.792969 Z M 26 38 L 17 38 L 17 36 L 26 36 Z M 33 34 L 17 34 L 17 32 L 33 32 Z M 33 30 L 17 30 L 17 28 L 33 28 Z M 33 26 L 17 26 L 17 24 L 33 24 Z M 31.667969 14 C 30.746094 14 30 13.253906 30 12.332031 L 30 4.914063 L 39.085938 14 Z " fill="%23000000"/></g></svg>')0 center no-repeat!important;
|
||||
height:30px!important;}
|
||||
#phoca-dl-category-box .pd-float, #phoca-dl-most-viewed-box .pd-float {margin:8px 20px!important;}
|
||||
#phoca-dl-categories-box .pd-subcategory, #phoca-dl-category-box .pd-subcategory {background: transparent url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="%23000000"><path d="M 5 4 C 3.346 4 2 5.346 2 7 L 2 13 L 3 13 L 47 13 L 48 13 L 48 11 C 48 9.346 46.654 8 45 8 L 18.044922 8.0058594 C 17.765922 7.9048594 17.188906 6.9861875 16.878906 6.4921875 C 16.111906 5.2681875 15.317 4 14 4 L 5 4 z M 3 15 C 2.448 15 2 15.448 2 16 L 2 43 C 2 44.657 3.343 46 5 46 L 45 46 C 46.657 46 48 44.657 48 43 L 48 16 C 48 15.448 47.552 15 47 15 L 3 15 z" fill="%23000000"/></svg>') 0 center no-repeat!important; padding-left:30px!important; margin-bottom: 12px!important;}
|
||||
#phoca-dl-categories-box .col {width:100%}
|
||||
#phoca-dl-category-box .pd-title, #phoca-dl-file-box .pd-title, #phoca-dl-download-box .pd-title {margin-bottom: -5px!important;margin-left: 41px;}
|
||||
#phoca-dl-most-viewed-box .pd-document16 {padding-left: 40px!important;margin-bottom: 10px!important;}
|
||||
|
||||
/* Menu laterale */
|
||||
.moduletable ul.navbar-nav li:first-child {margin-bottom:30px;}
|
||||
.moduletable ul.link-list li:first-child {margin-bottom:0px;}
|
||||
.moduletable ul.link-list li.active a {font-weight:bold;}
|
||||
.moduletable ul.link-list li.active div ul.link-list li a {font-weight:normal;}
|
||||
|
||||
/* Calandario */
|
||||
.moduletable._eventi {padding: 19px;background: #ededed;margin-top: 30px;}
|
||||
|
||||
/* Header menù */
|
||||
.it-brand-wrapper a img, header .it-search-wrapper
|
||||
{-webkit-transition: all .3s ease;
|
||||
-moz-transition: all .3s ease;
|
||||
-o-transition: all .3s ease;
|
||||
transition: all .3s ease;}
|
||||
|
||||
header.bs-is-fixed .it-brand-wrapper a img {width:68%;}
|
||||
header.bs-is-fixed .it-brand-wrapper a {padding:10px 0px 10px 0px}
|
||||
|
||||
header.bs-is-fixed .it-search-wrapper {display:none!important; position: absolute; top:-400px; }
|
||||
|
||||
@media (max-width:991px) {header.bs-is-fixed .it-search-wrapper {display:block!important; position:relative; top:auto; } }
|
||||
|
||||
#jem .jem-sort-small {background-color:#B32D41!important; color:#fff}
|
||||
#jem .jem-sort-small #jem_date a ,#jem .jem-sort-small #jem_title a ,#jem .jem-sort-small #jem_location a ,#jem .jem-sort-small #jem_city a{color:#fff}
|
||||
#jem .jem-sort-small .jem-list-row .fa {color: #fff;}
|
||||
|
||||
|
||||
.com-content-categories__item {padding:30px; background: #efefef;}
|
||||
.com-content-categories__item .com-content-categories__item-title a {font-size:1.4em}
|
||||
.com-content-categories__description.category-desc ul {list-style: disc;}
|
||||
.com-content-categories__description.category-desc ul li {padding-left:20px;}
|
||||
|
||||
|
||||
.elenco-corso {width:50%;}
|
||||
.elenco-corso a.btn-primary {display:inline-block; background:#ededed;}
|
||||
|
||||
|
||||
|
||||
footer .moduletable ul.navbar-nav li:first-child {margin-bottom: 0px;}
|
||||
|
||||
|
||||
|
||||
@ -27,6 +27,11 @@
|
||||
.navbar .dropdown-menu .link-list-wrapper ul li a span, .navbar .dropdown-menu .link-list-wrapper ul li a i {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.it-header-navbar-wrapper .navbar li.singola .dropdown-menu .link-list-wrapper ul li a span{
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12 .link-list-wrapper ul.link-list li a,
|
||||
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12 .link-list-wrapper ul.link-list li ul.link-list li.nav-item.deeper a,
|
||||
.navbar .navbar-collapsable .menu-wrapper .nav-item .dropdown-menu .link-list-wrapper ul.link-list li.nav-item.deeper > a,
|
||||
@ -303,7 +308,7 @@ ul.navbar-nav li.nav-item ul li.nav-item.divider.deeper.dropdown.parent span svg
|
||||
background-color: #CC334B;
|
||||
color: #fff;
|
||||
padding-left: 16px;
|
||||
font-size: 1.1rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.menu-laterale ul.navbar-nav li.nav-item a svg{
|
||||
|
||||
Reference in New Issue
Block a user