PluginProbe ʕ •ᴥ•ʔ
Media Cleaner: Clean your WordPress! / 4.2.3
Media Cleaner: Clean your WordPress! v4.2.3
7.1.1 7.1.0 7.0.9 7.0.8 trunk 3.6.8 3.6.9 3.7.0 3.8.0 3.9.0 4.0.0 4.0.2 4.0.4 4.0.6 4.0.7 4.1.0 4.2.0 4.2.2 4.2.3 4.2.4 4.2.5 4.4.0 4.4.2 4.4.4 4.4.6 4.4.7 4.4.8 4.5.0 4.5.4 4.5.6 4.5.7 4.5.8 4.6.2 4.6.3 4.8.0 4.8.4 5.0.0 5.0.1 5.1.0 5.1.1 5.1.3 5.2.0 5.2.1 5.2.4 5.4.0 5.4.1 5.4.2 5.4.3 5.4.4 5.4.5 5.4.6 5.4.9 5.5.0 5.5.1 5.5.2 5.5.3 5.5.4 5.5.7 5.5.8 5.6.1 5.6.2 5.6.3 5.6.4 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 6.0.8 6.0.9 6.1.2 6.1.3 6.1.4 6.1.5 6.1.6 6.1.7 6.1.8 6.1.9 6.2.0 6.2.1 6.2.3 6.2.4 6.2.5 6.2.6 6.2.7 6.2.8 6.3.0 6.3.1 6.3.2 6.3.4 6.3.5 6.3.7 6.3.8 6.3.9 6.4.0 6.4.1 6.4.2 6.4.3 6.4.4 6.4.5 6.4.6 6.4.7 6.4.8 6.4.9 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.5.8 6.5.9 6.6.1 6.6.2 6.6.3 6.6.4 6.6.5 6.6.6 6.6.7 6.6.8 6.6.9 6.7.0 6.7.1 6.7.2 6.7.3 6.7.4 6.7.5 6.7.6 6.7.7 6.7.8 6.7.9 6.8.0 6.8.1 6.8.2 6.8.3 6.8.4 6.8.5 6.8.6 6.8.7 6.8.8 6.8.9 6.9.0 6.9.1 6.9.2 6.9.3 6.9.4 6.9.5 6.9.6 6.9.7 6.9.8 6.9.9 7.0.0 7.0.1 7.0.2 7.0.3 7.0.4 7.0.5 7.0.6 7.0.7
media-cleaner / common / admin.css
media-cleaner / common Last commit date
img 9 years ago admin.css 9 years ago admin.php 8 years ago
admin.css
323 lines
1 /* MEOW BOX (SETTINGS BOX) */
2
3 .meow-box {
4 box-sizing: border-box;
5 border: 1px solid #e5e5e5;
6 box-shadow: 2px 2px 1px rgba(0,0,0,.02);
7 background: #fff;
8 color: #444;
9 margin-bottom: 15px;
10 font-size: 13px !important;
11 border-top-right-radius: 8px;
12 }
13
14 .meow-box input, .meow-box th, .meow-box label, .meow-box select {
15 font-size: 13px !important;
16 }
17
18 .meow-box small {
19 font-size: 12px !important;
20 }
21
22 .meow-box h3 {
23 font-size: 13px;
24 padding: 4px 12px;
25 margin: 0;
26 background: #3c3c3c;
27 color: #ffffff;
28 text-transform: uppercase;
29 border-top-right-radius: 8px;
30 /*border-bottom: 1px solid #eee;*/
31 }
32
33 .meow-box h3 .dashicons {
34 position: relative;
35 top: 0px;
36 margin-right: 5px;
37 }
38
39 .meow-box .pro_info {
40 padding: 5px;
41 margin: 10px -10px 5px -10px;
42 font-size: 11px;
43 line-height: 13px;
44 }
45
46 .meow-box .pro_info.enabled {
47 background: #4482d2;
48 border-left: 5px solid #4482d2;
49 color: white;
50 }
51
52 .meow-box .pro_info.disabled {
53 background: #96555b;
54 border-left: 5px solid #632329;
55 color: white;
56 }
57
58 .meow-box .pro_info.disabled a {
59 background: #96555b;
60 color: red;
61 text-decoration: none;
62 }
63
64 .meow-box .inside {
65 margin: 10px;
66 }
67
68 .meow-box th {
69 padding: 10px 10px 10px 0px;
70 width: 22%;
71 }
72
73 .meow-box td {
74 padding: 10px 10px;
75 }
76
77 .meow-box p.submit {
78 text-align: right;
79 margin: 10px -10px -10px -10px;
80 padding: 7px 10px 10px 0px !important;
81 border-top: 1px solid #eee !important;
82 max-width: inherit;
83 background: rgba(125, 125, 125, 0.04);
84 border-radius: 0px;
85 }
86
87 .meow-box [type="text"], .meow-box select {
88 width: 100%;
89 }
90
91 /* CONTROLS INSIDE A COLUMN (LABEL ON THE LEFT, VALUE ON THE RIGHT) */
92 .meow-box td [type="text"], .meow-box td [type="checkbox"], .meow-box td select {
93 margin-top: -3px;
94 }
95
96 .meow-header-ad {
97 float: right;
98 }
99
100 /* BUTTONS */
101
102 .meow-button-xs {
103 font-size: 10px !important;
104 height: 20px !important;
105 line-height: 18px !important;
106 position: relative !important;
107 top: 1px !important;
108 text-align: center !important
109 }
110
111 /* MODAL */
112
113 #meow-modal-info-backdrop {
114 background: rgba(0, 0, 0, 0.75);
115 position: fixed;
116 top: 0px;
117 bottom: 0px;
118 right: 0px;
119 left: 0px;
120 z-index: 10000;
121 }
122
123 #meow-modal-info {
124 background: white;
125 box-shadow: 0px 0px 5px black;
126 padding: 15px;
127 overflow-y: scroll;
128 position: fixed;
129 z-index: 10000;
130 left: 100px;
131 right: 100px;
132 top: 50px;
133 bottom: 50px;
134 }
135
136 #meow-modal-info h3 {
137 height: 25px;
138 border-bottom: 2px solid #808080;
139 }
140
141 #meow-modal-info td {
142 text-align: center;
143 font-size: 11px;
144 border: 1px solid #D3DCFF;
145 padding: 10px 15px;
146 background: #EFF8FF;
147 }
148
149 #meow-modal-info .close {
150 float: right;
151 font-size: 18px;
152 font-weight: bold;
153 font-family: Verdana;
154 cursor: pointer;
155 }
156
157 #meow-modal-info .loading {
158 background-color: #F2F2F2;
159 text-align: center;
160 padding-top: 10px;
161 background-size: 32px 32px;
162 }
163
164 #meow-modal-info .meow-sized-image {
165 width: 19px;
166 height: 19px;
167 margin-right: 10px;
168 }
169
170 /* IMAGE SIZES RELATED INFO */
171
172 .meow-sized-images {
173 margin-top: 0px;
174 cursor: pointer;
175 }
176
177 .meow-sized-images li, #meow-modal-info .meow-sized-image {
178 display: block;
179 color: white;
180 padding: 5px 0px;
181 font-size: 10px;
182 text-align: center;
183 width: 18px;
184 height: 18px;
185 line-height: 8px;
186 background: black;
187 float: left;
188 margin-right: 1px;
189 box-sizing: border-box;
190 margin-bottom: 2px;
191 }
192
193 .meow-sized-images:after {
194 clear: both;
195 content:""; display:table;
196 }
197
198 .meow-sized-images + span {
199 position: relative;
200 top: -12px;
201 }
202
203 /* MEOW COLORS */
204
205 .meow-bk-blue {
206 background: #3C82C7 !important;
207 color: white;
208 }
209
210 .meow-bk-orange {
211 background: #f1900e !important;
212 color: white;
213 }
214
215 .meow-bk-red {
216 background: #c53a47 !important;
217 color: white;
218 }
219
220 .meow-bk-gray {
221 background: gray !important;
222 color: white;
223 }
224
225 .meow-bk-green {
226 background: #2b9463 !important;
227 color: white;
228 }
229
230 .meow-bk-black {
231 background: #3c3c3c !important;
232 color: white;
233 }
234
235 .meow-bk-purple {
236 background: #984c96 !important;
237 color: white;
238 }
239
240 /* DASHBOARD */
241
242 .meow-dashboard .meow-box li {
243 border-bottom: 1px solid #eee;
244 padding: 0px 10px 10px 10px;
245 }
246
247 .meow-dashboard .meow-box li:last-child {
248 border: none;
249 padding-bottom: 0px;
250 }
251
252 .meow-button-xs .dashicons {
253 font-size: 18px !important;
254 }
255
256 .meow-button-xs.updating-message:before {
257 margin-top: 0px !important;
258 }
259
260 .meow-button-xs.updating-message * {
261 display: none;
262 }
263
264 #phpinfo {
265 font-size: 11px;
266 }
267
268 #phpinfo .e {
269 padding: 5px;
270 background: lightgray;
271 }
272
273 #phpinfo .h th {
274 padding: 5px;
275 color: white;
276 background: gray;
277 text-align: left;
278 font-size: 14px !important;
279 }
280
281 #phpinfo h1 {
282 padding: 10px 0px;
283 font-weight: bold;
284 }
285
286 #phpinfo h2 {
287 padding: 10px 0px;
288 font-weight: bold;
289 font-size: 20px;
290 }
291
292 #error_log {
293 font-size: 12px;
294 }
295
296 /* ROWS AND COLUMNS */
297 .meow-col { display: block; float:left; margin: 1% 0 1% 1.6%; }
298 .meow-col:first-child { margin-left: 0; }
299
300 /* GROUPING */
301 .meow-row { clear: both; padding: 0px; margin: 0px; }
302 .meow-row:before,
303 .meow-row:after { content:""; display:table; }
304 .meow-row:after { clear:both; }
305 .meow-row { zoom:1; /* For IE 6/7 */ }
306
307 /* GRID OF THREE */
308 .meow-span_3_of_3 { width: 100%; }
309 .meow-span_2_of_3 { width: 66.1%; }
310 .meow-span_1_of_3 { width: 32.2%; }
311
312 /* GRID OF TWO */
313 .meow-span_2_of_2 { width: 100%; }
314 .meow-span_1_of_2 { width: 49.2%; }
315
316 @media only screen and (max-width: 480px) {
317 .meow-col { margin: 0 0 0px 0;}
318 .meow-span_3_of_3, .meow-span_2_of_3, .meow-span_1_of_3 { width: 100%; }
319 .meow-span_2_of_2, .meow-span_1_of_2 { width: 100%; }
320 .meow-header-ad { display: none !important; }
321 .meow-box [type="text"] { width: 100% !important; }
322 }
323