PluginProbe
Booking Calendar / 10.1.3
Booking Calendar v10.1.3
11.8.4 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 All 204 releases
booking / includes / page-customize / _out / customize_plugin_page.css

customize_plugin_page.css in Booking Calendar 10.1.3, at includes/page-customize/_out/customize_plugin_page.css

250 lines 6.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** Upgrade ***********************************************************************************************************/
2 .wpbc_ajx_toolbar .ui_container .ui_group.ui_group__upgrade {
3 -ms-flex: 1 1 auto;
4 flex: 1 1 auto;
5 height: 6em;
6 position: relative;
7 margin: 0 0 5px;
8 }
9
10 .wpbc_ajx_toolbar .ui_container .ui_group.wpbc_blur {
11 -ms-flex: 1 1 auto;
12 flex: 1 1 auto;
13 }
14
15 /** TOOLBAR ***********************************************************************************************************/
16 /* Override default settings of main toolbar: ../includes/_toolbar_ui/_src/toolbar_ui.css */
17 #toolbar_booking_customize_plugin.wpbc_ajx_toolbar {
18 margin: 0;
19 /* margin: 0 0 10px 50px; */
20 }
21
22 /** CONTENT ***********************************************************************************************************/
23 /* Main container */
24 .wpbc_ajx_cstm__container {
25 display: -ms-flexbox;
26 display: flex;
27 -ms-flex-flow: row nowrap;
28 flex-flow: row nowrap;
29 -ms-flex-pack: start;
30 justify-content: flex-start;
31 -ms-flex-align: start;
32 align-items: flex-start;
33 margin: 20px 0 0;
34 }
35
36 /* LEFT section */
37 .wpbc_ajx_cstm__container .wpbc_ajx_cstm__section_left {
38 -ms-flex: 1 1 auto;
39 flex: 1 1 auto;
40 display: -ms-flexbox;
41 display: flex;
42 -ms-flex-flow: row wrap;
43 flex-flow: row wrap;
44 -ms-flex-pack: start;
45 justify-content: flex-start;
46 -ms-flex-align: start;
47 align-items: flex-start;
48 }
49
50 /* Calendar in right section */
51 .wpbc_ajx_cstm__calendar {
52 width: 100%;
53 max-width: 100%;
54 margin: 0;
55 }
56
57 /* RIGHT section - Fixed width */
58 .wpbc_ajx_cstm__container .wpbc_ajx_cstm__section_right {
59 -ms-flex: 0 0 280px;
60 flex: 0 0 280px;
61 margin: 0 0 0 30px;
62 display: -ms-flexbox;
63 display: flex;
64 -ms-flex-flow: column wrap;
65 flex-flow: column wrap;
66 -ms-flex-pack: start;
67 justify-content: flex-start;
68 -ms-flex-align: end;
69 align-items: flex-end;
70 }
71
72 /** WIDGETS ***********************************************************************************************************/
73 /* Widgets Section - Define width of widget here */
74 .wpbc_widgets {
75 width: 100%;
76 /* WIDTH of WIDGETs*/
77 display: -ms-flexbox;
78 display: flex;
79 -ms-flex-flow: column wrap;
80 flex-flow: column wrap;
81 -ms-flex-pack: start;
82 justify-content: flex-start;
83 -ms-flex-align: start;
84 align-items: flex-start;
85 }
86
87 /* Widget */
88 .wpbc_widgets .wpbc_widget {
89 margin: 0 0 20px;
90 width: 100%;
91 -ms-flex: 1 1 100%;
92 flex: 1 1 100%;
93 }
94
95 /* Widget Header */
96 .wpbc_widget .wpbc_widget_header {
97 width: 100%;
98 height: 44px;
99 border: 1px solid #ccc;
100 background: #fff;
101 font-weight: 600;
102 text-shadow: none;
103 display: -ms-flexbox;
104 display: flex;
105 -ms-flex-flow: row nowrap;
106 flex-flow: row nowrap;
107 -ms-flex-pack: start;
108 justify-content: flex-start;
109 -ms-flex-align: center;
110 align-items: center;
111 }
112
113 /* Widget Header text */
114 .wpbc_widget .wpbc_widget_header .wpbc_widget_header_text {
115 -ms-flex: 1 1 auto;
116 flex: 1 1 auto;
117 padding: 0 15px;
118 }
119
120 /* Settings Link in right side of header */
121 .wpbc_widget .wpbc_widget_header .wpbc_widget_header_settings_link {
122 -ms-flex: 0 0 auto;
123 flex: 0 0 auto;
124 margin-left: auto;
125 border-left: 1px solid #ccc;
126 padding: 5px 10px;
127 color: #0e70b7;
128 display: none;
129 }
130
131 /** MOBILE ***********************************************************************************************************/
132 @media (max-width: 600px) {
133 .wpbc_ajx_cstm__container {
134 -ms-flex-flow: row wrap;
135 flex-flow: row wrap;
136 }
137 .wpbc_ajx_cstm__container .wpbc_ajx_cstm__section_left {
138 -ms-flex-order: 2;
139 order: 2;
140 }
141 .wpbc_ajx_cstm__container .wpbc_ajx_cstm__section_right {
142 -ms-flex-order: 1;
143 order: 1;
144 -ms-flex: 1 1 auto;
145 flex: 1 1 auto;
146 margin: 0;
147 }
148 }
149
150 /** Toolbar Text Bar **********************************************************************************************/
151 #wpbc_toolbar_dates_hint .ui_element .wpbc_text_bar {
152 font-size: 1.1em;
153 line-height: 1.8em;
154 /*height: auto;*/
155 }
156
157 /* Sub Bar - Text Titles */
158 #wpbc_toolbar_dates_hint .ui_element .wpbc_text_bar * {
159 font-size: 1em;
160 }
161
162 /* Sub Bar - Links to sections */
163 #wpbc_toolbar_dates_hint .ui_element .wpbc_text_bar .wpbc_option_step a,
164 #wpbc_toolbar_dates_hint .ui_element .wpbc_text_bar .wpbc_option_step a:focus {
165 color: #555;
166 outline: none;
167 padding: 3px 10px;
168 text-decoration: none;
169 }
170
171 #wpbc_toolbar_dates_hint .ui_element .wpbc_text_bar .wpbc_option_step:hover {
172 cursor: default;
173 }
174
175 #wpbc_toolbar_dates_hint .ui_element .wpbc_text_bar .wpbc_option_step a:hover {
176 color: #D54E21 !important;
177 background-color: transparent !important;
178 border-bottom-color: #d54e21;
179 text-decoration: none;
180 }
181
182 /** Toolbar Text Bar - Resources **********************************************************************************************/
183 #wpbc_hidden_template__select_booking_resource {
184 display: none;
185 }
186
187 /** Toolbar Dates Hints **********************************************************************************************/
188 #wpbc_hidden_template__select_booking_resource {
189 -ms-flex: 0 1 auto;
190 flex: 0 1 auto;
191 }
192
193 #wpbc_toolbar_dates_hint {
194 -ms-flex: 1 1 auto;
195 flex: 1 1 auto;
196 -ms-flex-pack: start;
197 justify-content: flex-start;
198 margin-left: 0;
199 }
200
201 #wpbc_toolbar_dates_hint .ui_element .wpbc_help_text {
202 font-size: 1.1em;
203 line-height: 1.8em;
204 /*height: auto;*/
205 }
206
207 #wpbc_toolbar_dates_hint .ui_element .wpbc_help_text * {
208 font-size: 1em;
209 }
210
211 /* Dates hints */
212 .wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints {
213 font-size: 1.05em;
214 display: block;
215 /*flex-flow: row wrap;*/
216 /*width: 100%;*/
217 /*justify-content: flex-start;*/
218 /*align-items: first baseline;*/
219 }
220
221 .wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span {
222 /*flex: 1 1 auto;*/
223 padding: 0 0.2em;
224 }
225
226 .wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_text,
227 .wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_date {
228 font-size: 1.05em;
229 font-weight: 600;
230 padding: 0 0.3em;
231 }
232
233 /* Sub section of elements with left padding ----------------------------------------------------------------------- */
234 .ui_element_sub_section {
235 display: -ms-flexbox;
236 display: flex;
237 -ms-flex-flow: row wrap;
238 flex-flow: row wrap;
239 -ms-flex-pack: start;
240 justify-content: flex-start;
241 -ms-flex-align: stretch;
242 align-items: stretch;
243 -ms-flex: 1 1 100%;
244 flex: 1 1 100%;
245 border: 1px dashed #a6a6a6;
246 border-radius: 4px;
247 padding: 5px 12px 5px;
248 margin: 5px 0 5px 25px;
249 }
250