PluginProbe ʕ •ᴥ•ʔ
External Links – nofollow, noopener & new window / 2.63
External Links – nofollow, noopener & new window v2.63
2.66 0.31 0.32 0.33 0.34 0.35 1.01 1.02 1.03 1.10 1.20 1.21 1.30 1.31 1.40 1.41 1.50 1.51 1.52 1.53 1.54 1.55 1.56 1.60 1.61 1.62 1.70 1.80 1.81 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 2.3 2.32 2.35 2.40 2.42 2.43 2.45 2.46 2.47 2.48 2.50 2.51 2.55 2.56 2.57 2.58 2.59 2.60 2.61 2.62 2.63 2.64 2.65 trunk 0.10 0.11 0.12 0.20 0.21 0.30
wp-external-links / public / css / wpel-admin.css
wp-external-links / public / css Last commit date
font 3 years ago font-awesome.min.css 3 years ago jquery-ui.css 3 years ago poppins.css 3 years ago wpel-admin.css 3 years ago wpel.css 3 years ago
wpel-admin.css
587 lines
1 /**
2 * WP External Links Plugin
3 * Admin Style
4 */
5 .toplevel_page_wpel-settings-page #wpcontent {
6 font-family: 'Poppins', sans-serif;
7 font-weight: 400;
8 color: #1d2328;
9 margin-bottom: 30px;
10 }
11
12 .toplevel_page_wpel-settings-page .wrap {
13 margin: 0px;
14 padding: 0px;
15 }
16
17 p {
18 font-size: 14px;
19 }
20
21 .wpel-body-wrap {
22 background-color: #fff;
23 padding: 40px 60px;
24 max-width: 1200px;
25 width: 100%;
26 margin: 0 20px;
27 box-sizing: border-box;
28 float: left;
29 }
30
31 .wpel-container-right {
32 max-width: calc(35% - 40px);
33 float: left;
34 }
35
36 .sidebar-box {
37 box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
38 background: white;
39 padding: 15px;
40 font-size: 14px;
41 line-height: 1.5;
42 max-width: 450px;
43 }
44
45 .sidebar-box.pro-ad-box {
46 border: 2px solid #1775a7;
47 }
48
49 a.button.button-buy {
50 padding: 11px 40px;
51 color: white;
52 background: #1775a7;
53 font-weight: 600;
54 border: none;
55 line-height: 1.5;
56 height: auto;
57 margin-bottom: 10px;
58 }
59
60 a.button.button-buy:hover,
61 a.button.button-buy:active,
62 a.button.button-buy:focus {
63 box-shadow: 0px 0px 10px 0px rgb(50 138 210 / 52%);
64 background: #1775a7;
65 color: white;
66 border: none;
67 }
68
69 .text-center {
70 text-align: center;
71 }
72
73 .plain-list {
74 margin-top: 5px;
75 list-style-type: circle;
76 list-style-position: inside;
77 }
78
79 .plain-list li {
80 text-indent: -18px;
81 padding-left: 23px;
82 line-height: 23px;
83 margin: 0;
84 }
85
86 .pro-ad-box p b {
87 border-bottom: 3px solid #1775a7;
88 }
89
90 .pro-ad-box img {
91 max-height: 50px;
92 padding: 0 0 10px 0;
93 }
94
95 .toplevel_page_wpel-settings-page #wpcontent {
96 margin-left: 140px;
97 }
98
99 .toplevel_page_wpel-settings-page #wpfooter {
100 background: #fff;
101 padding: 24px 20px;
102 line-height: 20px;
103 font-weight: 400;
104 }
105
106 .wpel-body-wrap form h2 {
107 display: none;
108 }
109
110 #wpfooter a {
111 text-decoration: none;
112 }
113
114 #wpfooter span {
115 color: #ffb900;
116 }
117
118 .nav-tab .dashicons {
119 color: #1775a7;
120 font-size: 18px;
121 margin-right: 4px;
122 line-height: 24px;
123 }
124
125 .toplevel_page_wpel-settings-page .wrap .wpel-logo-wrapper {
126 background: #fff;
127 padding: 18px 20px 14px;
128 line-height: 20px;
129 margin-bottom: 10px;
130 }
131
132 .toplevel_page_wpel-settings-page #footer-thankyou {
133 font-style: normal;
134 }
135
136 .toplevel_page_wpel-settings-page .wrap h1.wpel-logo {
137 width: 100%;
138 max-width: 1200px;
139 margin: 0 auto;
140 padding: 0;
141 line-height: 20px;
142 }
143
144 .wpel-no-label,
145 .wpel-no-label th,
146 .wpel-no-label td {
147 padding-top: 0;
148 }
149 .wpel-no-label th:after {
150 content: '\00a0';
151 }
152
153 .wpel-hidden {
154 display: none;
155 }
156
157 .toplevel_page_wpel-settings-page table.dataTable thead th,
158 .toplevel_page_wpel-settings-page table.dataTable thead td {
159 padding: 10px 8px;
160 }
161 /**
162 * Tabs
163 */
164
165 .wpel-settings-page .nav-tab i,
166 .wpel-network-page .nav-tab i {
167 margin-right: 5px;
168 }
169
170 .wpel-settings-page .nav-tab-pro,
171 .wpel-network-page .nav-tab-pro {
172 background-color: #1775a7;
173 color: #fff;
174 }
175
176 .wpel-settings-page .nav-tab-pro:hover,
177 .wpel-network-page .nav-tab-pro:hover {
178 background-color: #1775a7;
179 color: #fff;
180 }
181
182 .wpel-settings-page form,
183 .wpel-network-page form {
184 position: relative;
185 }
186
187 .js-wpel-apply-child td {
188 padding-left: 30px;
189 }
190
191 .wpel-icon-type-image-column {
192 min-width: 10em;
193 float: left;
194 }
195 .wpel-icon-type-image-column:after {
196 clear: both;
197 }
198
199 ::-webkit-input-placeholder {
200 color: #ccc;
201 font-style: italic;
202 }
203 :-moz-placeholder {
204 /* Firefox 18- */
205 color: #ccc;
206 font-style: italic;
207 }
208 ::-moz-placeholder {
209 /* Firefox 19+ */
210 color: #ccc;
211 font-style: italic;
212 }
213 :-ms-input-placeholder {
214 color: #ccc;
215 font-style: italic;
216 }
217
218 .nav-tab,
219 .nav-tab:focus,
220 .nav-tab-active,
221 .nav-tab-active:focus,
222 .nav-tab-active:focus:active {
223 background: none;
224 border: none;
225 color: #1d2328;
226 margin-right: 0;
227 margin-left: 0;
228 margin-bottom: -3px;
229 border-bottom: 3px solid #eef3f5;
230 font-weight: 400;
231 padding: 10px 15px;
232 outline: none;
233 box-shadow: none;
234 font-weight: 500;
235 }
236
237 .nav-tab-active,
238 .nav-tab-active:hover,
239 .nav-tab:hover {
240 color: #1775a7;
241 border-bottom: 3px solid #1775a7;
242 background: none;
243 margin-right: 0;
244 margin-left: 0;
245 }
246
247 .nav-tab-wrapper,
248 .wrap h2.nav-tab-wrapper,
249 h1.nav-tab-wrapper {
250 border-bottom: 3px solid #eef3f5;
251 margin-bottom: 30px;
252 }
253
254 .wpel-body-wrap h2 {
255 font-size: 32px;
256 font-weight: 400;
257 }
258
259 /**
260 * Background Icon
261 */
262
263 .wpel-settings-page form:before,
264 .wpel-network-page form:before {
265 font-family: FontAwesome;
266 opacity: 0.2;
267 color: #aaa;
268 font-size: 200pt;
269 position: absolute;
270 top: 140px;
271 right: 40px;
272 z-index: -1;
273 }
274
275 .wrap h2.nav-tab-wrapper {
276 padding-top: 20px;
277 }
278
279 #rating-notice,
280 .notice {
281 display: block;
282 width: 1200px;
283 margin: 10px 20px !important;
284 box-sizing: border-box;
285 border-right: none;
286 border-top: none;
287 border-bottom: none;
288 }
289
290 #rating-notice {
291 padding: 15px;
292 }
293
294 .wpel-logo {
295 width: 100%;
296 }
297
298 .toplevel_page_wpel-settings-page .checkbox-container,
299 .toplevel_page_wpel-settings-page .radio-container {
300 display: inline-block;
301 position: relative;
302 padding-left: 15px;
303 margin-bottom: 12px;
304 cursor: pointer;
305 font-size: 22px;
306 -webkit-user-select: none;
307 -moz-user-select: none;
308 -ms-user-select: none;
309 user-select: none;
310 width: 20px;
311 height: 16px;
312 vertical-align: middle;
313 }
314
315 .toplevel_page_wpel-settings-page .checkbox-container input,
316 .toplevel_page_wpel-settings-page .radio-container input {
317 position: absolute;
318 opacity: 0;
319 cursor: pointer;
320 height: 0;
321 width: 0;
322 }
323
324 .toplevel_page_wpel-settings-page .checkmark {
325 position: absolute;
326 top: 0;
327 left: 0;
328 height: 25px;
329 width: 25px;
330 background-color: #eef3f5;
331 }
332
333 .toplevel_page_wpel-settings-page .checkbox-container:hover input ~ .checkmark,
334 .toplevel_page_wpel-settings-page .radio-container:hover input ~ .radio {
335 background-color: #ccc;
336 }
337
338 .toplevel_page_wpel-settings-page .checkbox-container input:checked ~ .checkmark,
339 .toplevel_page_wpel-settings-page .radio-container input:checked ~ .radio {
340 background-color: #1775a7;
341 }
342
343 .toplevel_page_wpel-settings-page .checkmark:after,
344 .toplevel_page_wpel-settings-page .radio:after {
345 content: '';
346 position: absolute;
347 display: none;
348 }
349
350 .toplevel_page_wpel-settings-page .checkbox-container input:checked ~ .checkmark:after,
351 .toplevel_page_wpel-settings-page .radio-container input:checked ~ .radio:after {
352 display: block;
353 }
354
355 .toplevel_page_wpel-settings-page .checkbox-container .checkmark:after {
356 left: 9px;
357 top: 6px;
358 width: 4px;
359 height: 8px;
360 border: solid white;
361 border-width: 0 2px 2px 0;
362 -webkit-transform: rotate(45deg);
363 -ms-transform: rotate(45deg);
364 transform: rotate(45deg);
365 }
366
367 .toplevel_page_wpel-settings-page .radio {
368 position: absolute;
369 top: 0;
370 left: 0;
371 height: 25px;
372 width: 25px;
373 background-color: #eee;
374 border-radius: 50%;
375 }
376
377 .toplevel_page_wpel-settings-page .radio-container .radio:after {
378 top: 9px;
379 left: 9px;
380 width: 8px;
381 height: 8px;
382 border-radius: 50%;
383 background: white;
384 }
385
386 .toplevel_page_wpel-settings-page input[type='text'],
387 .toplevel_page_wpel-settings-page select {
388 background-color: #eef3f5;
389 padding: 10px;
390 border: none;
391 width: 100%;
392 max-width: 400px;
393 }
394
395 .toplevel_page_wpel-settings-page textarea {
396 background-color: #eef3f5;
397 padding: 10px;
398 border: none;
399 width: 100%;
400 }
401
402 .wp-core-ui .button-primary {
403 background: #1775a7;
404 border-color: #1775a7;
405 color: #fff;
406 text-decoration: none;
407 text-shadow: none;
408 padding: 6px 40px;
409 font-size: 12px;
410 font-weight: 300;
411 }
412
413 code,
414 kbd {
415 background-color: #eef3f5;
416 }
417
418 #wpel-external-link-settings-icon_dashicon,
419 #wpel-external-link-settings-icon_fontawesome,
420 #wpel-internal-link-settings-icon_dashicon,
421 #wpel-internal-link-settings-icon_fontawesome {
422 font-size: 20px;
423 width: 80px;
424 padding: 4px 10px;
425 color: #1d2327;
426 }
427
428 .notice-box-error {
429 max-width: 700px;
430 padding: 10px 10px 10px 20px;
431 border: thin solid red;
432 border-left-width: 5px;
433 margin-bottom: 30px;
434 font-size: 14px;
435 line-height: 1.5;
436 }
437
438 .notice-box-info {
439 padding: 10px 10px 10px 20px;
440 border: thin solid #1775a7;
441 border-left-width: 5px;
442 margin-bottom: 30px;
443 font-size: 14px;
444 line-height: 1.5;
445 }
446
447 .notice-box-error p,
448 .notice-box-info p {
449 font-size: 14px;
450 }
451
452 /* pro dialog */
453 .ui-dialog-titlebar {
454 display: none;
455 }
456
457 .wpel-pro-dialog .logo img {
458 max-height: 55px;
459 }
460
461 .wpel-pro-dialog .logo {
462 text-align: center;
463 background: #f8f8f8;
464 margin: -16px -16px 0 -16px;
465 padding: 15px;
466 }
467
468 .wpel-pro-dialog .footer {
469 text-align: center;
470 background: #f8f8f8;
471 margin: 0 -16px -16px -16px;
472 padding: 15px;
473 }
474
475 .wpel-pro-dialog .logo span {
476 display: block;
477 font-size: 18px;
478 margin: 10px;
479 }
480
481 .wpel-pro-dialog .logo span b {
482 border-bottom: 3px solid #1775a7;
483 }
484
485 #wpel-pro-table {
486 width: 100%;
487 margin: 10px auto 10px auto;
488 border-collapse: collapse;
489 }
490
491 #wpel-pro-table td {
492 padding: 4px 10px 4px 34px;
493 border: none;
494 font-size: 14px;
495 }
496
497 #wpel-pro-table tr:last-child td {
498 text-align: center;
499 }
500
501 #wpel-pro-table td:nth-child(2) {
502 background-color: rgb(23 117 167 / 8%);
503 }
504
505 #wpel-pro-table .dashicons-yes {
506 color: #1775a7;
507 }
508
509 #wpel-pro-table .dashicons {
510 padding-right: 8px;
511 margin-left: -27px;
512 }
513
514 .center {
515 text-align: center;
516 }
517
518 .prices del {
519 color: #00000099;
520 }
521
522 .prices span {
523 font-weight: 700;
524 font-size: 40px;
525 color: #1775a7;
526 line-height: 1;
527 display: inline-block;
528 padding-bottom: 15px;
529 }
530
531 #wpel-pro-table tr:first-child td {
532 color: #000;
533 font-size: 18px;
534 font-weight: 800 !important;
535 padding: 10px 0;
536 text-align: center;
537 }
538
539 .pro-ad-box p b {
540 border-bottom: 3px solid #1775a7;
541 }
542
543 .pro-ad-box img {
544 max-height: 50px;
545 padding: 0 0 10px 0;
546 }
547
548 #wpel-pro-table tr:last-child td {
549 padding: 20px 0 20px 0;
550 vertical-align: top;
551 }
552
553 #wpel-pro-table tr:last-child td span {
554 display: block;
555 padding: 0 0 5px 0;
556 }
557
558 #wpel-features {
559 width: 100%;
560 padding: 20px 0 0 0;
561 }
562
563 #wpel-features td {
564 padding: 10px 20px;
565 }
566
567 .wp-dialog.ui-widget-content {
568 background: #fff !important;
569 }
570
571 #wpel-pro-dialog {
572 overflow: hidden;
573 }
574
575 .pro-feature {
576 vertical-align: super;
577 color: #1775a7;
578 font-weight: 600;
579 font-size: 12px;
580 margin-left: 4px;
581 font-style: italic;
582 }
583
584 .wpel-field-number {
585 width: 80px;
586 }
587