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

113 lines 2.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
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 */