PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.12
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.12
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
formidable / css / _single_theme.css.php

_single_theme.css.php in Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More 6.12, at css/_single_theme.css.php

416 lines 18.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 die( 'You are not allowed to call this page directly.' );
4 }
5
6 $settings = FrmStylesHelper::get_settings_for_output( $style );
7 extract( $settings ); // phpcs:ignore WordPress.PHP.DontExtract
8
9 $important = empty( $important_style ) ? '' : ' !important';
10
11 $minus_icons = FrmStylesHelper::minus_icons();
12 $arrow_icons = FrmStylesHelper::arrow_icons();
13
14 ?>
15 .<?php echo esc_html( $style_class ); ?>{
16 <?php FrmStylesHelper::output_vars( $settings, $defaults ); ?>
17 }
18
19 .frm_forms.<?php echo esc_html( $style_class ); ?>{
20 max-width:<?php echo esc_html( $form_width . $important ); ?>;
21 direction:<?php echo esc_html( $direction . $important ); ?>;
22 <?php if ( 'rtl' === $direction ) { ?>
23 unicode-bidi:embed;
24 <?php } ?>
25 <?php if ( $center_form ) { ?>
26 margin:0 auto;
27 <?php } ?>
28 }
29
30 <?php if ( $center_form ) { ?>
31 .frm_inline_form.<?php echo esc_html( $style_class ); ?> form{
32 text-align:center;
33 }
34 <?php } ?>
35
36 <?php if ( ! empty( $field_margin ) ) { ?>
37 .<?php echo esc_html( $style_class ); ?> .form-field{
38 margin-bottom:<?php echo esc_html( $field_margin . $important ); ?>;
39 }
40 <?php } ?>
41
42 .<?php echo esc_html( $style_class ); ?> .form-field.frm_section_heading{
43 margin-bottom:0<?php echo esc_html( $important ); ?>;
44 }
45
46 .<?php echo esc_html( $style_class ); ?> p.description,
47 .<?php echo esc_html( $style_class ); ?> div.description,
48 .<?php echo esc_html( $style_class ); ?> div.frm_description,
49 .<?php echo esc_html( $style_class ); ?> .frm-show-form > div.frm_description,
50 .<?php echo esc_html( $style_class ); ?> .frm_error,
51 .<?php echo esc_html( $style_class ); ?> .frm_pro_max_limit_desc{
52 <?php if ( ! empty( $description_margin ) ) { ?>
53 margin:<?php echo esc_html( $description_margin . $important ); ?>;
54 <?php } else { ?>
55 margin-top: 6px;
56 <?php } ?>
57 padding:0;
58 <?php if ( ! empty( $font ) ) { ?>
59 font-family:<?php echo FrmAppHelper::kses( $font . $important ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
60 <?php } ?>
61 <?php if ( ! empty( $description_font_size ) ) { ?>
62 font-size:<?php echo esc_html( $description_font_size . $important ); ?>;
63 <?php } ?>
64 <?php if ( ! empty( $description_color ) ) { ?>
65 color:<?php echo esc_html( $description_color . $important ); ?>;
66 <?php } ?>
67 <?php if ( ! empty( $description_weight ) ) { ?>
68 font-weight:<?php echo esc_html( $description_weight . $important ); ?>;
69 <?php } ?>
70 <?php if ( ! empty( $description_align ) ) { ?>
71 text-align:<?php echo esc_html( $description_align . $important ); ?>;
72 <?php } ?>
73 <?php if ( ! empty( $description_style ) ) { ?>
74 font-style:<?php echo esc_html( $description_style . $important ); ?>;
75 <?php } ?>
76 max-width:100%;
77 }
78
79 /* Left and right labels */
80 <?php
81
82 $frm_settings = FrmAppHelper::get_settings();
83
84 if ( '' === $field_height || 'auto' === $field_height ) {
85 foreach ( array( 'left', 'right', 'inline' ) as $alignit ) {
86 ?>
87 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=text],
88 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=password],
89 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=email],
90 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=number],
91 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=url],
92 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=tel],
93 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=file],
94 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container input[type=search],
95 .<?php echo esc_html( $style_class ); ?> .frm_<?php echo esc_html( $alignit ); ?>_container select,
96 <?php } ?>
97 .<?php echo esc_html( $style_class ); ?> .frm_left_container select{
98 height:fit-content<?php echo esc_html( $important ); ?>;
99 }
100 <?php } ?>
101
102 .<?php echo esc_html( $style_class ); ?> .frm_form_field.frm_left_container{
103 grid-template-columns: <?php echo esc_html( $width ); ?> auto;
104 }
105
106 .<?php echo esc_html( $style_class ); ?> .frm_form_field.frm_right_container{
107 grid-template-columns: auto <?php echo esc_html( $width ); ?>;
108 }
109
110 .frm_form_field.frm_right_container{
111 grid-template-columns: auto 25%;
112 }
113
114 .<?php echo esc_html( $style_class ); ?> .frm_inline_container.frm_dynamic_select_container .frm_data_container,
115 .<?php echo esc_html( $style_class ); ?> .frm_inline_container.frm_dynamic_select_container .frm_opt_container{
116 display:inline<?php echo esc_html( $important ); ?>;
117 }
118
119 .<?php echo esc_html( $style_class ); ?> .frm_pos_right{
120 display:inline<?php echo esc_html( $important ); ?>;
121 width:<?php echo esc_html( $width . $important ); ?>;
122 }
123
124 .<?php echo esc_html( $style_class ); ?> .frm_none_container .frm_primary_label,
125 .<?php echo esc_html( $style_class ); ?> .frm_pos_none{
126 display:none<?php echo esc_html( $important ); ?>;
127 }
128
129 <?php if ( FrmAppHelper::pro_is_installed() ) : ?>
130 .<?php echo esc_html( $style_class ); ?> .frm_scale label{
131 <?php if ( ! empty( $check_weight ) ) { ?>
132 font-weight:<?php echo esc_html( $check_weight . $important ); ?>;
133 <?php } ?>
134 <?php if ( ! empty( $font ) ) { ?>
135 font-family:<?php echo FrmAppHelper::kses( $font . $important ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
136 <?php } ?>
137 <?php if ( ! empty( $check_font_size ) ) { ?>
138 font-size:<?php echo esc_html( $check_font_size . $important ); ?>;
139 <?php } ?>
140 <?php if ( ! empty( $check_label_color ) ) { ?>
141 color:<?php echo esc_html( $check_label_color . $important ); ?>;
142 <?php } ?>
143 }
144 <?php endif; ?>
145
146 /* These do not work if they are combined */
147 .<?php echo esc_html( $style_class ); ?> input::placeholder,
148 .<?php echo esc_html( $style_class ); ?> textarea::placeholder{
149 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
150 }
151 .<?php echo esc_html( $style_class ); ?> input::-webkit-input-placeholder,
152 .<?php echo esc_html( $style_class ); ?> textarea::-webkit-input-placeholder{
153 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
154 }
155 .<?php echo esc_html( $style_class ); ?> input::-moz-placeholder,
156 .<?php echo esc_html( $style_class ); ?> textarea::-moz-placeholder{
157 opacity: 1;
158 }
159 .<?php echo esc_html( $style_class ); ?> input:-ms-input-placeholder,
160 <?php echo esc_html( $style_class ); ?> textarea:-ms-input-placeholder{
161 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
162 }
163
164 .<?php echo esc_html( $style_class ); ?> .frm_default,
165 .<?php echo esc_html( $style_class ); ?> input.frm_default,
166 .<?php echo esc_html( $style_class ); ?> textarea.frm_default,
167 .<?php echo esc_html( $style_class ); ?> select.frm_default,
168 <?php if ( $use_chosen_js ) { ?>
169 .<?php echo esc_html( $style_class ); ?> .chosen-container-multi .chosen-choices li.search-field .default,
170 .<?php echo esc_html( $style_class ); ?> .chosen-container-single .chosen-default,
171 <?php } ?>
172 .<?php echo esc_html( $style_class ); ?> .placeholder {
173 color: <?php echo esc_html( $text_color_disabled . $important ); ?>;
174 }
175
176 .<?php echo esc_html( $style_class ); ?> .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,
177 .<?php echo esc_html( $style_class ); ?> select:focus,
178 .<?php echo esc_html( $style_class ); ?> textarea:focus,
179 .<?php echo esc_html( $style_class ); ?> .frm_focus_field input[type=text],
180 .<?php echo esc_html( $style_class ); ?> .frm_focus_field input[type=password],
181 .<?php echo esc_html( $style_class ); ?> .frm_focus_field input[type=email],
182 .<?php echo esc_html( $style_class ); ?> .frm_focus_field input[type=number],
183 .<?php echo esc_html( $style_class ); ?> .frm_focus_field input[type=url],
184 .<?php echo esc_html( $style_class ); ?> .frm_focus_field input[type=tel],
185 .<?php echo esc_html( $style_class ); ?> .frm_focus_field input[type=search],
186 .frm_form_fields_active_style,
187 <?php if ( $use_chosen_js ) { ?>
188 .<?php echo esc_html( $style_class ); ?> .chosen-container-single.chosen-container-active .chosen-single,
189 .<?php echo esc_html( $style_class ); ?> .chosen-container-active .chosen-choices,
190 <?php } ?>
191 .<?php echo esc_html( $style_class ); ?> .frm_focus_field .frm-card-element.StripeElement {
192 background-color:<?php echo esc_html( $bg_color_active . $important ); ?>;
193 border-color:<?php echo esc_html( $border_color_active . $important ); ?>;
194 color: var(--text-color);
195 <?php if ( isset( $remove_box_shadow_active ) && $remove_box_shadow_active ) { ?>
196 box-shadow:none;
197 outline: none;
198 <?php } else { ?>
199 box-shadow:0px 0px 5px 0px rgba(<?php echo esc_html( FrmStylesHelper::hex2rgb( $border_color_active ) ); ?>, 0.6);
200 <?php } ?>
201 }
202
203 <?php if ( ! $submit_style ) { ?>
204 .<?php echo esc_html( $style_class ); ?> .frm_compact .frm_dropzone.dz-clickable .dz-message,
205 .<?php echo esc_html( $style_class ); ?> input[type=submit],
206 .<?php echo esc_html( $style_class ); ?> .frm_submit input[type=button],
207 .<?php echo esc_html( $style_class ); ?> .frm_submit button,
208 .frm_form_submit_style,
209 .<?php echo esc_html( $style_class ); ?> .frm-edit-page-btn {
210 width:<?php echo esc_html( ( $submit_width == '' ? 'auto' : $submit_width ) . $important ); ?>;
211 <?php if ( ! empty( $font ) ) { ?>
212 font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
213 <?php } ?>
214 font-size:<?php echo esc_html( $submit_font_size . $important ); ?>;
215 height:<?php echo esc_html( $submit_height . $important ); ?>;
216 line-height:normal<?php echo esc_html( $important ); ?>;
217 text-align:center;
218 background:
219 <?php
220 echo esc_html( $submit_bg_color );
221 if ( ! empty( $submit_bg_img ) ) {
222 echo esc_html( ' url(' . $submit_bg_img . ')' );
223 }
224 echo esc_html( $important );
225 ?>
226 ;
227 <?php if ( '' !== $submit_border_width ) : ?>
228 border-width:<?php echo esc_html( $submit_border_width ); ?>;
229 <?php endif; ?>
230 border-color: <?php echo esc_html( $submit_border_color . $important ); ?>;
231 border-style:solid;
232 color:<?php echo esc_html( $submit_text_color . $important ); ?>;
233 cursor:pointer;
234 font-weight:<?php echo esc_html( $submit_weight . $important ); ?>;
235 border-radius:<?php echo esc_html( $submit_border_radius . $important ); ?>;
236 text-shadow:none;
237 padding:<?php echo esc_html( $submit_padding . $important ); ?>;
238 box-sizing:border-box;
239 <?php if ( ! empty( $submit_shadow_color ) ) { ?>
240 box-shadow:0 1px 1px <?php echo esc_html( $submit_shadow_color ); ?>;
241 <?php } ?>
242 margin:<?php echo esc_html( $submit_margin ); ?>;
243 <?php
244 // For reverse compatibility... But allow "10px 10px".
245 if ( strpos( trim( $submit_margin ), ' ' ) === false ) {
246 ?>
247 margin-left:0;
248 margin-right:0;
249 <?php } ?>
250 vertical-align:middle;
251 }
252
253 .<?php echo esc_html( $style_class ); ?> .frm_compact .frm_dropzone.dz-clickable .dz-message{
254 margin:0;
255 }
256
257 <?php if ( empty( $submit_bg_img ) ) { ?>
258 .<?php echo esc_html( $style_class ); ?> .frm-edit-page-btn:hover,
259 .<?php echo esc_html( $style_class ); ?> input[type=submit]:hover,
260 .<?php echo esc_html( $style_class ); ?> .frm_submit input[type=button]:hover,
261 .<?php echo esc_html( $style_class ); ?> .frm_submit button:hover{
262 background: <?php echo esc_html( $submit_hover_bg_color . $important ); ?>;
263 border-color: <?php echo esc_html( $submit_hover_border_color . $important ); ?>;
264 color: <?php echo esc_html( $submit_hover_color . $important ); ?>;
265 }
266
267 .<?php echo esc_html( $style_class ); ?>.frm_center_submit .frm_submit .frm_ajax_loading{
268 margin-bottom:<?php echo esc_html( $submit_margin ); ?>;
269 }
270
271 .<?php echo esc_html( $style_class ); ?> .frm-edit-page-btn:focus,
272 .<?php echo esc_html( $style_class ); ?> input[type=submit]:focus,
273 .<?php echo esc_html( $style_class ); ?> .frm_submit input[type=button]:focus,
274 .<?php echo esc_html( $style_class ); ?> .frm_submit button:focus,
275 .<?php echo esc_html( $style_class ); ?> input[type=submit]:active,
276 .<?php echo esc_html( $style_class ); ?> .frm_submit input[type=button]:active,
277 .<?php echo esc_html( $style_class ); ?> .frm_submit button:active{
278 background: <?php echo esc_html( $submit_active_bg_color . $important ); ?>;
279 border-color: <?php echo esc_html( $submit_active_border_color . $important ); ?>;
280 color: <?php echo esc_html( $submit_active_color . $important ); ?>;
281 outline: none;
282 }
283
284 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page,
285 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page:hover,
286 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page:active,
287 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page:focus,
288 .<?php echo esc_html( $style_class ); ?> .frm_loading_form .frm_button_submit,
289 .<?php echo esc_html( $style_class ); ?> .frm_loading_form .frm_button_submit:hover,
290 .<?php echo esc_html( $style_class ); ?> .frm_loading_form .frm_button_submit:active,
291 .<?php echo esc_html( $style_class ); ?> .frm_loading_form .frm_button_submit:focus{
292 color: transparent <?php echo esc_html( $important ); ?>;
293 background: <?php echo esc_html( $submit_bg_color . $important ); ?>;
294 border-color: <?php echo esc_html( $submit_bg_color . $important ); ?>;
295 }
296
297 .<?php echo esc_html( $style_class ); ?> .frm_loading_prev .frm_prev_page:before,
298 .<?php echo esc_html( $style_class ); ?> .frm_loading_form .frm_button_submit:before {
299 border-bottom-color: <?php echo esc_html( $submit_text_color . $important ); ?>;
300 border-right-color: <?php echo esc_html( $submit_text_color . $important ); ?>;
301 <?php if ( $submit_height !== 'auto' ) { ?>
302 max-height:<?php echo esc_html( $submit_height ); ?>;
303 <?php } ?>
304 <?php if ( $submit_width !== 'auto' ) { ?>
305 max-width:<?php echo esc_html( $submit_width ); ?>;
306 <?php } ?>
307 }
308 <?php
309 }//end if
310 }//end if
311 ?>
312
313 .<?php echo esc_html( $style_class ); ?>.frm_inline_top .frm_submit::before,
314 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit::before {
315 content:"before";
316 <?php if ( ! empty( $font ) ) { ?>
317 font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
318 <?php } ?>
319 font-size:<?php echo esc_html( $font_size . $important ); ?>;
320 color:<?php echo esc_html( $label_color . $important ); ?>;
321 font-weight:<?php echo esc_html( $weight . $important ); ?>;
322 margin:0;
323 padding:<?php echo esc_html( $label_padding . $important ); ?>;
324 width:auto;
325 display:block;
326 visibility:hidden;
327 }
328
329 .<?php echo esc_html( $style_class ); ?>.frm_inline_form .frm_submit input,
330 .<?php echo esc_html( $style_class ); ?>.frm_inline_form .frm_submit button,
331 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit input,
332 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit button {
333 margin: 0 !important;
334 }
335
336 .<?php echo esc_html( $style_class ); ?> #frm_field_cptch_number_container{
337 <?php if ( ! empty( $font ) ) { ?>
338 font-family:<?php echo FrmAppHelper::kses( $font ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>;
339 <?php } ?>
340 font-size:<?php echo esc_html( $font_size . $important ); ?>;
341 color:<?php echo esc_html( $label_color . $important ); ?>;
342 font-weight:<?php echo esc_html( $weight . $important ); ?>;
343 clear:both;
344 }
345
346 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=text],
347 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=password],
348 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=url],
349 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=tel],
350 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=number],
351 .<?php echo esc_html( $style_class ); ?> .frm_blank_field input[type=email],
352 .<?php echo esc_html( $style_class ); ?> .frm_blank_field textarea,
353 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .mce-edit-area iframe,
354 .<?php echo esc_html( $style_class ); ?> .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
355 .frm_form_fields_error_style,
356 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .frm-g-recaptcha iframe,
357 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .g-recaptcha iframe,
358 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .frm-card-element.StripeElement,
359 <?php if ( $use_chosen_js ) { ?>
360 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .chosen-container-multi .chosen-choices,
361 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .chosen-container-single .chosen-single,
362 <?php } ?>
363 .<?php echo esc_html( $style_class ); ?> .frm_form_field :invalid {
364 color:<?php echo esc_html( $text_color_error . $important ); ?>;
365 background-color:<?php echo esc_html( $bg_color_error . $important ); ?>;
366 border-color:<?php echo esc_html( $border_color_error . $important ); ?>;
367 border-width:<?php echo esc_html( $border_width_error . $important ); ?>;
368 border-style:<?php echo esc_html( $border_style_error . $important ); ?>;
369 }
370
371 .<?php echo esc_html( $style_class ); ?> .frm_blank_field .sigWrapper{
372 border-color:<?php echo esc_html( $border_color_error ); ?> !important;
373 }
374
375 .<?php echo esc_html( $style_class ); ?> .frm_error,
376 .<?php echo esc_html( $style_class ); ?> .frm_limit_error{
377 font-weight:<?php echo esc_html( $weight . $important ); ?>;
378 }
379
380 .<?php echo esc_html( $style_class ); ?> .frm_error,
381 .<?php echo esc_html( $style_class ); ?> .frm_limit_error{
382 color:<?php echo esc_html( $border_color_error . $important ); ?>;
383 }
384
385 .<?php echo esc_html( $style_class ); ?> .frm_error_style{
386 background-color:<?php echo esc_html( $error_bg . $important ); ?>;
387 border:1px solid <?php echo esc_html( $error_border . $important ); ?>;
388 border-radius:<?php echo esc_html( $border_radius . $important ); ?>;
389 color: <?php echo esc_html( $error_text . $important ); ?>;
390 font-size:<?php echo esc_html( $error_font_size . $important ); ?>;
391 margin:0;
392 margin-bottom:<?php echo esc_html( $field_margin ); ?>;
393 }
394
395 .<?php echo esc_html( $style_class ); ?> #frm_loading .progress-striped .progress-bar{
396 background-image:linear-gradient(45deg, <?php echo esc_html( $border_color ); ?> 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, <?php echo esc_html( $border_color ); ?> 50%, <?php echo esc_html( $border_color ); ?> 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
397 }
398
399 .<?php echo esc_html( $style_class ); ?> #frm_loading .progress-bar{
400 background-color:<?php echo esc_html( $bg_color . $important ); ?>;
401 }
402
403 .<?php echo esc_html( $style_class ); ?> .frm_form_field.frm_total_big input,
404 .<?php echo esc_html( $style_class ); ?> .frm_form_field.frm_total_big textarea,
405 .<?php echo esc_html( $style_class ); ?> .frm_form_field.frm_total input,
406 .<?php echo esc_html( $style_class ); ?> .frm_form_field.frm_total textarea{
407 color: <?php echo esc_html( $text_color . $important ); ?>;
408 background-color:transparent<?php echo esc_html( $important ); ?>;
409 border:none<?php echo esc_html( $important ); ?>;
410 display:inline<?php echo esc_html( $important ); ?>;
411 width:auto<?php echo esc_html( $important ); ?>;
412 padding:0<?php echo esc_html( $important ); ?>;
413 }
414
415 <?php do_action( 'frm_output_single_style', $settings ); ?>
416