| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 | /*! * bootstrap-fileinput v5.1.2 * http://plugins.krajee.com/file-input * * Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading * font awesome 4.x CSS and `fileinput.css`. * * Author: Kartik Visweswaran * Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com * * Licensed under the BSD-3-Clause * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md */.theme-explorer-fa .file-preview-frame {    border: 1px solid #ddd;    margin: 2px 0;    width: 100%;    display: flex;    justify-content: space-between;    align-items: center;}.theme-explorer-fa .file-actions,.theme-explorer-fa .file-upload-indicator, .theme-explorer-fa .file-drag-handle, .theme-explorer-fa .explorer-frame .kv-file-content, .theme-explorer-fa .file-actions, .explorer-frame .file-preview-other {    text-align: center;}.theme-explorer-fa .file-upload-indicator, .theme-explorer-fa .file-drag-handle {    position: absolute;    display: inline-block;    bottom: 8px;    right: 4px;    width: 16px;    height: 16px;    font-size: 16px;}.theme-explorer-fa .file-thumb-progress .progress, .theme-explorer-fa .explorer-caption {    display: block;    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;}.theme-explorer-fa .file-thumb-progress .progress {    margin-top: 5px;}.theme-explorer-fa .explorer-caption,.theme-explorer-fa .file-footer-buttons {    padding: 5px;}.theme-explorer-fa .file-footer-buttons {    text-align: right;}.theme-explorer-fa .explorer-caption {    color: #777;    padding-top: 5px;}.theme-explorer-fa .kvsortable-ghost {    opacity: 0.6;    background: #e1edf7;    border: 2px solid #a1abff;}.theme-explorer-fa .file-preview .table {    margin: 0;}.theme-explorer-fa .file-error-message ul {    padding: 5px 0 0 20px;}.explorer-frame .file-preview-text {    display: inline-block;    color: #428bca;    border: 1px solid #ddd;    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;    outline: none;    padding: 8px;    resize: none;}.explorer-frame .file-preview-html {    display: inline-block;    border: 1px solid #ddd;    padding: 8px;    overflow: auto;}.explorer-frame .file-other-icon {    font-size: 2.6em;}.explorer-frame:hover {    background-color: #f5f5f5;}.theme-explorer-fa .file-preview-frame samp {    font-size: 0.9rem;}.theme-explorer-fa .explorer-frame .kv-file-content {    width: 160px;    height: 80px;    padding: 5px;    text-align: left;}.theme-explorer-fa .file-details-cell {    width: 60%;    font-size: 0.95rem;    text-align: left;    margin-right: auto;}.theme-explorer-fa .file-actions-cell {    position: relative;    height: 80px;    width: 200px;}/*noinspection CssOverwrittenProperties*/.file-zoom-dialog .explorer-frame .file-other-icon {    font-size: 22em;    font-size: 50vmin;}@media only screen and (max-width: 1249px) {    .theme-explorer-fa .file-preview-frame .file-details-cell {        width: 40%;    }}@media only screen and (max-width: 1023px) {    .theme-explorer-fa .file-preview-frame .file-details-cell {        width: 30%;    }}@media only screen and (max-width: 767px) {    .theme-explorer-fa .file-preview-frame .file-details-cell {        width: 200px;    }}@media only screen and (max-width: 575px) {    .theme-explorer-fa .file-preview-frame {        flex-direction: column;    }    .theme-explorer-fa .file-preview-frame .kv-file-content {        width: auto;        text-align: center;    }    .theme-explorer-fa .file-details-cell {        width: 100px;        text-align: center;        margin-right: 0;    }    .theme-explorer-fa .file-preview-frame .kv-file-content,    .theme-explorer-fa .file-details-cell,    .theme-explorer-fa .file-actions-cell {        width: 100%;    }    .theme-explorer-fa .file-actions-cell {        height: auto;    }    .theme-explorer-fa .file-footer-buttons {        text-align: left;    }}
 |