PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / 2.8
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager v2.8
3.1.9 3.1.8 3.1.7 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 trunk 1.3.7 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9 2.9.1 2.9.2
folders / assets / css / media-clean.css
folders / assets / css Last commit date
admin-setting.css 5 years ago design.css 5 years ago design.min.css 5 years ago folder-icon.css 5 years ago folders.css 4 years ago folders.min.css 4 years ago jquery.mcustomscrollbar.min.css 5 years ago jstree.css 5 years ago jstree.min.css 5 years ago media-clean.css 4 years ago media.css 5 years ago new-media.css 5 years ago page-post-media.css 4 years ago page-post-media.min.css 4 years ago replace-media.css 5 years ago select2.min.css 5 years ago settings.css 4 years ago spectrum.min.css 6 years ago
media-clean.css
239 lines
1 /* Media cleaning */
2
3 .media-clean-box-overlay {
4 position: relative;
5 left: 0;
6 top: 0;
7 width: 100%;
8 height: 100vh;
9 }
10
11 .media-clean-box-content {
12 width: 720px;
13 margin: 30px auto 0;
14 background: #ffffff;
15 height: auto;
16 box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
17 padding: 30px;
18 text-align: center;
19 max-width: 90%;
20 }
21 .media-clean-box-title {
22 font-size: 22px;
23 font-weight: 500;
24 margin-bottom: 15px;
25
26 }
27
28 .media-clean-box-border {
29 width: 100px;
30 background-color: #176bb3;
31 height: 3px;
32 margin: auto;
33 }
34
35 .media-clean-box-desc {
36 width: 65%;
37 margin: 25px auto;
38 font-size: 15px;
39 font-weight: 400;
40 line-height: 21px;
41 }
42
43 .media-clean-box-button {
44 border-radius: 5px;
45 padding: 0 20px;
46 font-size: 16px;
47 color: #176bb3;
48 text-decoration: none;
49 display: inline-block;
50 line-height: 40px;
51 background: #EBF5FF;
52 }
53 .media-clean-box-button svg {
54 display: inline-block;
55 vertical-align: sub;
56 margin: 0 0 0 4px;
57 fill: #176bb3;
58 }
59 .media-clean-box-button:hover {
60 background: #176bb3;
61 color: #EBF5FF;
62 }
63 .media-clean-box-button:hover svg {
64 fill: #EBF5FF;
65 }
66 .fa-media {
67 color: #176bb3;
68 }
69
70 .m-top {
71 margin-top: 25px;
72 }
73
74 .hide {
75 display: none;
76 }
77
78 .media-clean-delete-box {
79 display: none;
80 }
81 .media-clean-delete-box-overlay {
82 position: fixed;
83 left: 0;
84 top: 0;
85 width: 100%;
86 height: 100vh;
87 background: #000000;
88 opacity: 0.5;
89 }
90 .media-clean-delete-box-content {
91 position: fixed;
92 left: 0;
93 right: 0;
94 width: 520px;
95 max-width: 90%;
96 margin: 0 auto;
97 background: #ffffff;
98 top: 50%;
99 height: auto;
100 transform: translate(0, -50%);
101 box-shadow: 1px 1px 15px #c3baba;
102 }
103
104 .media-clean-delete-box-border {
105 width: 100%;
106 height: 3px;
107 background-color: #db4b4b;
108 }
109
110 .close-icon {
111 position: absolute;
112 right: 0;
113 margin: 6px 20px;
114 }
115
116 .close-icon span {
117 font-size: 28px;
118 cursor: pointer;
119 }
120
121 .media-clean-delete-box-title {
122 margin: 20px 25px;
123 }
124
125 .title-que {
126
127 font-size: 17px;
128 font-weight: 600;
129 }
130
131 .icon-background-color {
132 width: 4%;
133 /* height: 5%; */
134 background-color: #fff0f0;
135 border-radius: 50%;
136 color: #db4b4b;
137 vertical-align: middle;
138 font-size: 20px;
139 padding: 4px;
140 }
141
142 .pd {
143 padding: 6px;
144 }
145
146 .media-clean-delete-box-desc {
147 text-align: left;
148 padding: 0 62px;
149 line-height: 20px;
150 font-size: 15px;
151 font-weight: 400;
152 margin-top: -10px;
153 color: #837a7a;
154 }
155
156 .media-clean-delete-box-footer {
157 height: 20%;
158 width: 100%;
159 background-color: #f9f9fb;
160 display: flex;
161 justify-content: flex-end;
162 margin-top: 40px;
163 }
164
165 .cancel-button {
166 color: #a09999;
167 padding: 23px;
168 font-size: 15px;
169 margin-right: -15px;
170 }
171
172 .delete-button {
173 border-radius: 5px;
174 color: #db4b4b;
175 background-color: #fff0f0;
176 height: 20%;
177 /*width: 27%;*/
178 padding: 7px 15px;
179 margin: 16px;
180 text-align: center;
181 font-size: 15px;
182 font-weight: 500;
183 border: none;
184 cursor: pointer;
185 }
186
187 .cancel-button:hover {
188 color: #a09999;
189 }
190
191 .delete-button:hover {
192 color: #db4b4b;
193 }
194
195 .media-clean-delete-box-footer a {
196 text-decoration: none;
197 cursor: pointer;
198 }
199
200 .delete-all-button {
201 border-radius: 5px;
202 color: white;
203 background-color: blue;
204 height: 20%;
205 padding: 7px 15px;
206 margin: auto;
207 text-align: center;
208 font-size: 15px;
209 font-weight: 500;
210 border: none;
211 cursor: pointer;
212 text-decoration: none;
213 }
214
215 .delete-all-button:hover {
216 color: #FFFFFF;
217 }
218
219 .success-message {
220 width: 98%;
221 height: auto;
222 padding: 15px;
223 background-color: #d4edda;
224 color: #525759;
225 margin: 15px 0;
226 border-radius: 5px;
227 font-size: 15px;
228 opacity: 1;
229 }
230
231 .skip-scan-btn {
232 padding: 15px 0 0;
233 }
234
235 .skip-scan-btn a {
236 text-decoration: none;
237 color: grey;
238 }
239 /**********************/