PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.4.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.4.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
← All changes | admin/assets/css/snippets-table.css +113 -134 trunk2.4.7 View file →
@@ -1,134 +1,113 @@
1 -#winp-snippet-library .wbcr-inp-enable-snippet-button .dashicons,
2 -#winp-snippet-library .wbcr-inp-delete-snippet-button .dashicons {
3 - margin-top: 4px;
4 -}
5 -#winp-snippet-library .wbcr-inp-snippet-type-label {
6 - display: inline-block;
7 - padding: 3px 8px 6px;
8 - border-radius: 3px;
9 - font-weight: bold;
10 - text-align: center;
11 -}
12 -#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-PHP {
13 - background: #777bb3;
14 - color: #ffffff;
15 -}
16 -#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-Text {
17 - background: #4CAF50;
18 - color: #fffffd;
19 -}
20 -#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-Universal {
21 - background: #607D8B;
22 - color: #ffffff;
23 -}
24 -#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-CSS {
25 - background: #1572b6;
26 - color: #ffffff;
27 -}
28 -#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-JS {
29 - background: #f7df1e;
30 - color: #655b0e;
31 -}
32 -#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-HTML {
33 - background: #e44d26;
34 - color: #fffffd;
35 -}
36 -#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-Advert {
37 - background: #26aa5d;
38 - color: #fffffd;
39 -}
40 -.winp-snippet-library .winp-upsell-container {
41 - max-width: 640px;
42 - margin: 60px auto;
43 - padding: 0 20px;
44 -}
45 -.winp-snippet-library .winp-upsell-card {
46 - background: #fff;
47 - border: 1px solid #e5e7eb;
48 - border-radius: 12px;
49 - padding: 40px;
50 - text-align: center;
51 - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
52 -}
53 -.winp-snippet-library .winp-upsell-icon {
54 - width: 64px;
55 - height: 64px;
56 - background: #6366f1;
57 - border-radius: 12px;
58 - display: inline-flex;
59 - align-items: center;
60 - justify-content: center;
61 - margin-bottom: 24px;
62 -}
63 -.winp-snippet-library .winp-upsell-icon .dashicons {
64 - font-size: 32px;
65 - width: 32px;
66 - height: 32px;
67 - color: #fff;
68 -}
69 -.winp-snippet-library .winp-upsell-title {
70 - font-size: 24px;
71 - font-weight: 600;
72 - margin: 0 0 8px 0;
73 - color: #111827;
74 -}
75 -.winp-snippet-library .winp-upsell-badge {
76 - font-size: 14px;
77 - color: #9ca3af;
78 - margin: 0 0 20px 0;
79 - font-weight: 500;
80 -}
81 -.winp-snippet-library .winp-upsell-description {
82 - font-size: 16px;
83 - color: #6b7280;
84 - line-height: 1.6;
85 - margin: 0 0 32px 0;
86 -}
87 -.winp-snippet-library .winp-upsell-button {
88 - background: #6366f1 !important;
89 - border-color: #6366f1 !important;
90 - color: #fff !important;
91 - padding: 14px 40px !important;
92 - font-size: 18px !important;
93 - font-weight: 600;
94 - text-decoration: none;
95 - display: inline-block;
96 - border-radius: 6px;
97 - box-shadow: none !important;
98 - text-shadow: none !important;
99 - height: auto !important;
100 - line-height: normal !important;
101 -}
102 -.winp-snippet-library .winp-upsell-button:hover,
103 -.winp-snippet-library .winp-upsell-button:focus {
104 - background: #5558e3 !important;
105 - border-color: #5558e3 !important;
106 - color: #fff !important;
107 -}
108 -.winp-snippet-library table.snippets .column-type {
109 - width: 120px;
110 -}
111 -.winp-snippet-library table.snippets .column-preview {
112 - width: 130px;
113 -}
114 -.winp-snippet-library table.snippets .column-datetime {
115 - width: 130px;
116 -}
117 -.winp-snippet-library table.snippets .column-insert,
118 -.winp-snippet-library table.snippets .column-delete {
119 - width: 100px;
120 -}
121 -#winp-library-buy-button {
122 - background-color: #fdc018;
123 - border-color: #e7b017;
124 - color: white;
125 - text-transform: uppercase;
126 - border-radius: 1px;
127 - padding: 10px 30px;
128 -}
129 -#winp-library-buy-button span {
130 - bottom: 13px;
131 -}
132 -#winp-library-buy-button span:hover {
133 - color: #f3f4ef;
134 -}
1 +#winp-snippet-library .wbcr-inp-enable-snippet-button .dashicons,
2 +#winp-snippet-library .wbcr-inp-delete-snippet-button .dashicons {
3 + margin-top: 4px;
4 +}
5 +
6 +#winp-snippet-library .wbcr-inp-snippet-type-label {
7 + display: inline-block;
8 + padding: 3px 8px 6px;
9 + border-radius: 3px;
10 + font-weight: bold;
11 + width: 30px;
12 + text-align: center;
13 +}
14 +
15 +#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-php {
16 + background: #777bb3;
17 + color: #ffffff;
18 +}
19 +
20 +#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-text {
21 + background: #4CAF50;
22 + color: #fffffd;
23 +}
24 +
25 +#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-universal {
26 + background: #607D8B;
27 + color: #ffffff;
28 +}
29 +
30 +#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-css {
31 + background: #1572b6;
32 + color: #ffffff;
33 +}
34 +
35 +#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-js {
36 + background: #f7df1e;
37 + color: #655b0e;
38 +}
39 +
40 +#winp-snippet-library .wbcr-inp-snippet-type-label.wbcr-inp-type-html {
41 + background: #e44d26;
42 + color: #fffffd;
43 +}
44 +
45 +.winp-snippet-library {
46 + /*.wbcr-inp-snippet-description {
47 + width: 90%;
48 + white-space: nowrap;
49 + overflow: hidden;
50 + text-overflow: ellipsis;
51 + }*/
52 +}
53 +
54 +.winp-snippet-library p.winp-icon {
55 + padding: 10px 0 50px 0;
56 + margin-right: 30px;
57 +}
58 +
59 +.winp-snippet-library p.winp-icon span {
60 + font-size: 5em;
61 + color: #c5ccd2;
62 +}
63 +
64 +.winp-snippet-library p.winp-header-modal {
65 + font-size: 28px;
66 + color: #717880;
67 +}
68 +
69 +.winp-snippet-library p.winp-title-modal {
70 + font-size: 14px;
71 + color: #b3b7ba;
72 + padding-bottom: 20px;
73 +}
74 +
75 +.winp-snippet-library .winp-more-padding {
76 + padding-top: 100px;
77 +}
78 +
79 +.winp-snippet-library table.snippets .column-type {
80 + width: 80px;
81 +}
82 +
83 +.winp-snippet-library table.snippets .column-preview {
84 + width: 130px;
85 +}
86 +
87 +.winp-snippet-library table.snippets .column-datetime {
88 + width: 130px;
89 +}
90 +
91 +.winp-snippet-library table.snippets .column-insert,
92 +.winp-snippet-library table.snippets .column-delete {
93 + width: 100px;
94 +}
95 +
96 +#winp-library-buy-button {
97 + background-color: #fdc018;
98 + border-color: #e7b017;
99 + color: white;
100 + text-transform: uppercase;
101 + border-radius: 1px;
102 + padding: 10px 30px;
103 +}
104 +
105 +#winp-library-buy-button span {
106 + bottom: 13px;
107 +}
108 +
109 +#winp-library-buy-button span:hover {
110 + color: #f3f4ef;
111 +}
112 +
113 +/*# sourceMappingURL=snippets-table.css.map */