PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.4.4
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.4.4
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 2.7.1 All 27 releases
insert-php / admin / assets / css / sync.less

sync.less in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.4.4, at admin/assets/css/sync.less

183 lines 2.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #winp-sync-content {
2 text-align: center;
3 background-color: #f1f2f4;
4 padding: 20px 40px;
5 border-bottom-left-radius: 6px;
6 border-bottom-right-radius: 6px;
7
8 .wbcr-inp-enable-snippet-button,
9 .wbcr-inp-import-snippet-button {
10 .dashicons {
11 margin-top: 4px;
12 }
13 }
14
15 #winp-snippet-library-table .tablenav-pages-navspan {
16 display: inline-table;
17 }
18
19 .wbcr-inp-snippet-type-label {
20 display: inline-block;
21 padding: 3px 8px 6px;
22 border-radius: 3px;
23 font-weight: bold;
24 width: 50px;
25 text-align: center;
26
27 &.wbcr-inp-type-php {
28 background: #777bb3;
29 color: #ffffff;
30 }
31
32 &.wbcr-inp-type-text {
33 background: #ffeb3b;
34 color: #655d15;
35 }
36
37 &.wbcr-inp-type-universal {
38 background: #cae8cc;
39 color: #3b6f3e;
40 }
41 }
42
43 .wp-list-table th#insert {
44 width: 12%;
45 }
46
47 #winp-sync-save-button {
48 position: relative;
49 bottom: 3px;
50 background-color: #008ec2;
51 color: white;
52 font-weight: bold;
53 text-transform: uppercase;
54 font-size: 16px;
55 margin-left: -4px;
56 border-radius: 1px;
57 //padding: 10px 50px;
58 width: 141px;
59 height: 44px;
60
61 span {
62 position: relative;
63 bottom: 2px;
64
65 img {
66 height: 21px;
67 }
68 }
69 }
70
71 #winp-sync-snippet-name {
72 padding-left: 20px;
73 width: 75%;
74 background-color: #fefefe;
75 height: 45px;
76 border: 1px solid #e9e9e9;
77 font-size: 16px;
78 }
79
80 p.winp-icon {
81 padding: 10px 0 50px 0;
82 margin-right: 30px;
83 }
84
85 p.winp-icon span {
86 font-size: 5em;
87 color: #c5ccd2;
88 }
89
90 p.winp-header-modal {
91 font-size: 28px;
92 color: #717880;
93 }
94
95 p.winp-title-modal {
96 font-size: 18px;
97 color: #b3b7ba;
98 padding: 15px 0 25px 0;
99 }
100 }
101
102 .winp-sync-buttons {
103 padding: 0 0 10px 10px;
104
105 .winp-green {
106 color: green;
107 font-size: 14px;
108 }
109 }
110
111 .winp-sync-buttons span {
112 color: #81868b;
113 }
114
115 .winp-sync-buttons .disabled span {
116 color: #b3b8bd;
117 }
118
119 #winp-snippet-sync {
120 background-color: #f6f6f6;
121 border-color: #cbcbcb;
122 color: #595e63;
123 }
124
125 .winp-sync-buttons span {
126 position: relative;
127 top: 3px;
128 }
129
130 #winp-sync-modal {
131 button.close {
132 bottom: 12px;
133 position: relative;
134 left: 5px;
135 font-size: 24px;
136 }
137
138 .modal-dialog {
139 width: 700px;
140 }
141
142 .modal-dialog-centered {
143 display: flex;
144 align-items: center;
145 min-height: calc(100% - (1.75rem * 2));
146 }
147
148 .winp-modal-error {
149 visibility: hidden;
150 color: #d81b1b;
151 display: flex;
152 font-size: 14px;
153
154 span {
155 text-align: left;
156 font-size: 14px;
157 }
158
159 span::before {
160 position: relative;
161 top: 2px;
162 padding: 0 5px;
163 }
164 }
165 }
166
167 #winp-library-buy-button {
168 background-color: #fdc018;
169 border-color: #e7b017;
170 color: white;
171 text-transform: uppercase;
172 border-radius: 1px;
173 padding: 10px 30px;
174
175 span {
176 //position: relative;
177 bottom: 13px;
178 }
179
180 span:hover {
181 color: #f3f4ef;
182 }
183 }