PluginProbe ʕ •ᴥ•ʔ
File Manager Pro – Filester / 1.8
File Manager Pro – Filester v1.8
2.1.1 trunk 1.6.1 1.7.6 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 2.0 2.0.1 2.0.2 2.1.0
filester / assets / css / file_manager_admin.css
filester / assets / css Last commit date
file_manager_admin.css 2 years ago
file_manager_admin.css
289 lines
1 .njt-fs-wrap .wp-heading-inline{
2 font-size: 23px;
3 font-weight: 400;
4 margin: 0;
5 line-height: 1.3;
6 }
7 .elfinder-dialog-edit {
8 z-index: 9999 !important;
9 }
10 .njt-fs-mr0 {
11 margin: 0 !important;
12 }
13 .njt-fs-pd0 {
14 padding: 0 !important;
15 }
16 .njt-fs-file-manager {
17 padding-right: 20px;
18 }
19 .njt-fs-file-manager .nav-tab-active {
20 background-color: #ffff !important;
21 border-bottom: 1px solid #ffff;
22 }
23 .njt-fs-select-theme {
24 display: flex;
25 position: relative;
26 height: 50px;
27 margin-top: 10px;
28 align-items: center;
29 margin-bottom: 10px;
30 }
31 .njt-fs-select-theme .select-theme-content {
32 position: absolute;
33 right: 0px;
34 display: flex;
35 }
36
37 .njt-fs-select-theme .select-theme-title {
38 margin: 8px 10px;
39 font-size: 14px;
40 }
41 /* CSS Setting */
42 #njt-plugin-tabs {
43 padding-top: 20px;
44 }
45 .njt-fs-settings-content {
46 background-color: #ffff;
47 padding: 20px 20px;
48 margin: 0px 0px 20px 0;
49 padding-right: 0;
50 }
51 .njt-fs-settings-content .form-user-role-restrictions .form-table th {
52 width: 320px !important;
53 }
54 .njt-fs-settings-content .settings-title {
55 margin-bottom: 20px;
56 }
57 .njt-fs-settings-content .settings-title h1 {
58 margin: 0;
59 }
60 .njt-fs-settings-content .njt-fs-pd-0 {
61 padding: 0;
62 }
63 .njt-fs-settings-content .des-path {
64 padding-top: 10px;
65 padding-bottom: 5px;
66 }
67 /* shortcode-switch */
68 .shortcode-switch {
69 display: inline-block;
70 height: 20px;
71 position: relative;
72 width: 40px;
73 }
74 .shortcode-switch input {
75 display: none;
76 }
77 .shortcode-switch .slider {
78 background-color: #ccc;
79 bottom: 0;
80 cursor: pointer;
81 left: 0;
82 position: absolute;
83 right: 0;
84 top: 0;
85 transition: 0.4s;
86 }
87 .shortcode-switch .slider:before {
88 background-color: #fff;
89 bottom: 2px;
90 content: "";
91 height: 16px;
92 left: 2px;
93 position: absolute;
94 transition: 0.4s;
95 width: 16px;
96 }
97 .shortcode-switch input:checked + .slider {
98 background-color: #66bb6a;
99 }
100 .shortcode-switch input:checked + .slider:before {
101 transform: translateX(20px);
102 }
103 .shortcode-switch .slider.round {
104 border-radius: 34px;
105 }
106 .shortcode-switch .slider.round:before {
107 border-radius: 50%;
108 }
109 .njt-fs-button {
110 border: 1px solid #007cba;
111 color: #0071a1;
112 padding: 2px 10px;
113 cursor: pointer;
114 margin-right: 10px;
115 margin-bottom: 10px;
116 background: #f3f5f6;
117 border-radius: 3px;
118 font-size: 12px;
119 }
120 .njt-fs-button:hover {
121 background: #f1f1f1;
122 border-color: #016087;
123 color: #016087;
124 }
125
126 .njt-btn-group:after {
127 content: "";
128 clear: both;
129 display: table;
130 }
131 .njt-plugin-setting.settings-form .njt-settting-width,
132 .form-user-role-restrictions .njt-settting-width-select {
133 width: 45%;
134 }
135 .njt-plugin-setting.settings-form .njt-fs-settting-width-half {
136 width: 20%;
137 }
138 .form-user-role-restrictions .njt-settting-width {
139 width: 80%;
140 }
141 .njt-fs-list-col4 {
142 display: flex;
143 flex-wrap: wrap;
144 }
145 .njt-fs-list-col4 .list-col4-item {
146 flex: 0 0 25%;
147 max-width: 25%;
148 padding: 0!important;
149 display: block;
150 position: relative;
151 width: 100%;
152 padding-right: 15px;
153 padding-left: 15px;
154 }
155 /* .njt-fs-list-col4 .list-col4-item label {
156 padding-right: 25px;
157 } */
158 .form-user-role-restrictions .njt-text-error {
159 color: #a00;
160 margin-top: 10px;
161 }
162 .njt-fs-list-user.njt-settting-width {
163 width: 80% !important;
164 }
165 @media screen and (max-width: 769px) {
166 .form-user-role-restrictions .njt-settting-width,
167 .form-user-role-restrictions .njt-settting-width-select,
168 .njt-plugin-setting.settings-form .njt-settting-width,
169 .njt-plugin-setting.settings-form .njt-fs-settting-width-half {
170 width: 100%;
171 }
172 #upload_max_size.njt-fs-settting-width-half,
173 #fm_locale.njt-fs-settting-width-half {
174 width: 50%;
175 }
176 .njt-fs-settings-content {
177 padding: 20px 20px;
178 }
179 .njt-fs-list-col4 .list-col4-item {
180 flex: 0 0 33%;
181 max-width: 33%;
182 }
183 .settings-form .njt-fs-list-col4 .list-col4-item {
184 flex: 0 0 50%;
185 max-width: 50%;
186 }
187 .njt-fs-file-manager {
188 padding-right: 10px;
189 }
190 #njt-plugin-tabs {
191 padding-top: 0;
192 }
193 }
194 #toast-container.njt-fs-toastr>.toast-success {
195 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E %3Cg%3E %3Cpath d='M256,0C114.833,0,0,114.833,0,256s114.833,256,256,256s256-114.853,256-256S397.167,0,256,0z M256,472.341 c-119.275,0-216.341-97.046-216.341-216.341S136.725,39.659,256,39.659c119.295,0,216.341,97.046,216.341,216.341 S375.275,472.341,256,472.341z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23007CBA'/%3E %3C/g%3E %3C/g%3E%3Cg%3E %3Cg%3E %3Cpath d='M373.451,166.965c-8.071-7.337-20.623-6.762-27.999,1.348L224.491,301.509l-58.438-59.409 c-7.714-7.813-20.246-7.932-28.039-0.238c-7.813,7.674-7.932,20.226-0.238,28.039l73.151,74.361 c3.748,3.807,8.824,5.929,14.138,5.929c0.119,0,0.258,0,0.377,0.02c5.473-0.119,10.629-2.459,14.297-6.504l135.059-148.722 C382.156,186.854,381.561,174.322,373.451,166.965z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23007CBA'/%3E %3C/g%3E %3C/g%3E%3C/g%3E %3C/svg%3E")!important;
196 }
197
198 #toast-container.njt-fs-toastr>.toast-error {
199 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 340.8 340.8' style='enable-background:new 0 0 340.8 340.8;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E %3Cg%3E %3Cpath d='M170.4,0C76.4,0,0,76.4,0,170.4s76.4,170.4,170.4,170.4s170.4-76.4,170.4-170.4S264.4,0,170.4,0z M170.4,323.6 c-84.4,0-153.2-68.8-153.2-153.2S86,17.2,170.4,17.2S323.6,86,323.6,170.4S254.8,323.6,170.4,323.6z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23C63C36'/%3E %3C/g%3E %3C/g%3E%3Cg%3E %3Cg%3E %3Cpath d='M182.4,169.6l50-50c3.2-3.2,3.2-8.8,0-12c-3.2-3.2-8.8-3.2-12,0l-50,50l-50-50c-3.2-3.2-8.8-3.2-12,0 c-3.2,3.2-3.2,8.8,0,12l50,50l-50,49.6c-3.2,3.2-3.2,8.8,0,12c1.6,1.6,4,2.4,6,2.4s4.4-0.8,6-2.4l50-50l50,50c1.6,1.6,4,2.4,6,2.4 s4.4-0.8,6-2.4c3.2-3.2,3.2-8.8,0-12L182.4,169.6z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23C63C36'/%3E %3C/g%3E %3C/g%3E%3C/g%3E %3C/svg%3E")!important
200 }
201
202 .toast-top-right.njt-fs-toastr {
203 top: 34px;
204 }
205
206 .njt-fs-toastr .toast-error,.njt-fs-toastr .toast-success {
207 background-color: #f1efef;
208 background-size: 24px;
209 }
210
211 .njt-fs-toastr .toast-close-button {
212 color: rgba(0,0,0,.45);
213 top: -3px;
214 }
215
216 .njt-fs-toastr .toast-message {
217 color: #000000;
218 font-size: 14px;
219 margin-left: 10px;
220 }
221
222 @media only screen and (min-width: 1400px){
223 .njt-fs-list-col4 .list-col4-item {
224 flex: 0 0 14%;
225 max-width: 14%;
226 }
227 }
228 @media only screen and (min-width: 2500px){
229
230 .njt-fs-list-user.njt-settting-width {
231 width: 50% !important;
232 }
233 }
234
235 .button-primary.njt-fs-updating-message::after{
236 color: #e10909;
237 font-family: dashicons;
238 display: inline-block;
239 line-height: 1;
240 font-weight: 400;
241 font-style: normal;
242 speak: never;
243 text-decoration: inherit;
244 text-transform: none;
245 text-rendering: auto;
246 -webkit-font-smoothing: antialiased;
247 -moz-osx-font-smoothing: grayscale;
248 width: 20px;
249 height: 20px;
250 font-size: 20px;
251 vertical-align: top;
252 text-align: center;
253 transition: color .1s ease-in;
254 }
255
256 .button.njt-fs-updating-message:after {
257 margin: 4px 0px 0px 10px;
258 }
259
260 .button.njt-fs-updating-message:after {
261 animation: rotation 2s infinite linear;
262 }
263
264 .button.njt-fs-updating-message:after {
265 color: #f0f0f1;
266 content: "\f463";
267 }
268
269 .button.njt-fs-updating-message:after{
270 display: inline-block;
271 font: normal 20px/1 dashicons;
272 -webkit-font-smoothing: antialiased;
273 -moz-osx-font-smoothing: grayscale;
274 vertical-align: top;
275 }
276
277 .njt-fs-toastr {
278 animation: mytoastr .35s linear;
279 }
280 @keyframes mytoastr {
281 from {
282 opacity: 0;
283 transform: translateY(20px);
284 }
285 to {
286 transform: none;
287 opacity: 1;
288 }
289 }