PluginProbe
Booking Calendar / 11.1
Booking Calendar v11.1
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / includes / page-setup / _out / setup_page.css

setup_page.css in Booking Calendar 11.1, at includes/page-setup/_out/setup_page.css

314 lines 8.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpbc_top_tabs_sub_menu {
2 display: none
3 }
4 .wpbc_header_news {
5 display: none!important
6 }
7 .wpbc_calendar_loading {
8 width: 95%;
9 text-align: center;
10 margin: 2em 0;
11 font-size: 1.2em;
12 font-weight: 600
13 }
14 .wpbc_calendar_loading .wpbc_icn_autorenew::before {
15 font-size: 1.2em
16 }
17 .wpbc_ajx_page__container {
18 display: -ms-flexbox;
19 display: flex;
20 -ms-flex-flow: row wrap;
21 flex-flow: row wrap;
22 -ms-flex-pack: start;
23 justify-content: flex-start;
24 -ms-flex-align: start;
25 align-items: flex-start;
26 margin: 5px 0 0
27 }
28 .wpbc_ajx_page__container .wpbc_ajx_page__section_left {
29 -ms-flex: 0 1 200px;
30 flex: 0 1 200px;
31 display: -ms-flexbox;
32 display: flex;
33 -ms-flex-flow: row wrap;
34 flex-flow: row wrap;
35 -ms-flex-pack: start;
36 justify-content: flex-start;
37 -ms-flex-align: start;
38 align-items: flex-start;
39 margin: 0 30px 10px 0
40 }
41 .wpbc_ajx_page__container .wpbc_ajx_page__section_main {
42 -ms-flex: 1 1 50%;
43 flex: 1 1 50%;
44 display: -ms-flexbox;
45 display: flex;
46 -ms-flex-flow: row wrap;
47 flex-flow: row wrap;
48 -ms-flex-pack: start;
49 justify-content: flex-start;
50 -ms-flex-align: start;
51 align-items: flex-start;
52 margin: 0 0 10px
53 }
54 .wpbc_ajx_page__container .wpbc_ajx_page__section_right {
55 -ms-flex: 0 0 280px;
56 flex: 0 0 280px;
57 display: -ms-flexbox;
58 display: flex;
59 -ms-flex-flow: column wrap;
60 flex-flow: column wrap;
61 -ms-flex-pack: start;
62 justify-content: flex-start;
63 -ms-flex-align: end;
64 align-items: flex-end;
65 margin: 0 0 10px 30px
66 }
67 .wpbc_ajx_page__container .wpbc_ajx_page__section_footer {
68 -ms-flex: 1 1 100%;
69 flex: 1 1 100%;
70 display: -ms-flexbox;
71 display: flex;
72 -ms-flex-flow: row wrap;
73 flex-flow: row wrap;
74 -ms-flex-pack: start;
75 justify-content: flex-start;
76 -ms-flex-align: start;
77 align-items: flex-start;
78 margin: 10px 0
79 }
80 @media screen and (max-width:960px) {
81 .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_left {
82 -ms-flex: 1 1 100%;
83 flex: 1 1 100%;
84 margin: 20px 0;
85 -ms-flex-order: 3;
86 order: 3
87 }
88 }
89 @media (max-width:782px) {
90 .wpbc_ajx_page__container .wpbc_ajx_page__section {
91 -ms-flex: 1 1 100%;
92 flex: 1 1 100%;
93 margin: 0 0 20px
94 }
95 .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_right {
96 -ms-flex-order: 1;
97 order: 1
98 }
99 .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_main {
100 -ms-flex-order: 2;
101 order: 2
102 }
103 .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_left {
104 -ms-flex-order: 3;
105 order: 3
106 }
107 .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_footer {
108 -ms-flex-order: 99;
109 order: 99
110 }
111 }
112 .wpbc__container_place__footer_buttons,
113 .wpbc_page_main_section.wpbc_container_booking_form {
114 display: -ms-flexbox;
115 display: flex;
116 -ms-flex-flow: row wrap;
117 flex-flow: row wrap;
118 -ms-flex-pack: center;
119 justify-content: center;
120 -ms-flex-align: start;
121 align-items: flex-start;
122 -ms-flex: 0 1 85%;
123 flex: 0 1 85%;
124 margin: -15px auto 0;
125 font-size: 15px;
126 line-height: 175%
127 }
128 .wpbc__container_place__footer_buttons {
129 margin-top: 10px
130 }
131 .wpbc__container_place__footer_buttons .wpbc__form__div {
132 width: 100%
133 }
134 .wpbc_setup_wizard_page__section_footer .wpbc_container .wpbc_button_light,
135 .wpbc_setup_wizard_page__section_footer .wpbc_container.wpbc_container_booking_form .wpbc_button_light {
136 padding: 0 1em;
137 line-height: 2.21;
138 -ms-flex-align: first baseline;
139 align-items: first baseline
140 }
141 .wpbc_setup_wizard_page__section_footer .wpbc_container .wpbc_button_light .wpbc_spin {
142 line-height: 50%;
143 -ms-flex-item-align: center;
144 align-self: center
145 }
146 @media screen and (max-width:782px) {
147 .wpbc__container_place__footer_buttons.wpbc_container.wpbc_container_booking_form {
148 -ms-flex: 1 1 100%;
149 flex: 1 1 100%
150 }
151 }
152 .wpbc_exit_link_small {
153 width: 100%;
154 display: -ms-flexbox;
155 display: flex;
156 -ms-flex-flow: column wrap;
157 flex-flow: column wrap;
158 -ms-flex-pack: center;
159 justify-content: center;
160 -ms-flex-align: center;
161 align-items: center
162 }
163 .wpbc_exit_link_small a {
164 font-size: 14px;
165 color: #888;
166 text-decoration: underline
167 }
168 .wpbc_exit_link_small a:active,
169 .wpbc_exit_link_small a:hover {
170 color: #555;
171 text-decoration: underline
172 }
173 .wpbc_exit_link_small a.wpbc_button_danger {
174 color: #c18e8e
175 }
176 .wpbc_exit_link_small a.wpbc_button_danger:active,
177 .wpbc_exit_link_small a.wpbc_button_danger:hover {
178 color: #e65d59
179 }
180 .wpbc_swp_section h1.wpbc_swp_section_header {
181 font-weight: 600;
182 font-size: 26px;
183 margin-bottom: 0;
184 width: 100%
185 }
186 .wpbc_swp_section p.wpbc_swp_section_header_description {
187 font-size: 12px;
188 margin-top: 0
189 }
190 .wpbc_swp_section__welcome h1.wpbc_swp_section_header {
191 text-align: center;
192 margin: 0 auto 10px
193 }
194 div.wpbc_container.wpbc_form .wpbc_swp_section label {
195 margin: 15px 0 8px
196 }
197 .wpbc_widgets {
198 width: 100%;
199 display: -ms-flexbox;
200 display: flex;
201 -ms-flex-flow: column wrap;
202 flex-flow: column wrap;
203 -ms-flex-pack: start;
204 justify-content: flex-start;
205 -ms-flex-align: start;
206 align-items: flex-start
207 }
208 .wpbc_widgets .wpbc_widget {
209 margin: 0 0 20px;
210 width: 100%;
211 -ms-flex: 1 1 100%;
212 flex: 1 1 100%;
213 border: 1px solid #ccc;
214 border-radius: 0 0 2px 2px
215 }
216 .wpbc_widget .wpbc_widget_header {
217 width: 100%;
218 height: 44px;
219 border-bottom: 1px solid #ccc;
220 background: #fff;
221 font-weight: 600;
222 text-shadow: none;
223 display: -ms-flexbox;
224 display: flex;
225 -ms-flex-flow: row nowrap;
226 flex-flow: row nowrap;
227 -ms-flex-pack: start;
228 justify-content: flex-start;
229 -ms-flex-align: center;
230 align-items: center
231 }
232 .wpbc_widget .wpbc_widget_header .wpbc_widget_header_text {
233 -ms-flex: 1 1 auto;
234 flex: 1 1 auto;
235 padding: 0 15px
236 }
237 .wpbc_widget .wpbc_widget_header .wpbc_widget_header_settings_link {
238 -ms-flex: 0 0 auto;
239 flex: 0 0 auto;
240 margin-left: auto;
241 border-left: 1px solid #ccc;
242 padding: 5px 10px;
243 color: #0e70b7
244 }
245 .wpbc_widget .wpbc_widget_content {
246 padding: 10px 15px
247 }
248 .wpbc_widget_preview_booking_form.wpbc_widget .wpbc_widget_content {
249 padding-bottom: 70px
250 }
251 .wpbc_shortcode_container {
252 width: 100%;
253 max-width: 880px;
254 min-width: 341px;
255 margin: auto
256 }
257 .wpbc_widget_preview_booking_form .wpbc_widget_content {
258 background: repeating-linear-gradient(-45deg,#f9f9f8 0 3px,#fff 3px 5px)
259 }
260 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_a {
261 text-decoration: none;
262 outline: 0;
263 box-shadow: none;
264 margin: 0 5px;
265 color: #6b96ce
266 }
267 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_a.active,
268 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_a.active:focus {
269 color: #52595f
270 }
271 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_a:focus,
272 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_a:hover {
273 color: #2f76d3;
274 text-decoration: none;
275 outline: 0;
276 box-shadow: none
277 }
278 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_icon::before {
279 font-size: 20px
280 }
281 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_icon.wpbc-bi-display::before,
282 .wpbc_section_preview_mobile_btn_bar .wpbc_preview_icon.wpbc_icn_computer::before {
283 font-size: 21px
284 }
285 .wpbc_center_preview.wpbc_theme_dark_1,
286 .wpbc_widget_preview_booking_form .wpbc_widget_content.wpbc_theme_dark_1 {
287 background: #272727;
288 background: repeating-linear-gradient(-45deg,#383838 0 3px,#2f2f2f 3px 5px);
289 color: #fff
290 }
291 .wpbc_widget_preview_booking_form .wpbc_widget_content.wpbc_theme_dark_1 .wpbc-settings-notice {
292 color: #d7d7ca;
293 background: #595959;
294 box-shadow: 0 1px 3px #313131;
295 border: 0;
296 border-left: 4px solid #9580aa
297 }
298 .wpbc_container_booking_form .wpbc__field .wpbc_ui_booking_timeslot_picker__get_on_off__div {
299 padding-left: 15px
300 }
301 .wpbc_container_booking_form .wpbc__field .booking_appointments_type__get_on_off label.wpbc-form-radio,
302 .wpbc_container_booking_form .wpbc__field .booking_appointments_type__get_on_off label.wpbc-form-radio:hover {
303 -ms-flex-flow: row nowrap;
304 flex-flow: row nowrap;
305 -ms-flex-pack: start;
306 justify-content: flex-start;
307 -ms-flex-align: center;
308 align-items: center;
309 margin: 10px 0;
310 font-weight: 400
311 }
312 .wpbc_container_booking_form .wpbc__field .booking_appointments_type__get_on_off .wpbc-form-radio input {
313 margin: 0 10px 0 5px
314 }