@ -0,0 +1,221 @@ |
|||||||
|
/* |
||||||
|
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; |
||||||
|
} |
||||||
@ -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,10 @@ |
|||||||
|
/* |
||||||
|
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 : 10-set-2020, 17.51.26 |
||||||
|
Author : Anselmo |
||||||
|
*/ |
||||||
|
|
||||||
|
Dopo Larghezza: | Altezza: | Dimensione: 1.8 MiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 956 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 8.6 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 13 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 12 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 76 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 78 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 209 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 890 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 216 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 7.3 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 5.6 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 1.2 MiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 51 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 14 KiB |
|
Dopo Larghezza: | Altezza: | Dimensione: 92 KiB |
@ -0,0 +1,179 @@ |
|||||||
|
@keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-o-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-o-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-ms-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-ms-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-webkit-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-webkit-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-moz-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-moz-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-button-info { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 400px; |
||||||
|
margin-top: -100px; |
||||||
|
margin-left: -200px; |
||||||
|
background-color: white; |
||||||
|
border: 2px solid #111; |
||||||
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); |
||||||
|
border-radius: 3px; |
||||||
|
text-align: center; |
||||||
|
z-index: 21; |
||||||
|
} |
||||||
|
div.dt-button-info h2 { |
||||||
|
padding: 0.5em; |
||||||
|
margin: 0; |
||||||
|
font-weight: normal; |
||||||
|
border-bottom: 1px solid #ddd; |
||||||
|
background-color: #f3f3f3; |
||||||
|
} |
||||||
|
div.dt-button-info > div { |
||||||
|
padding: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title { |
||||||
|
text-align: center; |
||||||
|
padding: 0.3em 0 0.5em; |
||||||
|
font-size: 0.9em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title:empty { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
ul.dt-button-collection.dropdown-menu { |
||||||
|
display: block; |
||||||
|
z-index: 2002; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.fixed { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
margin-left: -75px; |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.fixed.two-column { |
||||||
|
margin-left: -150px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.fixed.three-column { |
||||||
|
margin-left: -225px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.fixed.four-column { |
||||||
|
margin-left: -300px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu > div:last-child { |
||||||
|
-webkit-column-gap: 8px; |
||||||
|
-moz-column-gap: 8px; |
||||||
|
-ms-column-gap: 8px; |
||||||
|
-o-column-gap: 8px; |
||||||
|
column-gap: 8px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu > div:last-child > * { |
||||||
|
-webkit-column-break-inside: avoid; |
||||||
|
break-inside: avoid; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.two-column { |
||||||
|
width: 300px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.two-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 2; |
||||||
|
-moz-column-count: 2; |
||||||
|
-ms-column-count: 2; |
||||||
|
-o-column-count: 2; |
||||||
|
column-count: 2; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.three-column { |
||||||
|
width: 450px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.three-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 3; |
||||||
|
-moz-column-count: 3; |
||||||
|
-ms-column-count: 3; |
||||||
|
-o-column-count: 3; |
||||||
|
column-count: 3; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.four-column { |
||||||
|
width: 600px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu.four-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 4; |
||||||
|
-moz-column-count: 4; |
||||||
|
-ms-column-count: 4; |
||||||
|
-o-column-count: 4; |
||||||
|
column-count: 4; |
||||||
|
} |
||||||
|
ul.dt-button-collection.dropdown-menu .dt-button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-background { |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
z-index: 2001; |
||||||
|
} |
||||||
|
|
||||||
|
@media screen and (max-width: 767px) { |
||||||
|
div.dt-buttons { |
||||||
|
float: none; |
||||||
|
width: 100%; |
||||||
|
text-align: center; |
||||||
|
margin-bottom: 0.5em; |
||||||
|
} |
||||||
|
div.dt-buttons a.btn { |
||||||
|
float: none; |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-buttons button.btn.processing, |
||||||
|
div.dt-buttons div.btn.processing, |
||||||
|
div.dt-buttons a.btn.processing { |
||||||
|
color: rgba(0, 0, 0, 0.2); |
||||||
|
} |
||||||
|
div.dt-buttons button.btn.processing:after, |
||||||
|
div.dt-buttons div.btn.processing:after, |
||||||
|
div.dt-buttons a.btn.processing:after { |
||||||
|
position: absolute; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 16px; |
||||||
|
height: 16px; |
||||||
|
margin: -8px 0 0 -8px; |
||||||
|
box-sizing: border-box; |
||||||
|
display: block; |
||||||
|
content: ' '; |
||||||
|
border: 2px solid #282828; |
||||||
|
border-radius: 50%; |
||||||
|
border-left-color: transparent; |
||||||
|
border-right-color: transparent; |
||||||
|
animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-o-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-ms-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-webkit-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-moz-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
} |
||||||
@ -0,0 +1 @@ |
|||||||
|
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}ul.dt-button-collection.dropdown-menu{display:block;z-index:2002}ul.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}ul.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}ul.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}ul.dt-button-collection.dropdown-menu>div:last-child{-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.dropdown-menu>div:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.dropdown-menu.two-column{width:300px}ul.dt-button-collection.dropdown-menu.two-column>div:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.dropdown-menu.three-column{width:450px}ul.dt-button-collection.dropdown-menu.three-column>div:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.dropdown-menu.four-column{width:600px}ul.dt-button-collection.dropdown-menu.four-column>div:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}ul.dt-button-collection.dropdown-menu .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear} |
||||||
@ -0,0 +1,249 @@ |
|||||||
|
@keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-o-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-o-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-ms-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-ms-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-webkit-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-webkit-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-moz-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-moz-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-button-info { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 400px; |
||||||
|
margin-top: -100px; |
||||||
|
margin-left: -200px; |
||||||
|
background-color: white; |
||||||
|
border: 2px solid #111; |
||||||
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); |
||||||
|
border-radius: 3px; |
||||||
|
text-align: center; |
||||||
|
z-index: 21; |
||||||
|
} |
||||||
|
div.dt-button-info h2 { |
||||||
|
padding: 0.5em; |
||||||
|
margin: 0; |
||||||
|
font-weight: normal; |
||||||
|
border-bottom: 1px solid #ddd; |
||||||
|
background-color: #f3f3f3; |
||||||
|
} |
||||||
|
div.dt-button-info > div { |
||||||
|
padding: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title { |
||||||
|
text-align: center; |
||||||
|
padding: 0.3em 0 0.5em; |
||||||
|
font-size: 0.9em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title:empty { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection.dropdown-menu { |
||||||
|
display: block; |
||||||
|
z-index: 2002; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.fixed { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
margin-left: -75px; |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.fixed.two-column { |
||||||
|
margin-left: -150px; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.fixed.three-column { |
||||||
|
margin-left: -225px; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.fixed.four-column { |
||||||
|
margin-left: -300px; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu > div:last-child { |
||||||
|
-webkit-column-gap: 8px; |
||||||
|
-moz-column-gap: 8px; |
||||||
|
-ms-column-gap: 8px; |
||||||
|
-o-column-gap: 8px; |
||||||
|
column-gap: 8px; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu > div:last-child > * { |
||||||
|
-webkit-column-break-inside: avoid; |
||||||
|
break-inside: avoid; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.two-column { |
||||||
|
width: 300px; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.two-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 2; |
||||||
|
-moz-column-count: 2; |
||||||
|
-ms-column-count: 2; |
||||||
|
-o-column-count: 2; |
||||||
|
column-count: 2; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.three-column { |
||||||
|
width: 450px; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.three-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 3; |
||||||
|
-moz-column-count: 3; |
||||||
|
-ms-column-count: 3; |
||||||
|
-o-column-count: 3; |
||||||
|
column-count: 3; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.four-column { |
||||||
|
width: 600px; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu.four-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 4; |
||||||
|
-moz-column-count: 4; |
||||||
|
-ms-column-count: 4; |
||||||
|
-o-column-count: 4; |
||||||
|
column-count: 4; |
||||||
|
} |
||||||
|
div.dt-button-collection.dropdown-menu .dt-button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection.fixed { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
margin-left: -75px; |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.two-column { |
||||||
|
margin-left: -150px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.three-column { |
||||||
|
margin-left: -225px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.four-column { |
||||||
|
margin-left: -300px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child { |
||||||
|
-webkit-column-gap: 8px; |
||||||
|
-moz-column-gap: 8px; |
||||||
|
-ms-column-gap: 8px; |
||||||
|
-o-column-gap: 8px; |
||||||
|
column-gap: 8px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child > * { |
||||||
|
-webkit-column-break-inside: avoid; |
||||||
|
break-inside: avoid; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column { |
||||||
|
width: 300px; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 2; |
||||||
|
-moz-column-count: 2; |
||||||
|
-ms-column-count: 2; |
||||||
|
-o-column-count: 2; |
||||||
|
column-count: 2; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column { |
||||||
|
width: 450px; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 3; |
||||||
|
-moz-column-count: 3; |
||||||
|
-ms-column-count: 3; |
||||||
|
-o-column-count: 3; |
||||||
|
column-count: 3; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column { |
||||||
|
width: 600px; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 4; |
||||||
|
-moz-column-count: 4; |
||||||
|
-ms-column-count: 4; |
||||||
|
-o-column-count: 4; |
||||||
|
column-count: 4; |
||||||
|
} |
||||||
|
div.dt-button-collection .dt-button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed { |
||||||
|
max-width: none; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-background { |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
z-index: 999; |
||||||
|
} |
||||||
|
|
||||||
|
@media screen and (max-width: 767px) { |
||||||
|
div.dt-buttons { |
||||||
|
float: none; |
||||||
|
width: 100%; |
||||||
|
text-align: center; |
||||||
|
margin-bottom: 0.5em; |
||||||
|
} |
||||||
|
div.dt-buttons a.btn { |
||||||
|
float: none; |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-buttons button.btn.processing, |
||||||
|
div.dt-buttons div.btn.processing, |
||||||
|
div.dt-buttons a.btn.processing { |
||||||
|
color: rgba(0, 0, 0, 0.2); |
||||||
|
} |
||||||
|
div.dt-buttons button.btn.processing:after, |
||||||
|
div.dt-buttons div.btn.processing:after, |
||||||
|
div.dt-buttons a.btn.processing:after { |
||||||
|
position: absolute; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 16px; |
||||||
|
height: 16px; |
||||||
|
margin: -8px 0 0 -8px; |
||||||
|
box-sizing: border-box; |
||||||
|
display: block; |
||||||
|
content: ' '; |
||||||
|
border: 2px solid #282828; |
||||||
|
border-radius: 50%; |
||||||
|
border-left-color: transparent; |
||||||
|
border-right-color: transparent; |
||||||
|
animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-o-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-ms-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-webkit-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-moz-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
} |
||||||
@ -0,0 +1 @@ |
|||||||
|
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}div.dt-button-collection.dropdown-menu{display:block;z-index:2002}div.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}div.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}div.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}div.dt-button-collection.dropdown-menu>div:last-child{-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection.dropdown-menu>div:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.dropdown-menu.two-column{width:300px}div.dt-button-collection.dropdown-menu.two-column>div:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.dropdown-menu.three-column{width:450px}div.dt-button-collection.dropdown-menu.three-column>div:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.dropdown-menu.four-column{width:600px}div.dt-button-collection.dropdown-menu.four-column>div:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection.dropdown-menu .dt-button{border-radius:0}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>div:last-child{-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>div:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px}div.dt-button-collection.two-column>div:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>div:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>div:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-collection.fixed{max-width:none}div.dt-button-collection.fixed:before,div.dt-button-collection.fixed:after{display:none}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear} |
||||||
@ -0,0 +1,379 @@ |
|||||||
|
@keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-o-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-o-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-ms-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-ms-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-webkit-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-webkit-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-moz-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-moz-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-button-info { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 400px; |
||||||
|
margin-top: -100px; |
||||||
|
margin-left: -200px; |
||||||
|
background-color: white; |
||||||
|
border: 2px solid #111; |
||||||
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); |
||||||
|
border-radius: 3px; |
||||||
|
text-align: center; |
||||||
|
z-index: 21; |
||||||
|
} |
||||||
|
div.dt-button-info h2 { |
||||||
|
padding: 0.5em; |
||||||
|
margin: 0; |
||||||
|
font-weight: normal; |
||||||
|
border-bottom: 1px solid #ddd; |
||||||
|
background-color: #f3f3f3; |
||||||
|
} |
||||||
|
div.dt-button-info > div { |
||||||
|
padding: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title { |
||||||
|
text-align: center; |
||||||
|
padding: 0.3em 0 0.5em; |
||||||
|
font-size: 0.9em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title:empty { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
button.dt-button, |
||||||
|
div.dt-button, |
||||||
|
a.dt-button { |
||||||
|
position: relative; |
||||||
|
display: inline-block; |
||||||
|
box-sizing: border-box; |
||||||
|
margin-right: 0.333em; |
||||||
|
margin-bottom: 0.333em; |
||||||
|
padding: 0.5em 1em; |
||||||
|
border: 1px solid #999; |
||||||
|
border-radius: 2px; |
||||||
|
cursor: pointer; |
||||||
|
font-size: 0.88em; |
||||||
|
line-height: 1.6em; |
||||||
|
color: black; |
||||||
|
white-space: nowrap; |
||||||
|
overflow: hidden; |
||||||
|
background-color: #e9e9e9; |
||||||
|
/* Fallback */ |
||||||
|
background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%); |
||||||
|
/* Chrome 10+, Saf5.1+, iOS 5+ */ |
||||||
|
background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%); |
||||||
|
/* FF3.6 */ |
||||||
|
background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%); |
||||||
|
/* IE10 */ |
||||||
|
background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%); |
||||||
|
/* Opera 11.10+ */ |
||||||
|
background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%); |
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9'); |
||||||
|
-webkit-user-select: none; |
||||||
|
-moz-user-select: none; |
||||||
|
-ms-user-select: none; |
||||||
|
user-select: none; |
||||||
|
text-decoration: none; |
||||||
|
outline: none; |
||||||
|
text-overflow: ellipsis; |
||||||
|
} |
||||||
|
button.dt-button.disabled, |
||||||
|
div.dt-button.disabled, |
||||||
|
a.dt-button.disabled { |
||||||
|
color: #999; |
||||||
|
border: 1px solid #d0d0d0; |
||||||
|
cursor: default; |
||||||
|
background-color: #f9f9f9; |
||||||
|
/* Fallback */ |
||||||
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); |
||||||
|
/* Chrome 10+, Saf5.1+, iOS 5+ */ |
||||||
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); |
||||||
|
/* FF3.6 */ |
||||||
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); |
||||||
|
/* IE10 */ |
||||||
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); |
||||||
|
/* Opera 11.10+ */ |
||||||
|
background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); |
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9'); |
||||||
|
} |
||||||
|
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), |
||||||
|
div.dt-button:active:not(.disabled), |
||||||
|
div.dt-button.active:not(.disabled), |
||||||
|
a.dt-button:active:not(.disabled), |
||||||
|
a.dt-button.active:not(.disabled) { |
||||||
|
background-color: #e2e2e2; |
||||||
|
/* Fallback */ |
||||||
|
background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%); |
||||||
|
/* Chrome 10+, Saf5.1+, iOS 5+ */ |
||||||
|
background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%); |
||||||
|
/* FF3.6 */ |
||||||
|
background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%); |
||||||
|
/* IE10 */ |
||||||
|
background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%); |
||||||
|
/* Opera 11.10+ */ |
||||||
|
background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%); |
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2'); |
||||||
|
box-shadow: inset 1px 1px 3px #999999; |
||||||
|
} |
||||||
|
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), |
||||||
|
div.dt-button:active:not(.disabled):hover:not(.disabled), |
||||||
|
div.dt-button.active:not(.disabled):hover:not(.disabled), |
||||||
|
a.dt-button:active:not(.disabled):hover:not(.disabled), |
||||||
|
a.dt-button.active:not(.disabled):hover:not(.disabled) { |
||||||
|
box-shadow: inset 1px 1px 3px #999999; |
||||||
|
background-color: #cccccc; |
||||||
|
/* Fallback */ |
||||||
|
background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%); |
||||||
|
/* Chrome 10+, Saf5.1+, iOS 5+ */ |
||||||
|
background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%); |
||||||
|
/* FF3.6 */ |
||||||
|
background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%); |
||||||
|
/* IE10 */ |
||||||
|
background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%); |
||||||
|
/* Opera 11.10+ */ |
||||||
|
background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%); |
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc'); |
||||||
|
} |
||||||
|
button.dt-button:hover, |
||||||
|
div.dt-button:hover, |
||||||
|
a.dt-button:hover { |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
|
button.dt-button:hover:not(.disabled), |
||||||
|
div.dt-button:hover:not(.disabled), |
||||||
|
a.dt-button:hover:not(.disabled) { |
||||||
|
border: 1px solid #666; |
||||||
|
background-color: #e0e0e0; |
||||||
|
/* Fallback */ |
||||||
|
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%); |
||||||
|
/* Chrome 10+, Saf5.1+, iOS 5+ */ |
||||||
|
background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%); |
||||||
|
/* FF3.6 */ |
||||||
|
background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%); |
||||||
|
/* IE10 */ |
||||||
|
background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%); |
||||||
|
/* Opera 11.10+ */ |
||||||
|
background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%); |
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0'); |
||||||
|
} |
||||||
|
button.dt-button:focus:not(.disabled), |
||||||
|
div.dt-button:focus:not(.disabled), |
||||||
|
a.dt-button:focus:not(.disabled) { |
||||||
|
border: 1px solid #426c9e; |
||||||
|
text-shadow: 0 1px 0 #c4def1; |
||||||
|
outline: none; |
||||||
|
background-color: #79ace9; |
||||||
|
/* Fallback */ |
||||||
|
background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%); |
||||||
|
/* Chrome 10+, Saf5.1+, iOS 5+ */ |
||||||
|
background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%); |
||||||
|
/* FF3.6 */ |
||||||
|
background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%); |
||||||
|
/* IE10 */ |
||||||
|
background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%); |
||||||
|
/* Opera 11.10+ */ |
||||||
|
background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%); |
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9'); |
||||||
|
} |
||||||
|
|
||||||
|
.dt-button embed { |
||||||
|
outline: none; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-buttons { |
||||||
|
position: relative; |
||||||
|
float: left; |
||||||
|
} |
||||||
|
div.dt-buttons.buttons-right { |
||||||
|
float: right; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection { |
||||||
|
position: absolute; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 150px; |
||||||
|
margin-top: 3px; |
||||||
|
padding: 8px 8px 4px 8px; |
||||||
|
border: 1px solid #ccc; |
||||||
|
border: 1px solid rgba(0, 0, 0, 0.4); |
||||||
|
background-color: white; |
||||||
|
overflow: hidden; |
||||||
|
z-index: 2002; |
||||||
|
border-radius: 5px; |
||||||
|
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); |
||||||
|
box-sizing: border-box; |
||||||
|
} |
||||||
|
div.dt-button-collection button.dt-button, |
||||||
|
div.dt-button-collection div.dt-button, |
||||||
|
div.dt-button-collection a.dt-button { |
||||||
|
position: relative; |
||||||
|
left: 0; |
||||||
|
right: 0; |
||||||
|
width: 100%; |
||||||
|
display: block; |
||||||
|
float: none; |
||||||
|
margin-bottom: 4px; |
||||||
|
margin-right: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), |
||||||
|
div.dt-button-collection div.dt-button:active:not(.disabled), |
||||||
|
div.dt-button-collection div.dt-button.active:not(.disabled), |
||||||
|
div.dt-button-collection a.dt-button:active:not(.disabled), |
||||||
|
div.dt-button-collection a.dt-button.active:not(.disabled) { |
||||||
|
background-color: #dadada; |
||||||
|
/* Fallback */ |
||||||
|
background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%); |
||||||
|
/* Chrome 10+, Saf5.1+, iOS 5+ */ |
||||||
|
background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%); |
||||||
|
/* FF3.6 */ |
||||||
|
background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%); |
||||||
|
/* IE10 */ |
||||||
|
background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%); |
||||||
|
/* Opera 11.10+ */ |
||||||
|
background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%); |
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada'); |
||||||
|
box-shadow: inset 1px 1px 3px #666; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
margin-left: -75px; |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.two-column { |
||||||
|
margin-left: -150px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.three-column { |
||||||
|
margin-left: -225px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.four-column { |
||||||
|
margin-left: -300px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child { |
||||||
|
-webkit-column-gap: 8px; |
||||||
|
-moz-column-gap: 8px; |
||||||
|
-ms-column-gap: 8px; |
||||||
|
-o-column-gap: 8px; |
||||||
|
column-gap: 8px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child > * { |
||||||
|
-webkit-column-break-inside: avoid; |
||||||
|
break-inside: avoid; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column { |
||||||
|
width: 300px; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 2; |
||||||
|
-moz-column-count: 2; |
||||||
|
-ms-column-count: 2; |
||||||
|
-o-column-count: 2; |
||||||
|
column-count: 2; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column { |
||||||
|
width: 450px; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 3; |
||||||
|
-moz-column-count: 3; |
||||||
|
-ms-column-count: 3; |
||||||
|
-o-column-count: 3; |
||||||
|
column-count: 3; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column { |
||||||
|
width: 600px; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 4; |
||||||
|
-moz-column-count: 4; |
||||||
|
-ms-column-count: 4; |
||||||
|
-o-column-count: 4; |
||||||
|
column-count: 4; |
||||||
|
} |
||||||
|
div.dt-button-collection .dt-button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-background { |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
background: rgba(0, 0, 0, 0.7); |
||||||
|
/* Fallback */ |
||||||
|
background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* IE10 Consumer Preview */ |
||||||
|
background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* Firefox */ |
||||||
|
background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* Opera */ |
||||||
|
background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7))); |
||||||
|
/* Webkit (Safari/Chrome 10) */ |
||||||
|
background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* Webkit (Chrome 11+) */ |
||||||
|
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* W3C Markup, IE10 Release Preview */ |
||||||
|
z-index: 2001; |
||||||
|
} |
||||||
|
|
||||||
|
@media screen and (max-width: 640px) { |
||||||
|
div.dt-buttons { |
||||||
|
float: none !important; |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
} |
||||||
|
button.dt-button.processing, |
||||||
|
div.dt-button.processing, |
||||||
|
a.dt-button.processing { |
||||||
|
color: rgba(0, 0, 0, 0.2); |
||||||
|
} |
||||||
|
button.dt-button.processing:after, |
||||||
|
div.dt-button.processing:after, |
||||||
|
a.dt-button.processing:after { |
||||||
|
position: absolute; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 16px; |
||||||
|
height: 16px; |
||||||
|
margin: -8px 0 0 -8px; |
||||||
|
box-sizing: border-box; |
||||||
|
display: block; |
||||||
|
content: ' '; |
||||||
|
border: 2px solid #282828; |
||||||
|
border-radius: 50%; |
||||||
|
border-left-color: transparent; |
||||||
|
border-right-color: transparent; |
||||||
|
animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-o-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-ms-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-webkit-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-moz-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
} |
||||||
@ -0,0 +1,210 @@ |
|||||||
|
@keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-o-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-o-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-ms-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-ms-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-webkit-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-webkit-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-moz-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-moz-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-button-info { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 400px; |
||||||
|
margin-top: -100px; |
||||||
|
margin-left: -200px; |
||||||
|
background-color: white; |
||||||
|
border: 2px solid #111; |
||||||
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); |
||||||
|
border-radius: 3px; |
||||||
|
text-align: center; |
||||||
|
z-index: 21; |
||||||
|
} |
||||||
|
div.dt-button-info h2 { |
||||||
|
padding: 0.5em; |
||||||
|
margin: 0; |
||||||
|
font-weight: normal; |
||||||
|
border-bottom: 1px solid #ddd; |
||||||
|
background-color: #f3f3f3; |
||||||
|
} |
||||||
|
div.dt-button-info > div { |
||||||
|
padding: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title { |
||||||
|
text-align: center; |
||||||
|
padding: 0.3em 0 0.5em; |
||||||
|
font-size: 0.9em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title:empty { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
ul.dt-buttons li { |
||||||
|
margin: 0; |
||||||
|
} |
||||||
|
ul.dt-buttons li.active a { |
||||||
|
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); |
||||||
|
} |
||||||
|
|
||||||
|
ul.dt-buttons.button-group a { |
||||||
|
margin-bottom: 0; |
||||||
|
} |
||||||
|
|
||||||
|
ul.dt-button-collection.f-dropdown.fixed { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
margin-left: -75px; |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.fixed.two-column { |
||||||
|
margin-left: -150px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.fixed.three-column { |
||||||
|
margin-left: -225px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.fixed.four-column { |
||||||
|
margin-left: -300px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown > div:last-child { |
||||||
|
-webkit-column-gap: 8px; |
||||||
|
-moz-column-gap: 8px; |
||||||
|
-ms-column-gap: 8px; |
||||||
|
-o-column-gap: 8px; |
||||||
|
column-gap: 8px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown > div:last-child > * { |
||||||
|
-webkit-column-break-inside: avoid; |
||||||
|
break-inside: avoid; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.two-column { |
||||||
|
width: 300px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.two-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 2; |
||||||
|
-moz-column-count: 2; |
||||||
|
-ms-column-count: 2; |
||||||
|
-o-column-count: 2; |
||||||
|
column-count: 2; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.three-column { |
||||||
|
width: 450px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.three-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 3; |
||||||
|
-moz-column-count: 3; |
||||||
|
-ms-column-count: 3; |
||||||
|
-o-column-count: 3; |
||||||
|
column-count: 3; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.four-column { |
||||||
|
width: 600px; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.four-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 4; |
||||||
|
-moz-column-count: 4; |
||||||
|
-ms-column-count: 4; |
||||||
|
-o-column-count: 4; |
||||||
|
column-count: 4; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown .dt-button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.fixed { |
||||||
|
max-width: none; |
||||||
|
} |
||||||
|
ul.dt-button-collection.f-dropdown.fixed:before, ul.dt-button-collection.f-dropdown.fixed:after { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-background { |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
z-index: 88; |
||||||
|
} |
||||||
|
|
||||||
|
@media screen and (max-width: 767px) { |
||||||
|
ul.dt-buttons { |
||||||
|
float: none; |
||||||
|
width: 100%; |
||||||
|
text-align: center; |
||||||
|
margin-bottom: 0.5rem; |
||||||
|
} |
||||||
|
ul.dt-buttons li { |
||||||
|
float: none; |
||||||
|
} |
||||||
|
} |
||||||
|
div.button-group.stacked.dropdown-pane { |
||||||
|
margin-top: 2px; |
||||||
|
padding: 1px; |
||||||
|
z-index: 89; |
||||||
|
} |
||||||
|
div.button-group.stacked.dropdown-pane a.button { |
||||||
|
display: block; |
||||||
|
margin-bottom: 1px; |
||||||
|
border-right: none; |
||||||
|
} |
||||||
|
div.button-group.stacked.dropdown-pane a.button:last-child { |
||||||
|
margin-bottom: 0; |
||||||
|
margin-right: 1px; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-buttons button.button.processing, |
||||||
|
div.dt-buttons div.button.processing, |
||||||
|
div.dt-buttons a.button.processing { |
||||||
|
color: rgba(0, 0, 0, 0.2); |
||||||
|
color: rgba(255, 255, 255, 0.2); |
||||||
|
border-top-color: white; |
||||||
|
border-bottom-color: white; |
||||||
|
} |
||||||
|
div.dt-buttons button.button.processing:after, |
||||||
|
div.dt-buttons div.button.processing:after, |
||||||
|
div.dt-buttons a.button.processing:after { |
||||||
|
position: absolute; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 16px; |
||||||
|
height: 16px; |
||||||
|
margin: -8px 0 0 -8px; |
||||||
|
box-sizing: border-box; |
||||||
|
display: block; |
||||||
|
content: ' '; |
||||||
|
border: 2px solid #282828; |
||||||
|
border-radius: 50%; |
||||||
|
border-left-color: transparent; |
||||||
|
border-right-color: transparent; |
||||||
|
animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-o-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-ms-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-webkit-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-moz-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
} |
||||||
@ -0,0 +1 @@ |
|||||||
|
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}ul.dt-buttons li{margin:0}ul.dt-buttons li.active a{box-shadow:inset 0 0 10px rgba(0,0,0,0.6)}ul.dt-buttons.button-group a{margin-bottom:0}ul.dt-button-collection.f-dropdown.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.f-dropdown.fixed.two-column{margin-left:-150px}ul.dt-button-collection.f-dropdown.fixed.three-column{margin-left:-225px}ul.dt-button-collection.f-dropdown.fixed.four-column{margin-left:-300px}ul.dt-button-collection.f-dropdown>div:last-child{-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.f-dropdown>div:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.f-dropdown.two-column{width:300px}ul.dt-button-collection.f-dropdown.two-column>div:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.f-dropdown.three-column{width:450px}ul.dt-button-collection.f-dropdown.three-column>div:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.f-dropdown.four-column{width:600px}ul.dt-button-collection.f-dropdown.four-column>div:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}ul.dt-button-collection.f-dropdown .dt-button{border-radius:0}ul.dt-button-collection.f-dropdown.fixed{max-width:none}ul.dt-button-collection.f-dropdown.fixed:before,ul.dt-button-collection.f-dropdown.fixed:after{display:none}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:88}@media screen and (max-width: 767px){ul.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5rem}ul.dt-buttons li{float:none}}div.button-group.stacked.dropdown-pane{margin-top:2px;padding:1px;z-index:89}div.button-group.stacked.dropdown-pane a.button{display:block;margin-bottom:1px;border-right:none}div.button-group.stacked.dropdown-pane a.button:last-child{margin-bottom:0;margin-right:1px}div.dt-buttons button.button.processing,div.dt-buttons div.button.processing,div.dt-buttons a.button.processing{color:rgba(0,0,0,0.2);color:rgba(255,255,255,0.2);border-top-color:white;border-bottom-color:white}div.dt-buttons button.button.processing:after,div.dt-buttons div.button.processing:after,div.dt-buttons a.button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear} |
||||||
@ -0,0 +1,239 @@ |
|||||||
|
@keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-o-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-o-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-ms-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-ms-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-webkit-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-webkit-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-moz-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-moz-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-button-info { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 400px; |
||||||
|
margin-top: -100px; |
||||||
|
margin-left: -200px; |
||||||
|
background-color: white; |
||||||
|
border: 2px solid #111; |
||||||
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); |
||||||
|
border-radius: 3px; |
||||||
|
text-align: center; |
||||||
|
z-index: 21; |
||||||
|
} |
||||||
|
div.dt-button-info h2 { |
||||||
|
padding: 0.5em; |
||||||
|
margin: 0; |
||||||
|
font-weight: normal; |
||||||
|
border-bottom: 1px solid #ddd; |
||||||
|
background-color: #f3f3f3; |
||||||
|
} |
||||||
|
div.dt-button-info > div { |
||||||
|
padding: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title { |
||||||
|
text-align: center; |
||||||
|
padding: 0.3em 0 0.5em; |
||||||
|
font-size: 0.9em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title:empty { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-buttons { |
||||||
|
position: relative; |
||||||
|
float: left; |
||||||
|
} |
||||||
|
div.dt-buttons .dt-button { |
||||||
|
margin-right: 0; |
||||||
|
} |
||||||
|
div.dt-buttons .dt-button span.ui-icon { |
||||||
|
display: inline-block; |
||||||
|
vertical-align: middle; |
||||||
|
margin-top: -2px; |
||||||
|
} |
||||||
|
div.dt-buttons .dt-button:active { |
||||||
|
outline: none; |
||||||
|
} |
||||||
|
div.dt-buttons .dt-button:hover > span { |
||||||
|
background-color: rgba(0, 0, 0, 0.05); |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection { |
||||||
|
position: absolute; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 150px; |
||||||
|
margin-top: 3px; |
||||||
|
padding: 8px 8px 4px 8px; |
||||||
|
border: 1px solid #ccc; |
||||||
|
border: 1px solid rgba(0, 0, 0, 0.4); |
||||||
|
background-color: #f3f3f3; |
||||||
|
background-color: rgba(255, 255, 255, 0.3); |
||||||
|
overflow: hidden; |
||||||
|
z-index: 2002; |
||||||
|
border-radius: 5px; |
||||||
|
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); |
||||||
|
z-index: 2002; |
||||||
|
-webkit-column-gap: 0; |
||||||
|
-moz-column-gap: 0; |
||||||
|
-ms-column-gap: 0; |
||||||
|
-o-column-gap: 0; |
||||||
|
column-gap: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection .dt-button { |
||||||
|
position: relative; |
||||||
|
left: 0; |
||||||
|
right: 0; |
||||||
|
width: 100%; |
||||||
|
box-sizing: border-box; |
||||||
|
display: block; |
||||||
|
float: none; |
||||||
|
margin-right: 0; |
||||||
|
margin-bottom: 4px; |
||||||
|
} |
||||||
|
div.dt-button-collection .dt-button:hover > span { |
||||||
|
background-color: rgba(0, 0, 0, 0.05); |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
margin-left: -75px; |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.two-column { |
||||||
|
margin-left: -150px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.three-column { |
||||||
|
margin-left: -225px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.four-column { |
||||||
|
margin-left: -300px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child { |
||||||
|
-webkit-column-gap: 8px; |
||||||
|
-moz-column-gap: 8px; |
||||||
|
-ms-column-gap: 8px; |
||||||
|
-o-column-gap: 8px; |
||||||
|
column-gap: 8px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child > * { |
||||||
|
-webkit-column-break-inside: avoid; |
||||||
|
break-inside: avoid; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column { |
||||||
|
width: 300px; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 2; |
||||||
|
-moz-column-count: 2; |
||||||
|
-ms-column-count: 2; |
||||||
|
-o-column-count: 2; |
||||||
|
column-count: 2; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column { |
||||||
|
width: 450px; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 3; |
||||||
|
-moz-column-count: 3; |
||||||
|
-ms-column-count: 3; |
||||||
|
-o-column-count: 3; |
||||||
|
column-count: 3; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column { |
||||||
|
width: 600px; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 4; |
||||||
|
-moz-column-count: 4; |
||||||
|
-ms-column-count: 4; |
||||||
|
-o-column-count: 4; |
||||||
|
column-count: 4; |
||||||
|
} |
||||||
|
div.dt-button-collection .dt-button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-background { |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
background: rgba(0, 0, 0, 0.7); |
||||||
|
/* Fallback */ |
||||||
|
background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* IE10 Consumer Preview */ |
||||||
|
background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* Firefox */ |
||||||
|
background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* Opera */ |
||||||
|
background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7))); |
||||||
|
/* Webkit (Safari/Chrome 10) */ |
||||||
|
background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* Webkit (Chrome 11+) */ |
||||||
|
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
||||||
|
/* W3C Markup, IE10 Release Preview */ |
||||||
|
z-index: 2001; |
||||||
|
} |
||||||
|
|
||||||
|
@media screen and (max-width: 640px) { |
||||||
|
div.dt-buttons { |
||||||
|
float: none !important; |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
} |
||||||
|
button.dt-button.processing, |
||||||
|
div.dt-button.processing, |
||||||
|
a.dt-button.processing { |
||||||
|
color: rgba(0, 0, 0, 0.2); |
||||||
|
} |
||||||
|
button.dt-button.processing:after, |
||||||
|
div.dt-button.processing:after, |
||||||
|
a.dt-button.processing:after { |
||||||
|
position: absolute; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 16px; |
||||||
|
height: 16px; |
||||||
|
margin: -8px 0 0 -8px; |
||||||
|
box-sizing: border-box; |
||||||
|
display: block; |
||||||
|
content: ' '; |
||||||
|
border: 2px solid #282828; |
||||||
|
border-radius: 50%; |
||||||
|
border-left-color: transparent; |
||||||
|
border-right-color: transparent; |
||||||
|
animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-o-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-ms-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-webkit-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-moz-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
} |
||||||
@ -0,0 +1 @@ |
|||||||
|
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}div.dt-buttons{position:relative;float:left}div.dt-buttons .dt-button{margin-right:0}div.dt-buttons .dt-button span.ui-icon{display:inline-block;vertical-align:middle;margin-top:-2px}div.dt-buttons .dt-button:active{outline:none}div.dt-buttons .dt-button:hover>span{background-color:rgba(0,0,0,0.05)}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:#f3f3f3;background-color:rgba(255,255,255,0.3);overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.3);z-index:2002;-webkit-column-gap:0;-moz-column-gap:0;-ms-column-gap:0;-o-column-gap:0;column-gap:0}div.dt-button-collection .dt-button{position:relative;left:0;right:0;width:100%;box-sizing:border-box;display:block;float:none;margin-right:0;margin-bottom:4px}div.dt-button-collection .dt-button:hover>span{background-color:rgba(0,0,0,0.05)}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>div:last-child{-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>div:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px}div.dt-button-collection.two-column>div:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>div:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>div:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}button.dt-button.processing,div.dt-button.processing,a.dt-button.processing{color:rgba(0,0,0,0.2)}button.dt-button.processing:after,div.dt-button.processing:after,a.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear} |
||||||
@ -0,0 +1,192 @@ |
|||||||
|
@charset "UTF-8"; |
||||||
|
@keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-o-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-o-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-ms-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-ms-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-webkit-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-webkit-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
@-moz-keyframes dtb-spinner { |
||||||
|
100% { |
||||||
|
-moz-transform: rotate(360deg); |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-button-info { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 400px; |
||||||
|
margin-top: -100px; |
||||||
|
margin-left: -200px; |
||||||
|
background-color: white; |
||||||
|
border: 2px solid #111; |
||||||
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); |
||||||
|
border-radius: 3px; |
||||||
|
text-align: center; |
||||||
|
z-index: 21; |
||||||
|
} |
||||||
|
div.dt-button-info h2 { |
||||||
|
padding: 0.5em; |
||||||
|
margin: 0; |
||||||
|
font-weight: normal; |
||||||
|
border-bottom: 1px solid #ddd; |
||||||
|
background-color: #f3f3f3; |
||||||
|
} |
||||||
|
div.dt-button-info > div { |
||||||
|
padding: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title { |
||||||
|
text-align: center; |
||||||
|
padding: 0.3em 0 0.5em; |
||||||
|
font-size: 0.9em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title:empty { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection { |
||||||
|
position: absolute; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 150px; |
||||||
|
margin-top: 3px !important; |
||||||
|
z-index: 2002; |
||||||
|
background: white; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
margin-left: -75px; |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.two-column { |
||||||
|
margin-left: -150px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.three-column { |
||||||
|
margin-left: -225px; |
||||||
|
} |
||||||
|
div.dt-button-collection.fixed.four-column { |
||||||
|
margin-left: -300px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child { |
||||||
|
-webkit-column-gap: 8px; |
||||||
|
-moz-column-gap: 8px; |
||||||
|
-ms-column-gap: 8px; |
||||||
|
-o-column-gap: 8px; |
||||||
|
column-gap: 8px; |
||||||
|
} |
||||||
|
div.dt-button-collection > div:last-child > * { |
||||||
|
-webkit-column-break-inside: avoid; |
||||||
|
break-inside: avoid; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column { |
||||||
|
width: 300px; |
||||||
|
} |
||||||
|
div.dt-button-collection.two-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 2; |
||||||
|
-moz-column-count: 2; |
||||||
|
-ms-column-count: 2; |
||||||
|
-o-column-count: 2; |
||||||
|
column-count: 2; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column { |
||||||
|
width: 450px; |
||||||
|
} |
||||||
|
div.dt-button-collection.three-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 3; |
||||||
|
-moz-column-count: 3; |
||||||
|
-ms-column-count: 3; |
||||||
|
-o-column-count: 3; |
||||||
|
column-count: 3; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column { |
||||||
|
width: 600px; |
||||||
|
} |
||||||
|
div.dt-button-collection.four-column > div:last-child { |
||||||
|
padding-bottom: 1px; |
||||||
|
-webkit-column-count: 4; |
||||||
|
-moz-column-count: 4; |
||||||
|
-ms-column-count: 4; |
||||||
|
-o-column-count: 4; |
||||||
|
column-count: 4; |
||||||
|
} |
||||||
|
div.dt-button-collection .dt-button { |
||||||
|
border-radius: 0; |
||||||
|
} |
||||||
|
|
||||||
|
button.buttons-collection.ui.button span:after { |
||||||
|
display: inline-block; |
||||||
|
content: "▾"; |
||||||
|
padding-left: 0.5em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-background { |
||||||
|
position: fixed; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
z-index: 2001; |
||||||
|
} |
||||||
|
|
||||||
|
@media screen and (max-width: 767px) { |
||||||
|
div.dt-buttons { |
||||||
|
float: none; |
||||||
|
width: 100%; |
||||||
|
text-align: center; |
||||||
|
margin-bottom: 0.5em; |
||||||
|
} |
||||||
|
div.dt-buttons a.btn { |
||||||
|
float: none; |
||||||
|
} |
||||||
|
} |
||||||
|
div.dt-buttons button.button.processing, |
||||||
|
div.dt-buttons div.button.processing, |
||||||
|
div.dt-buttons a.button.processing { |
||||||
|
position: relative; |
||||||
|
color: rgba(0, 0, 0, 0.2); |
||||||
|
} |
||||||
|
div.dt-buttons button.button.processing:after, |
||||||
|
div.dt-buttons div.button.processing:after, |
||||||
|
div.dt-buttons a.button.processing:after { |
||||||
|
position: absolute; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 16px; |
||||||
|
height: 16px; |
||||||
|
margin: -8px 0 0 -8px; |
||||||
|
box-sizing: border-box; |
||||||
|
display: block; |
||||||
|
content: ' '; |
||||||
|
border: 2px solid #282828; |
||||||
|
border-radius: 50%; |
||||||
|
border-left-color: transparent; |
||||||
|
border-right-color: transparent; |
||||||
|
animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-o-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-ms-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-webkit-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
-moz-animation: dtb-spinner 1500ms infinite linear; |
||||||
|
} |
||||||
@ -0,0 +1 @@ |
|||||||
|
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px !important;z-index:2002;background:white}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>div:last-child{-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>div:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px}div.dt-button-collection.two-column>div:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>div:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>div:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}button.buttons-collection.ui.button span:after{display:inline-block;content:"▾";padding-left:0.5em}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.button.processing,div.dt-buttons div.button.processing,div.dt-buttons a.button.processing{position:relative;color:rgba(0,0,0,0.2)}div.dt-buttons button.button.processing:after,div.dt-buttons div.button.processing:after,div.dt-buttons a.button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear} |
||||||
@ -0,0 +1,37 @@ |
|||||||
|
|
||||||
|
div.dt-button-info { |
||||||
|
position: fixed; |
||||||
|
top: 50%; |
||||||
|
left: 50%; |
||||||
|
width: 400px; |
||||||
|
margin-top: -100px; |
||||||
|
margin-left: -200px; |
||||||
|
background-color: white; |
||||||
|
border: 2px solid #111; |
||||||
|
box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.3); |
||||||
|
border-radius: 3px; |
||||||
|
text-align: center; |
||||||
|
z-index: 21; |
||||||
|
|
||||||
|
h2 { |
||||||
|
padding: 0.5em; |
||||||
|
margin: 0; |
||||||
|
font-weight: normal; |
||||||
|
border-bottom: 1px solid #ddd; |
||||||
|
background-color: #f3f3f3; |
||||||
|
} |
||||||
|
|
||||||
|
> div { |
||||||
|
padding: 1em; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title { |
||||||
|
text-align: center; |
||||||
|
padding: 0.3em 0 0.5em; |
||||||
|
font-size: 0.9em; |
||||||
|
} |
||||||
|
|
||||||
|
div.dt-button-collection-title:empty { |
||||||
|
display: none; |
||||||
|
} |
||||||