| 16825 |
efrain |
1 |
/*!
|
|
|
2 |
* bootstrap-fileinput v5.1.3
|
|
|
3 |
* http://plugins.krajee.com/file-input
|
|
|
4 |
*
|
|
|
5 |
* Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
|
|
|
6 |
* font awesome 5.x CSS and `fileinput.css`.
|
|
|
7 |
*
|
|
|
8 |
* Author: Kartik Visweswaran
|
|
|
9 |
* Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com
|
|
|
10 |
*
|
|
|
11 |
* Licensed under the BSD-3-Clause
|
|
|
12 |
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
|
|
13 |
*/
|
|
|
14 |
.theme-explorer-fas .file-preview-frame {
|
|
|
15 |
border: 1px solid #ddd;
|
|
|
16 |
margin: 2px 0;
|
|
|
17 |
width: 100%;
|
|
|
18 |
display: flex;
|
|
|
19 |
justify-content: space-between;
|
|
|
20 |
align-items: center;
|
|
|
21 |
}
|
|
|
22 |
.theme-explorer-fas .file-actions,
|
|
|
23 |
.theme-explorer-fas .file-upload-indicator, .theme-explorer-fas .file-drag-handle, .theme-explorer-fas .explorer-frame .kv-file-content, .theme-explorer-fas .file-actions, .explorer-frame .file-preview-other {
|
|
|
24 |
text-align: center;
|
|
|
25 |
}
|
|
|
26 |
.theme-explorer-fas .file-upload-indicator, .theme-explorer-fas .file-drag-handle {
|
|
|
27 |
position: absolute;
|
|
|
28 |
display: inline-block;
|
|
|
29 |
bottom: 8px;
|
|
|
30 |
right: 4px;
|
|
|
31 |
width: 16px;
|
|
|
32 |
height: 16px;
|
|
|
33 |
font-size: 16px;
|
|
|
34 |
}
|
|
|
35 |
.theme-explorer-fas .file-thumb-progress .progress, .theme-explorer-fas .explorer-caption {
|
|
|
36 |
display: block;
|
|
|
37 |
white-space: nowrap;
|
|
|
38 |
text-overflow: ellipsis;
|
|
|
39 |
overflow: hidden;
|
|
|
40 |
}
|
|
|
41 |
.theme-explorer-fas .file-thumb-progress .progress {
|
|
|
42 |
margin-top: 5px;
|
|
|
43 |
}
|
|
|
44 |
.theme-explorer-fas .explorer-caption,
|
|
|
45 |
.theme-explorer-fas .file-footer-buttons {
|
|
|
46 |
padding: 5px;
|
|
|
47 |
}
|
|
|
48 |
.theme-explorer-fas .file-footer-buttons {
|
|
|
49 |
text-align: right;
|
|
|
50 |
}
|
|
|
51 |
.theme-explorer-fas .explorer-caption {
|
|
|
52 |
color: #777;
|
|
|
53 |
padding-top: 5px;
|
|
|
54 |
}
|
|
|
55 |
.theme-explorer-fas .kvsortable-ghost {
|
|
|
56 |
opacity: 0.6;
|
|
|
57 |
background: #e1edf7;
|
|
|
58 |
border: 2px solid #a1abff;
|
|
|
59 |
}
|
|
|
60 |
.theme-explorer-fas .file-preview .table {
|
|
|
61 |
margin: 0;
|
|
|
62 |
}
|
|
|
63 |
.theme-explorer-fas .file-error-message ul {
|
|
|
64 |
padding: 5px 0 0 20px;
|
|
|
65 |
}
|
|
|
66 |
.explorer-frame .file-preview-text {
|
|
|
67 |
display: inline-block;
|
|
|
68 |
color: #428bca;
|
|
|
69 |
border: 1px solid #ddd;
|
|
|
70 |
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
71 |
outline: none;
|
|
|
72 |
padding: 8px;
|
|
|
73 |
resize: none;
|
|
|
74 |
}
|
|
|
75 |
.explorer-frame .file-preview-html {
|
|
|
76 |
display: inline-block;
|
|
|
77 |
border: 1px solid #ddd;
|
|
|
78 |
padding: 8px;
|
|
|
79 |
overflow: auto;
|
|
|
80 |
}
|
|
|
81 |
.explorer-frame .file-other-icon {
|
|
|
82 |
font-size: 2.6em;
|
|
|
83 |
}
|
|
|
84 |
.explorer-frame:hover {
|
|
|
85 |
background-color: #f5f5f5;
|
|
|
86 |
}
|
|
|
87 |
.theme-explorer-fas .file-preview-frame samp {
|
|
|
88 |
font-size: 0.9rem;
|
|
|
89 |
}
|
|
|
90 |
.theme-explorer-fas .explorer-frame .kv-file-content {
|
|
|
91 |
width: 160px;
|
|
|
92 |
height: 80px;
|
|
|
93 |
padding: 5px;
|
|
|
94 |
text-align: left;
|
|
|
95 |
}
|
|
|
96 |
.theme-explorer-fas .file-details-cell {
|
|
|
97 |
width: 60%;
|
|
|
98 |
font-size: 0.95rem;
|
|
|
99 |
text-align: left;
|
|
|
100 |
margin-right: auto;
|
|
|
101 |
}
|
|
|
102 |
.theme-explorer-fas .file-actions-cell {
|
|
|
103 |
position: relative;
|
|
|
104 |
height: 80px;
|
|
|
105 |
width: 200px;
|
|
|
106 |
}
|
|
|
107 |
/*noinspection CssOverwrittenProperties*/
|
|
|
108 |
.file-zoom-dialog .explorer-frame .file-other-icon {
|
|
|
109 |
font-size: 22em;
|
|
|
110 |
font-size: 50vmin;
|
|
|
111 |
}
|
|
|
112 |
@media only screen and (max-width: 1249px) {
|
|
|
113 |
.theme-explorer-fas .file-preview-frame .file-details-cell {
|
|
|
114 |
width: 40%;
|
|
|
115 |
}
|
|
|
116 |
}
|
|
|
117 |
@media only screen and (max-width: 1023px) {
|
|
|
118 |
.theme-explorer-fas .file-preview-frame .file-details-cell {
|
|
|
119 |
width: 30%;
|
|
|
120 |
}
|
|
|
121 |
}
|
|
|
122 |
@media only screen and (max-width: 767px) {
|
|
|
123 |
.theme-explorer-fas .file-preview-frame .file-details-cell {
|
|
|
124 |
width: 200px;
|
|
|
125 |
}
|
|
|
126 |
}
|
|
|
127 |
@media only screen and (max-width: 575px) {
|
|
|
128 |
.theme-explorer-fas .file-preview-frame {
|
|
|
129 |
flex-direction: column;
|
|
|
130 |
}
|
|
|
131 |
|
|
|
132 |
.theme-explorer-fas .file-preview-frame .kv-file-content {
|
|
|
133 |
width: auto;
|
|
|
134 |
text-align: center;
|
|
|
135 |
}
|
|
|
136 |
|
|
|
137 |
.theme-explorer-fas .file-details-cell {
|
|
|
138 |
width: 100px;
|
|
|
139 |
text-align: center;
|
|
|
140 |
margin-right: 0;
|
|
|
141 |
}
|
|
|
142 |
|
|
|
143 |
.theme-explorer-fas .file-preview-frame .kv-file-content,
|
|
|
144 |
.theme-explorer-fas .file-details-cell,
|
|
|
145 |
.theme-explorer-fas .file-actions-cell {
|
|
|
146 |
width: 100%;
|
|
|
147 |
}
|
|
|
148 |
|
|
|
149 |
.theme-explorer-fas .file-actions-cell {
|
|
|
150 |
height: auto;
|
|
|
151 |
}
|
|
|
152 |
|
|
|
153 |
.theme-explorer-fas .file-footer-buttons {
|
|
|
154 |
text-align: left;
|
|
|
155 |
}
|
|
|
156 |
}
|