Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
221 righe
4.5 KiB
221 righe
4.5 KiB
/* |
|
To change this license header, choose License Headers in Project Properties. |
|
To change this template file, choose Tools | Templates |
|
and open the template in the editor. |
|
*/ |
|
/* |
|
Created on : 28-mag-2020, 15.27.04 |
|
Author : Anselmo |
|
*/ |
|
|
|
|
|
:root { |
|
--siciliapei: #2B406F; /* predominante*/ |
|
--siciliapei2: #152131; /* scuro*/ |
|
--siciliapei3: #091525; /* scuro*/ |
|
--siciliapei4: #fac26f; /* giallo*/ |
|
|
|
} |
|
|
|
|
|
@font-face { |
|
font-family: myFirstFont; |
|
src: url('dist/css/fonts/Raleway-Regular.ttf'); |
|
} |
|
|
|
|
|
.navbar-siciliapai{ |
|
background-color: var(--siciliapei) !important; |
|
} |
|
|
|
.masthead { |
|
background-color: var(--siciliapei) !important; |
|
color: #FFF; |
|
} |
|
|
|
.bd-placeholder-img { |
|
font-size: 1.125rem; |
|
text-anchor: middle; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none; |
|
} |
|
|
|
@media (min-width: 768px) { |
|
.bd-placeholder-img-lg { |
|
font-size: 3.5rem; |
|
} |
|
} |
|
body { |
|
padding-top: 3.5rem; |
|
font-family: myFirstFont !important; |
|
} |
|
|
|
/* |
|
* Sidebar |
|
*/ |
|
|
|
.sidebar { |
|
position: fixed; |
|
top: 0; |
|
bottom: 0; |
|
left: 0; |
|
z-index: 100; /* Behind the navbar */ |
|
padding: 48px 0 0; /* Height of navbar */ |
|
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); |
|
} |
|
|
|
@media (max-width: 767.98px) { |
|
.sidebar { |
|
top: 5rem; |
|
} |
|
} |
|
|
|
.sidebar-sticky { |
|
position: relative; |
|
top: 0; |
|
height: calc(100vh - 48px); |
|
padding-top: .5rem; |
|
overflow-x: hidden; |
|
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ |
|
} |
|
|
|
@supports ((position: -webkit-sticky) or (position: sticky)) { |
|
.sidebar-sticky { |
|
position: -webkit-sticky; |
|
position: sticky; |
|
} |
|
} |
|
|
|
.sidebar .nav-link { |
|
font-weight: 500; |
|
color: #333; |
|
} |
|
|
|
.sidebar .nav-link .feather { |
|
margin-right: 4px; |
|
color: #999; |
|
} |
|
|
|
.sidebar .nav-link.active { |
|
color: var(--siciliapei) !important; |
|
} |
|
|
|
.sidebar .nav-link:hover .feather, |
|
.sidebar .nav-link.active .feather { |
|
color: inherit; |
|
} |
|
|
|
.sidebar-heading { |
|
font-size: .75rem; |
|
text-transform: uppercase; |
|
} |
|
|
|
/* |
|
* Navbar |
|
*/ |
|
|
|
/*.navbar-brand { |
|
padding-top: .75rem; |
|
padding-bottom: .75rem; |
|
font-size: 1rem; |
|
background-color: rgba(0, 0, 0, .25); |
|
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); |
|
}*/ |
|
|
|
.navbar .navbar-toggler { |
|
top: .25rem; |
|
right: 1rem; |
|
} |
|
|
|
.navbar .form-control { |
|
padding: .75rem 1rem; |
|
border-width: 0; |
|
border-radius: 0; |
|
} |
|
|
|
.form-control-dark { |
|
color: #fff; |
|
background-color: rgba(255, 255, 255, .1); |
|
border-color: rgba(255, 255, 255, .1); |
|
} |
|
|
|
.form-control-dark:focus { |
|
border-color: transparent; |
|
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); |
|
} |
|
|
|
|
|
/* CLASSE PER LA PERSONALIZZAZIONE DELLA SELECT DELLA PAGINAZIONE DELLE DATATABLE*/ |
|
select.selectForPages{ |
|
display: block !important; |
|
width: 200px !important; |
|
margin-right: 150px; |
|
} |
|
.mapid { height: 450px;} |
|
/*Personalizzazione dei pulsanti delle DataTable*/ |
|
.dt-button.sipars, .dt-button.buttonAgg, .dt-button{ |
|
background-color: var(--siciliapei) !important; |
|
background-image: none !important; |
|
color: #ffffff !important; |
|
letter-spacing: .5px !important; |
|
border-radius: 4px !important; |
|
text-transform: uppercase !important; |
|
} |
|
.dt-button.sipars.red, .dt-button.buttonAgg.red, .dt-button.red{ |
|
background-color: var(--siciliapei) !important; |
|
} |
|
|
|
|
|
|
|
fieldset.visura-impresa { |
|
border: 1px solid rgba(0,0,0,.125); |
|
border-radius: .25rem; |
|
padding: 0 1.4em 1.4em 1.4em !important; |
|
margin: 0 0 1.5em 0 !important; |
|
-webkit-box-shadow: 0px 0px 0px 0px #000; |
|
box-shadow: 0px 0px 0px 0px #000; |
|
} |
|
|
|
fieldset.visura-impresa legend{ |
|
font-size: 1.2em !important; |
|
font-weight: bold !important; |
|
text-align: left !important; |
|
width:auto; |
|
padding:0 10px; |
|
border-bottom:none; |
|
} |
|
|
|
.masthead{ |
|
color: #ffffff; |
|
position: relative; |
|
background-color: #007bff; |
|
background-image: url(/assets/img/overlay.svg), linear-gradient(45deg, var(--siciliapei) 0%, var(--siciliapei2) 100%); |
|
background-size: cover; |
|
z-index: 0; |
|
} |
|
|
|
|
|
.masthead .masthead-cards .shape { |
|
position: absolute; |
|
height: 100%; |
|
width: 100%; |
|
background-color: rgba(255,255,255,0.3); |
|
top: 0; |
|
left: 0; |
|
z-index: -1; |
|
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; |
|
} |
|
|
|
.btn-primary, .badge-primary , .bg-primary, .bg-siciliapei, .page-item.active .page-link{ |
|
background-color: var(--siciliapei) !important; |
|
} |
|
|
|
.text-primary , .text-primary a, .breadcrumb a{ |
|
color: var(--siciliapei) !important; |
|
} |
|
|
|
.btn-warning, .badge-warning , .bg-warning{ |
|
background-color: var(--siciliapei4) !important; |
|
} |