Path: blob/master/web-gui/buildyourownbotnet/assets/js/dropzone/dropzone.css
1293 views
/* The MIT License */1.dropzone,2.dropzone *,3.dropzone-previews,4.dropzone-previews * {5-webkit-box-sizing: border-box;6-moz-box-sizing: border-box;7box-sizing: border-box;8}9.dropzone {10position: relative;11border: 1px solid rgba(0,0,0,0.08);12background: rgba(0,0,0,0.02);13padding: 1em;14}15.dropzone.dz-clickable {16cursor: pointer;17}18.dropzone.dz-clickable .dz-message,19.dropzone.dz-clickable .dz-message span {20cursor: pointer;21}22.dropzone.dz-clickable * {23cursor: default;24}25.dropzone .dz-message {26opacity: 1;27-ms-filter: none;28filter: none;29}30.dropzone.dz-drag-hover {31border-color: rgba(0,0,0,0.15);32background: rgba(0,0,0,0.04);33}34.dropzone.dz-started .dz-message {35display: none;36}37.dropzone .dz-preview,38.dropzone-previews .dz-preview {39background: rgba(255,255,255,0.8);40position: relative;41display: inline-block;42margin: 17px;43vertical-align: top;44border: 1px solid #acacac;45padding: 6px 6px 6px 6px;46}47.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],48.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {49display: none;50}51.dropzone .dz-preview .dz-details,52.dropzone-previews .dz-preview .dz-details {53width: 100px;54height: 100px;55position: relative;56background: #ebebeb;57padding: 5px;58margin-bottom: 22px;59}60.dropzone .dz-preview .dz-details .dz-filename,61.dropzone-previews .dz-preview .dz-details .dz-filename {62overflow: hidden;63height: 100%;64}65.dropzone .dz-preview .dz-details img,66.dropzone-previews .dz-preview .dz-details img {67position: absolute;68top: 0;69left: 0;70width: 100px;71height: 100px;72}73.dropzone .dz-preview .dz-details .dz-size,74.dropzone-previews .dz-preview .dz-details .dz-size {75position: absolute;76bottom: -28px;77left: 3px;78height: 28px;79line-height: 28px;80}81.dropzone .dz-preview.dz-error .dz-error-mark,82.dropzone-previews .dz-preview.dz-error .dz-error-mark {83display: block;84}85.dropzone .dz-preview.dz-success .dz-success-mark,86.dropzone-previews .dz-preview.dz-success .dz-success-mark {87display: block;88}89.dropzone .dz-preview:hover .dz-details img,90.dropzone-previews .dz-preview:hover .dz-details img {91display: none;92}93.dropzone .dz-preview .dz-success-mark,94.dropzone-previews .dz-preview .dz-success-mark,95.dropzone .dz-preview .dz-error-mark,96.dropzone-previews .dz-preview .dz-error-mark {97display: none;98position: absolute;99width: 40px;100height: 40px;101font-size: 30px;102text-align: center;103right: -10px;104top: -10px;105}106.dropzone .dz-preview .dz-success-mark,107.dropzone-previews .dz-preview .dz-success-mark {108color: #8cc657;109}110.dropzone .dz-preview .dz-error-mark,111.dropzone-previews .dz-preview .dz-error-mark {112color: #ee162d;113}114.dropzone .dz-preview .dz-progress,115.dropzone-previews .dz-preview .dz-progress {116position: absolute;117top: 100px;118left: 6px;119right: 6px;120height: 6px;121background: #d7d7d7;122display: none;123}124.dropzone .dz-preview .dz-progress .dz-upload,125.dropzone-previews .dz-preview .dz-progress .dz-upload {126display: block;127position: absolute;128top: 0;129bottom: 0;130left: 0;131width: 0%;132background-color: #8cc657;133}134.dropzone .dz-preview.dz-processing .dz-progress,135.dropzone-previews .dz-preview.dz-processing .dz-progress {136display: block;137}138.dropzone .dz-preview .dz-error-message,139.dropzone-previews .dz-preview .dz-error-message {140display: none;141position: absolute;142top: -5px;143left: -20px;144background: rgba(245,245,245,0.8);145padding: 8px 10px;146color: #800;147min-width: 140px;148max-width: 500px;149z-index: 500;150}151.dropzone .dz-preview:hover.dz-error .dz-error-message,152.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {153display: block;154}155.dropzone {156border: 1px solid rgba(0,0,0,0.03);157min-height: 360px;158-webkit-border-radius: 3px;159border-radius: 3px;160background: rgba(0,0,0,0.03);161padding: 23px;162}163.dropzone.dz-min {164min-height: 200px;165}166.dropzone .dz-default.dz-message {167opacity: 1;168-ms-filter: none;169filter: none;170-webkit-transition: opacity 0.3s ease-in-out;171-moz-transition: opacity 0.3s ease-in-out;172-o-transition: opacity 0.3s ease-in-out;173-ms-transition: opacity 0.3s ease-in-out;174transition: opacity 0.3s ease-in-out;175background-image: url("spritemap.png");176background-repeat: no-repeat;177background-position: 0 0;178position: absolute;179width: 428px;180height: 123px;181margin-left: -214px;182margin-top: -61.5px;183top: 50%;184left: 50%;185}186@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {187.dropzone .dz-default.dz-message {188background-image: url("[email protected]");189-webkit-background-size: 428px 406px;190-moz-background-size: 428px 406px;191background-size: 428px 406px;192}193}194.dropzone .dz-default.dz-message span {195display: none;196}197.dropzone.dz-square .dz-default.dz-message {198background-position: 0 -123px;199width: 268px;200margin-left: -134px;201height: 174px;202margin-top: -87px;203}204.dropzone.dz-drag-hover .dz-message {205opacity: 0.15;206-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";207filter: alpha(opacity=15);208}209.dropzone.dz-started .dz-message {210display: block;211opacity: 0;212-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";213filter: alpha(opacity=0);214}215.dropzone .dz-preview,216.dropzone-previews .dz-preview {217-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);218box-shadow: 1px 1px 4px rgba(0,0,0,0.16);219font-size: 14px;220}221.dropzone .dz-preview.dz-image-preview:hover .dz-details img,222.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {223display: block;224opacity: 0.1;225-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";226filter: alpha(opacity=10);227}228.dropzone .dz-preview.dz-success .dz-success-mark,229.dropzone-previews .dz-preview.dz-success .dz-success-mark {230opacity: 1;231-ms-filter: none;232filter: none;233}234.dropzone .dz-preview.dz-error .dz-error-mark,235.dropzone-previews .dz-preview.dz-error .dz-error-mark {236opacity: 1;237-ms-filter: none;238filter: none;239}240.dropzone .dz-preview.dz-error .dz-progress .dz-upload,241.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {242background: #ee1e2d;243}244.dropzone .dz-preview .dz-error-mark,245.dropzone-previews .dz-preview .dz-error-mark,246.dropzone .dz-preview .dz-success-mark,247.dropzone-previews .dz-preview .dz-success-mark {248display: block;249opacity: 0;250-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";251filter: alpha(opacity=0);252-webkit-transition: opacity 0.4s ease-in-out;253-moz-transition: opacity 0.4s ease-in-out;254-o-transition: opacity 0.4s ease-in-out;255-ms-transition: opacity 0.4s ease-in-out;256transition: opacity 0.4s ease-in-out;257background-image: url("spritemap.png");258background-repeat: no-repeat;259}260@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {261.dropzone .dz-preview .dz-error-mark,262.dropzone-previews .dz-preview .dz-error-mark,263.dropzone .dz-preview .dz-success-mark,264.dropzone-previews .dz-preview .dz-success-mark {265background-image: url("[email protected]");266-webkit-background-size: 428px 406px;267-moz-background-size: 428px 406px;268background-size: 428px 406px;269}270}271.dropzone .dz-preview .dz-error-mark span,272.dropzone-previews .dz-preview .dz-error-mark span,273.dropzone .dz-preview .dz-success-mark span,274.dropzone-previews .dz-preview .dz-success-mark span {275display: none;276}277.dropzone .dz-preview .dz-error-mark,278.dropzone-previews .dz-preview .dz-error-mark {279background-position: -268px -123px;280}281.dropzone .dz-preview .dz-success-mark,282.dropzone-previews .dz-preview .dz-success-mark {283background-position: -268px -163px;284}285.dropzone .dz-preview .dz-progress .dz-upload,286.dropzone-previews .dz-preview .dz-progress .dz-upload {287-webkit-animation: loading 0.4s linear infinite;288-moz-animation: loading 0.4s linear infinite;289-o-animation: loading 0.4s linear infinite;290-ms-animation: loading 0.4s linear infinite;291animation: loading 0.4s linear infinite;292-webkit-transition: width 0.3s ease-in-out;293-moz-transition: width 0.3s ease-in-out;294-o-transition: width 0.3s ease-in-out;295-ms-transition: width 0.3s ease-in-out;296transition: width 0.3s ease-in-out;297-webkit-border-radius: 2px;298border-radius: 2px;299position: absolute;300top: 0;301left: 0;302width: 0%;303height: 100%;304background-image: url("spritemap.png");305background-repeat: repeat-x;306background-position: 0px -400px;307}308@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {309.dropzone .dz-preview .dz-progress .dz-upload,310.dropzone-previews .dz-preview .dz-progress .dz-upload {311background-image: url("[email protected]");312-webkit-background-size: 428px 406px;313-moz-background-size: 428px 406px;314background-size: 428px 406px;315}316}317.dropzone .dz-preview.dz-success .dz-progress,318.dropzone-previews .dz-preview.dz-success .dz-progress {319display: block;320opacity: 0;321-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";322filter: alpha(opacity=0);323-webkit-transition: opacity 0.4s ease-in-out;324-moz-transition: opacity 0.4s ease-in-out;325-o-transition: opacity 0.4s ease-in-out;326-ms-transition: opacity 0.4s ease-in-out;327transition: opacity 0.4s ease-in-out;328}329.dropzone .dz-preview .dz-error-message,330.dropzone-previews .dz-preview .dz-error-message {331display: block;332opacity: 0;333-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";334filter: alpha(opacity=0);335-webkit-transition: opacity 0.3s ease-in-out;336-moz-transition: opacity 0.3s ease-in-out;337-o-transition: opacity 0.3s ease-in-out;338-ms-transition: opacity 0.3s ease-in-out;339transition: opacity 0.3s ease-in-out;340}341.dropzone .dz-preview:hover.dz-error .dz-error-message,342.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {343opacity: 1;344-ms-filter: none;345filter: none;346}347.dropzone a.dz-remove,348.dropzone-previews a.dz-remove {349background-image: -webkit-linear-gradient(top, #fafafa, #eee);350background-image: -moz-linear-gradient(top, #fafafa, #eee);351background-image: -o-linear-gradient(top, #fafafa, #eee);352background-image: -ms-linear-gradient(top, #fafafa, #eee);353background-image: linear-gradient(to bottom, #fafafa, #eee);354-webkit-border-radius: 2px;355border-radius: 2px;356border: 1px solid #eee;357text-decoration: none;358display: block;359padding: 4px 5px;360text-align: center;361color: #aaa;362margin-top: 26px;363}364.dropzone a.dz-remove:hover,365.dropzone-previews a.dz-remove:hover {366color: #666;367}368@-moz-keyframes loading {3690% {370background-position: 0 -400px;371}372373100% {374background-position: -7px -400px;375}376}377@-webkit-keyframes loading {3780% {379background-position: 0 -400px;380}381382100% {383background-position: -7px -400px;384}385}386@-o-keyframes loading {3870% {388background-position: 0 -400px;389}390391100% {392background-position: -7px -400px;393}394}395@-ms-keyframes loading {3960% {397background-position: 0 -400px;398}399400100% {401background-position: -7px -400px;402}403}404@keyframes loading {4050% {406background-position: 0 -400px;407}408409100% {410background-position: -7px -400px;411}412}413414415