PluginProbe ʕ •ᴥ•ʔ
PiWeb Delivery & Pickup Date Time for WooCommerce / 3.0.49.61
PiWeb Delivery & Pickup Date Time for WooCommerce v3.0.49.61
3.0.63 3.0.62 3.0.61 3.0.60 3.0.49.49 3.0.49.6 3.0.49.60 3.0.49.61 3.0.49.62 3.0.49.63 3.0.49.64 3.0.49.66 3.0.49.67 3.0.49.69 3.0.49.7 3.0.49.70 3.0.49.72 3.0.49.73 3.0.49.74 3.0.49.76 3.0.49.77 3.0.49.79 3.0.49.9 3.0.49.90 3.0.49.91 3.0.49.92 3.0.49.93 3.0.49.94 3.0.49.96 3.0.49.97 3.0.49.99 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 2.9.17 3.0.47 3.0.49 3.0.49.1 3.0.49.10 3.0.49.11 3.0.49.12 3.0.49.13 3.0.49.16 3.0.49.17 3.0.49.19 3.0.49.2 3.0.49.20 3.0.49.21 3.0.49.22 3.0.49.23 3.0.49.24 3.0.49.26 3.0.49.27 3.0.49.29 3.0.49.3 3.0.49.30 3.0.49.31 3.0.49.32 3.0.49.33 3.0.49.34 3.0.49.36 3.0.49.37 3.0.49.39 3.0.49.4 3.0.49.40 3.0.49.41 3.0.49.42 3.0.49.43 3.0.49.44 3.0.49.46 3.0.49.47
pi-woocommerce-order-date-time-and-type / admin / css / style.css
pi-woocommerce-order-date-time-and-type / admin / css Last commit date
images 10 months ago bootstrap.css 10 months ago jquery-ui.css 10 months ago jquery.timepicker.min.css 10 months ago style.css 10 months ago
style.css
300 lines
1 .pisol_grid {
2 display: grid;
3 grid-template-columns: 1fr 2fr 1fr;
4 grid-gap: 20px;
5 padding: 10px;
6 }
7
8 .pisol-main-wrap-area {
9 display: flex;
10 }
11
12 .pisol-form-container {
13 width: 70%;
14 }
15
16 .pisol-msg-container {
17 width: 30%;
18 }
19
20 .pisol-msg-container .postbox {
21 margin-top: 10px;
22 margin-bottom: 10px;
23 }
24
25 .pisol-heading {
26 font-size: 14px;
27 padding: 8px 12px;
28 margin: 0;
29 line-height: 1.4;
30 }
31
32 .pisol-cover {
33 background: rgba(0, 0, 0, 0.5);
34 position: absolute;
35 top: 0;
36 left: 0;
37 width: calc(100% - 10px);
38 height: 100%;
39 display: flex;
40 align-items: center;
41 justify-content: center;
42 text-align: center;
43 color: #fff;
44 }
45
46 .pisol-cover div {
47 background: rgba(255, 255, 255, 0.6);
48 padding: 10px;
49 color: #000;
50 }
51
52 .pisol-offer {
53 background: green !important;
54 color: #fff;
55 }
56
57 .pisol-offer .pisol-heading {
58 color: #fff;
59 }
60
61 .pisol_grid small {
62 color: #bbb;
63 }
64
65 .pisol_grid textarea {
66 width: 100%;
67 }
68
69 .pi-icon {
70 text-decoration: none;
71 vertical-align: middle;
72 }
73
74 .pi-clear-value {
75 position: absolute;
76 right: 15px;
77 top: 0px;
78 }
79
80 .pi-slot-clear {
81 position: absolute;
82 right: 20px;
83 top: 50%;
84 margin-top: -10px;
85 cursor: pointer;
86 font-size: 12px;
87 }
88
89 .slot_time_picker {
90 width: 100% !important;
91 }
92
93 .ui-corner-all {
94 padding-left: 0px !important;
95 padding-right: 0px !important;
96 font-size: 12px !important;
97 }
98
99 .slot_time_picker {
100 font-size: 12px !important;
101 }
102
103 .select2-selection__choice {
104 background: var(--dark) !important;
105 opacity:0.75;
106 color: #fff;
107 border: 0px !important;
108 }
109
110 .select2-selection__choice__remove {
111 color: #fff !important;
112 }
113
114 .pi-edd-current-time-box {
115 position: fixed;
116 right: 0px;
117 bottom: 0;
118 width: 150px;
119 padding: 5px;
120 background: rgba(100, 100, 100, 0.5);
121 color: #fff;
122 }
123
124 .tab-icon{
125 width: 18px;
126 height: 18px;
127 vertical-align: middle;
128 margin-right: 8px;
129 display: inline-block;
130 }
131
132 #pi_general_time_slot_delivery_container input[type="number"],
133 #pi_general_time_slot_pickup_container input[type="number"] {
134 font-size:10px;
135 padding-left:0px;
136 padding-right:0px;
137 }
138
139 /* side menu */
140 #pisol-side-menu{
141 background: linear-gradient(135deg, #1a4562, #2f6c8c, #1a4562);
142 color:#fff;
143 padding:10px;
144 border-radius:10px;
145 display:flex;
146 flex-direction: column;
147 color:#fff;
148 gap:15px;
149 }
150
151 .pi-sticky{
152 position: sticky;
153 top: 60px;
154 }
155
156
157 #pisol-side-menu a{
158 color:#fff !important;
159 padding:0px 10px;
160 transition:all 0.3s ease;
161 letter-spacing: 1.2px;
162 font-weight:600;
163 }
164
165 #pisol-side-menu a .dashicons{
166 font-size:18px !important;
167 }
168
169 #pisol-side-menu a:hover, #pisol-side-menu a.active{
170 text-decoration: none;
171 color: #ccc !important;
172 font-weight:bold;
173 }
174
175 #pisol-side-menu a.bg-primary, #pisol-side-menu a.bg-secondary, #pisol-side-menu a.bg-warning{
176 background: transparent !important;
177 border:0 !important
178 }
179
180
181 #pi-special-button{
182 background: #fff;
183 color: var(--dark);
184 padding: 7px 15px;
185 border-radius: 20px;
186 text-decoration: none;
187 font-weight: bold;
188 display: inline-block;
189 transition: background 0.3s ease;
190 letter-spacing: 1.2px;
191 margin-right:20px;
192
193 &:hover {
194 background: #ccc;
195 }
196 }
197
198 .pisol-form-element-row small{
199 color:#1a4562;
200 opacity:0.7;
201 margin-top:10px;
202 display:block;
203 }
204
205 .pi-info-links{
206 display: inline-block;
207 margin:10px 10px 0 0;
208 }
209
210 .field-type-setting_category small, .field-type-switch_category small{
211 margin-top:10px;
212 display:block;
213 }
214
215 .field-type-setting_category .pi-info-links, .field-type-switch_category .pi-info-links{
216 color:#fff !important;
217 }
218
219 .pi-info-links:before{
220 content: "\1F517";
221 margin-right:5px;
222 }
223
224 .bootstrap-wrapper .pi-shadow{
225 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
226 position:relative;
227 background: linear-gradient(135deg, #1a4562 0%, #2c6a89 50%, #163f59 100%);
228 z-index:1;
229 }
230
231 .bootstrap-wrapper .pi-shadow li, .bootstrap-wrapper .pi-shadow h6, .bootstrap-wrapper .pi-shadow h4{
232 color:#fff !important;
233 }
234
235 .bootstrap-wrapper .pi-shadow hr{
236 border-color:#1a4562 !important;
237 }
238
239 h4.pi-bottom-banner{
240 font-size: 18px;
241 margin-bottom:15px;
242 text-align: center;
243 }
244
245 .opacity-0 {
246 opacity: 0 !important;
247 }
248
249 .opacity-25 {
250 opacity: 0.25 !important;
251 }
252
253 .opacity-50 {
254 opacity: 0.5 !important;
255 }
256
257 .opacity-75 {
258 opacity: 0.75 !important;
259 }
260
261 .opacity-100 {
262 opacity: 1 !important;
263 }
264
265 .bootstrap-wrapper .force-white-text label{
266 color:#fff !important;
267 }
268
269 .pi-step-close{
270 padding:0 !important;
271 background:transparent !important;
272 border:0px !important;
273 cursor:pointer;
274
275 & span{
276 color:var(--primary) !important;
277 }
278 }
279
280 #pi_general_time_slot_delivery_container:empty:before{
281 content:"Set general delivery time slots for all days of the week.";
282 display:flex;
283 width:100%;
284 min-height:300px;
285 align-items:center;
286 justify-content:center;
287 font-size:1rem;
288 text-align:center;
289 }
290
291 #pi_general_time_slot_pickup_container:empty:before{
292 content:"Set general pickup time slots for all days of the week.";
293 display:flex;
294 width:100%;
295 min-height:300px;
296 align-items:center;
297 justify-content:center;
298 font-size:1rem;
299 text-align:center;
300 }