PluginProbe
Booking Calendar / 10.1.3
Booking Calendar v10.1.3
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-customize / _src / customize_plugin_page.css

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

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