Merge branch 'develop' into i18n

This commit is contained in:
IanDelMar 2022-10-06 07:51:17 +02:00 committed by GitHub
commit dc02a96ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 557 additions and 507 deletions

28
.github/CHANGELOG.md vendored
View File

@ -8,6 +8,34 @@
-
## Release 1.2.0-beta1 October 5th 2022
** Enhancements **
- Updates Bootstrap 5.1.3 to Bootstrap 5.2.0
- Updates Bootstrap 4.6.1 to Bootstrap 4.6.2
- Updates WooCommerce Templates
- Adds a new 'Full Width Landing Page' page template
- Imports more Bootstrap utility classes into the block editor
- HTML comments have been cleaned up and/or moved into PHP when appropriate
- Enhancements to multiple theme template tags
- Developers: PHP linting and testing has been overhauled
- Developers: Removes the need for jQuery for sites running Bootstrap 5 (doesn't remove jQuery itself, though)
** Fixes **
- Fixes issues with flags not showing up in the navigation for WPML and Polylang users
- Fixes styles for the select tag in the Categories and Archives widgets and block widgets
- Fixes styles for the search block widget
- Fixes styles for pagination
- Fixes block editor buttons on hover
- Fixes skip to content link for Bootstrap 5
- Fixes the offfcanvas close icon that was hidden behind the admin bar
- Fixes issues with the Customizer preview
- Fixes the category transient flush
- Accessibility: aria role fixes for the carousel and footer widgets area
## Release 1.1.0 December 1st 2021
** Enhancements **

View File

@ -2,7 +2,7 @@
"name": "understrap/understrap",
"description": "Combines Automattic's Underscores Starter Theme and Bootstrap",
"type": "wordpress-theme",
"license": "GPL-2.0-only",
"license": "GPL-3.0",
"minimum-stability": "stable",
"keywords": [
"wordpress",

12
composer.lock generated
View File

@ -260,16 +260,16 @@
},
{
"name": "php-stubs/wordpress-stubs",
"version": "v6.0.1",
"version": "v6.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-stubs/wordpress-stubs.git",
"reference": "e04781a84e364615a7b5f70fdc345c8253ca5b8f"
"reference": "8f696e429e375ef40a841ecf5ac686ff7437b4dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/e04781a84e364615a7b5f70fdc345c8253ca5b8f",
"reference": "e04781a84e364615a7b5f70fdc345c8253ca5b8f",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/8f696e429e375ef40a841ecf5ac686ff7437b4dc",
"reference": "8f696e429e375ef40a841ecf5ac686ff7437b4dc",
"shasum": ""
},
"replace": {
@ -301,9 +301,9 @@
],
"support": {
"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.0.1"
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.0.2"
},
"time": "2022-07-15T11:10:45+00:00"
"time": "2022-09-30T17:24:55+00:00"
},
{
"name": "phpcompatibility/php-compatibility",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1977,8 +1977,7 @@ pre code {
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .widget_categories select,
.widget_archive select {
.wpcf7 textarea {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
@ -2011,8 +2010,7 @@ pre code {
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .widget_categories select,
.widget_archive select {
.wpcf7 textarea {
transition: none;
}
}
@ -2033,8 +2031,7 @@ pre code {
.wpcf7 input[type=file]::-ms-expand,
.wpcf7 input[type=submit]::-ms-expand,
.wpcf7 select::-ms-expand,
.wpcf7 textarea::-ms-expand, .widget_categories select::-ms-expand,
.widget_archive select::-ms-expand {
.wpcf7 textarea::-ms-expand {
background-color: transparent;
border: 0;
}
@ -2055,27 +2052,26 @@ pre code {
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus, .widget_categories select:focus,
.widget_archive select:focus {
.wpcf7 textarea:focus {
color: #495057;
background-color: #fff;
border-color: #bfb3ff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(85, 51, 255, 0.25);
}
.form-control::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=search]::-webkit-input-placeholder, .wpcf7 input[type=url]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=number]::-webkit-input-placeholder, .wpcf7 input[type=range]::-webkit-input-placeholder, .wpcf7 input[type=date]::-webkit-input-placeholder, .wpcf7 input[type=month]::-webkit-input-placeholder, .wpcf7 input[type=week]::-webkit-input-placeholder, .wpcf7 input[type=time]::-webkit-input-placeholder, .wpcf7 input[type=datetime]::-webkit-input-placeholder, .wpcf7 input[type=datetime-local]::-webkit-input-placeholder, .wpcf7 input[type=color]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=file]::-webkit-input-placeholder, .wpcf7 input[type=submit]::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .widget_categories select::-webkit-input-placeholder, .widget_archive select::-webkit-input-placeholder {
.form-control::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=search]::-webkit-input-placeholder, .wpcf7 input[type=url]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=number]::-webkit-input-placeholder, .wpcf7 input[type=range]::-webkit-input-placeholder, .wpcf7 input[type=date]::-webkit-input-placeholder, .wpcf7 input[type=month]::-webkit-input-placeholder, .wpcf7 input[type=week]::-webkit-input-placeholder, .wpcf7 input[type=time]::-webkit-input-placeholder, .wpcf7 input[type=datetime]::-webkit-input-placeholder, .wpcf7 input[type=datetime-local]::-webkit-input-placeholder, .wpcf7 input[type=color]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=file]::-webkit-input-placeholder, .wpcf7 input[type=submit]::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .widget_categories select::-moz-placeholder, .widget_archive select::-moz-placeholder {
.form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=search]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=range]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=month]:-ms-input-placeholder, .wpcf7 input[type=week]:-ms-input-placeholder, .wpcf7 input[type=time]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 input[type=datetime-local]:-ms-input-placeholder, .wpcf7 input[type=color]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=file]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .widget_categories select:-ms-input-placeholder, .widget_archive select:-ms-input-placeholder {
.form-control:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=search]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=range]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=month]:-ms-input-placeholder, .wpcf7 input[type=week]:-ms-input-placeholder, .wpcf7 input[type=time]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 input[type=datetime-local]:-ms-input-placeholder, .wpcf7 input[type=color]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=file]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=search]::-ms-input-placeholder, .wpcf7 input[type=url]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=number]::-ms-input-placeholder, .wpcf7 input[type=range]::-ms-input-placeholder, .wpcf7 input[type=date]::-ms-input-placeholder, .wpcf7 input[type=month]::-ms-input-placeholder, .wpcf7 input[type=week]::-ms-input-placeholder, .wpcf7 input[type=time]::-ms-input-placeholder, .wpcf7 input[type=datetime]::-ms-input-placeholder, .wpcf7 input[type=datetime-local]::-ms-input-placeholder, .wpcf7 input[type=color]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=file]::-ms-input-placeholder, .wpcf7 input[type=submit]::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .widget_categories select::-ms-input-placeholder, .widget_archive select::-ms-input-placeholder {
.form-control::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=search]::-ms-input-placeholder, .wpcf7 input[type=url]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=number]::-ms-input-placeholder, .wpcf7 input[type=range]::-ms-input-placeholder, .wpcf7 input[type=date]::-ms-input-placeholder, .wpcf7 input[type=month]::-ms-input-placeholder, .wpcf7 input[type=week]::-ms-input-placeholder, .wpcf7 input[type=time]::-ms-input-placeholder, .wpcf7 input[type=datetime]::-ms-input-placeholder, .wpcf7 input[type=datetime-local]::-ms-input-placeholder, .wpcf7 input[type=color]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=file]::-ms-input-placeholder, .wpcf7 input[type=submit]::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
@ -2096,8 +2092,7 @@ pre code {
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder, .widget_categories select::placeholder,
.widget_archive select::placeholder {
.wpcf7 textarea::placeholder {
color: #6c757d;
opacity: 1;
}
@ -2118,8 +2113,7 @@ pre code {
.wpcf7 input[type=file]:disabled,
.wpcf7 input[type=submit]:disabled,
.wpcf7 select:disabled,
.wpcf7 textarea:disabled, .widget_categories select:disabled,
.widget_archive select:disabled, .form-control[readonly], .wpcf7 [readonly].wpcf7-validation-errors, .wpcf7 input[readonly][type=text],
.wpcf7 textarea:disabled, .form-control[readonly], .wpcf7 [readonly].wpcf7-validation-errors, .wpcf7 input[readonly][type=text],
.wpcf7 input[readonly][type=search],
.wpcf7 input[readonly][type=url],
.wpcf7 input[readonly][type=tel],
@ -2136,8 +2130,7 @@ pre code {
.wpcf7 input[readonly][type=file],
.wpcf7 input[readonly][type=submit],
.wpcf7 select[readonly],
.wpcf7 textarea[readonly], .widget_categories select[readonly],
.widget_archive select[readonly] {
.wpcf7 textarea[readonly] {
background-color: #e9ecef;
opacity: 1;
}
@ -2156,14 +2149,12 @@ input[type=month].form-control,
}
select.form-control:-moz-focusring,
.wpcf7 select:-moz-focusring, .widget_categories select:-moz-focusring,
.widget_archive select:-moz-focusring {
.wpcf7 select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value,
.wpcf7 select:focus::-ms-value, .widget_categories select:focus::-ms-value,
.widget_archive select:focus::-ms-value {
.wpcf7 select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
@ -2230,10 +2221,8 @@ select.form-control:focus::-ms-value,
}
select.form-control[size],
.wpcf7 select[size], .widget_categories select[size],
.widget_archive select[size], select.form-control[multiple],
.wpcf7 select[multiple], .widget_categories select[multiple],
.widget_archive select[multiple] {
.wpcf7 select[size], select.form-control[multiple],
.wpcf7 select[multiple] {
height: auto;
}
@ -2367,9 +2356,7 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid,
.was-validated .widget_archive select:valid,
.widget_archive .was-validated select:valid, .form-control.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 .was-validated textarea:valid, .form-control.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
@ -2386,8 +2373,7 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid, .widget_categories select.is-valid,
.widget_archive select.is-valid {
.wpcf7 textarea.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
@ -2429,9 +2415,7 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.was-validated .wpcf7 select:valid:focus,
.wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated textarea:valid:focus, .was-validated .widget_categories select:valid:focus, .widget_categories .was-validated select:valid:focus,
.was-validated .widget_archive select:valid:focus,
.widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 .was-validated textarea:valid:focus, .form-control.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 input.is-valid[type=search]:focus,
.wpcf7 input.is-valid[type=url]:focus,
.wpcf7 input.is-valid[type=tel]:focus,
@ -2448,19 +2432,15 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 input.is-valid[type=file]:focus,
.wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.is-valid:focus, .widget_categories select.is-valid:focus,
.widget_archive select.is-valid:focus {
.wpcf7 textarea.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid,
.was-validated .widget_archive select:valid,
.widget_archive .was-validated select:valid, select.form-control.is-valid,
.wpcf7 select.is-valid, .widget_categories select.is-valid,
.widget_archive select.is-valid {
.wpcf7 .was-validated select:valid, select.form-control.is-valid,
.wpcf7 select.is-valid {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
@ -2585,9 +2565,7 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid,
.was-validated .widget_archive select:invalid,
.widget_archive .was-validated select:invalid, .form-control.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 .was-validated textarea:invalid, .form-control.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
@ -2604,8 +2582,7 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid, .widget_categories select.is-invalid,
.widget_archive select.is-invalid {
.wpcf7 textarea.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
@ -2647,9 +2624,7 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.was-validated .wpcf7 select:invalid:focus,
.wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated textarea:invalid:focus, .was-validated .widget_categories select:invalid:focus, .widget_categories .was-validated select:invalid:focus,
.was-validated .widget_archive select:invalid:focus,
.widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 input.is-invalid[type=tel]:focus,
@ -2666,19 +2641,15 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.is-invalid:focus, .widget_categories select.is-invalid:focus,
.widget_archive select.is-invalid:focus {
.wpcf7 textarea.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid,
.was-validated .widget_archive select:invalid,
.widget_archive .was-validated select:invalid, select.form-control.is-invalid,
.wpcf7 select.is-invalid, .widget_categories select.is-invalid,
.widget_archive select.is-invalid {
.wpcf7 .was-validated select:invalid, select.form-control.is-invalid,
.wpcf7 select.is-invalid {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
@ -2801,9 +2772,7 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.form-inline .wpcf7 select,
.wpcf7 .form-inline select,
.form-inline .wpcf7 textarea,
.wpcf7 .form-inline textarea, .form-inline .widget_categories select, .widget_categories .form-inline select,
.form-inline .widget_archive select,
.widget_archive .form-inline select {
.wpcf7 .form-inline textarea {
display: inline-block;
width: auto;
vertical-align: middle;
@ -3814,8 +3783,7 @@ input[type=button].btn-block {
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea, .widget_categories .input-group > select,
.widget_archive .input-group > select,
.wpcf7 .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
@ -4217,154 +4185,7 @@ input[type=button].btn-block {
.wpcf7 .input-group > input[type=file] + textarea,
.wpcf7 .input-group > input[type=submit] + textarea,
.wpcf7 .input-group > select + textarea,
.wpcf7 .input-group > textarea + textarea, .widget_categories .input-group > select + .form-control, .widget_categories .wpcf7 .input-group > select + .wpcf7-validation-errors, .wpcf7 .widget_categories .input-group > select + .wpcf7-validation-errors, .widget_categories .wpcf7 .input-group > select + input[type=text], .wpcf7 .widget_categories .input-group > select + input[type=text],
.widget_categories .wpcf7 .input-group > select + input[type=search],
.wpcf7 .widget_categories .input-group > select + input[type=search],
.widget_categories .wpcf7 .input-group > select + input[type=url],
.wpcf7 .widget_categories .input-group > select + input[type=url],
.widget_categories .wpcf7 .input-group > select + input[type=tel],
.wpcf7 .widget_categories .input-group > select + input[type=tel],
.widget_categories .wpcf7 .input-group > select + input[type=number],
.wpcf7 .widget_categories .input-group > select + input[type=number],
.widget_categories .wpcf7 .input-group > select + input[type=range],
.wpcf7 .widget_categories .input-group > select + input[type=range],
.widget_categories .wpcf7 .input-group > select + input[type=date],
.wpcf7 .widget_categories .input-group > select + input[type=date],
.widget_categories .wpcf7 .input-group > select + input[type=month],
.wpcf7 .widget_categories .input-group > select + input[type=month],
.widget_categories .wpcf7 .input-group > select + input[type=week],
.wpcf7 .widget_categories .input-group > select + input[type=week],
.widget_categories .wpcf7 .input-group > select + input[type=time],
.wpcf7 .widget_categories .input-group > select + input[type=time],
.widget_categories .wpcf7 .input-group > select + input[type=datetime],
.wpcf7 .widget_categories .input-group > select + input[type=datetime],
.widget_categories .wpcf7 .input-group > select + input[type=datetime-local],
.wpcf7 .widget_categories .input-group > select + input[type=datetime-local],
.widget_categories .wpcf7 .input-group > select + input[type=color],
.wpcf7 .widget_categories .input-group > select + input[type=color],
.widget_categories .wpcf7 .input-group > select + input[type=email],
.wpcf7 .widget_categories .input-group > select + input[type=email],
.widget_categories .wpcf7 .input-group > select + input[type=file],
.wpcf7 .widget_categories .input-group > select + input[type=file],
.widget_categories .wpcf7 .input-group > select + input[type=submit],
.wpcf7 .widget_categories .input-group > select + input[type=submit],
.widget_categories .wpcf7 .input-group > select + select,
.wpcf7 .widget_categories .input-group > select + select,
.widget_categories .wpcf7 .input-group > select + textarea,
.wpcf7 .widget_categories .input-group > select + textarea,
.widget_archive .input-group > select + .form-control,
.widget_archive .wpcf7 .input-group > select + .wpcf7-validation-errors,
.wpcf7 .widget_archive .input-group > select + .wpcf7-validation-errors,
.widget_archive .wpcf7 .input-group > select + input[type=text],
.wpcf7 .widget_archive .input-group > select + input[type=text],
.widget_archive .wpcf7 .input-group > select + input[type=search],
.wpcf7 .widget_archive .input-group > select + input[type=search],
.widget_archive .wpcf7 .input-group > select + input[type=url],
.wpcf7 .widget_archive .input-group > select + input[type=url],
.widget_archive .wpcf7 .input-group > select + input[type=tel],
.wpcf7 .widget_archive .input-group > select + input[type=tel],
.widget_archive .wpcf7 .input-group > select + input[type=number],
.wpcf7 .widget_archive .input-group > select + input[type=number],
.widget_archive .wpcf7 .input-group > select + input[type=range],
.wpcf7 .widget_archive .input-group > select + input[type=range],
.widget_archive .wpcf7 .input-group > select + input[type=date],
.wpcf7 .widget_archive .input-group > select + input[type=date],
.widget_archive .wpcf7 .input-group > select + input[type=month],
.wpcf7 .widget_archive .input-group > select + input[type=month],
.widget_archive .wpcf7 .input-group > select + input[type=week],
.wpcf7 .widget_archive .input-group > select + input[type=week],
.widget_archive .wpcf7 .input-group > select + input[type=time],
.wpcf7 .widget_archive .input-group > select + input[type=time],
.widget_archive .wpcf7 .input-group > select + input[type=datetime],
.wpcf7 .widget_archive .input-group > select + input[type=datetime],
.widget_archive .wpcf7 .input-group > select + input[type=datetime-local],
.wpcf7 .widget_archive .input-group > select + input[type=datetime-local],
.widget_archive .wpcf7 .input-group > select + input[type=color],
.wpcf7 .widget_archive .input-group > select + input[type=color],
.widget_archive .wpcf7 .input-group > select + input[type=email],
.wpcf7 .widget_archive .input-group > select + input[type=email],
.widget_archive .wpcf7 .input-group > select + input[type=file],
.wpcf7 .widget_archive .input-group > select + input[type=file],
.widget_archive .wpcf7 .input-group > select + input[type=submit],
.wpcf7 .widget_archive .input-group > select + input[type=submit],
.widget_archive .wpcf7 .input-group > select + select,
.wpcf7 .widget_archive .input-group > select + select,
.widget_archive .wpcf7 .input-group > select + textarea,
.wpcf7 .widget_archive .input-group > select + textarea, .widget_categories .input-group > .form-control + select, .widget_categories .wpcf7 .input-group > .wpcf7-validation-errors + select, .wpcf7 .widget_categories .input-group > .wpcf7-validation-errors + select, .widget_categories .wpcf7 .input-group > input[type=text] + select, .wpcf7 .widget_categories .input-group > input[type=text] + select,
.widget_categories .wpcf7 .input-group > input[type=search] + select,
.wpcf7 .widget_categories .input-group > input[type=search] + select,
.widget_categories .wpcf7 .input-group > input[type=url] + select,
.wpcf7 .widget_categories .input-group > input[type=url] + select,
.widget_categories .wpcf7 .input-group > input[type=tel] + select,
.wpcf7 .widget_categories .input-group > input[type=tel] + select,
.widget_categories .wpcf7 .input-group > input[type=number] + select,
.wpcf7 .widget_categories .input-group > input[type=number] + select,
.widget_categories .wpcf7 .input-group > input[type=range] + select,
.wpcf7 .widget_categories .input-group > input[type=range] + select,
.widget_categories .wpcf7 .input-group > input[type=date] + select,
.wpcf7 .widget_categories .input-group > input[type=date] + select,
.widget_categories .wpcf7 .input-group > input[type=month] + select,
.wpcf7 .widget_categories .input-group > input[type=month] + select,
.widget_categories .wpcf7 .input-group > input[type=week] + select,
.wpcf7 .widget_categories .input-group > input[type=week] + select,
.widget_categories .wpcf7 .input-group > input[type=time] + select,
.wpcf7 .widget_categories .input-group > input[type=time] + select,
.widget_categories .wpcf7 .input-group > input[type=datetime] + select,
.wpcf7 .widget_categories .input-group > input[type=datetime] + select,
.widget_categories .wpcf7 .input-group > input[type=datetime-local] + select,
.wpcf7 .widget_categories .input-group > input[type=datetime-local] + select,
.widget_categories .wpcf7 .input-group > input[type=color] + select,
.wpcf7 .widget_categories .input-group > input[type=color] + select,
.widget_categories .wpcf7 .input-group > input[type=email] + select,
.wpcf7 .widget_categories .input-group > input[type=email] + select,
.widget_categories .wpcf7 .input-group > input[type=file] + select,
.wpcf7 .widget_categories .input-group > input[type=file] + select,
.widget_categories .wpcf7 .input-group > input[type=submit] + select,
.wpcf7 .widget_categories .input-group > input[type=submit] + select,
.widget_categories .wpcf7 .input-group > select + select,
.wpcf7 .widget_categories .input-group > select + select,
.widget_categories .wpcf7 .input-group > textarea + select,
.wpcf7 .widget_categories .input-group > textarea + select, .widget_categories .input-group > select + select,
.widget_archive .input-group > .form-control + select,
.widget_archive .wpcf7 .input-group > .wpcf7-validation-errors + select,
.wpcf7 .widget_archive .input-group > .wpcf7-validation-errors + select,
.widget_archive .wpcf7 .input-group > input[type=text] + select,
.wpcf7 .widget_archive .input-group > input[type=text] + select,
.widget_archive .wpcf7 .input-group > input[type=search] + select,
.wpcf7 .widget_archive .input-group > input[type=search] + select,
.widget_archive .wpcf7 .input-group > input[type=url] + select,
.wpcf7 .widget_archive .input-group > input[type=url] + select,
.widget_archive .wpcf7 .input-group > input[type=tel] + select,
.wpcf7 .widget_archive .input-group > input[type=tel] + select,
.widget_archive .wpcf7 .input-group > input[type=number] + select,
.wpcf7 .widget_archive .input-group > input[type=number] + select,
.widget_archive .wpcf7 .input-group > input[type=range] + select,
.wpcf7 .widget_archive .input-group > input[type=range] + select,
.widget_archive .wpcf7 .input-group > input[type=date] + select,
.wpcf7 .widget_archive .input-group > input[type=date] + select,
.widget_archive .wpcf7 .input-group > input[type=month] + select,
.wpcf7 .widget_archive .input-group > input[type=month] + select,
.widget_archive .wpcf7 .input-group > input[type=week] + select,
.wpcf7 .widget_archive .input-group > input[type=week] + select,
.widget_archive .wpcf7 .input-group > input[type=time] + select,
.wpcf7 .widget_archive .input-group > input[type=time] + select,
.widget_archive .wpcf7 .input-group > input[type=datetime] + select,
.wpcf7 .widget_archive .input-group > input[type=datetime] + select,
.widget_archive .wpcf7 .input-group > input[type=datetime-local] + select,
.wpcf7 .widget_archive .input-group > input[type=datetime-local] + select,
.widget_archive .wpcf7 .input-group > input[type=color] + select,
.wpcf7 .widget_archive .input-group > input[type=color] + select,
.widget_archive .wpcf7 .input-group > input[type=email] + select,
.wpcf7 .widget_archive .input-group > input[type=email] + select,
.widget_archive .wpcf7 .input-group > input[type=file] + select,
.wpcf7 .widget_archive .input-group > input[type=file] + select,
.widget_archive .wpcf7 .input-group > input[type=submit] + select,
.wpcf7 .widget_archive .input-group > input[type=submit] + select,
.widget_archive .wpcf7 .input-group > select + select,
.wpcf7 .widget_archive .input-group > select + select,
.widget_archive .wpcf7 .input-group > textarea + select,
.wpcf7 .widget_archive .input-group > textarea + select,
.widget_archive .input-group > select + select,
.wpcf7 .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.wpcf7 .input-group > .wpcf7-validation-errors + .custom-select,
.wpcf7 .input-group > input[type=text] + .custom-select,
@ -4385,8 +4206,6 @@ input[type=button].btn-block {
.wpcf7 .input-group > input[type=submit] + .custom-select,
.wpcf7 .input-group > select + .custom-select,
.wpcf7 .input-group > textarea + .custom-select,
.widget_categories .input-group > select + .custom-select,
.widget_archive .input-group > select + .custom-select,
.input-group > .form-control + .custom-file,
.wpcf7 .input-group > .wpcf7-validation-errors + .custom-file,
.wpcf7 .input-group > input[type=text] + .custom-file,
@ -4407,8 +4226,6 @@ input[type=button].btn-block {
.wpcf7 .input-group > input[type=submit] + .custom-file,
.wpcf7 .input-group > select + .custom-file,
.wpcf7 .input-group > textarea + .custom-file,
.widget_categories .input-group > select + .custom-file,
.widget_archive .input-group > select + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.wpcf7 .input-group > .form-control-plaintext + .wpcf7-validation-errors,
.wpcf7 .input-group > .form-control-plaintext + input[type=text],
@ -4429,8 +4246,6 @@ input[type=button].btn-block {
.wpcf7 .input-group > .form-control-plaintext + input[type=submit],
.wpcf7 .input-group > .form-control-plaintext + select,
.wpcf7 .input-group > .form-control-plaintext + textarea,
.widget_categories .input-group > .form-control-plaintext + select,
.widget_archive .input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
@ -4453,8 +4268,6 @@ input[type=button].btn-block {
.wpcf7 .input-group > .custom-select + input[type=submit],
.wpcf7 .input-group > .custom-select + select,
.wpcf7 .input-group > .custom-select + textarea,
.widget_categories .input-group > .custom-select + select,
.widget_archive .input-group > .custom-select + select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
@ -4477,8 +4290,6 @@ input[type=button].btn-block {
.wpcf7 .input-group > .custom-file + input[type=submit],
.wpcf7 .input-group > .custom-file + select,
.wpcf7 .input-group > .custom-file + textarea,
.widget_categories .input-group > .custom-file + select,
.widget_archive .input-group > .custom-file + select,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
@ -4500,8 +4311,7 @@ input[type=button].btn-block {
.wpcf7 .input-group > input[type=file]:focus,
.wpcf7 .input-group > input[type=submit]:focus,
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea:focus, .widget_categories .input-group > select:focus,
.widget_archive .input-group > select:focus,
.wpcf7 .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
@ -4526,8 +4336,7 @@ input[type=button].btn-block {
.wpcf7 .input-group > input[type=file]:not(:first-child),
.wpcf7 .input-group > input[type=submit]:not(:first-child),
.wpcf7 .input-group > select:not(:first-child),
.wpcf7 .input-group > textarea:not(:first-child), .widget_categories .input-group > select:not(:first-child),
.widget_archive .input-group > select:not(:first-child),
.wpcf7 .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
@ -4563,8 +4372,7 @@ input[type=button].btn-block {
.wpcf7 .input-group:not(.has-validation) > input[type=file]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=submit]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > select:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > textarea:not(:last-child), .widget_categories .input-group:not(.has-validation) > select:not(:last-child),
.widget_archive .input-group:not(.has-validation) > select:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
@ -4588,8 +4396,7 @@ input[type=button].btn-block {
.wpcf7 .input-group.has-validation > input[type=file]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=submit]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > select:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > textarea:nth-last-child(n+3), .widget_categories .input-group.has-validation > select:nth-last-child(n+3),
.widget_archive .input-group.has-validation > select:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
@ -4747,8 +4554,7 @@ input[type=button].btn-block {
.wpcf7 .input-group-lg > input[type=file]:not(textarea),
.wpcf7 .input-group-lg > input[type=submit]:not(textarea),
.wpcf7 .input-group-lg > select:not(textarea),
.wpcf7 .input-group-lg > textarea:not(textarea), .widget_categories .input-group-lg > select:not(textarea),
.widget_archive .input-group-lg > select:not(textarea),
.wpcf7 .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px);
}
@ -4770,8 +4576,7 @@ input[type=button].btn-block {
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea, .widget_categories .input-group-lg > select,
.widget_archive .input-group-lg > select,
.wpcf7 .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
@ -4806,8 +4611,7 @@ input[type=button].btn-block {
.wpcf7 .input-group-sm > input[type=file]:not(textarea),
.wpcf7 .input-group-sm > input[type=submit]:not(textarea),
.wpcf7 .input-group-sm > select:not(textarea),
.wpcf7 .input-group-sm > textarea:not(textarea), .widget_categories .input-group-sm > select:not(textarea),
.widget_archive .input-group-sm > select:not(textarea),
.wpcf7 .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px);
}
@ -4829,8 +4633,7 @@ input[type=button].btn-block {
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea, .widget_categories .input-group-sm > select,
.widget_archive .input-group-sm > select,
.wpcf7 .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
@ -11238,6 +11041,38 @@ body {
display: block;
}
.widget_archive select {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.widget_archive select {
transition: none;
}
}
.widget_archive select::-ms-expand {
background-color: transparent;
border: 0;
}
.widget_archive select:focus {
color: #495057;
background-color: #fff;
border-color: #bfb3ff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(85, 51, 255, 0.25);
}
.entry-footer span {
padding-right: 10px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2010,8 +2010,7 @@ progress {
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .widget_categories select,
.widget_archive select {
.wpcf7 textarea {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
@ -2046,23 +2045,20 @@ progress {
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .widget_categories select,
.widget_archive select {
.wpcf7 textarea {
transition: none;
}
}
.form-control[type=file], .wpcf7 [type=file].wpcf7-validation-errors,
.wpcf7 input[type=file],
.wpcf7 select[type=file],
.wpcf7 textarea[type=file], .widget_categories select[type=file],
.widget_archive select[type=file] {
.wpcf7 textarea[type=file] {
overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .wpcf7 [type=file].wpcf7-validation-errors:not(:disabled):not([readonly]),
.wpcf7 input[type=file]:not(:disabled):not([readonly]),
.wpcf7 select[type=file]:not(:disabled):not([readonly]),
.wpcf7 textarea[type=file]:not(:disabled):not([readonly]), .widget_categories select[type=file]:not(:disabled):not([readonly]),
.widget_archive select[type=file]:not(:disabled):not([readonly]) {
.wpcf7 textarea[type=file]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=text]:focus,
@ -2082,8 +2078,7 @@ progress {
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus, .widget_categories select:focus,
.widget_archive select:focus {
.wpcf7 textarea:focus {
color: #212529;
background-color: #fff;
border-color: #aa99ff;
@ -2107,11 +2102,10 @@ progress {
.wpcf7 input[type=file]::-webkit-date-and-time-value,
.wpcf7 input[type=submit]::-webkit-date-and-time-value,
.wpcf7 select::-webkit-date-and-time-value,
.wpcf7 textarea::-webkit-date-and-time-value, .widget_categories select::-webkit-date-and-time-value,
.widget_archive select::-webkit-date-and-time-value {
.wpcf7 textarea::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .widget_categories select::-moz-placeholder, .widget_archive select::-moz-placeholder {
.form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
@ -2132,8 +2126,7 @@ progress {
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder, .widget_categories select::placeholder,
.widget_archive select::placeholder {
.wpcf7 textarea::placeholder {
color: #6c757d;
opacity: 1;
}
@ -2154,12 +2147,11 @@ progress {
.wpcf7 input[type=file]:disabled,
.wpcf7 input[type=submit]:disabled,
.wpcf7 select:disabled,
.wpcf7 textarea:disabled, .widget_categories select:disabled,
.widget_archive select:disabled {
.wpcf7 textarea:disabled {
background-color: #e9ecef;
opacity: 1;
}
.form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button, .wpcf7 input[type=search]::-webkit-file-upload-button, .wpcf7 input[type=url]::-webkit-file-upload-button, .wpcf7 input[type=tel]::-webkit-file-upload-button, .wpcf7 input[type=number]::-webkit-file-upload-button, .wpcf7 input[type=range]::-webkit-file-upload-button, .wpcf7 input[type=date]::-webkit-file-upload-button, .wpcf7 input[type=month]::-webkit-file-upload-button, .wpcf7 input[type=week]::-webkit-file-upload-button, .wpcf7 input[type=time]::-webkit-file-upload-button, .wpcf7 input[type=datetime]::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]::-webkit-file-upload-button, .wpcf7 input[type=color]::-webkit-file-upload-button, .wpcf7 input[type=email]::-webkit-file-upload-button, .wpcf7 input[type=file]::-webkit-file-upload-button, .wpcf7 input[type=submit]::-webkit-file-upload-button, .wpcf7 select::-webkit-file-upload-button, .wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button, .widget_archive select::-webkit-file-upload-button {
.form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button, .wpcf7 input[type=search]::-webkit-file-upload-button, .wpcf7 input[type=url]::-webkit-file-upload-button, .wpcf7 input[type=tel]::-webkit-file-upload-button, .wpcf7 input[type=number]::-webkit-file-upload-button, .wpcf7 input[type=range]::-webkit-file-upload-button, .wpcf7 input[type=date]::-webkit-file-upload-button, .wpcf7 input[type=month]::-webkit-file-upload-button, .wpcf7 input[type=week]::-webkit-file-upload-button, .wpcf7 input[type=time]::-webkit-file-upload-button, .wpcf7 input[type=datetime]::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]::-webkit-file-upload-button, .wpcf7 input[type=color]::-webkit-file-upload-button, .wpcf7 input[type=email]::-webkit-file-upload-button, .wpcf7 input[type=file]::-webkit-file-upload-button, .wpcf7 input[type=submit]::-webkit-file-upload-button, .wpcf7 select::-webkit-file-upload-button, .wpcf7 textarea::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
@ -2192,8 +2184,7 @@ progress {
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button, .widget_categories select::file-selector-button,
.widget_archive select::file-selector-button {
.wpcf7 textarea::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
@ -2209,7 +2200,7 @@ progress {
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button, .wpcf7 input[type=search]::-webkit-file-upload-button, .wpcf7 input[type=url]::-webkit-file-upload-button, .wpcf7 input[type=tel]::-webkit-file-upload-button, .wpcf7 input[type=number]::-webkit-file-upload-button, .wpcf7 input[type=range]::-webkit-file-upload-button, .wpcf7 input[type=date]::-webkit-file-upload-button, .wpcf7 input[type=month]::-webkit-file-upload-button, .wpcf7 input[type=week]::-webkit-file-upload-button, .wpcf7 input[type=time]::-webkit-file-upload-button, .wpcf7 input[type=datetime]::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]::-webkit-file-upload-button, .wpcf7 input[type=color]::-webkit-file-upload-button, .wpcf7 input[type=email]::-webkit-file-upload-button, .wpcf7 input[type=file]::-webkit-file-upload-button, .wpcf7 input[type=submit]::-webkit-file-upload-button, .wpcf7 select::-webkit-file-upload-button, .wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button, .widget_archive select::-webkit-file-upload-button {
.form-control::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button, .wpcf7 input[type=search]::-webkit-file-upload-button, .wpcf7 input[type=url]::-webkit-file-upload-button, .wpcf7 input[type=tel]::-webkit-file-upload-button, .wpcf7 input[type=number]::-webkit-file-upload-button, .wpcf7 input[type=range]::-webkit-file-upload-button, .wpcf7 input[type=date]::-webkit-file-upload-button, .wpcf7 input[type=month]::-webkit-file-upload-button, .wpcf7 input[type=week]::-webkit-file-upload-button, .wpcf7 input[type=time]::-webkit-file-upload-button, .wpcf7 input[type=datetime]::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]::-webkit-file-upload-button, .wpcf7 input[type=color]::-webkit-file-upload-button, .wpcf7 input[type=email]::-webkit-file-upload-button, .wpcf7 input[type=file]::-webkit-file-upload-button, .wpcf7 input[type=submit]::-webkit-file-upload-button, .wpcf7 select::-webkit-file-upload-button, .wpcf7 textarea::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
@ -2230,12 +2221,11 @@ progress {
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button, .widget_categories select::file-selector-button,
.widget_archive select::file-selector-button {
.wpcf7 textarea::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .widget_categories select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .widget_archive select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
@ -2255,8 +2245,7 @@ progress {
.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 select:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 textarea:hover:not(:disabled):not([readonly])::file-selector-button, .widget_categories select:hover:not(:disabled):not([readonly])::file-selector-button,
.widget_archive select:hover:not(:disabled):not([readonly])::file-selector-button {
.wpcf7 textarea:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
@ -2645,8 +2634,7 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea, .widget_categories .form-floating > select,
.widget_archive .form-floating > select,
.wpcf7 .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
@ -2690,12 +2678,11 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea, .widget_categories .form-floating > select,
.widget_archive .form-floating > select,
.wpcf7 .form-floating > textarea,
.form-floating > .form-control-plaintext {
padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .widget_categories .form-floating > select::-moz-placeholder, .widget_archive .form-floating > select::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
.form-floating > .form-control::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder,
@ -2715,12 +2702,11 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file]::placeholder,
.wpcf7 .form-floating > input[type=submit]::placeholder,
.wpcf7 .form-floating > select::placeholder,
.wpcf7 .form-floating > textarea::placeholder, .widget_categories .form-floating > select::placeholder,
.widget_archive .form-floating > select::placeholder,
.wpcf7 .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .widget_categories .form-floating > select:not(:-moz-placeholder-shown), .widget_archive .form-floating > select:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
.form-floating > .form-control:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
@ -2741,8 +2727,7 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file]:focus,
.wpcf7 .form-floating > input[type=submit]:focus,
.wpcf7 .form-floating > select:focus,
.wpcf7 .form-floating > textarea:focus, .widget_categories .form-floating > select:focus,
.widget_archive .form-floating > select:focus, .form-floating > .form-control:not(:placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:placeholder-shown),
.wpcf7 .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown),
@ -2759,8 +2744,7 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown),
.wpcf7 .form-floating > select:not(:placeholder-shown),
.wpcf7 .form-floating > textarea:not(:placeholder-shown), .widget_categories .form-floating > select:not(:placeholder-shown),
.widget_archive .form-floating > select:not(:placeholder-shown),
.wpcf7 .form-floating > textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
padding-top: 1.625rem;
@ -2783,8 +2767,7 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file]:-webkit-autofill,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill,
.wpcf7 .form-floating > select:-webkit-autofill,
.wpcf7 .form-floating > textarea:-webkit-autofill, .widget_categories .form-floating > select:-webkit-autofill,
.widget_archive .form-floating > select:-webkit-autofill,
.wpcf7 .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
@ -2793,7 +2776,7 @@ textarea.form-control-lg {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:-moz-placeholder-shown) ~ label {
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
@ -2814,8 +2797,7 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file]:focus ~ label,
.wpcf7 .form-floating > input[type=submit]:focus ~ label,
.wpcf7 .form-floating > select:focus ~ label,
.wpcf7 .form-floating > textarea:focus ~ label, .widget_categories .form-floating > select:focus ~ label,
.widget_archive .form-floating > select:focus ~ label,
.wpcf7 .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
@ -2836,8 +2818,6 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > select:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > textarea:not(:placeholder-shown) ~ label,
.widget_categories .form-floating > select:not(:placeholder-shown) ~ label,
.widget_archive .form-floating > select:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
@ -2860,8 +2840,7 @@ textarea.form-control-lg {
.wpcf7 .form-floating > input[type=file]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill ~ label,
.wpcf7 .form-floating > select:-webkit-autofill ~ label,
.wpcf7 .form-floating > textarea:-webkit-autofill ~ label, .widget_categories .form-floating > select:-webkit-autofill ~ label,
.widget_archive .form-floating > select:-webkit-autofill ~ label {
.wpcf7 .form-floating > textarea:-webkit-autofill ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
@ -2893,8 +2872,7 @@ textarea.form-control-lg {
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea, .widget_categories .input-group > select,
.widget_archive .input-group > select,
.wpcf7 .input-group > textarea,
.input-group > .form-select,
.input-group > .form-floating {
position: relative;
@ -2919,8 +2897,7 @@ textarea.form-control-lg {
.wpcf7 .input-group > input[type=file]:focus,
.wpcf7 .input-group > input[type=submit]:focus,
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea:focus, .widget_categories .input-group > select:focus,
.widget_archive .input-group > select:focus,
.wpcf7 .input-group > textarea:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
z-index: 5;
@ -2965,8 +2942,7 @@ textarea.form-control-lg {
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea, .widget_categories .input-group-lg > select,
.widget_archive .input-group-lg > select,
.wpcf7 .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
@ -2994,8 +2970,7 @@ textarea.form-control-lg {
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea, .widget_categories .input-group-sm > select,
.widget_archive .input-group-sm > select,
.wpcf7 .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
@ -3033,8 +3008,6 @@ textarea.form-control-lg {
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=submit],
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.wpcf7 .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.widget_categories .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.widget_archive .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
@ -3061,8 +3034,6 @@ textarea.form-control-lg {
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=submit],
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.wpcf7 .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.widget_categories .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.widget_archive .input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
@ -3089,8 +3060,7 @@ textarea.form-control-lg {
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=file],
.wpcf7 .input-group > .form-floating:not(:first-child) > input[type=submit],
.wpcf7 .input-group > .form-floating:not(:first-child) > select,
.wpcf7 .input-group > .form-floating:not(:first-child) > textarea, .widget_categories .input-group > .form-floating:not(:first-child) > select,
.widget_archive .input-group > .form-floating:not(:first-child) > select,
.wpcf7 .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
@ -3159,9 +3129,7 @@ textarea.form-control-lg {
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid,
.was-validated .widget_archive select:valid,
.widget_archive .was-validated select:valid, .form-control.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 .was-validated textarea:valid, .form-control.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
@ -3178,8 +3146,7 @@ textarea.form-control-lg {
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid, .widget_categories select.is-valid,
.widget_archive select.is-valid {
.wpcf7 textarea.is-valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
@ -3221,9 +3188,7 @@ textarea.form-control-lg {
.was-validated .wpcf7 select:valid:focus,
.wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated textarea:valid:focus, .was-validated .widget_categories select:valid:focus, .widget_categories .was-validated select:valid:focus,
.was-validated .widget_archive select:valid:focus,
.widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 .was-validated textarea:valid:focus, .form-control.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 input.is-valid[type=search]:focus,
.wpcf7 input.is-valid[type=url]:focus,
.wpcf7 input.is-valid[type=tel]:focus,
@ -3240,8 +3205,7 @@ textarea.form-control-lg {
.wpcf7 input.is-valid[type=file]:focus,
.wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.is-valid:focus, .widget_categories select.is-valid:focus,
.widget_archive select.is-valid:focus {
.wpcf7 textarea.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
@ -3323,9 +3287,7 @@ textarea.form-control-lg {
.was-validated .wpcf7 .input-group > select:not(:focus):valid,
.wpcf7 .was-validated .input-group > select:not(:focus):valid,
.was-validated .wpcf7 .input-group > textarea:not(:focus):valid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):valid, .was-validated .widget_categories .input-group > select:not(:focus):valid, .widget_categories .was-validated .input-group > select:not(:focus):valid,
.was-validated .widget_archive .input-group > select:not(:focus):valid,
.widget_archive .was-validated .input-group > select:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-valid, .wpcf7 .input-group > input[type=text]:not(:focus).is-valid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-valid, .wpcf7 .input-group > input[type=text]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=search]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=url]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=tel]:not(:focus).is-valid,
@ -3342,8 +3304,7 @@ textarea.form-control-lg {
.wpcf7 .input-group > input[type=file]:not(:focus).is-valid,
.wpcf7 .input-group > input[type=submit]:not(:focus).is-valid,
.wpcf7 .input-group > select:not(:focus).is-valid,
.wpcf7 .input-group > textarea:not(:focus).is-valid, .widget_categories .input-group > select:not(:focus).is-valid,
.widget_archive .input-group > select:not(:focus).is-valid,
.wpcf7 .input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
@ -3414,9 +3375,7 @@ textarea.form-control-lg {
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid,
.was-validated .widget_archive select:invalid,
.widget_archive .was-validated select:invalid, .form-control.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 .was-validated textarea:invalid, .form-control.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
@ -3433,8 +3392,7 @@ textarea.form-control-lg {
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid, .widget_categories select.is-invalid,
.widget_archive select.is-invalid {
.wpcf7 textarea.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
@ -3476,9 +3434,7 @@ textarea.form-control-lg {
.was-validated .wpcf7 select:invalid:focus,
.wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated textarea:invalid:focus, .was-validated .widget_categories select:invalid:focus, .widget_categories .was-validated select:invalid:focus,
.was-validated .widget_archive select:invalid:focus,
.widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 input.is-invalid[type=tel]:focus,
@ -3495,8 +3451,7 @@ textarea.form-control-lg {
.wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.is-invalid:focus, .widget_categories select.is-invalid:focus,
.widget_archive select.is-invalid:focus {
.wpcf7 textarea.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
@ -3578,9 +3533,7 @@ textarea.form-control-lg {
.was-validated .wpcf7 .input-group > select:not(:focus):invalid,
.wpcf7 .was-validated .input-group > select:not(:focus):invalid,
.was-validated .wpcf7 .input-group > textarea:not(:focus):invalid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):invalid, .was-validated .widget_categories .input-group > select:not(:focus):invalid, .widget_categories .was-validated .input-group > select:not(:focus):invalid,
.was-validated .widget_archive .input-group > select:not(:focus):invalid,
.widget_archive .was-validated .input-group > select:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-invalid, .wpcf7 .input-group > input[type=text]:not(:focus).is-invalid,
.wpcf7 .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .wpcf7 .input-group > .wpcf7-validation-errors:not(:focus).is-invalid, .wpcf7 .input-group > input[type=text]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=search]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=url]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=tel]:not(:focus).is-invalid,
@ -3597,8 +3550,7 @@ textarea.form-control-lg {
.wpcf7 .input-group > input[type=file]:not(:focus).is-invalid,
.wpcf7 .input-group > input[type=submit]:not(:focus).is-invalid,
.wpcf7 .input-group > select:not(:focus).is-invalid,
.wpcf7 .input-group > textarea:not(:focus).is-invalid, .widget_categories .input-group > select:not(:focus).is-invalid,
.widget_archive .input-group > select:not(:focus).is-invalid,
.wpcf7 .input-group > textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
@ -11787,6 +11739,42 @@ body {
display: block;
}
.widget_archive select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.widget_archive select {
transition: none;
}
}
.widget_archive select:focus {
border-color: #aa99ff;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
}
.widget_archive select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.entry-footer span {
padding-right: 10px;
}

File diff suppressed because one or more lines are too long

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
$theme_scripts = "/js/theme-bootstrap4{$suffix}.js";
}
$css_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_styles );
$css_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_styles ); // @phpstan-ignore-line -- file exists
wp_enqueue_style( 'understrap-styles', get_template_directory_uri() . $theme_styles, array(), $css_version );
// Fix that the offcanvas close icon is hidden behind the admin bar.
@ -37,7 +37,7 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
wp_enqueue_script( 'jquery' );
$js_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_scripts );
$js_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_scripts ); // @phpstan-ignore-line -- file exists
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . $theme_scripts, array(), $js_version, true );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );

View File

@ -36,13 +36,13 @@ if ( ! function_exists( 'understrap_add_site_info' ) ) {
sprintf(
/* translators: 1: Theme name, 2: Theme author */
esc_html__( 'Theme: %1$s by %2$s.', 'understrap' ),
$the_theme->get( 'Name' ),
$the_theme->get( 'Name' ), // @phpstan-ignore-line -- theme exists
'<a href="' . esc_url( __( 'https://understrap.com', 'understrap' ) ) . '">understrap.com</a>'
),
sprintf(
/* translators: Theme version */
esc_html__( 'Version: %s', 'understrap' ),
$the_theme->get( 'Version' )
$the_theme->get( 'Version' ) // @phpstan-ignore-line -- theme exists
)
);

View File

@ -322,6 +322,20 @@ if ( ! function_exists( 'understrap_link_pages' ) ) {
}
}
if ( ! function_exists( 'understrap_get_select_control_class' ) ) {
/**
* Retrieves the Bootstrap CSS class for the select tag.
*
* @return string Bootstrap CSS class for the select tag.
*/
function understrap_get_select_control_class() {
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
return 'form-control';
}
return 'form-select';
}
}
if ( ! function_exists( 'understrap_get_list_item_separator' ) ) {
/**
* Retrieves the localized list item separator.

View File

@ -8,6 +8,78 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
if ( ! function_exists( 'understrap_add_widget_categories_class' ) ) {
/**
* Adds Bootstrap class to select tag in the Categories widget.
*
* @param array $cat_args An array of Categories widget drop-down arguments.
* @return array The filtered array of Categories widget drop-down arguments.
*/
function understrap_add_widget_categories_class( $cat_args ) {
if ( isset( $cat_args['class'] ) ) {
$cat_args['class'] .= ' ' . understrap_get_select_control_class();
} else {
$cat_args['class'] = understrap_get_select_control_class();
}
return $cat_args;
}
}
add_filter( 'widget_categories_dropdown_args', 'understrap_add_widget_categories_class' );
if ( ! function_exists( 'understrap_add_block_widget_categories_class' ) ) {
/**
* Adds Bootstrap class to select tag in the Categories block widget.
*
* @param string $output The taxonomy drop-down HTML output.
* @param array $parsed_args Arguments used to build the drop-down.
* @return string The filtered taxonomy drop-down HTML output.
*/
function understrap_add_block_widget_categories_class( $output, $parsed_args ) {
$class = understrap_get_select_control_class();
if ( isset( $parsed_args['class'] ) && ! empty( $parsed_args['class'] ) ) {
$search = array(
"class=\"{$parsed_args['class']}\"",
"class='{$parsed_args['class']}'",
);
$replace = array(
"class=\"{$parsed_args['class']} {$class}\"",
"class=\"{$parsed_args['class']} {$class}\"",
);
} else {
$search = '<select';
$replace = "<select class=\"{$class}\"";
}
return str_replace( $search, $replace, $output );
}
}
add_filter( 'wp_dropdown_cats', 'understrap_add_block_widget_categories_class', 10, 2 );
if ( ! function_exists( 'understrap_add_block_widget_archives_classes' ) ) {
/**
* Adds Bootstrap class to select tag in the Categories widget.
*
* @param string $block_content The block content.
* @param array $block The full block, including name and attributes.
* @return string The filtered block content.
*/
function understrap_add_block_widget_archives_classes( $block_content, $block ) {
if ( isset( $block['attrs']['displayAsDropdown'] ) && true === $block['attrs']['displayAsDropdown'] ) {
return str_replace(
'<select',
'<select class="' . understrap_get_select_control_class() . '"',
$block_content
);
}
return $block_content;
}
}
add_filter( 'render_block_core/archives', 'understrap_add_block_widget_archives_classes', 10, 2 );
if ( ! function_exists( 'understrap_add_block_widget_search_classes' ) ) {
/**
* Adds Bootstrap classes to search block widget.

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
*/

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
*/

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
*/

File diff suppressed because one or more lines are too long

2
js/theme.min.js vendored
View File

@ -1,5 +1,5 @@
/*!
* Understrap v1.1.0 (https://understrap.com)
* Understrap v1.2.0-beta1 (https://understrap.com)
* Copyright 2013-2022 The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)
* Licensed under GPL (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
*/

File diff suppressed because one or more lines are too long

307
package-lock.json generated
View File

@ -1,16 +1,16 @@
{
"name": "understrap",
"version": "1.1.0",
"version": "1.2.0-beta1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "understrap",
"version": "1.1.0",
"license": "GPL-2.0",
"version": "1.2.0-beta1",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
@ -22,13 +22,13 @@
"bootstrap4": "npm:bootstrap@^4.6.2",
"browser-sync": "^2.27.10",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001412",
"caniuse-lite": "^1.0.30001414",
"clean-css-cli": "^5.6.1",
"font-awesome": "^4.7.0",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^2.79.1",
@ -65,30 +65,30 @@
}
},
"node_modules/@babel/compat-data": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz",
"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.3.tgz",
"integrity": "sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==",
"dev": true,
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.1.tgz",
"integrity": "sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.3.tgz",
"integrity": "sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.19.0",
"@babel/helper-compilation-targets": "^7.19.1",
"@babel/generator": "^7.19.3",
"@babel/helper-compilation-targets": "^7.19.3",
"@babel/helper-module-transforms": "^7.19.0",
"@babel/helpers": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/parser": "^7.19.3",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.19.1",
"@babel/types": "^7.19.0",
"@babel/traverse": "^7.19.3",
"@babel/types": "^7.19.3",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@ -104,12 +104,12 @@
}
},
"node_modules/@babel/generator": {
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.19.0.tgz",
"integrity": "sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.19.3.tgz",
"integrity": "sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==",
"dev": true,
"dependencies": {
"@babel/types": "^7.19.0",
"@babel/types": "^7.19.3",
"@jridgewell/gen-mapping": "^0.3.2",
"jsesc": "^2.5.1"
},
@ -157,12 +157,12 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz",
"integrity": "sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz",
"integrity": "sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==",
"dev": true,
"dependencies": {
"@babel/compat-data": "^7.19.1",
"@babel/compat-data": "^7.19.3",
"@babel/helper-validator-option": "^7.18.6",
"browserslist": "^4.21.3",
"semver": "^6.3.0"
@ -479,9 +479,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.1.tgz",
"integrity": "sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.3.tgz",
"integrity": "sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==",
"dev": true,
"bin": {
"parser": "bin/babel-parser.js"
@ -1473,13 +1473,13 @@
}
},
"node_modules/@babel/preset-env": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.1.tgz",
"integrity": "sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.3.tgz",
"integrity": "sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==",
"dev": true,
"dependencies": {
"@babel/compat-data": "^7.19.1",
"@babel/helper-compilation-targets": "^7.19.1",
"@babel/compat-data": "^7.19.3",
"@babel/helper-compilation-targets": "^7.19.3",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/helper-validator-option": "^7.18.6",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
@ -1547,7 +1547,7 @@
"@babel/plugin-transform-unicode-escapes": "^7.18.10",
"@babel/plugin-transform-unicode-regex": "^7.18.6",
"@babel/preset-modules": "^0.1.5",
"@babel/types": "^7.19.0",
"@babel/types": "^7.19.3",
"babel-plugin-polyfill-corejs2": "^0.3.3",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"babel-plugin-polyfill-regenerator": "^0.4.1",
@ -1604,19 +1604,19 @@
}
},
"node_modules/@babel/traverse": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.1.tgz",
"integrity": "sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.3.tgz",
"integrity": "sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==",
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.19.0",
"@babel/generator": "^7.19.3",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.19.0",
"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.19.1",
"@babel/types": "^7.19.0",
"@babel/parser": "^7.19.3",
"@babel/types": "^7.19.3",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
@ -1625,13 +1625,13 @@
}
},
"node_modules/@babel/types": {
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz",
"integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.3.tgz",
"integrity": "sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==",
"dev": true,
"dependencies": {
"@babel/helper-string-parser": "^7.18.10",
"@babel/helper-validator-identifier": "^7.18.6",
"@babel/helper-validator-identifier": "^7.19.1",
"to-fast-properties": "^2.0.0"
},
"engines": {
@ -1907,9 +1907,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.7.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.21.tgz",
"integrity": "sha512-rLFzK5bhM0YPyCoTC8bolBjMk7bwnZ8qeZUBslBfjZQou2ssJdWslx9CZ8DGM+Dx7QXQiiTVZ/6QO6kwtHkZCA==",
"version": "18.8.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.0.tgz",
"integrity": "sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==",
"dev": true
},
"node_modules/@types/resolve": {
@ -2341,9 +2341,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001412",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001412.tgz",
"integrity": "sha512-+TeEIee1gS5bYOiuf+PS/kp2mrXic37Hl66VY6EAfxasIk5fELTktK2oOezYed12H8w7jt3s512PpulQidPjwA==",
"version": "1.0.30001414",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001414.tgz",
"integrity": "sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg==",
"dev": true,
"funding": [
{
@ -2428,14 +2428,17 @@
}
},
"node_modules/cliui": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
"dev": true,
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/color-convert": {
@ -2532,9 +2535,9 @@
}
},
"node_modules/core-js-compat": {
"version": "3.25.3",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.3.tgz",
"integrity": "sha512-xVtYpJQ5grszDHEUU9O7XbjjcZ0ccX3LgQsyqSvTnjX97ZqEgn9F5srmrwwwMtbKzDllyFPL+O+2OFMl1lU4TQ==",
"version": "3.25.4",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.4.tgz",
"integrity": "sha512-gCEcIEEqCR6230WroNunK/653CWKhqyCKJ9b+uESqOt/WFJA8B4lTnnQFdpYY5vmBcwJAA90Bo5vXs+CVsf6iA==",
"dev": true,
"dependencies": {
"browserslist": "^4.21.4"
@ -2709,9 +2712,9 @@
"dev": true
},
"node_modules/electron-to-chromium": {
"version": "1.4.262",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.262.tgz",
"integrity": "sha512-Ckn5haqmGh/xS8IbcgK3dnwAVnhDyo/WQnklWn6yaMucYTq7NNxwlGE8ElzEOnonzRLzUCo2Ot3vUb2GYUF2Hw==",
"version": "1.4.270",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.270.tgz",
"integrity": "sha512-KNhIzgLiJmDDC444dj9vEOpZEgsV96ult9Iff98Vanumn+ShJHd5se8aX6KeVxdc0YQeqdrezBZv89rleDbvSg==",
"dev": true
},
"node_modules/emoji-regex": {
@ -3786,6 +3789,17 @@
"node": ">=8.3.0"
}
},
"node_modules/localtunnel/node_modules/cliui": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
"dev": true,
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^7.0.0"
}
},
"node_modules/localtunnel/node_modules/debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
@ -4320,9 +4334,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.16",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
"version": "8.4.17",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
"integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
"dev": true,
"funding": [
{
@ -5538,9 +5552,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -5826,21 +5840,21 @@
}
},
"node_modules/yaml": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz",
"integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.2.tgz",
"integrity": "sha512-VSdf2/K3FqAetooKQv45Hcu6sA00aDgWZeGcG6V9IYJnVLTnb6988Tie79K5nx2vK7cEpf+yW8Oy+7iPAbdiHA==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
"node_modules/yargs": {
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
"version": "17.6.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.0.tgz",
"integrity": "sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==",
"dev": true,
"dependencies": {
"cliui": "^7.0.2",
"cliui": "^8.0.1",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
@ -5883,27 +5897,27 @@
}
},
"@babel/compat-data": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz",
"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.3.tgz",
"integrity": "sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==",
"dev": true
},
"@babel/core": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.1.tgz",
"integrity": "sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.3.tgz",
"integrity": "sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==",
"dev": true,
"requires": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.19.0",
"@babel/helper-compilation-targets": "^7.19.1",
"@babel/generator": "^7.19.3",
"@babel/helper-compilation-targets": "^7.19.3",
"@babel/helper-module-transforms": "^7.19.0",
"@babel/helpers": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/parser": "^7.19.3",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.19.1",
"@babel/types": "^7.19.0",
"@babel/traverse": "^7.19.3",
"@babel/types": "^7.19.3",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@ -5912,12 +5926,12 @@
}
},
"@babel/generator": {
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.19.0.tgz",
"integrity": "sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.19.3.tgz",
"integrity": "sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==",
"dev": true,
"requires": {
"@babel/types": "^7.19.0",
"@babel/types": "^7.19.3",
"@jridgewell/gen-mapping": "^0.3.2",
"jsesc": "^2.5.1"
},
@ -5955,12 +5969,12 @@
}
},
"@babel/helper-compilation-targets": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz",
"integrity": "sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz",
"integrity": "sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==",
"dev": true,
"requires": {
"@babel/compat-data": "^7.19.1",
"@babel/compat-data": "^7.19.3",
"@babel/helper-validator-option": "^7.18.6",
"browserslist": "^4.21.3",
"semver": "^6.3.0"
@ -6193,9 +6207,9 @@
}
},
"@babel/parser": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.1.tgz",
"integrity": "sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.3.tgz",
"integrity": "sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==",
"dev": true
},
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
@ -6830,13 +6844,13 @@
}
},
"@babel/preset-env": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.1.tgz",
"integrity": "sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.3.tgz",
"integrity": "sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==",
"dev": true,
"requires": {
"@babel/compat-data": "^7.19.1",
"@babel/helper-compilation-targets": "^7.19.1",
"@babel/compat-data": "^7.19.3",
"@babel/helper-compilation-targets": "^7.19.3",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/helper-validator-option": "^7.18.6",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
@ -6904,7 +6918,7 @@
"@babel/plugin-transform-unicode-escapes": "^7.18.10",
"@babel/plugin-transform-unicode-regex": "^7.18.6",
"@babel/preset-modules": "^0.1.5",
"@babel/types": "^7.19.0",
"@babel/types": "^7.19.3",
"babel-plugin-polyfill-corejs2": "^0.3.3",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"babel-plugin-polyfill-regenerator": "^0.4.1",
@ -6946,31 +6960,31 @@
}
},
"@babel/traverse": {
"version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.1.tgz",
"integrity": "sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.3.tgz",
"integrity": "sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.19.0",
"@babel/generator": "^7.19.3",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.19.0",
"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.19.1",
"@babel/types": "^7.19.0",
"@babel/parser": "^7.19.3",
"@babel/types": "^7.19.3",
"debug": "^4.1.0",
"globals": "^11.1.0"
}
},
"@babel/types": {
"version": "7.19.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz",
"integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==",
"version": "7.19.3",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.3.tgz",
"integrity": "sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==",
"dev": true,
"requires": {
"@babel/helper-string-parser": "^7.18.10",
"@babel/helper-validator-identifier": "^7.18.6",
"@babel/helper-validator-identifier": "^7.19.1",
"to-fast-properties": "^2.0.0"
}
},
@ -7177,9 +7191,9 @@
"dev": true
},
"@types/node": {
"version": "18.7.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.21.tgz",
"integrity": "sha512-rLFzK5bhM0YPyCoTC8bolBjMk7bwnZ8qeZUBslBfjZQou2ssJdWslx9CZ8DGM+Dx7QXQiiTVZ/6QO6kwtHkZCA==",
"version": "18.8.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.0.tgz",
"integrity": "sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==",
"dev": true
},
"@types/resolve": {
@ -7490,9 +7504,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30001412",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001412.tgz",
"integrity": "sha512-+TeEIee1gS5bYOiuf+PS/kp2mrXic37Hl66VY6EAfxasIk5fELTktK2oOezYed12H8w7jt3s512PpulQidPjwA==",
"version": "1.0.30001414",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001414.tgz",
"integrity": "sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg==",
"dev": true
},
"chalk": {
@ -7544,13 +7558,13 @@
}
},
"cliui": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
"dev": true,
"requires": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
}
},
@ -7638,9 +7652,9 @@
"dev": true
},
"core-js-compat": {
"version": "3.25.3",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.3.tgz",
"integrity": "sha512-xVtYpJQ5grszDHEUU9O7XbjjcZ0ccX3LgQsyqSvTnjX97ZqEgn9F5srmrwwwMtbKzDllyFPL+O+2OFMl1lU4TQ==",
"version": "3.25.4",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.4.tgz",
"integrity": "sha512-gCEcIEEqCR6230WroNunK/653CWKhqyCKJ9b+uESqOt/WFJA8B4lTnnQFdpYY5vmBcwJAA90Bo5vXs+CVsf6iA==",
"dev": true,
"requires": {
"browserslist": "^4.21.4"
@ -7766,9 +7780,9 @@
"dev": true
},
"electron-to-chromium": {
"version": "1.4.262",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.262.tgz",
"integrity": "sha512-Ckn5haqmGh/xS8IbcgK3dnwAVnhDyo/WQnklWn6yaMucYTq7NNxwlGE8ElzEOnonzRLzUCo2Ot3vUb2GYUF2Hw==",
"version": "1.4.270",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.270.tgz",
"integrity": "sha512-KNhIzgLiJmDDC444dj9vEOpZEgsV96ult9Iff98Vanumn+ShJHd5se8aX6KeVxdc0YQeqdrezBZv89rleDbvSg==",
"dev": true
},
"emoji-regex": {
@ -8565,6 +8579,17 @@
"yargs": "17.1.1"
},
"dependencies": {
"cliui": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
"dev": true,
"requires": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^7.0.0"
}
},
"debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
@ -8959,9 +8984,9 @@
}
},
"postcss": {
"version": "8.4.16",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
"version": "8.4.17",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
"integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
"dev": true,
"requires": {
"nanoid": "^3.3.4",
@ -9889,9 +9914,9 @@
}
},
"typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true
},
"ua-parser-js": {
@ -10075,18 +10100,18 @@
"dev": true
},
"yaml": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz",
"integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.2.tgz",
"integrity": "sha512-VSdf2/K3FqAetooKQv45Hcu6sA00aDgWZeGcG6V9IYJnVLTnb6988Tie79K5nx2vK7cEpf+yW8Oy+7iPAbdiHA==",
"dev": true
},
"yargs": {
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
"version": "17.6.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.0.tgz",
"integrity": "sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==",
"dev": true,
"requires": {
"cliui": "^7.0.2",
"cliui": "^8.0.1",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "1.1.0",
"version": "1.2.0-beta1",
"description": "WordPress Theme framework",
"main": "index.js",
"scripts": {
@ -46,14 +46,14 @@
"underscores"
],
"author": "The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)",
"license": "GPL-2.0",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/understrap/understrap/issues"
},
"homepage": "https://understrap.com",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
@ -65,13 +65,13 @@
"bootstrap4": "npm:bootstrap@^4.6.2",
"browser-sync": "^2.27.10",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001412",
"caniuse-lite": "^1.0.30001414",
"clean-css-cli": "^5.6.1",
"font-awesome": "^4.7.0",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
"rollup": "^2.79.1",

View File

@ -70,11 +70,31 @@ parameters:
count: 1
path: inc/theme-settings.php
-
message: "#^Function understrap_add_block_widget_archives_classes\\(\\) has parameter \\$block with no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_add_block_widget_categories_class\\(\\) has parameter \\$parsed_args with no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_add_block_widget_search_classes\\(\\) has parameter \\$block with no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_add_widget_categories_class\\(\\) has parameter \\$cat_args with no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_add_widget_categories_class\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_hero_active_carousel_item\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1

View File

@ -16,7 +16,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- ******************* The Footer Full-width Widget Area ******************* -->
<div class="wrapper" id="wrapper-footer-full" role="footer">
<div class="wrapper" id="wrapper-footer-full" role="complementary">
<div class="<?php echo esc_attr( $container ); ?>" id="footer-full-content" tabindex="-1">

View File

@ -58,10 +58,78 @@ body {
display: block;
}
.widget_categories,
.widget_archive {
select {
@extend .form-control;
display: block;
width: 100%;
@if variable-exists("bootstrap4") { // replicates relevant parts of .form-control
height: $input-height;
padding: $input-padding-y $input-padding-x;
font-family: $input-font-family;
@include font-size($input-font-size);
font-weight: $input-font-weight;
line-height: $input-line-height;
color: $input-color;
background-color: $input-bg;
background-clip: padding-box;
border: $input-border-width solid $input-border-color;
// Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
@include border-radius($input-border-radius, 0);
@include box-shadow($input-box-shadow);
@include transition($input-transition);
// Unstyle the caret on `<select>`s in IE10+.
&::-ms-expand {
background-color: transparent;
border: 0;
}
// Customize the `:focus` state to imitate native WebKit styles.
@include form-control-focus($ignore-warning: true);
} @else { // replicates relevant parts of .form-select
padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
-moz-padding-start: subtract($form-select-padding-x, 3px);
font-family: $form-select-font-family;
@include font-size($form-select-font-size);
font-weight: $form-select-font-weight;
line-height: $form-select-line-height;
color: $form-select-color;
background-color: $form-select-bg;
background-image: escape-svg($form-select-indicator);
background-repeat: no-repeat;
background-position: $form-select-bg-position;
background-size: $form-select-bg-size;
border: $form-select-border-width solid $form-select-border-color;
@include border-radius($form-select-border-radius, 0);
@include box-shadow($form-select-box-shadow);
@include transition($form-select-transition);
appearance: none;
&:focus {
border-color: $form-select-focus-border-color;
outline: 0;
@if $enable-shadows {
@include box-shadow($form-select-box-shadow, $form-select-focus-box-shadow);
} @else {
// Avoid using mixin so we can pass custom focus shadow properly
box-shadow: $form-select-focus-box-shadow;
}
}
// Remove outline from select box in FF
&:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 $form-select-color;
}
}
}
}

View File

@ -5,9 +5,9 @@ Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.1.0
Version: 1.2.0-beta1
Requires at least: 5.0
Tested up to: 5.8.1
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html