PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.0.3
WP Coder – Insert & Manage Code Snippets v3.0.3
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / css / admin-style.css

admin-style.css in WP Coder – Insert & Manage Code Snippets 3.0.3, at assets/css/admin-style.css

428 lines 6.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --wowp-blue: #005BBF;
3 --wowp-yellow: #FFD500;
4 }
5
6 .wowp-header-border {
7 height: 5px;
8 background: linear-gradient(to right, var(--wowp-blue), var(--wowp-yellow));
9 margin-left: -20px;
10
11 }
12 .wowp-header {
13 position: relative;
14 padding: 32px 20px;
15 margin-left: -20px;
16 background: #ffffff;
17 display: flex;
18 align-items: center;
19 gap: 1rem;
20 flex-wrap: wrap;
21 }
22
23
24 .wowp-logo {
25 display: flex;
26 align-items: center;
27 }
28
29 .wowp-logo img {
30 width: 40px;
31 }
32
33 .wowp-header h1 {
34 position: relative;
35 margin: 0 35px 0 0 ;
36 }
37
38 .wowp-version {
39 position: absolute;
40 transform: translateY(-50%) translateX(50%);
41 font-size: 12px;
42 font-weight: normal;
43 }
44
45 .wowp-links {
46 position: absolute;
47 top: 0;
48 right: 20px;
49 display: flex;
50 border-radius: 0 0 4px 4px;
51 border: 2px solid;
52 border-top: none;
53 background-color: #DFE2FC;
54 border-image: linear-gradient(to right, #14102C, #E86E2C);
55 border-image-slice: 1;
56 }
57
58 .wowp-links a {
59 text-decoration: none;
60 color: #14102C;
61 display: flex;
62 flex-direction: column;
63 font-size: 12px;
64 align-items: center;
65 padding: 5px;
66 transition: all 0.15s linear;
67 }
68
69 .wowp-links a:hover {
70 background-color: #F6C8AF;
71 }
72
73 .wowp-links .dashicons {
74 width: 15px;
75 height: 15px;
76 font-size: 15px;
77 color: #596FF9;
78 }
79
80
81 td.column-mode span {
82 margin-left: 28px;
83 }
84
85 @media screen and (max-width: 782px) {
86 td.column-mode span:first-child {
87 margin-left: 0;
88 }
89 }
90
91 .wowp-status-on,
92 .wowp-status-off {
93 display: inline-block;
94 width: 14px;
95 height: 14px;
96 border-radius: 50%;
97 }
98
99 .wowp-status-on {
100 background-color: green;
101 }
102 .wowp-status-off {
103 background-color: red;
104 }
105
106 .wowp-support {
107 padding: 1.5rem 1.25rem;
108 margin-top: 50px;
109 position: relative;
110 box-sizing: border-box;
111 background: #ffffff;
112 background-clip: padding-box;
113 border: solid 2px transparent;
114 border-radius: 4px;
115
116 }
117 .wowp-support::before {
118 content: '';
119 position: absolute;
120 top: 0; right: 0; bottom: 0; left: 0;
121 z-index: -1;
122 margin: -2px;
123 border-radius: inherit;
124 background: linear-gradient(to bottom, var(--wowp-blue), var(--wowp-yellow));
125 }
126
127 .wowp-form-support {
128 display: flex;
129 flex-wrap: wrap;
130 gap: 1.5rem;
131 margin-top: 1rem;
132 padding: 1.25rem;
133 }
134
135 .wowp-form-support .wowp-field {
136 width: calc(50% - 0.75rem);
137 }
138
139 .wowp-form-support .wowp-field:nth-last-of-type(2) {
140 width: 100%;
141 }
142
143 .wowp-form-support .wowp-field:nth-last-of-type(1) {
144 width: 100%;
145 text-align: center;
146 }
147
148 .wowp-form-support .wowp-field label {
149 font-weight: 600;
150 display: flex;
151 flex-direction: column;
152 gap: 5px;
153
154 }
155
156 .wowp-form-support input:not(.button),
157 .wowp-form-support select {
158 width: 100%;
159 max-width: 100%;
160 height: 2.5rem;
161 font-weight: normal;
162 }
163
164 .wowp-form-support #submit {
165 font-size: 16px;
166 height: 2.5rem;
167 }
168
169 .wowp-notice {
170 padding: 0.75rem 1.25rem;
171 }
172
173 .wowp-error {
174 background: #FAD0D0;
175 color: #14102C;
176 border-left: 6px solid #E82C2C;
177 }
178
179 .wowp-success {
180 padding: 1.25rem;
181 background: #D0FAD0;
182 color: #14102C;
183 border-left: 6px solid #109610;
184 }
185
186 .row-actions .duplicate a{
187 color: green;
188 }
189 .row-actions .export a {
190 color: orange;
191 }
192
193 .wowp-file input::file-selector-button {
194 color: #14102C;
195 padding: 0.5em;
196 border: thin solid #F7CC5F;
197 border-radius: 4px;
198 }
199
200 .wowp-file input[type="file"]:valid {
201 color: #E86E2C;
202 }
203
204 /* Settings tabs */
205
206 .nav-tab-wrapper.wowp-tab {
207 cursor: pointer;
208 }
209
210 .wowp-tab-content .tab-content {
211 display: none;
212 }
213 .wowp-tab-content .tab-content.tab-content-active {
214 display: block;
215 }
216
217 /*Settins postbox conteiner*/
218
219 .wowp-settings-wrapper {
220 display: flex;
221 flex-direction: column
222 }
223
224 .wowp-nav-tab-wrapper .nav-tab-active{
225 color: var(--wowp-blue);
226 }
227
228 .wowp-tab .nav-tab-active {
229 background-color: #ffffff;
230 border-bottom: 1px solid #ffffff;
231
232 }
233
234 .wowp-tab-content {
235 padding: 1.5rem 1.25rem;
236 background-color: #ffffff;
237 /*border: 1px solid #c3c4c7;*/
238 /*border-top: none;*/
239 border-width: 1px;
240 border-style: solid;
241 border-image: linear-gradient( to bottom, var(--wowp-blue), var(--wowp-yellow) ) 1 100%;
242 }
243
244 .wowp-tab-content h4 {
245 display: flex;
246 width: max-content;
247 gap: 8px;
248 align-items: center;
249 margin: 0 0 1.5rem 0;
250 font-weight: 800;
251 box-sizing: border-box;
252 color: var(--wowp-blue);
253 font-family: "Marlin Soft Extra Black", sans-serif;
254 font-size: 18px;
255 letter-spacing: -1.08px;
256 line-height: 18px;
257 text-align: left;
258 -webkit-font-smoothing: antialiased;
259 background-color: #EEF3EB;
260 padding: 4px 8px;
261 border-radius: 25px;
262 }
263
264 .wowp-settings .submitbox {
265 display: flex;
266 flex-direction: column;
267 gap: 15px;
268 }
269
270
271 .wowp-settings .major-publishing-actions {
272 margin: 0 -12px -12px -12px;
273 padding: 12px 24px;
274 background-color: #f7f7f7;
275
276 }
277 .wowp-settings .misc-pub-section:not(:last-child) {
278 margin-bottom: 5px;
279 }
280
281 .wowp-settings h4 .wowp-icon {
282 width: 14px;
283 height: 14px;
284 color: #E86E2C;
285 }
286
287 .wowp-settings fieldset:not(:first-child) {
288 margin-top: 1.5rem;
289 }
290
291 .wowp-tab-content .wowp-fieldset {
292 display: flex;
293 flex-direction: column;
294 gap: 1rem;
295 padding: 1.25rem;
296 border: 1px solid #cccccc;
297 font-size: 13px;
298
299
300 }
301
302 .wowp-fieldset .wowp-fieldset {
303 padding: 0;
304 border: none;
305 }
306
307 .wowp-settings legend {
308 color: #14102C;
309 font-weight: bold;
310 padding-inline: 14px;
311 }
312
313
314 /*Fields*/
315
316
317 .wowp-settings .button.delete{
318 background-color: #f14668;
319 border-color: transparent;
320 color: #fff;
321 }
322 .wowp-settings .button.delete:hover {
323 background-color: #f03a5f;
324 }
325
326
327 .wowp-fields {
328 display: grid;
329 gap: 12px;
330 grid-template-columns: repeat(auto-fill, 250px);
331 }
332
333 .wowp-field {
334 display: flex;
335 flex-direction: column;
336 gap: 8px
337 }
338
339 .wowp-field.is-inline {
340 display: flex;
341 align-items: center;
342 gap: 12px;
343 flex-direction: row;
344 }
345
346
347 .wowp-field label {
348 font-weight: 600;
349 }
350
351 .wowp-field.has-addon {
352 display: flex;
353 align-items: center;
354 flex-direction: row;
355
356 }
357 .wowp-field.has-addon select,
358 .wowp-field.has-addon input{
359 border-radius: 0 4px 4px 0;
360 border-left: none;
361 }
362
363
364 .wowp-field.has-addon label {
365 min-height: 30px;
366 border-radius: 4px 0 0 4px;
367 border: 1px solid #8c8f94;
368 border-right: none;
369 display: flex;
370 align-items: center;
371 padding: 0 8px;
372 margin-right: -9px;
373 box-sizing: border-box;
374 background-color: #EEF3EB;
375 }
376
377 .wowp-field.has-label{
378 position: relative;
379 }
380
381 .wowp-field.has-label input:not([type="checkbox"], [type="radio"]),
382 .wowp-field.has-label select {
383 height: 40px;
384 border-color: var(--wowp-blue);
385 }
386
387 .wowp-field.has-label label {
388 position: absolute;
389 top: 0;
390 left: 10px;
391 transform: translateY(-50%);
392 /*font-weight: normal;*/
393 font-size: 10px;
394 background-color: #ffffff;
395 padding: 0 5px;
396 color: var(--wowp-blue);
397 }
398
399
400
401 .wowp-field input[type="checkbox"]{
402 margin: 0;
403 }
404
405 .wowp-field textarea {
406 width: 100%;
407 height: 250px;
408 }
409
410 .wowp-field select,
411 .wowp-field input[type="text"],
412 .wowp-field input[type="number"],
413 .wowp-field input[type="url"] {
414 min-width: 200px;
415 }
416
417 .CodeMirror {
418 border: 1px solid #cccccc;
419 font-size: 13px;
420 }
421
422 /*Icons*/
423 .wowp-icon {
424 width: 32px;
425 height: 32px;
426 display: inline-block;
427 fill: currentColor;
428 }