PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.7.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.7.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
insert-php / admin / assets / css / snippets-table.css

snippets-table.css in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.7.7, at admin/assets/css/snippets-table.css

135 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }
135