Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

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