PluginProbe
Booking Calendar / 11.2.1
Booking Calendar v11.2.1
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 10.11.3 10.11.4 All 201 releases
booking / css / wpbc-gutenberg.css

wpbc-gutenberg.css in Booking Calendar 11.2.1, at css/wpbc-gutenberg.css

192 lines 5.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Main Wrapper */
2 .wpbc_gb_div_block {
3 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
4 font-size: 1.2em;
5 padding: 20px 15px 5px; /* required for correct mouseover in top of button, otherwise appear some weird issue of not ability to click on top of button */
6 }
7
8 /** Width and Height of Blocks ***************************************************************************************/
9
10 /* Block Preview == TimeLine == */
11 .wpbc_gb_block_preview_bookingtimeline {
12 width: 100%;
13 }
14 .wpbc_gb_block_preview_bookingtimeline .wpbc_gb_block_shortcode_preview_content {
15 /* Minus height of footer */
16 height: 260px;
17 }
18
19 /* Block Preview == Booking Form, Availability Calendar == */
20 .wpbc_gb_block_preview_booking,
21 .wpbc_gb_block_preview_bookingcalendar {
22 width: 284px;
23 }
24 .wpbc_gb_block_preview_booking .wpbc_gb_block_shortcode_preview_content,
25 .wpbc_gb_block_preview_bookingcalendar .wpbc_gb_block_shortcode_preview_content {
26 /* Minus height of footer */
27 min-height: 260px;
28 }
29
30
31
32 /** Block Templates Structure *****************************************************************************************/
33 /*
34 DIV.wpbc_gb_block_shortcode_preview_wrapper.wpbc_gb_block_preview_bookingtimeline
35
36 DIV.wpbc_gb_block_shortcode_preview_content
37
38 DIV.wpbc_gb_block_preview_inner_header
39
40 H3.wpbc_gb_block_preview_inner_title_text
41 A.wpbc_gb_block_preview_inner_title_edit
42 DIV.wpbc_gb_block_preview_inner_title_desc
43
44 DIV.wpbc_gb_block_preview_inner_body
45
46 DIV.wpbc_gb_block_preview_inner_params_row
47 strong span em
48 ...
49
50 DIV.wpbc_gb_block_preview_inner_footer
51 DIV.wpbc_gb_block_preview_inner_shortcode
52
53
54 */
55
56 /* == Block Preview == */
57 .wpbc_gb_block_shortcode_preview_wrapper {
58 font-size: 13px; /* FixIn: 8.4.3.2 */
59 line-height: 2em; /* FixIn: 8.4.3.2 */
60 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
61 }
62
63 /* FixIn: 8.4.3.2 */
64 /* == Block Preview - Content and Header == */
65 .wpbc_gb_block_shortcode_preview_wrapper .wpbc_gb_block_shortcode_preview_content {
66 border: #e4951b solid 1px;
67 border-bottom: none;
68 padding: 0 10px 20px;
69 }
70
71 /* == Block Preview - Header == */
72 .wpbc_gb_block_shortcode_preview_wrapper .wpbc_gb_block_preview_inner_header{
73 border-bottom: #e4951b solid 1px;
74 margin: 0.5em 0 1em;
75 font-weight: 600;
76 }
77
78 /* == Block Preview - Header Title == */
79 .wpbc_gb_block_shortcode_preview_wrapper .wpbc_gb_block_preview_inner_title_text {
80 font-size: 1.3em;
81 vertical-align: middle;
82 line-height: 2.1em;
83 float: left;
84 margin: 0;
85 }
86
87 /* == Block Preview - Header link - Click to edit == */
88 .wpbc_gb_block_shortcode_preview_wrapper .wpbc_gb_block_preview_inner_title_edit {
89 font-size: 0.85em;
90 vertical-align: middle;
91 cursor: pointer;
92 float: right;
93 padding: 1em 0 0;
94 }
95
96 /* == Block Preview - Header Description == */
97 .wpbc_gb_block_shortcode_preview_wrapper .wpbc_gb_block_preview_inner_title_desc {
98 font-size: 0.9em;
99 font-style: italic;
100 text-align: left;
101 width: 100%;
102 margin: 10px 0 10px;
103 clear: both;
104 font-weight: 400;
105 color: #777;
106 line-height: 1.5em;
107 }
108
109 /* == Block Preview - Content == */
110 .wpbc_gb_block_shortcode_preview_wrapper .wpbc_gb_block_preview_inner_body{
111
112 }
113
114 /* == Block Preview - Footer == */
115 .wpbc_gb_block_shortcode_preview_wrapper .wpbc_gb_block_preview_inner_footer {
116 width: 100%;
117 background: #f0f0f0;
118 margin: 0;
119 padding: 10px;
120 color: #777;
121 border: #e4951b solid 1px;
122 border-top: none;
123 font-size: 0.9em;
124 font-weight: 600;
125 box-sizing: border-box;
126 }
127
128
129 /** B U T T O N S and some other elements *************************************************************************/
130
131
132 /* Green Preview Button */
133 .editor-block-list__block.wpbc-gutenberg-update-view .wpbc-gutenberg-update-preview-btn.button {
134 background-color: rgb(135, 207, 59);
135 color: rgb(255, 255, 255);
136 border-color: rgb(135, 207, 59);
137 text-align: center;
138 font-family: Helvetica, Arial;
139 margin:15px 0 35px -30px;
140 width: 50%;
141 height: 3em;
142 vertical-align: middle;
143 line-height: 3em;
144 font-weight: 600;
145 }
146
147
148
149
150 /* Show Blue configuration shortcode button, if block selected or when no shortcode at all */
151 .editor-block-list__block .wpbc_gb_div_block.wpbc_gb_div_block_no_shortcode a.wpbc-gutenberg-open-btn,
152 .editor-block-list__block.is-selected .wpbc_gb_div_block a.wpbc-gutenberg-open-btn,
153 .block-editor-block-list__block.is-selected .wpbc_gb_div_block a.wpbc-gutenberg-open-btn /* FixIn: 8.7.6.11 */ {
154 display: block;
155 }
156 /* Hide Green Preview block buttin inside of the Block for WordPress older than 5.4 update*/
157 .editor-block-list__block.is-selected .wpbc-gutenberg-update-view .wpbc-gutenberg-update-preview-btn{
158 visibility: hidden;
159 }
160
161 /* PopUp Blue Button */
162 .wpbc_gb_div_block a.wpbc-gutenberg-open-btn,
163 .wpbc_gb_div_block a.wpbc-gutenberg-open-btn:hover,
164 .wpbc_gb_div_block a.wpbc-gutenberg-open-btn:focus {
165 display: none;
166 background-color: #3b9fcf;
167 color: #fff;
168 border-color: #3b9fcf;
169 text-align: center;
170 font-family: Helvetica, Arial;
171 margin-bottom: 20px;
172 }
173
174 /* Shortcode Input Text */
175 .wpbc_gb_div_block .wpbc_gb_text_shortcode {
176 opacity: 0.3;
177 display: none;
178 padding: 5px 10px;
179 clear: both;
180 margin: 20px 0 0;
181 height: 2.4em;
182 cursor: pointer;
183 font-weight: 600;
184 background: none repeat scroll 0 0 #E9E9E9;
185 border: 1px solid #BBBBBB;
186 width: 100%;
187 }
188
189 /* FixIn: 8.4.3.2 */
190 div.wpbc_gb_block_shortcode_preview_wrapper strong {
191 font-weight: 600;
192 }