PluginProbe ʕ •ᴥ•ʔ
File Manager Pro – Filester / 1.9
File Manager Pro – Filester v1.9
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 9 months ago
file_manager_admin.css
292 lines
1 .toplevel_page_njt-fs-filemanager #wpwrap{
2 z-index: 20;
3 }
4 .njt-fs-wrap .wp-heading-inline{
5 font-size: 23px;
6 font-weight: 400;
7 margin: 0;
8 line-height: 1.3;
9 }
10 .elfinder-dialog-edit {
11 z-index: 9999 !important;
12 }
13 .njt-fs-mr0 {
14 margin: 0 !important;
15 }
16 .njt-fs-pd0 {
17 padding: 0 !important;
18 }
19 .njt-fs-file-manager {
20 padding-right: 20px;
21 }
22 .njt-fs-file-manager .nav-tab-active {
23 background-color: #ffff !important;
24 border-bottom: 1px solid #ffff;
25 }
26 .njt-fs-select-theme {
27 display: flex;
28 position: relative;
29 height: 50px;
30 margin-top: 10px;
31 align-items: center;
32 margin-bottom: 10px;
33 }
34 .njt-fs-select-theme .select-theme-content {
35 position: absolute;
36 right: 0px;
37 display: flex;
38 }
39
40 .njt-fs-select-theme .select-theme-title {
41 margin: 8px 10px;
42 font-size: 14px;
43 }
44 /* CSS Setting */
45 #njt-plugin-tabs {
46 padding-top: 20px;
47 }
48 .njt-fs-settings-content {
49 background-color: #ffff;
50 padding: 20px 20px;
51 margin: 0px 0px 20px 0;
52 padding-right: 0;
53 }
54 .njt-fs-settings-content .form-user-role-restrictions .form-table th {
55 width: 320px !important;
56 }
57 .njt-fs-settings-content .settings-title {
58 margin-bottom: 20px;
59 }
60 .njt-fs-settings-content .settings-title h1 {
61 margin: 0;
62 }
63 .njt-fs-settings-content .njt-fs-pd-0 {
64 padding: 0;
65 }
66 .njt-fs-settings-content .des-path {
67 padding-top: 10px;
68 padding-bottom: 5px;
69 }
70 /* shortcode-switch */
71 .shortcode-switch {
72 display: inline-block;
73 height: 20px;
74 position: relative;
75 width: 40px;
76 }
77 .shortcode-switch input {
78 display: none;
79 }
80 .shortcode-switch .slider {
81 background-color: #ccc;
82 bottom: 0;
83 cursor: pointer;
84 left: 0;
85 position: absolute;
86 right: 0;
87 top: 0;
88 transition: 0.4s;
89 }
90 .shortcode-switch .slider:before {
91 background-color: #fff;
92 bottom: 2px;
93 content: "";
94 height: 16px;
95 left: 2px;
96 position: absolute;
97 transition: 0.4s;
98 width: 16px;
99 }
100 .shortcode-switch input:checked + .slider {
101 background-color: #66bb6a;
102 }
103 .shortcode-switch input:checked + .slider:before {
104 transform: translateX(20px);
105 }
106 .shortcode-switch .slider.round {
107 border-radius: 34px;
108 }
109 .shortcode-switch .slider.round:before {
110 border-radius: 50%;
111 }
112 .njt-fs-button {
113 border: 1px solid #007cba;
114 color: #0071a1;
115 padding: 2px 10px;
116 cursor: pointer;
117 margin-right: 10px;
118 margin-bottom: 10px;
119 background: #f3f5f6;
120 border-radius: 3px;
121 font-size: 12px;
122 }
123 .njt-fs-button:hover {
124 background: #f1f1f1;
125 border-color: #016087;
126 color: #016087;
127 }
128
129 .njt-btn-group:after {
130 content: "";
131 clear: both;
132 display: table;
133 }
134 .njt-plugin-setting.settings-form .njt-settting-width,
135 .form-user-role-restrictions .njt-settting-width-select {
136 width: 45%;
137 }
138 .njt-plugin-setting.settings-form .njt-fs-settting-width-half {
139 width: 20%;
140 }
141 .form-user-role-restrictions .njt-settting-width {
142 width: 80%;
143 }
144 .njt-fs-list-col4 {
145 display: flex;
146 flex-wrap: wrap;
147 }
148 .njt-fs-list-col4 .list-col4-item {
149 flex: 0 0 25%;
150 max-width: 25%;
151 padding: 0!important;
152 display: block;
153 position: relative;
154 width: 100%;
155 padding-right: 15px;
156 padding-left: 15px;
157 }
158 /* .njt-fs-list-col4 .list-col4-item label {
159 padding-right: 25px;
160 } */
161 .form-user-role-restrictions .njt-text-error {
162 color: #a00;
163 margin-top: 10px;
164 }
165 .njt-fs-list-user.njt-settting-width {
166 width: 80% !important;
167 }
168 @media screen and (max-width: 769px) {
169 .form-user-role-restrictions .njt-settting-width,
170 .form-user-role-restrictions .njt-settting-width-select,
171 .njt-plugin-setting.settings-form .njt-settting-width,
172 .njt-plugin-setting.settings-form .njt-fs-settting-width-half {
173 width: 100%;
174 }
175 #upload_max_size.njt-fs-settting-width-half,
176 #fm_locale.njt-fs-settting-width-half {
177 width: 50%;
178 }
179 .njt-fs-settings-content {
180 padding: 20px 20px;
181 }
182 .njt-fs-list-col4 .list-col4-item {
183 flex: 0 0 33%;
184 max-width: 33%;
185 }
186 .settings-form .njt-fs-list-col4 .list-col4-item {
187 flex: 0 0 50%;
188 max-width: 50%;
189 }
190 .njt-fs-file-manager {
191 padding-right: 10px;
192 }
193 #njt-plugin-tabs {
194 padding-top: 0;
195 }
196 }
197 #toast-container.njt-fs-toastr>.toast-success {
198 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;
199 }
200
201 #toast-container.njt-fs-toastr>.toast-error {
202 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
203 }
204
205 .toast-top-right.njt-fs-toastr {
206 top: 34px;
207 }
208
209 .njt-fs-toastr .toast-error,.njt-fs-toastr .toast-success {
210 background-color: #f1efef;
211 background-size: 24px;
212 }
213
214 .njt-fs-toastr .toast-close-button {
215 color: rgba(0,0,0,.45);
216 top: -3px;
217 }
218
219 .njt-fs-toastr .toast-message {
220 color: #000000;
221 font-size: 14px;
222 margin-left: 10px;
223 }
224
225 @media only screen and (min-width: 1400px){
226 .njt-fs-list-col4 .list-col4-item {
227 flex: 0 0 14%;
228 max-width: 14%;
229 }
230 }
231 @media only screen and (min-width: 2500px){
232
233 .njt-fs-list-user.njt-settting-width {
234 width: 50% !important;
235 }
236 }
237
238 .button-primary.njt-fs-updating-message::after{
239 color: #e10909;
240 font-family: dashicons;
241 display: inline-block;
242 line-height: 1;
243 font-weight: 400;
244 font-style: normal;
245 speak: never;
246 text-decoration: inherit;
247 text-transform: none;
248 text-rendering: auto;
249 -webkit-font-smoothing: antialiased;
250 -moz-osx-font-smoothing: grayscale;
251 width: 20px;
252 height: 20px;
253 font-size: 20px;
254 vertical-align: top;
255 text-align: center;
256 transition: color .1s ease-in;
257 }
258
259 .button.njt-fs-updating-message:after {
260 margin: 4px 0px 0px 10px;
261 }
262
263 .button.njt-fs-updating-message:after {
264 animation: rotation 2s infinite linear;
265 }
266
267 .button.njt-fs-updating-message:after {
268 color: #f0f0f1;
269 content: "\f463";
270 }
271
272 .button.njt-fs-updating-message:after{
273 display: inline-block;
274 font: normal 20px/1 dashicons;
275 -webkit-font-smoothing: antialiased;
276 -moz-osx-font-smoothing: grayscale;
277 vertical-align: top;
278 }
279
280 .njt-fs-toastr {
281 animation: mytoastr .35s linear;
282 }
283 @keyframes mytoastr {
284 from {
285 opacity: 0;
286 transform: translateY(20px);
287 }
288 to {
289 transform: none;
290 opacity: 1;
291 }
292 }