@ -0,0 +1,10 @@ |
|||||||
|
nbproject/ |
||||||
|
upload/ |
||||||
|
md5file/ |
||||||
|
lib/app.config.php |
||||||
|
.idea/ |
||||||
|
export/ |
||||||
|
|
||||||
|
*.json |
||||||
|
*.code-workspace |
||||||
|
webservice/amerigo.php |
||||||
|
Dopo Larghezza: | Altezza: | Dimensione: 2.2 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 2.2 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 2.2 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 2.2 KiB |
@ -0,0 +1,663 @@ |
|||||||
|
/* |
||||||
|
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 |
||||||
|
*/ |
||||||
|
|
||||||
|
/* Custom rag */ |
||||||
|
:root { |
||||||
|
--siciliapei: #007a52; /* predominante*/ |
||||||
|
--siciliapei2: #00402b; /* scuro*/ |
||||||
|
--siciliapei3: #202a2e; /* scuro*/ |
||||||
|
--siciliapei4: #fac31b; /* giallo*/ |
||||||
|
--statoavviso0:#ffffff; |
||||||
|
--statoavviso1:#018522; |
||||||
|
--statoavviso2:#018522; |
||||||
|
--statoavviso3:#046500; /*<------ HHAHA */ |
||||||
|
--statoavviso4:#e80000; |
||||||
|
--statoavviso5:#018522; |
||||||
|
--statoavviso10:#046500; |
||||||
|
--statoavviso20:#e80000; |
||||||
|
--statoavviso99:#790000; |
||||||
|
--statoavviso999:#000000; |
||||||
|
--test:#790000; |
||||||
|
} |
||||||
|
|
||||||
|
.prov-palermo{background-color: rgba(255, 153, 255, 1);} |
||||||
|
.prov-agrigento{background-color: rgba(0, 153, 153, 1);} |
||||||
|
.prov-trapani{background-color: rgba(0, 102, 204, 1); color: #FFFFFF;} |
||||||
|
.prov-catania{background-color: rgba(204, 0, 51, 1);} |
||||||
|
.prov-caltanissetta{background-color: rgba(255, 204, 0, 1);} |
||||||
|
.prov-enna{background-color: rgba(0, 204, 51, 1);} |
||||||
|
.prov-messina{background-color: rgba(255, 51, 204, 1);} |
||||||
|
.prov-ragusa{background-color: rgba(0, 0, 153, 1); color: #FFFFFF;} |
||||||
|
.prov-siracusa{background-color: rgba(153, 153, 255, 1);} |
||||||
|
|
||||||
|
.text-statoavviso0{color: var(--statoavviso0) !important;} |
||||||
|
.text-statoavviso1{color: var(--statoavviso1) !important;} |
||||||
|
.text-statoavviso2{color: var(--statoavviso2) !important;} |
||||||
|
.text-statoavviso3{color: var(--statoavviso3) !important;} |
||||||
|
.text-statoavviso4{color: var(--statoavviso4) !important;} |
||||||
|
.text-statoavviso5{color: var(--statoavviso5) !important;} |
||||||
|
.text-statoavviso10{color: var(--statoavviso10) !important;} |
||||||
|
.text-statoavviso20{color: var(--statoavviso20) !important;} |
||||||
|
.text-statoavviso99{color: var(--statoavviso99) !important;} |
||||||
|
.text-statoavviso999{color: var(--statoavviso999) !important;} |
||||||
|
|
||||||
|
.bg-statoavviso0{background-color: var(--statoavviso0) !important;color: #000;} |
||||||
|
.bg-statoavviso1{background-color: var(--statoavviso1) !important;color: #FFF;} |
||||||
|
.bg-statoavviso2{background-color: var(--statoavviso2) !important;color: #FFF;} |
||||||
|
.bg-statoavviso3{background-color: var(--statoavviso3) !important;color: #FFF;} |
||||||
|
.bg-statoavviso4{background-color: var(--statoavviso4) !important;color: #FFF;} |
||||||
|
.bg-statoavviso5{background-color: var(--statoavviso5) !important;color: #FFF;} |
||||||
|
.bg-statoavviso10{background-color: var(--statoavviso10) !important;color: #FFF;} |
||||||
|
.bg-statoavviso20{background-color: var(--statoavviso20) !important;color: #FFF;} |
||||||
|
.bg-statoavviso99{background-color: var(--statoavviso99) !important;color: #FFF;} |
||||||
|
.bg-statoavviso999{background-color: var(--statoavviso999) !important;color: #FFF;} |
||||||
|
|
||||||
|
.border-statoavviso0{border-color: var(--statoavviso0) !important;} |
||||||
|
.border-statoavviso1{border-color: var(--statoavviso1) !important;} |
||||||
|
.border-statoavviso2{border-color: var(--statoavviso2) !important;} |
||||||
|
.border-statoavviso3{border-color: var(--statoavviso3) !important;} |
||||||
|
.border-statoavviso4{border-color: var(--statoavviso4) !important;} |
||||||
|
.border-statoavviso5{border-color: var(--statoavviso5) !important;} |
||||||
|
.border-statoavviso10{border-color: var(--statoavviso10) !important;} |
||||||
|
.border-statoavviso20{border-color: var(--statoavviso20) !important;} |
||||||
|
.border-statoavviso99{border-color: var(--statoavviso99) !important;} |
||||||
|
.border-statoavviso999{border-color: var(--statoavviso999) !important;} |
||||||
|
|
||||||
|
@font-face { |
||||||
|
font-family: myFirstFont; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.ttf'); |
||||||
|
/*src: url('dist/css/fonts/Raleway-Regular.ttf');*/ |
||||||
|
} |
||||||
|
|
||||||
|
.navbar-siciliapai{ |
||||||
|
background-color: var(--siciliapei) !important; |
||||||
|
} |
||||||
|
|
||||||
|
.masthead { |
||||||
|
background-color: var(--siciliapei) !important; |
||||||
|
color: #FFF; |
||||||
|
} |
||||||
|
|
||||||
|
.mastheadlogin { |
||||||
|
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: #007bff;*/ |
||||||
|
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; |
||||||
|
} |
||||||
|
|
||||||
|
/* Custom rag */ |
||||||
|
|
||||||
|
.masthead{ |
||||||
|
color: #ffffff; |
||||||
|
position: relative; |
||||||
|
background-color: #007bff; |
||||||
|
/*background-image: url(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%; |
||||||
|
} |
||||||
|
|
||||||
|
.footer-padding{height:130px;} |
||||||
|
.footer{ |
||||||
|
/*border-top: 1px solid var(--siciliapei2) !important;*/ |
||||||
|
/*position: fixed; |
||||||
|
bottom: 0;*/ |
||||||
|
width: 100%; |
||||||
|
height: 85px; |
||||||
|
line-height: 80px; |
||||||
|
/*padding: 1px;*/ |
||||||
|
background-color: var(--siciliapei2); /*#ffffff;*/ |
||||||
|
|
||||||
|
z-index: 0; |
||||||
|
} |
||||||
|
.wavefoo{ |
||||||
|
pointer-events: none; |
||||||
|
position: absolute; |
||||||
|
top: -45px; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
.mastfooter{ |
||||||
|
background-color: var(--siciliapei) !important; |
||||||
|
color: #ffffff; |
||||||
|
position: relative; |
||||||
|
background-color: #007bff; |
||||||
|
background-image: url(img/siciliafesr.png), linear-gradient(45deg, var(--siciliapei) 0%, var(--siciliapei2) 100%); |
||||||
|
background-size: cover; |
||||||
|
z-index: 0; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
.mastfooter .mastfooter-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; |
||||||
|
border-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; |
||||||
|
} |
||||||
|
/**/ |
||||||
|
|
||||||
|
.evidenziato{ |
||||||
|
color: #b2ebed; |
||||||
|
} |
||||||
|
.green{ |
||||||
|
color: #b2ebed; |
||||||
|
} |
||||||
|
|
||||||
|
.dt-ico{ |
||||||
|
font-size:18px; |
||||||
|
} |
||||||
|
|
||||||
|
.dt-custom-header{font-weght: normal;font-size:18px !important;padding:5px 0 20px 10px;} |
||||||
|
|
||||||
|
|
||||||
|
.container-table { |
||||||
|
margin: auto; |
||||||
|
width: 90%; |
||||||
|
/*border: 1px solid #EAEAEA;*/ |
||||||
|
padding: 10px; |
||||||
|
max-width: 1400px; |
||||||
|
border-radius: 25px; |
||||||
|
background-color:white; |
||||||
|
color:black; |
||||||
|
} |
||||||
|
|
||||||
|
#dt-bandi tr.odd, |
||||||
|
#dt-bandi tr.even, |
||||||
|
#dt-bandi-disponibili tr.odd, |
||||||
|
#dt-bandi-disponibili tr.even{ |
||||||
|
font-size:14px; |
||||||
|
font-weight: bold; |
||||||
|
color:black; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
.table-bandi{ |
||||||
|
width:100%; border: solid #E6E6E6 1px; -moz-border-radius: 15px; -webkit-border-radius: 15px;padding:5px; |
||||||
|
} |
||||||
|
|
||||||
|
table.dataTable.no-footer{ |
||||||
|
border-bottom: solid #E6E6E6 1px !important; |
||||||
|
} |
||||||
|
|
||||||
|
table.dataTable thead th, table.dataTable thead td { |
||||||
|
border-bottom: 1px solid #E6E6E6 !important; |
||||||
|
} |
||||||
|
|
||||||
|
.rec-box{border: solid #FFFFFF 1px; -moz-border-radius: 2px; -webkit-border-radius: 2px;padding:5px;text-align:center;} |
||||||
|
|
||||||
|
.bold{font-weight:bold;} |
||||||
|
.italic{font-style: italic;} |
||||||
|
|
||||||
|
.row-span{margin-bottom:15px;} |
||||||
|
.row-span-footer{margin-bottom:5px;margin-top:40px!important;} |
||||||
|
|
||||||
|
.riepilogo-box{padding:15px;} |
||||||
|
.riepilogo-title{font-size:18px;text-decoration: underline;} |
||||||
|
|
||||||
|
/* Tabelle in dashboard*/ |
||||||
|
.dash-table-border{ |
||||||
|
border: 1px solid #212529; |
||||||
|
border-radius: 25px; |
||||||
|
} |
||||||
|
|
||||||
|
.dash-table-header-wb{ |
||||||
|
border-bottom: 1px solid #212529; |
||||||
|
padding: 20px 0 20px 0; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
.dash-table-body{ |
||||||
|
text-decoration:none; |
||||||
|
/*color:#ffffff;*/ |
||||||
|
} |
||||||
|
.dash-table-body .row{ |
||||||
|
padding: 15px 0 15px 0; |
||||||
|
} |
||||||
|
.dash-table-body div.row{ |
||||||
|
/*background:#ff4500;*/ |
||||||
|
} |
||||||
|
.dash-table-body div.row:hover{ |
||||||
|
background: #F2F2F2;/* #0078d7;*/ |
||||||
|
} |
||||||
|
|
||||||
|
img.logo{max-height:40px !important;margin-right: 20px !important;} |
||||||
|
img.logo-footer{max-height:80px !important;} |
||||||
|
img.logo-por{max-height:80px !important;background-color:white;} |
||||||
|
|
||||||
|
/* CUSTOM TAB PANEL */ |
||||||
|
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { |
||||||
|
background-color: var(--siciliapei) !important; |
||||||
|
} |
||||||
|
|
||||||
|
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { |
||||||
|
border: 1px solid var(--siciliapei3) !important; |
||||||
|
/*background-color: var(--siciliapei4) !important;*/ |
||||||
|
} |
||||||
|
|
||||||
|
.nav-tabs a{ |
||||||
|
color: var(--siciliapei2); |
||||||
|
} |
||||||
|
|
||||||
|
/* CUSTOM LINK */ |
||||||
|
a.btn-link:hover { |
||||||
|
color: #0056b3; |
||||||
|
text-decoration: underline; |
||||||
|
} |
||||||
|
|
||||||
|
.row-h2bb-c4{ |
||||||
|
padding:10px 0 10px 0; |
||||||
|
/*border-top: 1px solid var(--siciliapei4);*/ |
||||||
|
border-bottom: 1px solid var(--siciliapei4); |
||||||
|
margin-bottom: 20px !important; |
||||||
|
} |
||||||
|
|
||||||
|
.row-hbb-c4{ |
||||||
|
padding:2px 0 8px 0; border-bottom: 1px solid var(--siciliapei4); |
||||||
|
} |
||||||
|
|
||||||
|
.row-bb-c4{ |
||||||
|
padding:2px 0 2px 0; border-bottom: 1px solid var(--siciliapei4); |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
/* CSS LOGIN */ |
||||||
|
.form-signin { |
||||||
|
width: 100%; |
||||||
|
max-width: 330px; |
||||||
|
padding: 15px; |
||||||
|
margin: auto; |
||||||
|
margin-top: 150px; |
||||||
|
border:1px solid #cccccc; |
||||||
|
border-radius:3px; |
||||||
|
padding:15px !important; |
||||||
|
} |
||||||
|
.form-signin .checkbox { |
||||||
|
font-weight: 400; |
||||||
|
} |
||||||
|
.form-signin .form-control { |
||||||
|
position: relative; |
||||||
|
box-sizing: border-box; |
||||||
|
height: auto; |
||||||
|
padding: 10px; |
||||||
|
font-size: 16px; |
||||||
|
} |
||||||
|
.form-signin .form-control:focus { |
||||||
|
z-index: 2; |
||||||
|
} |
||||||
|
|
||||||
|
.row-group { |
||||||
|
margin-bottom: 10px; |
||||||
|
} |
||||||
|
|
||||||
|
.input-group { |
||||||
|
margin-bottom: 10px; |
||||||
|
} |
||||||
|
|
||||||
|
.form-signin input[type="email"] { |
||||||
|
/*margin-bottom: -1px;*/ |
||||||
|
border-bottom-right-radius: 0; |
||||||
|
border-bottom-left-radius: 0; |
||||||
|
} |
||||||
|
|
||||||
|
.form-signin input[type="password"] { |
||||||
|
/* margin-bottom: 10px;*/ |
||||||
|
border-top-left-radius: 0; |
||||||
|
border-top-right-radius: 0; |
||||||
|
} |
||||||
|
.reveal{ |
||||||
|
position: absolute; |
||||||
|
top: 5px; |
||||||
|
right: 0px; |
||||||
|
z-index: 5; |
||||||
|
} |
||||||
|
.br-dashboard{ |
||||||
|
content: ""; |
||||||
|
display: block; |
||||||
|
margin: -5px; |
||||||
|
} |
||||||
|
.avviso-dashboard .card-header, .avviso-dashboard .card-body, .avviso-dashboard .card-footer { |
||||||
|
padding: 5px !important; |
||||||
|
} |
||||||
|
|
||||||
|
/* CSS SELECT 2 */ |
||||||
|
.select2-container .select2-selection--single { |
||||||
|
height: 38px !important; |
||||||
|
padding: 5px !important; |
||||||
|
} |
||||||
|
|
||||||
|
.select2-container--default .select2-selection--single .select2-selection__arrow { |
||||||
|
top: 5px !important; |
||||||
|
} |
||||||
|
|
||||||
|
.badge{ |
||||||
|
white-space: normal !important; |
||||||
|
} |
||||||
|
|
||||||
|
#form-register input[type=checkbox], #form-register input[type=radio]{ |
||||||
|
width: 20px !important; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
.customloadingDt{ |
||||||
|
height: 100% !important; |
||||||
|
width: 100% !important; |
||||||
|
position: absolute !important; |
||||||
|
text-align: center !important; |
||||||
|
background: #222 !important; |
||||||
|
opacity: 0.7 !important; |
||||||
|
z-index: 900000 !important; |
||||||
|
padding-top: 15% !important; |
||||||
|
color: #FFF !important; |
||||||
|
} |
||||||
|
|
||||||
|
.bg-header{ |
||||||
|
background-color: var(--siciliapei2) !important; |
||||||
|
} |
||||||
|
|
||||||
|
.bg-footer{ |
||||||
|
background-color: var(--siciliapei3) !important; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
/* titillium-web-300 - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 300; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
|
|
||||||
|
/* titillium-web-300italic - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: italic; |
||||||
|
font-weight: 300; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
|
|
||||||
|
/* titillium-web-regular - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 400; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
|
|
||||||
|
/* titillium-web-italic - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: italic; |
||||||
|
font-weight: 400; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
|
|
||||||
|
/* titillium-web-600 - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 600; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
|
|
||||||
|
/* titillium-web-600italic - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: italic; |
||||||
|
font-weight: 600; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
|
|
||||||
|
/* titillium-web-700 - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 700; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
|
|
||||||
|
/* titillium-web-700italic - latin-ext_latin */ |
||||||
|
@font-face { |
||||||
|
font-family: 'Titillium Web'; |
||||||
|
font-style: italic; |
||||||
|
font-weight: 700; |
||||||
|
src: url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */ |
||||||
|
src: local(''), |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ |
||||||
|
url('dist/css/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */ |
||||||
|
} |
||||||
@ -0,0 +1,325 @@ |
|||||||
|
/*! |
||||||
|
* Bootstrap Reboot v4.5.0 (https://getbootstrap.com/) |
||||||
|
* Copyright 2011-2020 The Bootstrap Authors |
||||||
|
* Copyright 2011-2020 Twitter, Inc. |
||||||
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
||||||
|
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) |
||||||
|
*/ |
||||||
|
*, |
||||||
|
*::before, |
||||||
|
*::after { |
||||||
|
box-sizing: border-box; |
||||||
|
} |
||||||
|
|
||||||
|
html { |
||||||
|
font-family: sans-serif; |
||||||
|
line-height: 1.15; |
||||||
|
-webkit-text-size-adjust: 100%; |
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
||||||
|
} |
||||||
|
|
||||||
|
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { |
||||||
|
display: block; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
margin: 0; |
||||||
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
||||||
|
font-size: 1rem; |
||||||
|
font-weight: 400; |
||||||
|
line-height: 1.5; |
||||||
|
color: #212529; |
||||||
|
text-align: left; |
||||||
|
background-color: #fff; |
||||||
|
} |
||||||
|
|
||||||
|
[tabindex="-1"]:focus:not(:focus-visible) { |
||||||
|
outline: 0 !important; |
||||||
|
} |
||||||
|
|
||||||
|
hr { |
||||||
|
box-sizing: content-box; |
||||||
|
height: 0; |
||||||
|
overflow: visible; |
||||||
|
} |
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 { |
||||||
|
margin-top: 0; |
||||||
|
margin-bottom: 0.5rem; |
||||||
|
} |
||||||
|
|
||||||
|
p { |
||||||
|
margin-top: 0; |
||||||
|
margin-bottom: 1rem; |
||||||
|
} |
||||||
|
|
||||||
|
abbr[title], |
||||||
|
abbr[data-original-title] { |
||||||
|
text-decoration: underline; |
||||||
|
-webkit-text-decoration: underline dotted; |
||||||
|
text-decoration: underline dotted; |
||||||
|
cursor: help; |
||||||
|
border-bottom: 0; |
||||||
|
-webkit-text-decoration-skip-ink: none; |
||||||
|
text-decoration-skip-ink: none; |
||||||
|
} |
||||||
|
|
||||||
|
address { |
||||||
|
margin-bottom: 1rem; |
||||||
|
font-style: normal; |
||||||
|
line-height: inherit; |
||||||
|
} |
||||||
|
|
||||||
|
ol, |
||||||
|
ul, |
||||||
|
dl { |
||||||
|
margin-top: 0; |
||||||
|
margin-bottom: 1rem; |
||||||
|
} |
||||||
|
|
||||||
|
ol ol, |
||||||
|
ul ul, |
||||||
|
ol ul, |
||||||
|
ul ol { |
||||||
|
margin-bottom: 0; |
||||||
|
} |
||||||
|
|
||||||
|
dt { |
||||||
|
font-weight: 700; |
||||||
|
} |
||||||
|
|
||||||
|
dd { |
||||||
|
margin-bottom: .5rem; |
||||||
|
margin-left: 0; |
||||||
|
} |
||||||
|
|
||||||
|
blockquote { |
||||||
|
margin: 0 0 1rem; |
||||||
|
} |
||||||
|
|
||||||
|
b, |
||||||
|
strong { |
||||||
|
font-weight: bolder; |
||||||
|
} |
||||||
|
|
||||||
|
small { |
||||||
|
font-size: 80%; |
||||||
|
} |
||||||
|
|
||||||
|
sub, |
||||||
|
sup { |
||||||
|
position: relative; |
||||||
|
font-size: 75%; |
||||||
|
line-height: 0; |
||||||
|
vertical-align: baseline; |
||||||
|
} |
||||||
|
|
||||||
|
sub { |
||||||
|
bottom: -.25em; |
||||||
|
} |
||||||
|
|
||||||
|
sup { |
||||||
|
top: -.5em; |
||||||
|
} |
||||||
|
|
||||||
|
a { |
||||||
|
color: #007bff; |
||||||
|
text-decoration: none; |
||||||
|
background-color: transparent; |
||||||
|
} |
||||||
|
|
||||||
|
a:hover { |
||||||
|
color: #0056b3; |
||||||
|
text-decoration: underline; |
||||||
|
} |
||||||
|
|
||||||
|
a:not([href]) { |
||||||
|
color: inherit; |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
|
||||||
|
a:not([href]):hover { |
||||||
|
color: inherit; |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
|
||||||
|
pre, |
||||||
|
code, |
||||||
|
kbd, |
||||||
|
samp { |
||||||
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
||||||
|
font-size: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
pre { |
||||||
|
margin-top: 0; |
||||||
|
margin-bottom: 1rem; |
||||||
|
overflow: auto; |
||||||
|
-ms-overflow-style: scrollbar; |
||||||
|
} |
||||||
|
|
||||||
|
figure { |
||||||
|
margin: 0 0 1rem; |
||||||
|
} |
||||||
|
|
||||||
|
img { |
||||||
|
vertical-align: middle; |
||||||
|
border-style: none; |
||||||
|
} |
||||||
|
|
||||||
|
svg { |
||||||
|
overflow: hidden; |
||||||
|
vertical-align: middle; |
||||||
|
} |
||||||
|
|
||||||
|
table { |
||||||
|
border-collapse: collapse; |
||||||
|
} |
||||||
|
|
||||||
|
caption { |
||||||
|
padding-top: 0.75rem; |
||||||
|
padding-bottom: 0.75rem; |
||||||
|
color: #6c757d; |
||||||
|
text-align: left; |
||||||
|
caption-side: bottom; |
||||||
|
} |
||||||
|
|
||||||
|
th { |
||||||
|
text-align: inherit; |
||||||
|
} |
||||||
|
|
||||||
|
label { |
||||||
|
display: inline-block; |
||||||
|
margin-bottom: 0.5rem; |
||||||
|
} |
||||||
|
|
||||||
|
button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
|
||||||
|
button:focus { |
||||||
|
outline: 1px dotted; |
||||||
|
outline: 5px auto -webkit-focus-ring-color; |
||||||
|
} |
||||||
|
|
||||||
|
input, |
||||||
|
button, |
||||||
|
select, |
||||||
|
optgroup, |
||||||
|
textarea { |
||||||
|
margin: 0; |
||||||
|
font-family: inherit; |
||||||
|
font-size: inherit; |
||||||
|
line-height: inherit; |
||||||
|
} |
||||||
|
|
||||||
|
button, |
||||||
|
input { |
||||||
|
overflow: visible; |
||||||
|
} |
||||||
|
|
||||||
|
button, |
||||||
|
select { |
||||||
|
text-transform: none; |
||||||
|
} |
||||||
|
|
||||||
|
[role="button"] { |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
|
||||||
|
select { |
||||||
|
word-wrap: normal; |
||||||
|
} |
||||||
|
|
||||||
|
button, |
||||||
|
[type="button"], |
||||||
|
[type="reset"], |
||||||
|
[type="submit"] { |
||||||
|
-webkit-appearance: button; |
||||||
|
} |
||||||
|
|
||||||
|
button:not(:disabled), |
||||||
|
[type="button"]:not(:disabled), |
||||||
|
[type="reset"]:not(:disabled), |
||||||
|
[type="submit"]:not(:disabled) { |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
|
||||||
|
button::-moz-focus-inner, |
||||||
|
[type="button"]::-moz-focus-inner, |
||||||
|
[type="reset"]::-moz-focus-inner, |
||||||
|
[type="submit"]::-moz-focus-inner { |
||||||
|
padding: 0; |
||||||
|
border-style: none; |
||||||
|
} |
||||||
|
|
||||||
|
input[type="radio"], |
||||||
|
input[type="checkbox"] { |
||||||
|
box-sizing: border-box; |
||||||
|
padding: 0; |
||||||
|
} |
||||||
|
|
||||||
|
textarea { |
||||||
|
overflow: auto; |
||||||
|
resize: vertical; |
||||||
|
} |
||||||
|
|
||||||
|
fieldset { |
||||||
|
min-width: 0; |
||||||
|
padding: 0; |
||||||
|
margin: 0; |
||||||
|
border: 0; |
||||||
|
} |
||||||
|
|
||||||
|
legend { |
||||||
|
display: block; |
||||||
|
width: 100%; |
||||||
|
max-width: 100%; |
||||||
|
padding: 0; |
||||||
|
margin-bottom: .5rem; |
||||||
|
font-size: 1.5rem; |
||||||
|
line-height: inherit; |
||||||
|
color: inherit; |
||||||
|
white-space: normal; |
||||||
|
} |
||||||
|
|
||||||
|
progress { |
||||||
|
vertical-align: baseline; |
||||||
|
} |
||||||
|
|
||||||
|
[type="number"]::-webkit-inner-spin-button, |
||||||
|
[type="number"]::-webkit-outer-spin-button { |
||||||
|
height: auto; |
||||||
|
} |
||||||
|
|
||||||
|
[type="search"] { |
||||||
|
outline-offset: -2px; |
||||||
|
-webkit-appearance: none; |
||||||
|
} |
||||||
|
|
||||||
|
[type="search"]::-webkit-search-decoration { |
||||||
|
-webkit-appearance: none; |
||||||
|
} |
||||||
|
|
||||||
|
::-webkit-file-upload-button { |
||||||
|
font: inherit; |
||||||
|
-webkit-appearance: button; |
||||||
|
} |
||||||
|
|
||||||
|
output { |
||||||
|
display: inline-block; |
||||||
|
} |
||||||
|
|
||||||
|
summary { |
||||||
|
display: list-item; |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
|
||||||
|
template { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
[hidden] { |
||||||
|
display: none !important; |
||||||
|
} |
||||||
|
/*# sourceMappingURL=bootstrap-reboot.css.map */ |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
/*! |
||||||
|
* Bootstrap Reboot v4.5.0 (https://getbootstrap.com/) |
||||||
|
* Copyright 2011-2020 The Bootstrap Authors |
||||||
|
* Copyright 2011-2020 Twitter, Inc. |
||||||
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
||||||
|
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) |
||||||
|
*/*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important} |
||||||
|
/*# sourceMappingURL=bootstrap-reboot.min.css.map */ |
||||||
@ -0,0 +1,93 @@ |
|||||||
|
Copyright (c) 2009-2011 by Accademia di Belle Arti di Urbino and students of MA course of Visual design. Some rights reserved. |
||||||
|
|
||||||
|
This Font Software is licensed under the SIL Open Font License, Version 1.1. |
||||||
|
This license is copied below, and is also available with a FAQ at: |
||||||
|
http://scripts.sil.org/OFL |
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------- |
||||||
|
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
PREAMBLE |
||||||
|
The goals of the Open Font License (OFL) are to stimulate worldwide |
||||||
|
development of collaborative font projects, to support the font creation |
||||||
|
efforts of academic and linguistic communities, and to provide a free and |
||||||
|
open framework in which fonts may be shared and improved in partnership |
||||||
|
with others. |
||||||
|
|
||||||
|
The OFL allows the licensed fonts to be used, studied, modified and |
||||||
|
redistributed freely as long as they are not sold by themselves. The |
||||||
|
fonts, including any derivative works, can be bundled, embedded, |
||||||
|
redistributed and/or sold with any software provided that any reserved |
||||||
|
names are not used by derivative works. The fonts and derivatives, |
||||||
|
however, cannot be released under any other type of license. The |
||||||
|
requirement for fonts to remain under this license does not apply |
||||||
|
to any document created using the fonts or their derivatives. |
||||||
|
|
||||||
|
DEFINITIONS |
||||||
|
"Font Software" refers to the set of files released by the Copyright |
||||||
|
Holder(s) under this license and clearly marked as such. This may |
||||||
|
include source files, build scripts and documentation. |
||||||
|
|
||||||
|
"Reserved Font Name" refers to any names specified as such after the |
||||||
|
copyright statement(s). |
||||||
|
|
||||||
|
"Original Version" refers to the collection of Font Software components as |
||||||
|
distributed by the Copyright Holder(s). |
||||||
|
|
||||||
|
"Modified Version" refers to any derivative made by adding to, deleting, |
||||||
|
or substituting -- in part or in whole -- any of the components of the |
||||||
|
Original Version, by changing formats or by porting the Font Software to a |
||||||
|
new environment. |
||||||
|
|
||||||
|
"Author" refers to any designer, engineer, programmer, technical |
||||||
|
writer or other person who contributed to the Font Software. |
||||||
|
|
||||||
|
PERMISSION & CONDITIONS |
||||||
|
Permission is hereby granted, free of charge, to any person obtaining |
||||||
|
a copy of the Font Software, to use, study, copy, merge, embed, modify, |
||||||
|
redistribute, and sell modified and unmodified copies of the Font |
||||||
|
Software, subject to the following conditions: |
||||||
|
|
||||||
|
1) Neither the Font Software nor any of its individual components, |
||||||
|
in Original or Modified Versions, may be sold by itself. |
||||||
|
|
||||||
|
2) Original or Modified Versions of the Font Software may be bundled, |
||||||
|
redistributed and/or sold with any software, provided that each copy |
||||||
|
contains the above copyright notice and this license. These can be |
||||||
|
included either as stand-alone text files, human-readable headers or |
||||||
|
in the appropriate machine-readable metadata fields within text or |
||||||
|
binary files as long as those fields can be easily viewed by the user. |
||||||
|
|
||||||
|
3) No Modified Version of the Font Software may use the Reserved Font |
||||||
|
Name(s) unless explicit written permission is granted by the corresponding |
||||||
|
Copyright Holder. This restriction only applies to the primary font name as |
||||||
|
presented to the users. |
||||||
|
|
||||||
|
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font |
||||||
|
Software shall not be used to promote, endorse or advertise any |
||||||
|
Modified Version, except to acknowledge the contribution(s) of the |
||||||
|
Copyright Holder(s) and the Author(s) or with their explicit written |
||||||
|
permission. |
||||||
|
|
||||||
|
5) The Font Software, modified or unmodified, in part or in whole, |
||||||
|
must be distributed entirely under this license, and must not be |
||||||
|
distributed under any other license. The requirement for fonts to |
||||||
|
remain under this license does not apply to any document created |
||||||
|
using the Font Software. |
||||||
|
|
||||||
|
TERMINATION |
||||||
|
This license becomes null and void if any of the above conditions are |
||||||
|
not met. |
||||||
|
|
||||||
|
DISCLAIMER |
||||||
|
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF |
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
||||||
|
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE |
||||||
|
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL |
||||||
|
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
||||||
|
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM |
||||||
|
OTHER DEALINGS IN THE FONT SOFTWARE. |
||||||
|
Dopo Larghezza: | Altezza: | Dimensione: 43 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 48 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 42 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 47 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 42 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 47 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 47 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 42 KiB |