43 changed files with 2090 additions and 2029 deletions
@ -0,0 +1,9 @@ |
|||||
|
{ |
||||
|
"version": "9.2.0", |
||||
|
"name": "my-app-single", |
||||
|
"private": true, |
||||
|
"dependencies": { |
||||
|
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "4.2.0", |
||||
|
"@abp/qrcode": "9.2.0" |
||||
|
} |
||||
|
} |
||||
@ -1,9 +1,9 @@ |
|||||
{ |
{ |
||||
"version": "9.1.3", |
"version": "9.2.0", |
||||
"name": "my-app-authserver", |
"name": "my-app-authserver", |
||||
"private": true, |
"private": true, |
||||
"dependencies": { |
"dependencies": { |
||||
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "4.1.3", |
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "4.2.0", |
||||
"@abp/qrcode": "9.1.3" |
"@abp/qrcode": "9.2.0" |
||||
} |
} |
||||
} |
} |
||||
File diff suppressed because one or more lines are too long
@ -1,228 +0,0 @@ |
|||||
.toast-title { |
|
||||
font-weight: bold; |
|
||||
} |
|
||||
.toast-message { |
|
||||
-ms-word-wrap: break-word; |
|
||||
word-wrap: break-word; |
|
||||
} |
|
||||
.toast-message a, |
|
||||
.toast-message label { |
|
||||
color: #FFFFFF; |
|
||||
} |
|
||||
.toast-message a:hover { |
|
||||
color: #CCCCCC; |
|
||||
text-decoration: none; |
|
||||
} |
|
||||
.toast-close-button { |
|
||||
position: relative; |
|
||||
right: -0.3em; |
|
||||
top: -0.3em; |
|
||||
float: right; |
|
||||
font-size: 20px; |
|
||||
font-weight: bold; |
|
||||
color: #FFFFFF; |
|
||||
-webkit-text-shadow: 0 1px 0 #ffffff; |
|
||||
text-shadow: 0 1px 0 #ffffff; |
|
||||
opacity: 0.8; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
|
||||
filter: alpha(opacity=80); |
|
||||
line-height: 1; |
|
||||
} |
|
||||
.toast-close-button:hover, |
|
||||
.toast-close-button:focus { |
|
||||
color: #000000; |
|
||||
text-decoration: none; |
|
||||
cursor: pointer; |
|
||||
opacity: 0.4; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); |
|
||||
filter: alpha(opacity=40); |
|
||||
} |
|
||||
.rtl .toast-close-button { |
|
||||
left: -0.3em; |
|
||||
float: left; |
|
||||
right: 0.3em; |
|
||||
} |
|
||||
/*Additional properties for button version |
|
||||
iOS requires the button element instead of an anchor tag. |
|
||||
If you want the anchor version, it requires `href="#"`.*/ |
|
||||
button.toast-close-button { |
|
||||
padding: 0; |
|
||||
cursor: pointer; |
|
||||
background: transparent; |
|
||||
border: 0; |
|
||||
-webkit-appearance: none; |
|
||||
} |
|
||||
.toast-top-center { |
|
||||
top: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-bottom-center { |
|
||||
bottom: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-top-full-width { |
|
||||
top: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-bottom-full-width { |
|
||||
bottom: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-top-left { |
|
||||
top: 12px; |
|
||||
left: 12px; |
|
||||
} |
|
||||
.toast-top-right { |
|
||||
top: 12px; |
|
||||
right: 12px; |
|
||||
} |
|
||||
.toast-bottom-right { |
|
||||
right: 12px; |
|
||||
bottom: 12px; |
|
||||
} |
|
||||
.toast-bottom-left { |
|
||||
bottom: 12px; |
|
||||
left: 12px; |
|
||||
} |
|
||||
#toast-container { |
|
||||
position: fixed; |
|
||||
z-index: 999999; |
|
||||
pointer-events: none; |
|
||||
/*overrides*/ |
|
||||
} |
|
||||
#toast-container * { |
|
||||
-moz-box-sizing: border-box; |
|
||||
-webkit-box-sizing: border-box; |
|
||||
box-sizing: border-box; |
|
||||
} |
|
||||
#toast-container > div { |
|
||||
position: relative; |
|
||||
pointer-events: auto; |
|
||||
overflow: hidden; |
|
||||
margin: 0 0 6px; |
|
||||
padding: 15px 15px 15px 50px; |
|
||||
width: 300px; |
|
||||
-moz-border-radius: 3px 3px 3px 3px; |
|
||||
-webkit-border-radius: 3px 3px 3px 3px; |
|
||||
border-radius: 3px 3px 3px 3px; |
|
||||
background-position: 15px center; |
|
||||
background-repeat: no-repeat; |
|
||||
-moz-box-shadow: 0 0 12px #999999; |
|
||||
-webkit-box-shadow: 0 0 12px #999999; |
|
||||
box-shadow: 0 0 12px #999999; |
|
||||
color: #FFFFFF; |
|
||||
opacity: 0.8; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
|
||||
filter: alpha(opacity=80); |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
direction: rtl; |
|
||||
padding: 15px 50px 15px 15px; |
|
||||
background-position: right 15px center; |
|
||||
} |
|
||||
#toast-container > div:hover { |
|
||||
-moz-box-shadow: 0 0 12px #000000; |
|
||||
-webkit-box-shadow: 0 0 12px #000000; |
|
||||
box-shadow: 0 0 12px #000000; |
|
||||
opacity: 1; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); |
|
||||
filter: alpha(opacity=100); |
|
||||
cursor: pointer; |
|
||||
} |
|
||||
#toast-container > .toast-info { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; |
|
||||
} |
|
||||
#toast-container > .toast-error { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; |
|
||||
} |
|
||||
#toast-container > .toast-success { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; |
|
||||
} |
|
||||
#toast-container > .toast-warning { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; |
|
||||
} |
|
||||
#toast-container.toast-top-center > div, |
|
||||
#toast-container.toast-bottom-center > div { |
|
||||
width: 300px; |
|
||||
margin-left: auto; |
|
||||
margin-right: auto; |
|
||||
} |
|
||||
#toast-container.toast-top-full-width > div, |
|
||||
#toast-container.toast-bottom-full-width > div { |
|
||||
width: 96%; |
|
||||
margin-left: auto; |
|
||||
margin-right: auto; |
|
||||
} |
|
||||
.toast { |
|
||||
background-color: #030303; |
|
||||
} |
|
||||
.toast-success { |
|
||||
background-color: #51A351; |
|
||||
} |
|
||||
.toast-error { |
|
||||
background-color: #BD362F; |
|
||||
} |
|
||||
.toast-info { |
|
||||
background-color: #2F96B4; |
|
||||
} |
|
||||
.toast-warning { |
|
||||
background-color: #F89406; |
|
||||
} |
|
||||
.toast-progress { |
|
||||
position: absolute; |
|
||||
left: 0; |
|
||||
bottom: 0; |
|
||||
height: 4px; |
|
||||
background-color: #000000; |
|
||||
opacity: 0.4; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); |
|
||||
filter: alpha(opacity=40); |
|
||||
} |
|
||||
/*Responsive Design*/ |
|
||||
@media all and (max-width: 240px) { |
|
||||
#toast-container > div { |
|
||||
padding: 8px 8px 8px 50px; |
|
||||
width: 11em; |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
padding: 8px 50px 8px 8px; |
|
||||
} |
|
||||
#toast-container .toast-close-button { |
|
||||
right: -0.2em; |
|
||||
top: -0.2em; |
|
||||
} |
|
||||
#toast-container .rtl .toast-close-button { |
|
||||
left: -0.2em; |
|
||||
right: 0.2em; |
|
||||
} |
|
||||
} |
|
||||
@media all and (min-width: 241px) and (max-width: 480px) { |
|
||||
#toast-container > div { |
|
||||
padding: 8px 8px 8px 50px; |
|
||||
width: 18em; |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
padding: 8px 50px 8px 8px; |
|
||||
} |
|
||||
#toast-container .toast-close-button { |
|
||||
right: -0.2em; |
|
||||
top: -0.2em; |
|
||||
} |
|
||||
#toast-container .rtl .toast-close-button { |
|
||||
left: -0.2em; |
|
||||
right: 0.2em; |
|
||||
} |
|
||||
} |
|
||||
@media all and (min-width: 481px) and (max-width: 768px) { |
|
||||
#toast-container > div { |
|
||||
padding: 15px 15px 15px 50px; |
|
||||
width: 25em; |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
padding: 15px 50px 15px 15px; |
|
||||
} |
|
||||
} |
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,9 +1,9 @@ |
|||||
{ |
{ |
||||
"version": "9.0.4", |
"version": "9.2.0", |
||||
"name": "my-app-identityserver", |
"name": "my-app-identityserver", |
||||
"private": true, |
"private": true, |
||||
"dependencies": { |
"dependencies": { |
||||
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "4.0.4", |
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "4.2.0", |
||||
"@abp/qrcode": "~9.0.4" |
"@abp/qrcode": "~9.2.0" |
||||
} |
} |
||||
} |
} |
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large
Binary file not shown.
@ -1,75 +1 @@ |
|||||
//! moment.js locale configuration
|
a1"/><Reference><Transforms><Transform Algorithm="urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTransform"/><Transform Algorithm="http://www.microsoft.com/xrml/lwc14n"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><DigestValue>uIBHhs9VY/GtWJ0MlKWlcC+W+XE=</DigestValue></Reference></SignedInfo><SignatureValue>jcrEP1AdWSEGYNBcjmeFsOWIydcmHAWwSDI8WLwdsJWSRJtlJKF35ycOKYGI0PVsqcWsAqenLOATqY2+pZ0aFr0Csu6+ZQeMF90S7cMxOFhBqRSFlkyVhK0EShaH7GVrcPBRF1+I/jTUavDwUIcBnjbpmq/flDEboh4UdzwTLpl+5ZTkk4JVdqdQfQ+E+139c5zxF2wwu/Zg5baa+gsasUZeJ1C8Lpw2osa5FPV1h6nOBv+HaN++20jiDIx3Rr3VRM7ylz9/BNXQXZbaB2ziBaqUygSyrMZQtFHKdkhK/tRw8WlX0nw/co6tRLiZvd3W2wgg1MlAaZ/mPUun+tz2LA==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>lAi6wXhcWOjn1rN1aIy6z4YBcYlkdrxP9EEw7iiD0tg6i0aVOgZ/FS6IxiOgZXYwTgK/BHA7QN6/lvxnecZ2cETT7w7ZRByGUN1zTQKFwXdyQz/xdp5kZ81bmI3EQWLJBT6iW5K8HZr0qRsQRlExUrWZSOI449+Br2QgOMcBMS3FEMBS8XCBPgZ3z/V9ydztWjhopBB0ZngebWEjqwtlrXEB1M+WOPWUcljdJlp5pXNkiqCrJEzenMJ+tfTfD/8zv08LdhhIAmx1VLViItRqO9OD7l313X7bVyfTWTxGmf7D9YS5Sa0UCiOXM0qVZCVuQ5CzjLRLa13FaJurQ6SBhQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue></KeyInfo></Signature><r:details><r:timeOfIssue>2024-05-15T19:27:19Z</r:timeOfIssue></r:details></r:issuer><r:otherInfo xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS"><tm:infoTables xmlns:tm="http://www.microsoft.com/DRM/XrML2/TM/v2"><tm:infoList tag="#global"><tm:infoStr name="licenseType">msft:sl/EUL/GENERIC/PUBLIC</tm:infoStr><tm:infoStr name="licenseCategory">msft:sl/EUL/GENERIC/PUBLIC</tm:infoStr><tm:infoStr name="licenseVersion">2.0</tm:infoStr><tm:infoStr name="licensorUrl">https://licensing.microsoft.com</tm:infoStr><tm:infoStr name="issuanceCertificateId">{7209E8E3-CCE2-49dd-8F6E-2CC8A611F202}</tm:infoStr><tm:infoStr name="productSkuId">{B4AF11BE-5F94-4D8F-9844-CE0D5E0D8680}</tm:infoStr><tm:infoStr name="privateCertificateId">{72ca9534-5564-4d9c-be00-f68582b8c2fd}</tm:infoStr><tm:infoStr name="applicationId">{0ff1ce15-a989-479d-af46-f275c6370663}</tm:infoStr><tm:infoStr name="pkeyConfigLicenseId">{6040a6e7-445d-4609-b6c4-8a66b709cb54}</tm:infoStr><tm:infoStr name="productName">Office 16, Office16O365HomePremR_SubTest4 edition</tm:infoStr><tm:infoStr name="ProductUniquenessGroupId">35B11F35-F47A-4D06-866E-6A199F9FBC65</tm:infoStr><tm:infoStr name="productAuthor">Microsoft Corporation</tm:infoStr><tm:infoStr name="productDescription">Office 16, TIMEBASED_SUB channel</tm:infoStr><tm:infoStr name="PAUrl">https://activation.sls.microsoft.com/SLActivatePro
|
||||
//! locale : Italian (Switzerland) [it-ch]
|
|
||||
//! author : xfh : https://github.com/xfh
|
|
||||
|
|
||||
;(function (global, factory) { |
|
||||
typeof exports === 'object' && typeof module !== 'undefined' |
|
||||
&& typeof require === 'function' ? factory(require('../moment')) : |
|
||||
typeof define === 'function' && define.amd ? define(['../moment'], factory) : |
|
||||
factory(global.moment) |
|
||||
}(this, (function (moment) { 'use strict'; |
|
||||
|
|
||||
//! moment.js locale configuration
|
|
||||
|
|
||||
var itCh = moment.defineLocale('it-ch', { |
|
||||
months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split( |
|
||||
'_' |
|
||||
), |
|
||||
monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'), |
|
||||
weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split( |
|
||||
'_' |
|
||||
), |
|
||||
weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'), |
|
||||
weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'), |
|
||||
longDateFormat: { |
|
||||
LT: 'HH:mm', |
|
||||
LTS: 'HH:mm:ss', |
|
||||
L: 'DD.MM.YYYY', |
|
||||
LL: 'D MMMM YYYY', |
|
||||
LLL: 'D MMMM YYYY HH:mm', |
|
||||
LLLL: 'dddd D MMMM YYYY HH:mm', |
|
||||
}, |
|
||||
calendar: { |
|
||||
sameDay: '[Oggi alle] LT', |
|
||||
nextDay: '[Domani alle] LT', |
|
||||
nextWeek: 'dddd [alle] LT', |
|
||||
lastDay: '[Ieri alle] LT', |
|
||||
lastWeek: function () { |
|
||||
switch (this.day()) { |
|
||||
case 0: |
|
||||
return '[la scorsa] dddd [alle] LT'; |
|
||||
default: |
|
||||
return '[lo scorso] dddd [alle] LT'; |
|
||||
} |
|
||||
}, |
|
||||
sameElse: 'L', |
|
||||
}, |
|
||||
relativeTime: { |
|
||||
future: function (s) { |
|
||||
return (/^[0-9].+$/.test(s) ? 'tra' : 'in') + ' ' + s; |
|
||||
}, |
|
||||
past: '%s fa', |
|
||||
s: 'alcuni secondi', |
|
||||
ss: '%d secondi', |
|
||||
m: 'un minuto', |
|
||||
mm: '%d minuti', |
|
||||
h: "un'ora", |
|
||||
hh: '%d ore', |
|
||||
d: 'un giorno', |
|
||||
dd: '%d giorni', |
|
||||
M: 'un mese', |
|
||||
MM: '%d mesi', |
|
||||
y: 'un anno', |
|
||||
yy: '%d anni', |
|
||||
}, |
|
||||
dayOfMonthOrdinalParse: /\d{1,2}º/, |
|
||||
ordinal: '%dº', |
|
||||
week: { |
|
||||
dow: 1, // Monday is the first day of the week.
|
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
||||
}, |
|
||||
}); |
|
||||
|
|
||||
return itCh; |
|
||||
|
|
||||
}))); |
|
||||
Binary file not shown.
@ -1,3 +1 @@ |
|||||
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ |
<?xml version="1.0" encoding="utf-8"?><rg:licenseGroup xmlns:rg="urn:mpeg:mpeg21:2003:01-REL-R-NS"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" licenseId="{d40e5e3e-c3a2-4ecc-9b56-972db04e8a44}" xmlns:sx="urn:mpeg:mpeg21:2003:01-REL-SX-NS" xmlns:mx="urn:mpeg:mpeg21:2003:01-REL-MX-NS" xmlns:sl="http://www.microsoft.com/DRM/XrML2/SL/v2" xmlns:tm="http://www.microsoft.com/DRM/XrML2/TM/v2"><r:title>Office 24 UL oob License (Public)</r:title><r:grant><r:forAll varName="application"><r:anXmlExpression>editionId[@value="" or @value="Office24PowerPoint2024R_Grace"]</r:anXmlExpression></r:forAll><r:forAll varName="appid"><r:propertyPossessor><tm:application varRef="application"/><r:trustedRootIssuers><r:keyHolder><r:info><KeyValue xmlns="http://www.w3.org/2000/09/xmldsig#"><RSAKeyValue><Modulus>lAi6wXhcWOjn1rN1aIy6z4YBcYlkdrxP9EEw7iiD0tg6i0aVOgZ/FS6IxiOgZXYwTgK/BHA7QN6/lvxnecZ2cETT7w7ZRByGUN1zTQKFwXdyQz/xd |
||||
|
|
||||
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/es",[],function(){return{errorLoading:function(){return"No se pudieron cargar los resultados"},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Por favor, elimine "+n+" car";return r+=1==n?"ácter":"acteres"},inputTooShort:function(e){var n=e.minimum-e.input.length,r="Por favor, introduzca "+n+" car";return r+=1==n?"ácter":"acteres"},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var n="Sólo puede seleccionar "+e.maximum+" elemento";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"},removeAllItems:function(){return"Eliminar todos los elementos"}}}),e.define,e.require}(); |
|
||||
@ -1,3 +1 @@ |
|||||
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ |
<Reference><Transforms><Transform Algorithm="urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTransform"/><Transform Algorithm="http://www.microsoft.com/xrml/lwc14n"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><DigestValue>1Pk+cT2xPOq/Nqp4RMU+7lo0PXQ=</DigestValue></Reference></SignedInfo><SignatureValue>apkMLV+A0679hPR8j9BRVxRFyckFWFV8lgAH/h+gI15xOLupsqH6A9Q7MLt5+IRvlLQhOyzIT1gQptnD6PtngOVBN7bw+vbhpA81Ya4Xt/5qoS3MyfI87O1lxT+pkq6c6IbE6LS31tLID6atU+W2CDWMxFwu3OYP36RgZPasYKZ43Q/rfY4Xdm0I4JhMWHZOwERULdrHE3tZK3nXeO7jxFiPafk8qvMc/Dzp2lVxWLGddpQlJ6wYlsrh44NIa2FpP/o6DsVIZvwDrk4BQ9Jj6sMJ2X7iOKxizb4F0elOQR7XwJuT5/wsFBdyK5bTLjcGk+ORv76QyO3bd+nnDPSSKg==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>lAi6wXhcWOjn1rN1aIy6z4YBcYlkdrxP9EEw7iiD0tg6i0aVOgZ/FS6IxiOgZXYwTgK/BHA7QN6/lvxnecZ2cETT7w7ZRByGUN1zTQKFwXdyQz/xdp5kZ81bmI3EQWLJBT6iW5K8HZr0qRsQRlExUrWZSOI449+Br2 |
||||
|
|
||||
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/it",[],function(){return{errorLoading:function(){return"I risultati non possono essere caricati."},inputTooLong:function(e){var n=e.input.length-e.maximum,t="Per favore cancella "+n+" caratter";return t+=1!==n?"i":"e"},inputTooShort:function(e){return"Per favore inserisci "+(e.minimum-e.input.length)+" o più caratteri"},loadingMore:function(){return"Caricando più risultati…"},maximumSelected:function(e){var n="Puoi selezionare solo "+e.maximum+" element";return 1!==e.maximum?n+="i":n+="o",n},noResults:function(){return"Nessun risultato trovato"},searching:function(){return"Sto cercando…"},removeAllItems:function(){return"Rimuovi tutti gli oggetti"}}}),e.define,e.require}(); |
|
||||
@ -1,3 +1 @@ |
|||||
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ |
<?xml version="1.0" encoding="utf-8"?><rg:licenseGroup xmlns:rg="urn:mpeg:mpeg21:2003:01-REL-R-NS"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" licenseId="{19f8d270-6aa0-4a68-8e9c-3124041d0134}" xmlns:sx="urn:mpeg:mpeg21:2003:01-REL-SX-NS" xmlns:mx="urn:mpeg:mpeg21:2003:01-REL-MX-NS" xmlns:sl="http://www.microsoft.com/DRM/XrML2/SL/v2" xmlns:tm="http://www.microsoft.com/DRM/XrML2/TM/v2"><r:title>Office 16 UL oob License (Public)</r:title><r:grant><r:forAll varName="application"><r:anXmlExpression>editionId[@value="" or @value="Office16MondoR_ConsumerSub_Bypass30"]</r:anXmlExpression></r:forAll><r:forAll varName="appid"><r:propertyPossessor><tm:application varRef="application"/><r:trustedRootIssuers><r:keyHolder><r:info><KeyValue xmlns="http://www.w3.org/2000/09/xmldsig#"><RSAKeyValue><Modulus>lAi6wXhcWOjn1rN1aIy6z4YBcYlkdrxP9EEw7iiD0tg6i0a |
||||
|
|
||||
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(n){return n.input.length-n.maximum+" 文字を削除してください"},inputTooShort:function(n){return"少なくとも "+(n.minimum-n.input.length)+" 文字を入力してください"},loadingMore:function(){return"読み込み中…"},maximumSelected:function(n){return n.maximum+" 件しか選択できません"},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"},removeAllItems:function(){return"すべてのアイテムを削除"}}}),n.define,n.require}(); |
|
||||
Binary file not shown.
@ -1,3 +1,47 @@ |
|||||
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ |
'use strict'; |
||||
|
|
||||
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ru",[],function(){function n(n,e,r,u){return n%10<5&&n%10>0&&n%100<5||n%100>20?n%10>1?r:e:u}return{errorLoading:function(){return"Невозможно загрузить результаты"},inputTooLong:function(e){var r=e.input.length-e.maximum,u="Пожалуйста, введите на "+r+" символ";return u+=n(r,"","a","ов"),u+=" меньше"},inputTooShort:function(e){var r=e.minimum-e.input.length,u="Пожалуйста, введите ещё хотя бы "+r+" символ";return u+=n(r,"","a","ов")},loadingMore:function(){return"Загрузка данных…"},maximumSelected:function(e){var r="Вы можете выбрать не более "+e.maximum+" элемент";return r+=n(e.maximum,"","a","ов")},noResults:function(){return"Совпадений не найдено"},searching:function(){return"Поиск…"},removeAllItems:function(){return"Удалить все элементы"}}}),n.define,n.require}(); |
const { SFTP } = require('./protocol/SFTP.js'); |
||||
|
|
||||
|
const MAX_CHANNEL = 2 ** 32 - 1; |
||||
|
|
||||
|
function onChannelOpenFailure(self, recipient, info, cb) { |
||||
|
self._chanMgr.remove(recipient); |
||||
|
if (typeof cb !== 'function') |
||||
|
return; |
||||
|
|
||||
|
let err; |
||||
|
if (info instanceof Error) { |
||||
|
err = info; |
||||
|
} else if (typeof info === 'object' && info !== null) { |
||||
|
err = new Error(`(SSH) Channel open failure: ${info.description}`); |
||||
|
err.reason = info.reason; |
||||
|
} else { |
||||
|
err = new Error( |
||||
|
'(SSH) Channel open failure: server closed channel unexpectedly' |
||||
|
); |
||||
|
err.reason = ''; |
||||
|
} |
||||
|
|
||||
|
cb(err); |
||||
|
} |
||||
|
|
||||
|
function onCHANNEL_CLOSE(self, recipient, channel, err, dead) { |
||||
|
if (typeof channel === 'function') { |
||||
|
// We got CHANNEL_CLOSE instead of CHANNEL_OPEN_FAILURE when
|
||||
|
// requesting to open a channel
|
||||
|
onChannelOpenFailure(self, recipient, err, channel); |
||||
|
return; |
||||
|
} |
||||
|
|
||||
|
if (typeof channel !== 'object' || channel === null) |
||||
|
return; |
||||
|
|
||||
|
if (channel.incoming && channel.incoming.state === 'closed') |
||||
|
return; |
||||
|
|
||||
|
self._chanMgr.remove(recipient); |
||||
|
|
||||
|
if (channel.server && channel.constructor.name === 'Session') |
||||
|
return; |
||||
|
|
||||
|
channel.incoming.state = 'clo |
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,32 +1 @@ |
|||||
(function (factory) { |
Xx7DpUtVMwD+afuhCoxyQgRqq40hqxzt3RBpTuMTLUkON5gL25gXcpgZhzGOiho38eMsXCLPWW0fAf7cTGlxrIeNxn6IbtgK3D1wbbrz8wgf96IaJdBVwTsumL71rklSe5BNTUsfhCa0hjc401vfDvyL5Wgm8eyuLawquNVmvmlaFj3v30xU08Vt733a3HpcexECm1GFCl3L52CPTh7mqUK+3g0fZORlB4OKQ/8cAOU9ccCYgVetdIABtGmEkcoCVYfIvzQ==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>lAi6wXhcWOjn1rN1aIy6z4YBcYlkdrxP9EEw7iiD0tg6i0aVOgZ/FS6IxiOgZXYwTgK/BHA7QN6/lvxnecZ2cETT7w7ZRByGUN1zTQKFwXdyQz/xdp5kZ81bmI3EQWLJBT6iW5K8HZr0qRsQRlExUrWZSOI449+Br2QgOMcBMS3FEMBS8XCBPgZ3z/V9ydztWjhopBB0ZngebWEjqwtlrXEB1M+WOPWUcljdJlp5pXNkiqCrJEzenMJ+tfTfD/8zv08LdhhIAmx1VLViItRqO9OD7l313X7bVyfTWTxGmf7D9YS5Sa0UCiOXM0qVZCVuQ5CzjLRLa13FaJurQ6SBhQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue></KeyInfo></Signature><r:details><r:timeOfIssue>2024-05-15T19:25:36Z</r:timeOfIssue></r:details></r:issuer><r:otherInfo xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS"><tm:infoTables xmlns:tm="http://www.microsoft.com/DRM/XrML2/TM/v2"><tm:infoList t |
||||
if (typeof define === 'function' && define.amd) { |
|
||||
define(['jquery'], factory); |
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') { |
|
||||
factory(require('jquery')); |
|
||||
} else { |
|
||||
factory(jQuery); |
|
||||
} |
|
||||
}(function (jQuery) { |
|
||||
/** |
|
||||
* Dhivehi time in Thaana for timeago.js |
|
||||
**/ |
|
||||
jQuery.timeago.settings.strings = { |
|
||||
prefixAgo: null, |
|
||||
prefixFromNow: null, |
|
||||
suffixAgo: "ކުރިން", |
|
||||
suffixFromNow: "ފަހުން", |
|
||||
seconds: "ސިކުންތުކޮޅެއް", |
|
||||
minute: "މިނިޓެއްވަރު", |
|
||||
minutes: "%d މިނިޓު", |
|
||||
hour: "ގަޑިއެއްވަރު", |
|
||||
hours: "ގާތްގަނޑަކަށް %d ގަޑިއިރު", |
|
||||
day: "އެއް ދުވަސް", |
|
||||
days: "މީގެ %d ދުވަސް", |
|
||||
month: "މަހެއްވަރު", |
|
||||
months: "މީގެ %d މަސް", |
|
||||
year: "އަހަރެއްވަރު", |
|
||||
years: "މީގެ %d އަހަރު", |
|
||||
wordSeparator: " ", |
|
||||
numbers: [] |
|
||||
}; |
|
||||
})); |
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,31 +1 @@ |
|||||
(function (factory) { |
ference><Transforms><Transform Algorithm="urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTransform"/><Transform Algorithm="http://www.microsoft.com/xrml/lwc14n"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><DigestValue>OOkZ2OODfOftapniVNkvD6XaHLk=</DigestValue></Reference></SignedInfo><SignatureValue>E9frjtWeRMF8mAXQWPshqPj4PSlhDxymKjKkQp3xRLU6H+Je0wnxy4SMfFu56n7ogAaz9WUMjEyyqBC8gvmhjbPtHh5+ZRANajA7oqPm1qFJKSRdsaZ9DE8XfPMzWjLCCIavxMf8CCb4tFMdeB5rzOyMK3GlJRjr+WuK5UHSVErCigTNAilm3N2e34IQW3ffofNqFcv2jDgFRKPzrSFxpPabtRXFcVgWVc6S8DmZD1DBv3/blcBM4cViDQmuqm+a550+vz/db02nfj4BXYVAuYOGAiCMJDOEoDnwqR0z4V8Jgm9/0s8C+AGciMJvXP2M3XMInsGl36FJzrfHZzOYJw==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue |
||||
if (typeof define === 'function' && define.amd) { |
|
||||
define(['jquery'], factory); |
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') { |
|
||||
factory(require('jquery')); |
|
||||
} else { |
|
||||
factory(jQuery); |
|
||||
} |
|
||||
}(function (jQuery) { |
|
||||
// Korean
|
|
||||
jQuery.timeago.settings.strings = { |
|
||||
prefixAgo: null, |
|
||||
prefixFromNow: null, |
|
||||
suffixAgo: "전", |
|
||||
suffixFromNow: "후", |
|
||||
seconds: "1분", |
|
||||
minute: "약 1분", |
|
||||
minutes: "%d분", |
|
||||
hour: "약 1시간", |
|
||||
hours: "약 %d시간", |
|
||||
day: "하루", |
|
||||
days: "%d일", |
|
||||
month: "약 1개월", |
|
||||
months: "%d개월", |
|
||||
year: "약 1년", |
|
||||
years: "%d년", |
|
||||
wordSeparator: " ", |
|
||||
numbers: [] |
|
||||
}; |
|
||||
})); |
|
||||
|
|
||||
Binary file not shown.
Binary file not shown.
@ -1,34 +1,55 @@ |
|||||
(function (factory) { |
defaultList) |
||||
if (typeof define === 'function' && define.amd) { |
list = list.slice(); |
||||
define(['jquery'], factory); |
list.unshift(algo); |
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') { |
} |
||||
factory(require('jquery')); |
} |
||||
} else { |
} |
||||
factory(jQuery); |
} |
||||
|
} |
||||
|
break; |
||||
|
case 'remove': |
||||
|
if (!Array.isArray(val)) |
||||
|
val = [val]; |
||||
|
if (Array.isArray(val)) { |
||||
|
for (let j = 0; j < val.length; ++j) { |
||||
|
const search = val[j]; |
||||
|
if (typeof search === 'string') { |
||||
|
if (!search) |
||||
|
continue; |
||||
|
const idx = list.indexOf(search); |
||||
|
if (idx === -1) |
||||
|
continue; |
||||
|
if (list === defaultList) |
||||
|
list = list.slice(); |
||||
|
list.splice(idx, 1); |
||||
|
} else if (isRegExp(search)) { |
||||
|
for (let k = 0; k < list.length; ++k) { |
||||
|
if (search.test(list[k])) { |
||||
|
if (list === defaultList) |
||||
|
list = list.slice(); |
||||
|
list.splice(k, 1); |
||||
|
--k; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
break; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
return list; |
||||
} |
} |
||||
}(function (jQuery) { |
|
||||
// Slovak
|
return defaultList; |
||||
(function() { |
} |
||||
function f(n, d, a) { |
|
||||
return a[d>=0 ? 0 : a.length===2 || n<5 ? 1 : 2]; |
module.exports = { |
||||
} |
ChannelManager, |
||||
|
generateAlgorithmList, |
||||
jQuery.timeago.settings.strings = { |
onChannelOpenFailure, |
||||
prefixAgo: 'pred', |
onCHANNEL_CLOSE, |
||||
prefixFromNow: 'o', |
isWritable: (stream) => { |
||||
suffixAgo: null, |
// XXX: hack to workaround regression in node
|
||||
suffixFromNow: null, |
// See: https://github.com/nodejs/node/issues/36029
|
||||
seconds: function(n, d) {return f(n, d, ['menej ako minútou', 'menej ako minútu']);}, |
return (stre |
||||
minute: function(n, d) {return f(n, d, ['minútou', 'minútu']);}, |
|
||||
minutes: function(n, d) {return f(n, d, ['%d minútami', '%d minúty', '%d minút']);}, |
|
||||
hour: function(n, d) {return f(n, d, ['hodinou', 'hodinu']);}, |
|
||||
hours: function(n, d) {return f(n, d, ['%d hodinami', '%d hodiny', '%d hodín']);}, |
|
||||
day: function(n, d) {return f(n, d, ['%d dňom', '%d deň']);}, |
|
||||
days: function(n, d) {return f(n, d, ['%d dňami', '%d dni', '%d dní']);}, |
|
||||
month: function(n, d) {return f(n, d, ['%d mesiacom', '%d mesiac']);}, |
|
||||
months: function(n, d) {return f(n, d, ['%d mesiacmi', '%d mesiace', '%d mesiacov']);}, |
|
||||
year: function(n, d) {return f(n, d, ['%d rokom', '%d rok']);}, |
|
||||
years: function(n, d) {return f(n, d, ['%d rokmi', '%d roky', '%d rokov']);} |
|
||||
}; |
|
||||
})(); |
|
||||
})); |
|
||||
@ -1,228 +0,0 @@ |
|||||
.toast-title { |
|
||||
font-weight: bold; |
|
||||
} |
|
||||
.toast-message { |
|
||||
-ms-word-wrap: break-word; |
|
||||
word-wrap: break-word; |
|
||||
} |
|
||||
.toast-message a, |
|
||||
.toast-message label { |
|
||||
color: #FFFFFF; |
|
||||
} |
|
||||
.toast-message a:hover { |
|
||||
color: #CCCCCC; |
|
||||
text-decoration: none; |
|
||||
} |
|
||||
.toast-close-button { |
|
||||
position: relative; |
|
||||
right: -0.3em; |
|
||||
top: -0.3em; |
|
||||
float: right; |
|
||||
font-size: 20px; |
|
||||
font-weight: bold; |
|
||||
color: #FFFFFF; |
|
||||
-webkit-text-shadow: 0 1px 0 #ffffff; |
|
||||
text-shadow: 0 1px 0 #ffffff; |
|
||||
opacity: 0.8; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
|
||||
filter: alpha(opacity=80); |
|
||||
line-height: 1; |
|
||||
} |
|
||||
.toast-close-button:hover, |
|
||||
.toast-close-button:focus { |
|
||||
color: #000000; |
|
||||
text-decoration: none; |
|
||||
cursor: pointer; |
|
||||
opacity: 0.4; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); |
|
||||
filter: alpha(opacity=40); |
|
||||
} |
|
||||
.rtl .toast-close-button { |
|
||||
left: -0.3em; |
|
||||
float: left; |
|
||||
right: 0.3em; |
|
||||
} |
|
||||
/*Additional properties for button version |
|
||||
iOS requires the button element instead of an anchor tag. |
|
||||
If you want the anchor version, it requires `href="#"`.*/ |
|
||||
button.toast-close-button { |
|
||||
padding: 0; |
|
||||
cursor: pointer; |
|
||||
background: transparent; |
|
||||
border: 0; |
|
||||
-webkit-appearance: none; |
|
||||
} |
|
||||
.toast-top-center { |
|
||||
top: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-bottom-center { |
|
||||
bottom: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-top-full-width { |
|
||||
top: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-bottom-full-width { |
|
||||
bottom: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
} |
|
||||
.toast-top-left { |
|
||||
top: 12px; |
|
||||
left: 12px; |
|
||||
} |
|
||||
.toast-top-right { |
|
||||
top: 12px; |
|
||||
right: 12px; |
|
||||
} |
|
||||
.toast-bottom-right { |
|
||||
right: 12px; |
|
||||
bottom: 12px; |
|
||||
} |
|
||||
.toast-bottom-left { |
|
||||
bottom: 12px; |
|
||||
left: 12px; |
|
||||
} |
|
||||
#toast-container { |
|
||||
position: fixed; |
|
||||
z-index: 999999; |
|
||||
pointer-events: none; |
|
||||
/*overrides*/ |
|
||||
} |
|
||||
#toast-container * { |
|
||||
-moz-box-sizing: border-box; |
|
||||
-webkit-box-sizing: border-box; |
|
||||
box-sizing: border-box; |
|
||||
} |
|
||||
#toast-container > div { |
|
||||
position: relative; |
|
||||
pointer-events: auto; |
|
||||
overflow: hidden; |
|
||||
margin: 0 0 6px; |
|
||||
padding: 15px 15px 15px 50px; |
|
||||
width: 300px; |
|
||||
-moz-border-radius: 3px 3px 3px 3px; |
|
||||
-webkit-border-radius: 3px 3px 3px 3px; |
|
||||
border-radius: 3px 3px 3px 3px; |
|
||||
background-position: 15px center; |
|
||||
background-repeat: no-repeat; |
|
||||
-moz-box-shadow: 0 0 12px #999999; |
|
||||
-webkit-box-shadow: 0 0 12px #999999; |
|
||||
box-shadow: 0 0 12px #999999; |
|
||||
color: #FFFFFF; |
|
||||
opacity: 0.8; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
|
||||
filter: alpha(opacity=80); |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
direction: rtl; |
|
||||
padding: 15px 50px 15px 15px; |
|
||||
background-position: right 15px center; |
|
||||
} |
|
||||
#toast-container > div:hover { |
|
||||
-moz-box-shadow: 0 0 12px #000000; |
|
||||
-webkit-box-shadow: 0 0 12px #000000; |
|
||||
box-shadow: 0 0 12px #000000; |
|
||||
opacity: 1; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); |
|
||||
filter: alpha(opacity=100); |
|
||||
cursor: pointer; |
|
||||
} |
|
||||
#toast-container > .toast-info { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; |
|
||||
} |
|
||||
#toast-container > .toast-error { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; |
|
||||
} |
|
||||
#toast-container > .toast-success { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; |
|
||||
} |
|
||||
#toast-container > .toast-warning { |
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; |
|
||||
} |
|
||||
#toast-container.toast-top-center > div, |
|
||||
#toast-container.toast-bottom-center > div { |
|
||||
width: 300px; |
|
||||
margin-left: auto; |
|
||||
margin-right: auto; |
|
||||
} |
|
||||
#toast-container.toast-top-full-width > div, |
|
||||
#toast-container.toast-bottom-full-width > div { |
|
||||
width: 96%; |
|
||||
margin-left: auto; |
|
||||
margin-right: auto; |
|
||||
} |
|
||||
.toast { |
|
||||
background-color: #030303; |
|
||||
} |
|
||||
.toast-success { |
|
||||
background-color: #51A351; |
|
||||
} |
|
||||
.toast-error { |
|
||||
background-color: #BD362F; |
|
||||
} |
|
||||
.toast-info { |
|
||||
background-color: #2F96B4; |
|
||||
} |
|
||||
.toast-warning { |
|
||||
background-color: #F89406; |
|
||||
} |
|
||||
.toast-progress { |
|
||||
position: absolute; |
|
||||
left: 0; |
|
||||
bottom: 0; |
|
||||
height: 4px; |
|
||||
background-color: #000000; |
|
||||
opacity: 0.4; |
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); |
|
||||
filter: alpha(opacity=40); |
|
||||
} |
|
||||
/*Responsive Design*/ |
|
||||
@media all and (max-width: 240px) { |
|
||||
#toast-container > div { |
|
||||
padding: 8px 8px 8px 50px; |
|
||||
width: 11em; |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
padding: 8px 50px 8px 8px; |
|
||||
} |
|
||||
#toast-container .toast-close-button { |
|
||||
right: -0.2em; |
|
||||
top: -0.2em; |
|
||||
} |
|
||||
#toast-container .rtl .toast-close-button { |
|
||||
left: -0.2em; |
|
||||
right: 0.2em; |
|
||||
} |
|
||||
} |
|
||||
@media all and (min-width: 241px) and (max-width: 480px) { |
|
||||
#toast-container > div { |
|
||||
padding: 8px 8px 8px 50px; |
|
||||
width: 18em; |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
padding: 8px 50px 8px 8px; |
|
||||
} |
|
||||
#toast-container .toast-close-button { |
|
||||
right: -0.2em; |
|
||||
top: -0.2em; |
|
||||
} |
|
||||
#toast-container .rtl .toast-close-button { |
|
||||
left: -0.2em; |
|
||||
right: 0.2em; |
|
||||
} |
|
||||
} |
|
||||
@media all and (min-width: 481px) and (max-width: 768px) { |
|
||||
#toast-container > div { |
|
||||
padding: 15px 15px 15px 50px; |
|
||||
width: 25em; |
|
||||
} |
|
||||
#toast-container > div.rtl { |
|
||||
padding: 15px 50px 15px 15px; |
|
||||
} |
|
||||
} |
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue