Version Description
Release Date: May 13th, 2020
Despite weeks and weeks of testing Yoast SEO 14.0, there were still some people running into issues. In Yoast SEO 14.1, were improving things to help stabilize the plugin. Read more about those changes in our release post!
Bugfixes:
- Fixes a bug where the help text about Yoast Columns would be shown in the Help Tab on post overviews when there were no Yoast Columns. Additionally, the help text has been refined to only show information about columns that are actually shown. Props to glebkema.
- Fixes a bug where an empty breadcrumb would be output when a taxonomy was set to have a post type archive in its breadcrumb when that post type didn't have an archive.
- Fixes a bug where a part of the breadcrumb path was missing on search result pages.
- Fixes a bug where an error would be thrown and indexing could not be completed due to posts or terms having themselves as a parent or grandparent.
- Fixes a bug where the SEO data was unnecessarily being indexed when a non-public term or taxonomy was being saved.
- Fixes a bug where the SEO data of an object would be indexed twice during the indexing process when it was an ancestor of another object in the same REST request.
- Fixes a bug where huge log files would be generated if PHP was configured to also log the arguments in debug backtraces.
- Fixes a bug where indexing would continue even though it had already indexed all objects.
- Fixes a bug where term indexing would keep going on forever due to plugin conflicts.
- Fixes a bug where primary terms of a custom taxonomy where not being reflected in the breadcrumb.
- Fixes a bug where the URL in the schema breadcrumbs of search pages would be missing.
- Fixes a bug where the
wpseo_remove_reply_to_com
filter was not working. - Fixes a bug where no metadata would be output on the frontend when the tables necessary for the indexables could not be created
- Fixes a bug where the indexing notification would be shown on the WordPress updates page when updating themes or plugins.
- Fixes a bug where the
yoast index --network
WP CLI command would throw an error when the database migrations for one or more subsites on a multisite environment had not been run yet. - Fixes a bug where no or incorrect breadcrumbs where shown for 404 pages, author archives and date archives. Props to amitsidhpura.
Enhancements:
- Moves the text link counter notification from the SEO Dashboard to the WordPress' Site Health.
- Makes the "You're blocking access to robots" notification site-wide.
- Improves the copy for the "cannot fetch" response of the Ryte health check.
- Removes the notification containing the message that you should check your post type archive settings when these are possibly reset to their defaults in Yoast SEO 7.7 or 7.8.
- Reimplements the Advanced Settings tab in React.
- Improves the ordering of items in XML sitemaps to match SQL standards. Props to rafaelbernard.
- Improves the transition word assessment for Hungarian. Props to @Zsoru.
- Adds the
--reindex
flag to the indexables WP CLI command to remove all existing indexables and then reindex all content. - Adds the
wpseo_robots_array
filter to enable the filtering of the robots array used for the robots meta tag output. - Adds the
wpseo_shutdown_indexation_limit
filter to enable the filtering of the number of objects that can remain unindexed. These remaining objects will automatically be indexed without needing any user interaction as a shutdown function. - Adds debug information to the error that is shown when Yoast SEO was unable to create the necessary database tables.
- Optimizes finding attachments by URL. This addresses a primary cause of higher server load issues occurring since 14.0.
- Adds a warning to the metabox that is shown when a user enters a focus keyphrase that contains more than 191 characters.
- Makes the copy of the indexing setting in the advanced tab consistent between all contexts (post, page, category, etc.).
- Adds the
term_id
for terms in the object that can be filtered with thewpseo_breadcrumb_links
andwpseo_breadcrumb_single_link_info
filters. Props to amitsidhpura. - Adds a time estimation to the indexing notification based on the amount of objects that need to be indexed.
- Adds a button to the indexing notification to hide it for a week when more than 2500 objects need to be indexed.
- Improves the notification that is shown when there were problems creating the necessary database tables.
Other
- Deletes the unnecessarily created indexables of private taxonomies.
Download this release
Release Info
Developer | Yoast |
Plugin | ![]() |
Version | 14.1 |
Comparing to | |
See all releases |
Code changes from version 14.0.4 to 14.1
- admin/ajax.php +17 -1
- admin/class-admin-asset-dev-server-location.php +1 -1
- admin/class-admin-asset-manager.php +15 -15
- admin/class-admin-init.php +79 -119
- admin/class-admin.php +1 -8
- admin/class-gutenberg-compatibility.php +2 -2
- admin/class-yoast-columns.php +74 -10
- admin/class-yoast-form.php +6 -6
- admin/class-yoast-input-validation.php +1 -1
- admin/class-yoast-notification-center.php +1 -1
- admin/class-yoast-notification.php +2 -2
- admin/{class-yoast-alerts.php → class-yoast-notifications.php} +114 -44
- admin/formatter/class-metabox-formatter.php +3 -3
- admin/import/plugins/class-import-greg-high-performance-seo.php +0 -1
- admin/import/plugins/class-import-jetpack.php +0 -1
- admin/import/plugins/class-import-ultimate-seo.php +0 -1
- admin/links/class-link-table-accessible-notifier.php +0 -68
- admin/metabox/class-metabox.php +10 -22
- admin/notifiers/class-post-type-archive-notification-handler.php +0 -190
- admin/pages/tools.php +1 -2
- admin/roles/class-abstract-role-manager.php +4 -5
- admin/ryte/class-ryte.php +1 -1
- admin/services/class-indexable.php +0 -1
- admin/taxonomy/class-taxonomy-metabox.php +1 -12
- admin/taxonomy/class-taxonomy-settings-fields.php +9 -74
- admin/taxonomy/class-taxonomy.php +24 -12
- admin/views/{partial-alerts-errors.php → partial-notifications-errors.php} +5 -5
- admin/views/{partial-alerts-template.php → partial-notifications-template.php} +16 -16
- admin/views/{partial-alerts-warnings.php → partial-notifications-warnings.php} +7 -7
- admin/views/tabs/dashboard/dashboard.php +5 -5
- admin/views/tabs/metas/archives.php +2 -2
- admin/views/tabs/metas/breadcrumbs.php +1 -1
- admin/views/tabs/metas/general.php +1 -1
- admin/views/tabs/metas/media.php +1 -1
- admin/views/tabs/metas/paper-content/general-content.php +4 -4
- admin/views/tabs/metas/paper-content/media-content.php +12 -9
- admin/views/tabs/metas/paper-content/post-type-content.php +2 -2
- admin/views/tabs/metas/post-types.php +1 -1
- admin/views/tabs/metas/rss.php +1 -1
- admin/views/tabs/metas/taxonomies.php +2 -2
- config/dependency-injection/custom-loader.php +1 -1
- config/dependency-injection/loader-pass.php +1 -1
- css/dist/admin-global-1404-rtl.css +0 -1
- css/dist/admin-global-1404.css +0 -1
- css/dist/admin-global-1410-rtl.css +1 -0
- css/dist/admin-global-1410.css +1 -0
- css/dist/{adminbar-1404-rtl.css → adminbar-1410-rtl.css} +0 -0
- css/dist/{adminbar-1404.css → adminbar-1410.css} +0 -0
- css/dist/alerts-1404-rtl.css +0 -1
- css/dist/alerts-1404.css +0 -1
- css/dist/alerts-1410-rtl.css +1 -0
- css/dist/alerts-1410.css +1 -0
- css/dist/{dashboard-1404-rtl.css → dashboard-1410-rtl.css} +0 -0
- css/dist/{dashboard-1404.css → dashboard-1410.css} +0 -0
- css/dist/{edit-page-1404-rtl.css → edit-page-1410-rtl.css} +0 -0
- css/dist/{edit-page-1404.css → edit-page-1410.css} +0 -0
- css/dist/{featured-image-1404-rtl.css → featured-image-1410-rtl.css} +0 -0
- css/dist/{featured-image-1404.css → featured-image-1410.css} +0 -0
- css/dist/{filter-explanation-1404-rtl.css → filter-explanation-1410-rtl.css} +0 -0
- css/dist/{filter-explanation-1404.css → filter-explanation-1410.css} +0 -0
- css/dist/icons-1410-rtl.css +1 -0
- css/dist/icons-1410.css +1 -0
- css/dist/{inside-editor-1404-rtl.css → inside-editor-1410-rtl.css} +0 -0
- css/dist/{inside-editor-1404.css → inside-editor-1410.css} +0 -0
- css/dist/metabox-1404-rtl.css +0 -1
- css/dist/metabox-1404.css +0 -5
- css/dist/metabox-1410-rtl.css +1 -0
- css/dist/metabox-1410.css +3 -0
- css/dist/{metabox-primary-category-1404-rtl.css → metabox-primary-category-1410-rtl.css} +0 -0
- css/dist/{metabox-primary-category-1404.css → metabox-primary-category-1410.css} +0 -0
- css/dist/monorepo-1404-rtl.css +0 -1
- css/dist/monorepo-1404.css +0 -1
- css/dist/monorepo-1410-rtl.css +1 -0
- css/dist/monorepo-1410.css +1 -0
- css/dist/notifications-1410-rtl.css +1 -0
- css/dist/notifications-1410.css +1 -0
- css/dist/score_icon-1410-rtl.css +1 -0
- css/dist/score_icon-1410.css +1 -0
- css/dist/search-appearance-1404-rtl.css +0 -1
- css/dist/search-appearance-1404.css +0 -1
- css/dist/search-appearance-1410-rtl.css +1 -0
- css/dist/search-appearance-1410.css +1 -0
- css/dist/{structured-data-blocks-1404-rtl.css → structured-data-blocks-1410-rtl.css} +0 -0
- css/dist/{structured-data-blocks-1404.css → structured-data-blocks-1410.css} +0 -0
- css/dist/{toggle-switch-1404-rtl.css → toggle-switch-1410-rtl.css} +0 -0
- css/dist/{toggle-switch-1404.css → toggle-switch-1410.css} +0 -0
- css/dist/{wpseo-dismissible-1404-rtl.css → wpseo-dismissible-1410-rtl.css} +0 -0
- css/dist/{wpseo-dismissible-1404.css → wpseo-dismissible-1410.css} +0 -0
- css/dist/{yoast-components-1404-rtl.css → yoast-components-1410-rtl.css} +0 -0
- css/dist/{yoast-components-1404.css → yoast-components-1410.css} +0 -0
- css/dist/yoast-extensions-1404-rtl.css +0 -1
- css/dist/yoast-extensions-1404.css +0 -1
- css/dist/yoast-extensions-1410-rtl.css +1 -0
- css/dist/yoast-extensions-1410.css +1 -0
- css/dist/yst_plugin_tools-1404-rtl.css +0 -1
- css/dist/yst_plugin_tools-1404.css +0 -1
- css/dist/yst_plugin_tools-1410-rtl.css +1 -0
- css/dist/yst_plugin_tools-1410.css +1 -0
- css/dist/{yst_seo_score-1404-rtl.css → yst_seo_score-1410-rtl.css} +0 -0
- css/dist/{yst_seo_score-1404.css → yst_seo_score-1410.css} +0 -0
- css/src/admin-global.css +576 -0
- css/src/adminbar.css +83 -0
- css/src/alerts.css +43 -0
- css/src/dashboard.css +90 -0
- css/src/edit-page.css +11 -0
- css/src/featured-image.css +9 -0
- css/src/filter-explanation.css +6 -0
- css/src/icons.css +18 -0
- css/src/inside-editor.css +10 -0
- css/src/metabox-primary-category.css +49 -0
- css/src/metabox.css +679 -0
- css/src/notifications.css +270 -0
- css/src/score_icon.css +29 -0
- css/src/search-appearance.css +310 -0
- css/src/structured-data-blocks.css +142 -0
- css/src/toggle-switch.css +380 -0
- css/src/wpseo-dismissible.css +53 -0
- css/src/yoast-components.css +618 -0
- css/src/yoast-extensions.css +726 -0
- css/src/yst_plugin_tools.css +900 -0
- css/src/yst_seo_score.css +12 -0
- deprecated/admin/ajax/class-yoast-onpage-ajax.php +0 -1
- deprecated/admin/config-ui/fields/class-field-google-search-console-intro.php +7 -8
- deprecated/admin/links/class-link-compatibility-notifier.php +1 -1
- deprecated/admin/links/class-link-table-accessible-notifier.php +49 -0
- deprecated/admin/notifiers/class-post-type-archive-notification-handler.php +47 -0
- deprecated/admin/onpage/class-onpage-option.php +1 -2
- deprecated/admin/onpage/class-onpage.php +0 -1
- deprecated/frontend/class-opengraph.php +2 -2
- deprecated/frontend/class-primary-category.php +1 -1
- deprecated/frontend/class-twitter.php +1 -1
- deprecated/frontend/frontend.php +5 -4
- deprecated/frontend/schema/class-schema-author.php +2 -2
- deprecated/frontend/schema/class-schema-howto.php +2 -2
- deprecated/frontend/schema/class-schema-main-image.php +1 -1
- images/alert-error-icon.svg +1 -0
- images/alert-info-icon.svg +1 -0
- images/alert-success-icon.svg +1 -0
- images/alert-warning-icon.svg +1 -0
- inc/class-addon-manager.php +3 -4
- inc/class-upgrade.php +75 -0
- inc/class-wpseo-admin-bar-menu.php +10 -10
- inc/class-wpseo-meta.php +14 -7
- inc/class-wpseo-replace-vars.php +35 -9
- inc/class-wpseo-utils.php +61 -5
- inc/health-check-curl-version.php +3 -3
- inc/health-check-links-table-not-accessible.php +77 -0
- inc/health-check-postname-permalink.php +2 -2
- inc/health-check-ryte.php +21 -8
- inc/options/class-wpseo-option-wpseo.php +42 -20
- inc/sitemaps/class-author-sitemap-provider.php +1 -1
- inc/sitemaps/class-sitemaps-cache.php +2 -2
- inc/sitemaps/class-sitemaps.php +1 -1
- js/dist/analysis-1404.js +0 -14
admin/ajax.php
CHANGED
@@ -43,6 +43,23 @@ function wpseo_set_option() {
|
|
43 |
|
44 |
add_action( 'wp_ajax_wpseo_set_option', 'wpseo_set_option' );
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
/**
|
47 |
* Since 3.2 Notifications are dismissed in the Notification Center.
|
48 |
*/
|
@@ -170,7 +187,6 @@ function wpseo_upsert_meta( $post_id, $new_meta_value, $orig_meta_value, $meta_k
|
|
170 |
);
|
171 |
|
172 |
return $upsert_results;
|
173 |
-
|
174 |
}
|
175 |
|
176 |
if ( $sanitized_new_meta_value === $orig_meta_value && $sanitized_new_meta_value !== $new_meta_value ) {
|
43 |
|
44 |
add_action( 'wp_ajax_wpseo_set_option', 'wpseo_set_option' );
|
45 |
|
46 |
+
/**
|
47 |
+
* Sets an option in the database to hide the index warning for a week.
|
48 |
+
*
|
49 |
+
* This function is used in AJAX calls and dies on exit.
|
50 |
+
*/
|
51 |
+
function wpseo_set_indexation_remind() {
|
52 |
+
if ( ! current_user_can( 'manage_options' ) ) {
|
53 |
+
die( '-1' );
|
54 |
+
}
|
55 |
+
|
56 |
+
check_ajax_referer( 'wpseo-indexation-remind' );
|
57 |
+
|
58 |
+
WPSEO_Options::set( 'indexation_warning_hide_until', ( time() + WEEK_IN_SECONDS ) );
|
59 |
+
die( '1' );
|
60 |
+
}
|
61 |
+
add_action( 'wp_ajax_wpseo_set_indexation_remind', 'wpseo_set_indexation_remind' );
|
62 |
+
|
63 |
/**
|
64 |
* Since 3.2 Notifications are dismissed in the Notification Center.
|
65 |
*/
|
187 |
);
|
188 |
|
189 |
return $upsert_results;
|
|
|
190 |
}
|
191 |
|
192 |
if ( $sanitized_new_meta_value === $orig_meta_value && $sanitized_new_meta_value !== $new_meta_value ) {
|
admin/class-admin-asset-dev-server-location.php
CHANGED
@@ -58,7 +58,7 @@ final class WPSEO_Admin_Asset_Dev_Server_Location implements WPSEO_Admin_Asset_L
|
|
58 |
return $this->get_default_url( $asset, $type );
|
59 |
}
|
60 |
|
61 |
-
$path = sprintf( '
|
62 |
|
63 |
return trailingslashit( $this->url ) . $path;
|
64 |
}
|
58 |
return $this->get_default_url( $asset, $type );
|
59 |
}
|
60 |
|
61 |
+
$path = sprintf( 'js/dist/%s%s.js', $asset->get_src(), $asset->get_suffix() );
|
62 |
|
63 |
return trailingslashit( $this->url ) . $path;
|
64 |
}
|
admin/class-admin-asset-manager.php
CHANGED
@@ -14,18 +14,18 @@
|
|
14 |
class WPSEO_Admin_Asset_Manager {
|
15 |
|
16 |
/**
|
17 |
-
*
|
18 |
*
|
19 |
-
* @var
|
20 |
*/
|
21 |
-
|
22 |
|
23 |
/**
|
24 |
-
*
|
25 |
*
|
26 |
-
* @var
|
27 |
*/
|
28 |
-
|
29 |
|
30 |
/**
|
31 |
* Prefix for naming the assets.
|
@@ -578,7 +578,11 @@ class WPSEO_Admin_Asset_Manager {
|
|
578 |
'src' => 'wpseo-dismissible-' . $flat_version,
|
579 |
],
|
580 |
[
|
581 |
-
'name' => '
|
|
|
|
|
|
|
|
|
582 |
'src' => 'alerts-' . $flat_version,
|
583 |
],
|
584 |
[
|
@@ -643,14 +647,10 @@ class WPSEO_Admin_Asset_Manager {
|
|
643 |
'name' => 'search-appearance',
|
644 |
'src' => 'search-appearance-' . $flat_version,
|
645 |
],
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
* 'name' => 'monorepo',
|
651 |
-
* 'src' => 'monorepo-' . $flat_version,
|
652 |
-
* ],
|
653 |
-
*/
|
654 |
[
|
655 |
'name' => 'structured-data-blocks',
|
656 |
'src' => 'structured-data-blocks-' . $flat_version,
|
14 |
class WPSEO_Admin_Asset_Manager {
|
15 |
|
16 |
/**
|
17 |
+
* Prefix for naming the assets.
|
18 |
*
|
19 |
+
* @var string
|
20 |
*/
|
21 |
+
const PREFIX = 'yoast-seo-';
|
22 |
|
23 |
/**
|
24 |
+
* Class that manages the assets' location.
|
25 |
*
|
26 |
+
* @var WPSEO_Admin_Asset_Location
|
27 |
*/
|
28 |
+
protected $asset_location;
|
29 |
|
30 |
/**
|
31 |
* Prefix for naming the assets.
|
578 |
'src' => 'wpseo-dismissible-' . $flat_version,
|
579 |
],
|
580 |
[
|
581 |
+
'name' => 'notifications',
|
582 |
+
'src' => 'notifications-' . $flat_version,
|
583 |
+
],
|
584 |
+
[
|
585 |
+
'name' => 'alert',
|
586 |
'src' => 'alerts-' . $flat_version,
|
587 |
],
|
588 |
[
|
647 |
'name' => 'search-appearance',
|
648 |
'src' => 'search-appearance-' . $flat_version,
|
649 |
],
|
650 |
+
[
|
651 |
+
'name' => 'monorepo',
|
652 |
+
'src' => 'monorepo-' . $flat_version,
|
653 |
+
],
|
|
|
|
|
|
|
|
|
654 |
[
|
655 |
'name' => 'structured-data-blocks',
|
656 |
'src' => 'structured-data-blocks-' . $flat_version,
|
admin/class-admin-init.php
CHANGED
@@ -35,40 +35,33 @@ class WPSEO_Admin_Init {
|
|
35 |
$this->asset_manager = new WPSEO_Admin_Asset_Manager();
|
36 |
|
37 |
add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_dismissible' ] );
|
38 |
-
add_action( 'admin_init', [ $this, 'blog_public_notice' ], 15 );
|
39 |
add_action( 'admin_init', [ $this, 'yoast_plugin_suggestions_notification' ], 15 );
|
40 |
-
add_action( 'admin_init', [ $this, 'recalculate_notice' ], 15 );
|
41 |
add_action( 'admin_init', [ $this, 'unsupported_php_notice' ], 15 );
|
42 |
add_action( 'admin_init', [ $this->asset_manager, 'register_assets' ] );
|
43 |
add_action( 'admin_init', [ $this, 'show_hook_deprecation_warnings' ] );
|
44 |
add_action( 'admin_init', [ 'WPSEO_Plugin_Conflict', 'hook_check_for_plugin_conflicts' ] );
|
45 |
-
add_action( 'admin_init', [ $this, 'handle_notifications' ], 15 );
|
46 |
add_action( 'admin_notices', [ $this, 'permalink_settings_notice' ] );
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
$health_checks = [
|
49 |
new WPSEO_Health_Check_Page_Comments(),
|
50 |
new WPSEO_Health_Check_Ryte(),
|
51 |
new WPSEO_Health_Check_Default_Tagline(),
|
52 |
new WPSEO_Health_Check_Postname_Permalink(),
|
53 |
new WPSEO_Health_Check_Curl_Version(),
|
|
|
54 |
];
|
55 |
|
56 |
foreach ( $health_checks as $health_check ) {
|
57 |
$health_check->register_test();
|
58 |
}
|
59 |
|
60 |
-
$listeners = [];
|
61 |
-
$listeners[] = new WPSEO_Post_Type_Archive_Notification_Handler();
|
62 |
-
|
63 |
-
/**
|
64 |
-
* Listener interface classes.
|
65 |
-
*
|
66 |
-
* @var WPSEO_Listener $listener
|
67 |
-
*/
|
68 |
-
foreach ( $listeners as $listener ) {
|
69 |
-
$listener->listen();
|
70 |
-
}
|
71 |
-
|
72 |
$this->load_meta_boxes();
|
73 |
$this->load_taxonomy_class();
|
74 |
$this->load_admin_page_class();
|
@@ -77,26 +70,6 @@ class WPSEO_Admin_Init {
|
|
77 |
$this->load_plugin_suggestions();
|
78 |
}
|
79 |
|
80 |
-
/**
|
81 |
-
* Handles the notifiers for the dashboard page.
|
82 |
-
*
|
83 |
-
* @return void
|
84 |
-
*/
|
85 |
-
public function handle_notifications() {
|
86 |
-
/**
|
87 |
-
* Notification handlers.
|
88 |
-
*
|
89 |
-
* @var WPSEO_Notification_Handler[] $handlers
|
90 |
-
*/
|
91 |
-
$handlers = [];
|
92 |
-
$handlers[] = new WPSEO_Post_Type_Archive_Notification_Handler();
|
93 |
-
|
94 |
-
$notification_center = Yoast_Notification_Center::get();
|
95 |
-
foreach ( $handlers as $handler ) {
|
96 |
-
$handler->handle( $notification_center );
|
97 |
-
}
|
98 |
-
}
|
99 |
-
|
100 |
/**
|
101 |
* Enqueue our styling for dismissible yoast notifications.
|
102 |
*/
|
@@ -104,37 +77,6 @@ class WPSEO_Admin_Init {
|
|
104 |
$this->asset_manager->enqueue_style( 'dismissible' );
|
105 |
}
|
106 |
|
107 |
-
/**
|
108 |
-
* Add an alert if the blog is not publicly visible.
|
109 |
-
*/
|
110 |
-
public function blog_public_notice() {
|
111 |
-
|
112 |
-
$info_message = '<strong>' . __( 'Huge SEO Issue: You\'re blocking access to robots.', 'wordpress-seo' ) . '</strong> ';
|
113 |
-
$info_message .= sprintf(
|
114 |
-
/* translators: %1$s resolves to the opening tag of the link to the reading settings, %1$s resolves to the closing tag for the link */
|
115 |
-
__( 'You must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.', 'wordpress-seo' ),
|
116 |
-
'<a href="' . esc_url( admin_url( 'options-reading.php' ) ) . '">',
|
117 |
-
'</a>'
|
118 |
-
);
|
119 |
-
|
120 |
-
$notification_options = [
|
121 |
-
'type' => Yoast_Notification::ERROR,
|
122 |
-
'id' => 'wpseo-dismiss-blog-public-notice',
|
123 |
-
'priority' => 1.0,
|
124 |
-
'capabilities' => 'wpseo_manage_options',
|
125 |
-
];
|
126 |
-
|
127 |
-
$notification = new Yoast_Notification( $info_message, $notification_options );
|
128 |
-
|
129 |
-
$notification_center = Yoast_Notification_Center::get();
|
130 |
-
if ( ! $this->is_blog_public() ) {
|
131 |
-
$notification_center->add_notification( $notification );
|
132 |
-
}
|
133 |
-
else {
|
134 |
-
$notification_center->remove_notification( $notification );
|
135 |
-
}
|
136 |
-
}
|
137 |
-
|
138 |
/**
|
139 |
* Determines whether a suggested plugins notification needs to be displayed.
|
140 |
*
|
@@ -188,44 +130,6 @@ class WPSEO_Admin_Init {
|
|
188 |
);
|
189 |
}
|
190 |
|
191 |
-
/**
|
192 |
-
* Shows the notice for recalculating the post. the Notice will only be shown if the user hasn't dismissed it before.
|
193 |
-
*/
|
194 |
-
public function recalculate_notice() {
|
195 |
-
// Just a return, because we want to temporary disable this notice (#3998 and #4532).
|
196 |
-
return;
|
197 |
-
|
198 |
-
if ( filter_input( INPUT_GET, 'recalculate' ) === '1' ) {
|
199 |
-
update_option( 'wpseo_dismiss_recalculate', '1' );
|
200 |
-
|
201 |
-
return;
|
202 |
-
}
|
203 |
-
|
204 |
-
if ( ! WPSEO_Capability_Utils::current_user_can( 'wpseo_manage_options' ) ) {
|
205 |
-
return;
|
206 |
-
}
|
207 |
-
|
208 |
-
if ( $this->is_site_notice_dismissed( 'wpseo_dismiss_recalculate' ) ) {
|
209 |
-
return;
|
210 |
-
}
|
211 |
-
|
212 |
-
Yoast_Notification_Center::get()->add_notification(
|
213 |
-
new Yoast_Notification(
|
214 |
-
sprintf(
|
215 |
-
/* translators: 1: is a link to 'admin_url / admin.php?page=wpseo_tools&recalculate=1' 2: closing link tag */
|
216 |
-
__( 'We\'ve updated our SEO score algorithm. %1$sRecalculate the SEO scores%2$s for all posts and pages.', 'wordpress-seo' ),
|
217 |
-
'<a href="' . admin_url( 'admin.php?page=wpseo_tools&recalculate=1' ) . '">',
|
218 |
-
'</a>'
|
219 |
-
),
|
220 |
-
[
|
221 |
-
'type' => 'updated yoast-dismissible',
|
222 |
-
'id' => 'wpseo-dismiss-recalculate',
|
223 |
-
'nonce' => wp_create_nonce( 'wpseo-dismiss-recalculate' ),
|
224 |
-
]
|
225 |
-
)
|
226 |
-
);
|
227 |
-
}
|
228 |
-
|
229 |
/**
|
230 |
* Creates an unsupported PHP version notification in the notification center.
|
231 |
*
|
@@ -259,17 +163,6 @@ class WPSEO_Admin_Init {
|
|
259 |
return (float) $wp_version_latest;
|
260 |
}
|
261 |
|
262 |
-
/**
|
263 |
-
* Check if the user has dismissed the given notice (by $notice_name).
|
264 |
-
*
|
265 |
-
* @param string $notice_name The name of the notice that might be dismissed.
|
266 |
-
*
|
267 |
-
* @return bool
|
268 |
-
*/
|
269 |
-
private function is_site_notice_dismissed( $notice_name ) {
|
270 |
-
return get_option( $notice_name, true ) === '1';
|
271 |
-
}
|
272 |
-
|
273 |
/**
|
274 |
* Helper to verify if the user is currently visiting one of our admin pages.
|
275 |
*
|
@@ -416,12 +309,12 @@ class WPSEO_Admin_Init {
|
|
416 |
}
|
417 |
|
418 |
/**
|
419 |
-
*
|
420 |
*
|
421 |
-
* @return bool
|
422 |
*/
|
423 |
-
private function
|
424 |
-
return (string) get_option( 'blog_public' ) === '
|
425 |
}
|
426 |
|
427 |
/**
|
@@ -513,6 +406,51 @@ class WPSEO_Admin_Init {
|
|
513 |
}
|
514 |
}
|
515 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
516 |
/* ********************* DEPRECATED METHODS ********************* */
|
517 |
|
518 |
/**
|
@@ -613,4 +551,26 @@ class WPSEO_Admin_Init {
|
|
613 |
public function permalink_notice() {
|
614 |
_deprecated_function( __METHOD__, 'WPSEO 13.2' );
|
615 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
616 |
}
|
35 |
$this->asset_manager = new WPSEO_Admin_Asset_Manager();
|
36 |
|
37 |
add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_dismissible' ] );
|
|
|
38 |
add_action( 'admin_init', [ $this, 'yoast_plugin_suggestions_notification' ], 15 );
|
|
|
39 |
add_action( 'admin_init', [ $this, 'unsupported_php_notice' ], 15 );
|
40 |
add_action( 'admin_init', [ $this->asset_manager, 'register_assets' ] );
|
41 |
add_action( 'admin_init', [ $this, 'show_hook_deprecation_warnings' ] );
|
42 |
add_action( 'admin_init', [ 'WPSEO_Plugin_Conflict', 'hook_check_for_plugin_conflicts' ] );
|
|
|
43 |
add_action( 'admin_notices', [ $this, 'permalink_settings_notice' ] );
|
44 |
|
45 |
+
/*
|
46 |
+
* The `admin_notices` hook fires on single site admin pages vs.
|
47 |
+
* `network_admin_notices` which fires on multisite admin pages and
|
48 |
+
* `user_admin_notices` which fires on multisite user admin pagss.
|
49 |
+
*/
|
50 |
+
add_action( 'admin_notices', [ $this, 'search_engines_discouraged_notice' ] );
|
51 |
+
|
52 |
$health_checks = [
|
53 |
new WPSEO_Health_Check_Page_Comments(),
|
54 |
new WPSEO_Health_Check_Ryte(),
|
55 |
new WPSEO_Health_Check_Default_Tagline(),
|
56 |
new WPSEO_Health_Check_Postname_Permalink(),
|
57 |
new WPSEO_Health_Check_Curl_Version(),
|
58 |
+
new WPSEO_Health_Check_Link_Table_Not_Accessible,
|
59 |
];
|
60 |
|
61 |
foreach ( $health_checks as $health_check ) {
|
62 |
$health_check->register_test();
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
$this->load_meta_boxes();
|
66 |
$this->load_taxonomy_class();
|
67 |
$this->load_admin_page_class();
|
70 |
$this->load_plugin_suggestions();
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
/**
|
74 |
* Enqueue our styling for dismissible yoast notifications.
|
75 |
*/
|
77 |
$this->asset_manager->enqueue_style( 'dismissible' );
|
78 |
}
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
/**
|
81 |
* Determines whether a suggested plugins notification needs to be displayed.
|
82 |
*
|
130 |
);
|
131 |
}
|
132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
/**
|
134 |
* Creates an unsupported PHP version notification in the notification center.
|
135 |
*
|
163 |
return (float) $wp_version_latest;
|
164 |
}
|
165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
/**
|
167 |
* Helper to verify if the user is currently visiting one of our admin pages.
|
168 |
*
|
309 |
}
|
310 |
|
311 |
/**
|
312 |
+
* Checks whether search engines are discouraged from indexing the site.
|
313 |
*
|
314 |
+
* @return bool Whether search engines are discouraged from indexing the site.
|
315 |
*/
|
316 |
+
private function are_search_engines_discouraged() {
|
317 |
+
return (string) get_option( 'blog_public' ) === '0';
|
318 |
}
|
319 |
|
320 |
/**
|
406 |
}
|
407 |
}
|
408 |
|
409 |
+
/**
|
410 |
+
* Determines whether and where the "search engines discouraged" admin notice should be displayed.
|
411 |
+
*
|
412 |
+
* @return bool Whether the "search engines discouraged" admin notice should be displayed.
|
413 |
+
*/
|
414 |
+
private function should_display_search_engines_discouraged_notice() {
|
415 |
+
return (
|
416 |
+
$this->are_search_engines_discouraged()
|
417 |
+
&& WPSEO_Capability_Utils::current_user_can( 'manage_options' )
|
418 |
+
&& WPSEO_Options::get( 'ignore_search_engines_discouraged_notice', false ) === false
|
419 |
+
&& (
|
420 |
+
$this->on_wpseo_admin_page()
|
421 |
+
|| in_array( $this->pagenow, [
|
422 |
+
'index.php',
|
423 |
+
'plugins.php',
|
424 |
+
'update-core.php',
|
425 |
+
], true )
|
426 |
+
)
|
427 |
+
);
|
428 |
+
}
|
429 |
+
|
430 |
+
/**
|
431 |
+
* Displays an admin notice when WordPress is set to discourage search engines from indexing the site.
|
432 |
+
*
|
433 |
+
* @return void
|
434 |
+
*/
|
435 |
+
public function search_engines_discouraged_notice() {
|
436 |
+
if ( ! $this->should_display_search_engines_discouraged_notice() ) {
|
437 |
+
return;
|
438 |
+
}
|
439 |
+
|
440 |
+
printf(
|
441 |
+
'<div id="robotsmessage" class="notice notice-error"><p><strong>%1$s</strong> %2$s <button type="button" id="robotsmessage-dismiss-button" class="button-link hide-if-no-js" data-nonce="%3$s">%4$s</button></p></div>',
|
442 |
+
esc_html__( 'Huge SEO Issue: You\'re blocking access to robots.', 'wordpress-seo' ),
|
443 |
+
sprintf(
|
444 |
+
/* translators: 1: Link start tag to the WordPress Reading Settings page, 2: Link closing tag. */
|
445 |
+
esc_html__( 'If you want search engines to show this site in their results, you must %1$sgo to your Reading Settings%2$s and uncheck the box for Search Engine Visibility.', 'wordpress-seo' ),
|
446 |
+
'<a href="' . esc_url( admin_url( 'options-reading.php' ) ) . '">',
|
447 |
+
'</a>'
|
448 |
+
),
|
449 |
+
esc_js( wp_create_nonce( 'wpseo-ignore' ) ),
|
450 |
+
esc_html__( 'I don\'t want this site to show in the search results.', 'wordpress-seo' )
|
451 |
+
);
|
452 |
+
}
|
453 |
+
|
454 |
/* ********************* DEPRECATED METHODS ********************* */
|
455 |
|
456 |
/**
|
551 |
public function permalink_notice() {
|
552 |
_deprecated_function( __METHOD__, 'WPSEO 13.2' );
|
553 |
}
|
554 |
+
|
555 |
+
/**
|
556 |
+
* Add an alert if the blog is not publicly visible.
|
557 |
+
*
|
558 |
+
* @deprecated 14.1
|
559 |
+
* @codeCoverageIgnore
|
560 |
+
*/
|
561 |
+
public function blog_public_notice() {
|
562 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.1' );
|
563 |
+
}
|
564 |
+
|
565 |
+
/**
|
566 |
+
* Handles the notifiers for the dashboard page.
|
567 |
+
*
|
568 |
+
* @deprecated 14.1
|
569 |
+
* @codeCoverageIgnore
|
570 |
+
*
|
571 |
+
* @return void
|
572 |
+
*/
|
573 |
+
public function handle_notifications() {
|
574 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.1' );
|
575 |
+
}
|
576 |
}
|
admin/class-admin.php
CHANGED
@@ -308,7 +308,7 @@ class WPSEO_Admin {
|
|
308 |
*/
|
309 |
private function localize_admin_global_script() {
|
310 |
return [
|
311 |
-
'isRtl'
|
312 |
'variable_warning' => sprintf(
|
313 |
/* translators: %1$s: '%%term_title%%' variable used in titles and meta's template that's not compatible with the given template, %2$s: expands to 'HelpScout beacon' */
|
314 |
__( 'Warning: the variable %1$s cannot be used in this template. See the %2$s for more info.', 'wordpress-seo' ),
|
@@ -379,15 +379,12 @@ class WPSEO_Admin {
|
|
379 |
protected function initialize_seo_links() {
|
380 |
$integrations = [];
|
381 |
|
382 |
-
$link_table_accessible_notifier = new WPSEO_Link_Table_Accessible_Notifier();
|
383 |
-
|
384 |
if ( ! WPSEO_Options::get( 'enable_text_link_counter' ) ) {
|
385 |
return $integrations;
|
386 |
}
|
387 |
|
388 |
$integrations[] = new WPSEO_Link_Cleanup_Transient();
|
389 |
|
390 |
-
// When the table doesn't exists, just add the notification and return early.
|
391 |
if ( ! WPSEO_Link_Table_Accessible::is_accessible() ) {
|
392 |
WPSEO_Link_Table_Accessible::cleanup();
|
393 |
}
|
@@ -397,13 +394,9 @@ class WPSEO_Admin {
|
|
397 |
}
|
398 |
|
399 |
if ( ! WPSEO_Link_Table_Accessible::is_accessible() || ! WPSEO_Meta_Table_Accessible::is_accessible() ) {
|
400 |
-
$link_table_accessible_notifier->add_notification();
|
401 |
-
|
402 |
return $integrations;
|
403 |
}
|
404 |
|
405 |
-
$link_table_accessible_notifier->remove_notification();
|
406 |
-
|
407 |
$integrations[] = new WPSEO_Link_Columns( new WPSEO_Meta_Storage() );
|
408 |
$integrations[] = new WPSEO_Link_Reindex_Dashboard();
|
409 |
$integrations[] = new WPSEO_Link_Notifier();
|
308 |
*/
|
309 |
private function localize_admin_global_script() {
|
310 |
return [
|
311 |
+
'isRtl' => is_rtl(),
|
312 |
'variable_warning' => sprintf(
|
313 |
/* translators: %1$s: '%%term_title%%' variable used in titles and meta's template that's not compatible with the given template, %2$s: expands to 'HelpScout beacon' */
|
314 |
__( 'Warning: the variable %1$s cannot be used in this template. See the %2$s for more info.', 'wordpress-seo' ),
|
379 |
protected function initialize_seo_links() {
|
380 |
$integrations = [];
|
381 |
|
|
|
|
|
382 |
if ( ! WPSEO_Options::get( 'enable_text_link_counter' ) ) {
|
383 |
return $integrations;
|
384 |
}
|
385 |
|
386 |
$integrations[] = new WPSEO_Link_Cleanup_Transient();
|
387 |
|
|
|
388 |
if ( ! WPSEO_Link_Table_Accessible::is_accessible() ) {
|
389 |
WPSEO_Link_Table_Accessible::cleanup();
|
390 |
}
|
394 |
}
|
395 |
|
396 |
if ( ! WPSEO_Link_Table_Accessible::is_accessible() || ! WPSEO_Meta_Table_Accessible::is_accessible() ) {
|
|
|
|
|
397 |
return $integrations;
|
398 |
}
|
399 |
|
|
|
|
|
400 |
$integrations[] = new WPSEO_Link_Columns( new WPSEO_Meta_Storage() );
|
401 |
$integrations[] = new WPSEO_Link_Reindex_Dashboard();
|
402 |
$integrations[] = new WPSEO_Link_Notifier();
|
admin/class-gutenberg-compatibility.php
CHANGED
@@ -15,14 +15,14 @@ class WPSEO_Gutenberg_Compatibility {
|
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
-
const CURRENT_RELEASE = '
|
19 |
|
20 |
/**
|
21 |
* The minimally supported version of Gutenberg by the plugin.
|
22 |
*
|
23 |
* @var string
|
24 |
*/
|
25 |
-
const MINIMUM_SUPPORTED = '
|
26 |
|
27 |
/**
|
28 |
* Holds the current version.
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
+
const CURRENT_RELEASE = '8.0.0';
|
19 |
|
20 |
/**
|
21 |
* The minimally supported version of Gutenberg by the plugin.
|
22 |
*
|
23 |
* @var string
|
24 |
*/
|
25 |
+
const MINIMUM_SUPPORTED = '8.0.0';
|
26 |
|
27 |
/**
|
28 |
* Holds the current version.
|
admin/class-yoast-columns.php
CHANGED
@@ -21,24 +21,88 @@ class WPSEO_Yoast_Columns implements WPSEO_WordPress_Integration {
|
|
21 |
* Adds the help tab to the help center for current screen.
|
22 |
*/
|
23 |
public function add_help_tab() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
$screen = get_current_screen();
|
25 |
$screen->add_help_tab(
|
26 |
[
|
27 |
/* translators: %s expands to Yoast */
|
28 |
'title' => sprintf( __( '%s Columns', 'wordpress-seo' ), 'Yoast' ),
|
29 |
'id' => 'yst-columns',
|
30 |
-
'content' =>
|
31 |
-
/* translators: %1$s: Yoast SEO, %2$s: Link to article about content analysis, %3$s: Anchor closing, %4$s: Link to article about text links, %5$s: Emphasis open tag, %6$s: Emphasis close tag */
|
32 |
-
'<p>' . __( '%1$s adds several columns to this page. We\'ve written an article about %2$show to use the SEO score and Readability score%3$s. The links columns show the number of articles on this site linking %5$sto%6$s this article and the number of URLs linked %5$sfrom%6$s this article. Learn more about %4$show to use these features to improve your internal linking%3$s, which greatly enhances your SEO.', 'wordpress-seo' ) . '</p>',
|
33 |
-
'Yoast SEO',
|
34 |
-
'<a href="' . WPSEO_Shortlinker::get( 'https://yoa.st/16p' ) . '">',
|
35 |
-
'</a>',
|
36 |
-
'<a href="' . WPSEO_Shortlinker::get( 'https://yoa.st/16q' ) . '">',
|
37 |
-
'<em>',
|
38 |
-
'</em>'
|
39 |
-
),
|
40 |
'priority' => 15,
|
41 |
]
|
42 |
);
|
43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
21 |
* Adds the help tab to the help center for current screen.
|
22 |
*/
|
23 |
public function add_help_tab() {
|
24 |
+
$link_columns_present = $this->display_links();
|
25 |
+
$meta_columns_present = $this->display_meta_columns();
|
26 |
+
if ( ! ( $link_columns_present || $meta_columns_present ) ) {
|
27 |
+
return;
|
28 |
+
}
|
29 |
+
|
30 |
+
$help_tab_content = sprintf(
|
31 |
+
/* translators: %1$s: Yoast SEO */
|
32 |
+
__( '%1$s adds several columns to this page.', 'wordpress-seo' ),
|
33 |
+
'Yoast SEO'
|
34 |
+
);
|
35 |
+
|
36 |
+
if ( $meta_columns_present ) {
|
37 |
+
$help_tab_content .= ' ' . sprintf(
|
38 |
+
/* translators: %1$s: Link to article about content analysis, %2$s: Anchor closing */
|
39 |
+
__( 'We\'ve written an article about %1$show to use the SEO score and Readability score%2$s.', 'wordpress-seo' ),
|
40 |
+
'<a href="' . WPSEO_Shortlinker::get( 'https://yoa.st/16p' ) . '">',
|
41 |
+
'</a>'
|
42 |
+
);
|
43 |
+
}
|
44 |
+
|
45 |
+
if ( $link_columns_present ) {
|
46 |
+
$help_tab_content .= ' ' . sprintf(
|
47 |
+
/* translators: %1$s: Link to article about text links, %2$s: Anchor closing tag, %3$s: Emphasis open tag, %4$s: Emphasis close tag */
|
48 |
+
__( 'The links columns show the number of articles on this site linking %3$sto%4$s this article and the number of URLs linked %3$sfrom%4$s this article. Learn more about %1$show to use these features to improve your internal linking%2$s, which greatly enhances your SEO.', 'wordpress-seo' ),
|
49 |
+
'<a href="' . WPSEO_Shortlinker::get( 'https://yoa.st/16p' ) . '">',
|
50 |
+
'</a>',
|
51 |
+
'<em>',
|
52 |
+
'</em>'
|
53 |
+
);
|
54 |
+
};
|
55 |
+
|
56 |
$screen = get_current_screen();
|
57 |
$screen->add_help_tab(
|
58 |
[
|
59 |
/* translators: %s expands to Yoast */
|
60 |
'title' => sprintf( __( '%s Columns', 'wordpress-seo' ), 'Yoast' ),
|
61 |
'id' => 'yst-columns',
|
62 |
+
'content' => '<p>' . $help_tab_content . '</p>',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
'priority' => 15,
|
64 |
]
|
65 |
);
|
66 |
}
|
67 |
+
|
68 |
+
/**
|
69 |
+
* Retrieves the post type from the $_GET variable.
|
70 |
+
*
|
71 |
+
* @return string The current post type.
|
72 |
+
*/
|
73 |
+
private function get_current_post_type() {
|
74 |
+
return filter_input( INPUT_GET, 'post_type' );
|
75 |
+
}
|
76 |
+
|
77 |
+
/**
|
78 |
+
* Whether or not we are showing link columns on this overview page.
|
79 |
+
* This depends on the post being accessible or not.
|
80 |
+
*
|
81 |
+
* @return bool Whether or not the linking columns are shown
|
82 |
+
*/
|
83 |
+
private function display_links() {
|
84 |
+
$current_post_type = sanitize_text_field( $this->get_current_post_type() );
|
85 |
+
|
86 |
+
if ( empty( $current_post_type ) ) {
|
87 |
+
return false;
|
88 |
+
}
|
89 |
+
|
90 |
+
return WPSEO_Post_Type::is_post_type_accessible( $current_post_type );
|
91 |
+
}
|
92 |
+
|
93 |
+
/**
|
94 |
+
* Wraps the WPSEO_Metabox check to determine whether the metabox should be displayed either by
|
95 |
+
* choice of the admin or because the post type is not a public post type.
|
96 |
+
*
|
97 |
+
* @return bool Whether or not the meta box (and associated columns etc) should be hidden.
|
98 |
+
*/
|
99 |
+
private function display_meta_columns() {
|
100 |
+
$current_post_type = sanitize_text_field( $this->get_current_post_type() );
|
101 |
+
|
102 |
+
if ( empty( $current_post_type ) ) {
|
103 |
+
return false;
|
104 |
+
}
|
105 |
+
|
106 |
+
return WPSEO_Utils::is_metabox_active( $current_post_type, 'post_type' );
|
107 |
+
}
|
108 |
}
|
admin/class-yoast-form.php
CHANGED
@@ -338,8 +338,8 @@ class Yoast_Form {
|
|
338 |
'<label class="', $class, '"><b class="switch-yoast-seo-jaws-a11y"> </b>',
|
339 |
'<input type="checkbox" aria-labelledby="', esc_attr( $var . '-label' ), '" id="', esc_attr( $var ), '" name="', esc_attr( $this->option_name ), '[', esc_attr( $var ), ']" value="on"', checked( $val, 'on', false ), disabled( $this->is_control_disabled( $var ), true, false ), '/>',
|
340 |
'<span aria-hidden="true">
|
341 |
-
<span>', esc_html( $off_button )
|
342 |
-
<span>', esc_html( $on_button )
|
343 |
<a></a>
|
344 |
</span>
|
345 |
</label><div class="clear"></div></div>';
|
@@ -364,12 +364,12 @@ class Yoast_Form {
|
|
364 |
];
|
365 |
}
|
366 |
|
367 |
-
$defaults
|
368 |
'placeholder' => '',
|
369 |
'class' => '',
|
370 |
];
|
371 |
-
$attr
|
372 |
-
$val
|
373 |
if ( isset( $attr['type'] ) && $attr['type'] === 'url' ) {
|
374 |
$val = urldecode( $val );
|
375 |
$type = 'url';
|
@@ -696,7 +696,7 @@ class Yoast_Form {
|
|
696 |
$key_esc = esc_attr( $key );
|
697 |
$for = $var_esc . '-' . $key_esc;
|
698 |
echo '<input type="radio" id="' . $for . '" name="' . esc_attr( $this->option_name ) . '[' . $var_esc . ']" value="' . $key_esc . '" ' . checked( $val, $key_esc, false ) . disabled( $this->is_control_disabled( $var ), true, false ) . ' />',
|
699 |
-
'<label for="', $for, '">', esc_html( $value ), $screen_reader_text_html,'</label>';
|
700 |
}
|
701 |
|
702 |
echo '<a></a></div></fieldset><div class="clear"></div></div>' . PHP_EOL . PHP_EOL;
|
338 |
'<label class="', $class, '"><b class="switch-yoast-seo-jaws-a11y"> </b>',
|
339 |
'<input type="checkbox" aria-labelledby="', esc_attr( $var . '-label' ), '" id="', esc_attr( $var ), '" name="', esc_attr( $this->option_name ), '[', esc_attr( $var ), ']" value="on"', checked( $val, 'on', false ), disabled( $this->is_control_disabled( $var ), true, false ), '/>',
|
340 |
'<span aria-hidden="true">
|
341 |
+
<span>', esc_html( $off_button ), '</span>
|
342 |
+
<span>', esc_html( $on_button ), '</span>
|
343 |
<a></a>
|
344 |
</span>
|
345 |
</label><div class="clear"></div></div>';
|
364 |
];
|
365 |
}
|
366 |
|
367 |
+
$defaults = [
|
368 |
'placeholder' => '',
|
369 |
'class' => '',
|
370 |
];
|
371 |
+
$attr = wp_parse_args( $attr, $defaults );
|
372 |
+
$val = $this->get_field_value( $var, '' );
|
373 |
if ( isset( $attr['type'] ) && $attr['type'] === 'url' ) {
|
374 |
$val = urldecode( $val );
|
375 |
$type = 'url';
|
696 |
$key_esc = esc_attr( $key );
|
697 |
$for = $var_esc . '-' . $key_esc;
|
698 |
echo '<input type="radio" id="' . $for . '" name="' . esc_attr( $this->option_name ) . '[' . $var_esc . ']" value="' . $key_esc . '" ' . checked( $val, $key_esc, false ) . disabled( $this->is_control_disabled( $var ), true, false ) . ' />',
|
699 |
+
'<label for="', $for, '">', esc_html( $value ), $screen_reader_text_html, '</label>';
|
700 |
}
|
701 |
|
702 |
echo '<a></a></div></fieldset><div class="clear"></div></div>' . PHP_EOL . PHP_EOL;
|
admin/class-yoast-input-validation.php
CHANGED
@@ -55,7 +55,7 @@ class Yoast_Input_Validation {
|
|
55 |
foreach ( $errors as $error ) {
|
56 |
// For now, filter the admin title only in the Yoast SEO settings pages.
|
57 |
if ( self::is_yoast_option_group_name( $error['setting'] ) && $error['code'] !== 'settings_updated' ) {
|
58 |
-
|
59 |
}
|
60 |
}
|
61 |
|
55 |
foreach ( $errors as $error ) {
|
56 |
// For now, filter the admin title only in the Yoast SEO settings pages.
|
57 |
if ( self::is_yoast_option_group_name( $error['setting'] ) && $error['code'] !== 'settings_updated' ) {
|
58 |
+
++$error_count;
|
59 |
}
|
60 |
}
|
61 |
|
admin/class-yoast-notification-center.php
CHANGED
@@ -424,7 +424,7 @@ class Yoast_Notification_Center {
|
|
424 |
}
|
425 |
|
426 |
if ( $notification->is_persistent() && $resolve ) {
|
427 |
-
|
428 |
$this->clear_dismissal( $notification );
|
429 |
}
|
430 |
|
424 |
}
|
425 |
|
426 |
if ( $notification->is_persistent() && $resolve ) {
|
427 |
+
++$this->resolved;
|
428 |
$this->clear_dismissal( $notification );
|
429 |
}
|
430 |
|
admin/class-yoast-notification.php
CHANGED
@@ -320,10 +320,10 @@ class Yoast_Notification {
|
|
320 |
|
321 |
// Default notification classes.
|
322 |
$classes = [
|
323 |
-
'yoast-
|
324 |
];
|
325 |
|
326 |
-
// Maintain WordPress visualisation of
|
327 |
if ( ! $this->is_persistent() ) {
|
328 |
$classes[] = 'notice';
|
329 |
$classes[] = $this->get_type();
|
320 |
|
321 |
// Default notification classes.
|
322 |
$classes = [
|
323 |
+
'yoast-notification',
|
324 |
];
|
325 |
|
326 |
+
// Maintain WordPress visualisation of notifications when they are not persistent.
|
327 |
if ( ! $this->is_persistent() ) {
|
328 |
$classes[] = 'notice';
|
329 |
$classes[] = $this->get_type();
|
admin/{class-yoast-alerts.php → class-yoast-notifications.php}
RENAMED
@@ -6,9 +6,9 @@
|
|
6 |
*/
|
7 |
|
8 |
/**
|
9 |
-
* Class
|
10 |
*/
|
11 |
-
class
|
12 |
|
13 |
/**
|
14 |
* Holds the admin page's ID.
|
@@ -67,7 +67,7 @@ class Yoast_Alerts {
|
|
67 |
private static $dismissed_warnings = [];
|
68 |
|
69 |
/**
|
70 |
-
*
|
71 |
*/
|
72 |
public function __construct() {
|
73 |
|
@@ -84,12 +84,12 @@ class Yoast_Alerts {
|
|
84 |
add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_assets' ] );
|
85 |
}
|
86 |
|
87 |
-
// Needed for adminbar and
|
88 |
-
add_action( 'admin_init', [ __CLASS__, '
|
89 |
|
90 |
// Add AJAX hooks.
|
91 |
-
add_action( '
|
92 |
-
add_action( '
|
93 |
}
|
94 |
|
95 |
/**
|
@@ -98,13 +98,25 @@ class Yoast_Alerts {
|
|
98 |
public function enqueue_assets() {
|
99 |
|
100 |
$asset_manager = new WPSEO_Admin_Asset_Manager();
|
101 |
-
$asset_manager->enqueue_style( '
|
102 |
}
|
103 |
|
104 |
/**
|
105 |
-
* Handle ajax request to dismiss
|
|
|
|
|
|
|
|
|
|
|
106 |
*/
|
107 |
public function ajax_dismiss_alert() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
|
109 |
$notification = $this->get_notification_from_ajax_request();
|
110 |
if ( $notification ) {
|
@@ -118,9 +130,22 @@ class Yoast_Alerts {
|
|
118 |
}
|
119 |
|
120 |
/**
|
121 |
-
* Handle ajax request to restore
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
*/
|
123 |
public function ajax_restore_alert() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
|
125 |
$notification = $this->get_notification_from_ajax_request();
|
126 |
if ( $notification ) {
|
@@ -136,7 +161,7 @@ class Yoast_Alerts {
|
|
136 |
/**
|
137 |
* Create AJAX response data.
|
138 |
*
|
139 |
-
* @param string $type
|
140 |
*/
|
141 |
private function output_ajax_response( $type ) {
|
142 |
|
@@ -145,7 +170,7 @@ class Yoast_Alerts {
|
|
145 |
echo WPSEO_Utils::format_json_encode(
|
146 |
[
|
147 |
'html' => $html,
|
148 |
-
'total' => self::
|
149 |
]
|
150 |
);
|
151 |
// phpcs:enable -- Reason: WPSEO_Utils::format_json_encode is safe.
|
@@ -154,7 +179,7 @@ class Yoast_Alerts {
|
|
154 |
/**
|
155 |
* Get the HTML to return in the AJAX request.
|
156 |
*
|
157 |
-
* @param string $type
|
158 |
*
|
159 |
* @return bool|string
|
160 |
*/
|
@@ -171,18 +196,18 @@ class Yoast_Alerts {
|
|
171 |
break;
|
172 |
}
|
173 |
|
174 |
-
// Re-collect
|
175 |
-
self::
|
176 |
|
177 |
/**
|
178 |
* Stops PHPStorm from nagging about this variable being unused. The variable is used in the view.
|
179 |
*
|
180 |
* @noinspection PhpUnusedLocalVariableInspection
|
181 |
*/
|
182 |
-
$
|
183 |
|
184 |
ob_start();
|
185 |
-
include WPSEO_PATH . 'admin/views/partial-
|
186 |
$html = ob_get_clean();
|
187 |
|
188 |
return $html;
|
@@ -202,36 +227,21 @@ class Yoast_Alerts {
|
|
202 |
}
|
203 |
|
204 |
/**
|
205 |
-
*
|
206 |
-
*/
|
207 |
-
public static function show_overview_page() {
|
208 |
-
|
209 |
-
/**
|
210 |
-
* Stops PHPStorm from nagging about this variable being unused. The variable is used in the view.
|
211 |
-
*
|
212 |
-
* @noinspection PhpUnusedLocalVariableInspection
|
213 |
-
*/
|
214 |
-
$alerts_data = self::get_template_variables();
|
215 |
-
|
216 |
-
include WPSEO_PATH . 'admin/views/alerts-dashboard.php';
|
217 |
-
}
|
218 |
-
|
219 |
-
/**
|
220 |
-
* Collect the alerts and group them together.
|
221 |
*/
|
222 |
-
public static function
|
223 |
|
224 |
$notification_center = Yoast_Notification_Center::get();
|
225 |
|
226 |
$notifications = $notification_center->get_sorted_notifications();
|
227 |
self::$notification_count = count( $notifications );
|
228 |
|
229 |
-
self::$errors = array_filter( $notifications, [ __CLASS__, '
|
230 |
-
self::$dismissed_errors = array_filter( self::$errors, [ __CLASS__, '
|
231 |
self::$active_errors = array_diff( self::$errors, self::$dismissed_errors );
|
232 |
|
233 |
-
self::$warnings = array_filter( $notifications, [ __CLASS__, '
|
234 |
-
self::$dismissed_warnings = array_filter( self::$warnings, [ __CLASS__, '
|
235 |
self::$active_warnings = array_diff( self::$warnings, self::$dismissed_warnings );
|
236 |
}
|
237 |
|
@@ -245,7 +255,7 @@ class Yoast_Alerts {
|
|
245 |
return [
|
246 |
'metrics' => [
|
247 |
'total' => self::$notification_count,
|
248 |
-
'active' => self::
|
249 |
'errors' => count( self::$errors ),
|
250 |
'warnings' => count( self::$warnings ),
|
251 |
],
|
@@ -261,15 +271,43 @@ class Yoast_Alerts {
|
|
261 |
}
|
262 |
|
263 |
/**
|
264 |
-
* Get the number of active
|
|
|
265 |
*
|
266 |
* @return int
|
|
|
|
|
|
|
267 |
*/
|
268 |
-
public
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
|
270 |
return ( count( self::$active_errors ) + count( self::$active_warnings ) );
|
271 |
}
|
272 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
/**
|
274 |
* Filter out any non-errors.
|
275 |
*
|
@@ -277,11 +315,27 @@ class Yoast_Alerts {
|
|
277 |
*
|
278 |
* @return bool
|
279 |
*/
|
280 |
-
private static function
|
281 |
|
282 |
return $notification->get_type() === 'error';
|
283 |
}
|
284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
/**
|
286 |
* Filter out any non-warnings.
|
287 |
*
|
@@ -289,11 +343,25 @@ class Yoast_Alerts {
|
|
289 |
*
|
290 |
* @return bool
|
291 |
*/
|
292 |
-
private static function
|
293 |
|
294 |
return $notification->get_type() !== 'error';
|
295 |
}
|
296 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
/**
|
298 |
* Filter out any dismissed notifications.
|
299 |
*
|
@@ -301,8 +369,10 @@ class Yoast_Alerts {
|
|
301 |
*
|
302 |
* @return bool
|
303 |
*/
|
304 |
-
private static function
|
305 |
|
306 |
return Yoast_Notification_Center::is_notification_dismissed( $notification );
|
307 |
}
|
308 |
}
|
|
|
|
6 |
*/
|
7 |
|
8 |
/**
|
9 |
+
* Class Yoast_Notifications.
|
10 |
*/
|
11 |
+
class Yoast_Notifications {
|
12 |
|
13 |
/**
|
14 |
* Holds the admin page's ID.
|
67 |
private static $dismissed_warnings = [];
|
68 |
|
69 |
/**
|
70 |
+
* Yoast_Notifications constructor.
|
71 |
*/
|
72 |
public function __construct() {
|
73 |
|
84 |
add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_assets' ] );
|
85 |
}
|
86 |
|
87 |
+
// Needed for adminbar and Notifications page.
|
88 |
+
add_action( 'admin_init', [ __CLASS__, 'collect_notifications' ], 99 );
|
89 |
|
90 |
// Add AJAX hooks.
|
91 |
+
add_action( 'wp_ajax_yoast_dismiss_notification', [ $this, 'ajax_dismiss_notification' ] );
|
92 |
+
add_action( 'wp_ajax_yoast_restore_notification', [ $this, 'ajax_restore_notification' ] );
|
93 |
}
|
94 |
|
95 |
/**
|
98 |
public function enqueue_assets() {
|
99 |
|
100 |
$asset_manager = new WPSEO_Admin_Asset_Manager();
|
101 |
+
$asset_manager->enqueue_style( 'notifications' );
|
102 |
}
|
103 |
|
104 |
/**
|
105 |
+
* Deprecated: Handle ajax request to dismiss a alert.
|
106 |
+
* Renamed to ajax_dismiss_notification
|
107 |
+
*
|
108 |
+
* @deprecated 14.0
|
109 |
+
*
|
110 |
+
* @codeCoverageIgnore
|
111 |
*/
|
112 |
public function ajax_dismiss_alert() {
|
113 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
|
114 |
+
}
|
115 |
+
|
116 |
+
/**
|
117 |
+
* Handle ajax request to dismiss a notification.
|
118 |
+
*/
|
119 |
+
public function ajax_dismiss_notification() {
|
120 |
|
121 |
$notification = $this->get_notification_from_ajax_request();
|
122 |
if ( $notification ) {
|
130 |
}
|
131 |
|
132 |
/**
|
133 |
+
* Deprecated: Handle ajax request to restore a notification.
|
134 |
+
* Renamed to ajax_restore_notification
|
135 |
+
*
|
136 |
+
* @return void
|
137 |
+
* @deprecated 14.0
|
138 |
+
*
|
139 |
+
* @codeCoverageIgnore
|
140 |
*/
|
141 |
public function ajax_restore_alert() {
|
142 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
|
143 |
+
}
|
144 |
+
|
145 |
+
/**
|
146 |
+
* Handle ajax request to restore a notification.
|
147 |
+
*/
|
148 |
+
public function ajax_restore_notification() {
|
149 |
|
150 |
$notification = $this->get_notification_from_ajax_request();
|
151 |
if ( $notification ) {
|
161 |
/**
|
162 |
* Create AJAX response data.
|
163 |
*
|
164 |
+
* @param string $type Notification type.
|
165 |
*/
|
166 |
private function output_ajax_response( $type ) {
|
167 |
|
170 |
echo WPSEO_Utils::format_json_encode(
|
171 |
[
|
172 |
'html' => $html,
|
173 |
+
'total' => self::get_active_notification_count(),
|
174 |
]
|
175 |
);
|
176 |
// phpcs:enable -- Reason: WPSEO_Utils::format_json_encode is safe.
|
179 |
/**
|
180 |
* Get the HTML to return in the AJAX request.
|
181 |
*
|
182 |
+
* @param string $type Notification type.
|
183 |
*
|
184 |
* @return bool|string
|
185 |
*/
|
196 |
break;
|
197 |
}
|
198 |
|
199 |
+
// Re-collect notifications.
|
200 |
+
self::collect_notifications();
|
201 |
|
202 |
/**
|
203 |
* Stops PHPStorm from nagging about this variable being unused. The variable is used in the view.
|
204 |
*
|
205 |
* @noinspection PhpUnusedLocalVariableInspection
|
206 |
*/
|
207 |
+
$notifications_data = self::get_template_variables();
|
208 |
|
209 |
ob_start();
|
210 |
+
include WPSEO_PATH . 'admin/views/partial-notifications-' . $view . '.php';
|
211 |
$html = ob_get_clean();
|
212 |
|
213 |
return $html;
|
227 |
}
|
228 |
|
229 |
/**
|
230 |
+
* Collect the notifications and group them together.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
*/
|
232 |
+
public static function collect_notifications() {
|
233 |
|
234 |
$notification_center = Yoast_Notification_Center::get();
|
235 |
|
236 |
$notifications = $notification_center->get_sorted_notifications();
|
237 |
self::$notification_count = count( $notifications );
|
238 |
|
239 |
+
self::$errors = array_filter( $notifications, [ __CLASS__, 'filter_error_notifications' ] );
|
240 |
+
self::$dismissed_errors = array_filter( self::$errors, [ __CLASS__, 'filter_dismissed_notifications' ] );
|
241 |
self::$active_errors = array_diff( self::$errors, self::$dismissed_errors );
|
242 |
|
243 |
+
self::$warnings = array_filter( $notifications, [ __CLASS__, 'filter_warning_notifications' ] );
|
244 |
+
self::$dismissed_warnings = array_filter( self::$warnings, [ __CLASS__, 'filter_dismissed_notifications' ] );
|
245 |
self::$active_warnings = array_diff( self::$warnings, self::$dismissed_warnings );
|
246 |
}
|
247 |
|
255 |
return [
|
256 |
'metrics' => [
|
257 |
'total' => self::$notification_count,
|
258 |
+
'active' => self::get_active_notification_count(),
|
259 |
'errors' => count( self::$errors ),
|
260 |
'warnings' => count( self::$warnings ),
|
261 |
],
|
271 |
}
|
272 |
|
273 |
/**
|
274 |
+
* Deprecated: Get the number of active notifications.
|
275 |
+
* Renamed to get_active_notification_count
|
276 |
*
|
277 |
* @return int
|
278 |
+
* @deprecated 14.0
|
279 |
+
*
|
280 |
+
* @codeCoverageIgnore
|
281 |
*/
|
282 |
+
public function get_active_alert_count() {
|
283 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
|
284 |
+
return 0;
|
285 |
+
}
|
286 |
+
|
287 |
+
/**
|
288 |
+
* Get the number of active notifications.
|
289 |
+
*
|
290 |
+
* @return int
|
291 |
+
*/
|
292 |
+
public static function get_active_notification_count() {
|
293 |
|
294 |
return ( count( self::$active_errors ) + count( self::$active_warnings ) );
|
295 |
}
|
296 |
|
297 |
+
/**
|
298 |
+
* Deprecated: Filter out any non-errors. Renamed to filter_error_notifications
|
299 |
+
*
|
300 |
+
* @param Yoast_Notification $notification $notification Notification to test.
|
301 |
+
* @return bool
|
302 |
+
* @deprecated 14.0
|
303 |
+
*
|
304 |
+
* @codeCoverageIgnore
|
305 |
+
*/
|
306 |
+
public function filter_error_alerts( Yoast_Notification $notification ) {
|
307 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
|
308 |
+
return false;
|
309 |
+
}
|
310 |
+
|
311 |
/**
|
312 |
* Filter out any non-errors.
|
313 |
*
|
315 |
*
|
316 |
* @return bool
|
317 |
*/
|
318 |
+
private static function filter_error_notifications( Yoast_Notification $notification ) {
|
319 |
|
320 |
return $notification->get_type() === 'error';
|
321 |
}
|
322 |
|
323 |
+
|
324 |
+
/**
|
325 |
+
* Deprecated: Filter out any non-warnings. Renamed to filter_warning_notifications
|
326 |
+
*
|
327 |
+
* @param Yoast_Notification $notification $notification Notification to test.
|
328 |
+
* @return bool
|
329 |
+
* @deprecated 14.0
|
330 |
+
*
|
331 |
+
* @codeCoverageIgnore
|
332 |
+
*/
|
333 |
+
public function filter_warning_alerts( Yoast_Notification $notification ) {
|
334 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
|
335 |
+
return false;
|
336 |
+
}
|
337 |
+
|
338 |
+
|
339 |
/**
|
340 |
* Filter out any non-warnings.
|
341 |
*
|
343 |
*
|
344 |
* @return bool
|
345 |
*/
|
346 |
+
private static function filter_warning_notifications( Yoast_Notification $notification ) {
|
347 |
|
348 |
return $notification->get_type() !== 'error';
|
349 |
}
|
350 |
|
351 |
+
/**
|
352 |
+
* Deprecated: Filter out any dismissed notifications. Renamed to filter_dismissed_alerts.
|
353 |
+
*
|
354 |
+
* @param Yoast_Notification $notification Notification to test.
|
355 |
+
* @return bool
|
356 |
+
* @deprecated 14.0
|
357 |
+
*
|
358 |
+
* @codeCoverageIgnore
|
359 |
+
*/
|
360 |
+
public function filter_dismissed_alerts( Yoast_Notification $notification ) {
|
361 |
+
_deprecated_function( __METHOD__, 'WPSEO 14.0' );
|
362 |
+
return false;
|
363 |
+
}
|
364 |
+
|
365 |
/**
|
366 |
* Filter out any dismissed notifications.
|
367 |
*
|
369 |
*
|
370 |
* @return bool
|
371 |
*/
|
372 |
+
private static function filter_dismissed_notifications( Yoast_Notification $notification ) {
|
373 |
|
374 |
return Yoast_Notification_Center::is_notification_dismissed( $notification );
|
375 |
}
|
376 |
}
|
377 |
+
|
378 |
+
class_alias( Yoast_Notifications::class, 'Yoast_Alerts' );
|
admin/formatter/class-metabox-formatter.php
CHANGED
@@ -148,14 +148,14 @@ class WPSEO_Metabox_Formatter {
|
|
148 |
}
|
149 |
|
150 |
/**
|
151 |
-
* Returns a link to the
|
152 |
* Returns an empty string otherwise.
|
153 |
*
|
154 |
-
* @return string The
|
155 |
*/
|
156 |
private function get_settings_link() {
|
157 |
if ( current_user_can( 'manage_options' ) ) {
|
158 |
-
return admin_url( 'options-general.php' );
|
159 |
}
|
160 |
|
161 |
return '';
|
148 |
}
|
149 |
|
150 |
/**
|
151 |
+
* Returns a link to the General Settings page, if the user has the right capabilities.
|
152 |
* Returns an empty string otherwise.
|
153 |
*
|
154 |
+
* @return string The General Settings link.
|
155 |
*/
|
156 |
private function get_settings_link() {
|
157 |
if ( current_user_can( 'manage_options' ) ) {
|
158 |
+
return esc_url( admin_url( 'options-general.php' ) );
|
159 |
}
|
160 |
|
161 |
return '';
|
admin/import/plugins/class-import-greg-high-performance-seo.php
CHANGED
@@ -39,5 +39,4 @@ class WPSEO_Import_Greg_SEO extends WPSEO_Plugin_Importer {
|
|
39 |
'new_key' => 'title',
|
40 |
],
|
41 |
];
|
42 |
-
|
43 |
}
|
39 |
'new_key' => 'title',
|
40 |
],
|
41 |
];
|
|
|
42 |
}
|
admin/import/plugins/class-import-jetpack.php
CHANGED
@@ -37,5 +37,4 @@ class WPSEO_Import_Jetpack_SEO extends WPSEO_Plugin_Importer {
|
|
37 |
'new_key' => 'metadesc',
|
38 |
],
|
39 |
];
|
40 |
-
|
41 |
}
|
37 |
'new_key' => 'metadesc',
|
38 |
],
|
39 |
];
|
|
|
40 |
}
|
admin/import/plugins/class-import-ultimate-seo.php
CHANGED
@@ -61,5 +61,4 @@ class WPSEO_Import_Ultimate_SEO extends WPSEO_Plugin_Importer {
|
|
61 |
'convert' => [ 'on' => 1 ],
|
62 |
],
|
63 |
];
|
64 |
-
|
65 |
}
|
61 |
'convert' => [ 'on' => 1 ],
|
62 |
],
|
63 |
];
|
|
|
64 |
}
|
admin/links/class-link-table-accessible-notifier.php
DELETED
@@ -1,68 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* WPSEO plugin file.
|
4 |
-
*
|
5 |
-
* @package WPSEO\Admin\Links
|
6 |
-
*/
|
7 |
-
|
8 |
-
/**
|
9 |
-
* Represents the notice when the table is not accessible.
|
10 |
-
*/
|
11 |
-
class WPSEO_Link_Table_Accessible_Notifier {
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Notification id.
|
15 |
-
*
|
16 |
-
* @var string
|
17 |
-
*/
|
18 |
-
const NOTIFICATION_ID = 'wpseo-links-table-not-accessible';
|
19 |
-
|
20 |
-
/**
|
21 |
-
* Adds the notification to the notification center.
|
22 |
-
*/
|
23 |
-
public function add_notification() {
|
24 |
-
Yoast_Notification_Center::get()->add_notification( $this->get_notification() );
|
25 |
-
}
|
26 |
-
|
27 |
-
/**
|
28 |
-
* Removes the notification from the notification center.
|
29 |
-
*/
|
30 |
-
public function remove_notification() {
|
31 |
-
Yoast_Notification_Center::get()->remove_notification( $this->get_notification() );
|
32 |
-
}
|
33 |
-
|
34 |
-
/**
|
35 |
-
* Returns the notification when the table is not accessible.
|
36 |
-
*
|
37 |
-
* @return Yoast_Notification The notification.
|
38 |
-
*/
|
39 |
-
protected function get_notification() {
|
40 |
-
return new Yoast_Notification(
|
41 |
-
sprintf(
|
42 |
-
/* translators: %1$s: Yoast SEO. %2$s: Version number of Yoast SEO. %3$s: strong opening tag, %4$s: strong closing tag */
|
43 |
-
esc_html__( 'The %3$sText link counter%4$s feature (introduced in %1$s %2$s) is currently disabled.', 'wordpress-seo' ),
|
44 |
-
'Yoast SEO',
|
45 |
-
'5.0',
|
46 |
-
'<strong>',
|
47 |
-
'</strong>'
|
48 |
-
) . ' ' .
|
49 |
-
sprintf(
|
50 |
-
/* translators: %1$s: Yoast SEO. */
|
51 |
-
esc_html__( 'For this feature to work, %1$s needs to create a table in your database. We were unable to create this table automatically.', 'wordpress-seo' ),
|
52 |
-
'Yoast SEO'
|
53 |
-
) . '<br><br>' .
|
54 |
-
sprintf(
|
55 |
-
/* translators: %1$s: link to knowledge base article about solving table issue. %2$s: is anchor closing. */
|
56 |
-
esc_html__( 'Please read the following %1$sknowledge base article%2$s to find out how to resolve this problem.', 'wordpress-seo' ),
|
57 |
-
'<a href="' . WPSEO_Shortlinker::get( 'https://yoa.st/15o' ) . '">',
|
58 |
-
'</a>'
|
59 |
-
),
|
60 |
-
[
|
61 |
-
'type' => Yoast_Notification::WARNING,
|
62 |
-
'id' => self::NOTIFICATION_ID,
|
63 |
-
'capabilities' => 'wpseo_manage_options',
|
64 |
-
'priority' => 0.8,
|
65 |
-
]
|
66 |
-
);
|
67 |
-
}
|
68 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/metabox/class-metabox.php
CHANGED
@@ -5,6 +5,8 @@
|
|
5 |
* @package WPSEO\Admin
|
6 |
*/
|
7 |
|
|
|
|
|
8 |
/**
|
9 |
* This class generates the metabox on the edit post / page as well as contains all page analysis functionality.
|
10 |
*/
|
@@ -115,22 +117,20 @@ class WPSEO_Metabox extends WPSEO_Meta {
|
|
115 |
|
116 |
/**
|
117 |
* Renders the content for the internet explorer metabox.
|
|
|
|
|
118 |
*/
|
119 |
public function render_internet_explorer_notice() {
|
120 |
-
|
121 |
-
|
122 |
-
echo '<svg xmlns="http://www.w3.org/2000/svg" fill="#674E00" height="14px" width="14px" viewBox="0 0 576 512" role="img" aria-hidden="true" focusable="false"><path d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg>';
|
123 |
-
echo '</span>';
|
124 |
-
echo '<div style="float: left">';
|
125 |
-
printf(
|
126 |
-
/* translators: 1: link to Firefox website; 2: link to Chrome website; 3: link to Edge website; 4: link close tag. */
|
127 |
esc_html__( 'The browser you are currently using is unfortunately rather dated. Since we strive to give you the best experience possible, we no longer support this browser. Instead, please use %1$sFirefox%4$s, %2$sChrome%4$s or %3$sMicrosoft Edge%4$s.', 'wordpress-seo' ),
|
128 |
'<a href="https://www.mozilla.org/firefox/new/">',
|
129 |
-
'<a href="https://www.google.com/
|
130 |
'<a href="https://www.microsoft.com/windows/microsoft-edge">',
|
131 |
'</a>'
|
132 |
);
|
133 |
-
|
|
|
134 |
}
|
135 |
|
136 |
/**
|
@@ -141,7 +141,6 @@ class WPSEO_Metabox extends WPSEO_Meta {
|
|
141 |
*/
|
142 |
public static function translate_meta_boxes() {
|
143 |
WPSEO_Meta::$meta_fields['general']['title']['title'] = __( 'SEO title', 'wordpress-seo' );
|
144 |
-
|
145 |
WPSEO_Meta::$meta_fields['general']['metadesc']['title'] = __( 'Meta description', 'wordpress-seo' );
|
146 |
|
147 |
/* translators: %s expands to the post type name. */
|
@@ -391,18 +390,7 @@ class WPSEO_Metabox extends WPSEO_Meta {
|
|
391 |
$html_after = '';
|
392 |
|
393 |
if ( WPSEO_Capability_Utils::current_user_can( 'wpseo_edit_advanced_metadata' ) || WPSEO_Options::get( 'disableadvanced_meta' ) === false ) {
|
394 |
-
$
|
395 |
-
__( 'Advanced', 'wordpress-seo' ),
|
396 |
-
null,
|
397 |
-
[
|
398 |
-
'collapsible' => true,
|
399 |
-
'class' => 'metabox wpseo-form wpseo-collapsible-container',
|
400 |
-
'content' => $this->get_tab_content( 'advanced' ),
|
401 |
-
'paper_id' => 'collapsible-advanced-settings',
|
402 |
-
]
|
403 |
-
);
|
404 |
-
|
405 |
-
$html_after = '<div class="wpseo_content_wrapper">' . $advanced_collapsible->get_output() . '</div>';
|
406 |
}
|
407 |
|
408 |
/**
|
5 |
* @package WPSEO\Admin
|
6 |
*/
|
7 |
|
8 |
+
use Yoast\WP\SEO\Presenters\Admin\Alert_Presenter;
|
9 |
+
|
10 |
/**
|
11 |
* This class generates the metabox on the edit post / page as well as contains all page analysis functionality.
|
12 |
*/
|
117 |
|
118 |
/**
|
119 |
* Renders the content for the internet explorer metabox.
|
120 |
+
*
|
121 |
+
* @return void
|
122 |
*/
|
123 |
public function render_internet_explorer_notice() {
|
124 |
+
$content = sprintf(
|
125 |
+
/* translators: 1: Link start tag to the Firefox website, 2: Link start tag to the Chrome website, 3: Link start tag to the Edge website, 4: Link closing tag. */
|
|
|
|
|
|
|
|
|
|
|
126 |
esc_html__( 'The browser you are currently using is unfortunately rather dated. Since we strive to give you the best experience possible, we no longer support this browser. Instead, please use %1$sFirefox%4$s, %2$sChrome%4$s or %3$sMicrosoft Edge%4$s.', 'wordpress-seo' ),
|
127 |
'<a href="https://www.mozilla.org/firefox/new/">',
|
128 |
+
'<a href="https://www.google.com/chrome/">',
|
129 |
'<a href="https://www.microsoft.com/windows/microsoft-edge">',
|
130 |
'</a>'
|
131 |
);
|
132 |
+
|
133 |
+
echo new Alert_Presenter( $content );
|
134 |
}
|
135 |
|
136 |
/**
|
141 |
*/
|
142 |
public static function translate_meta_boxes() {
|
143 |
WPSEO_Meta::$meta_fields['general']['title']['title'] = __( 'SEO title', 'wordpress-seo' );
|
|
|
144 |
WPSEO_Meta::$meta_fields['general']['metadesc']['title'] = __( 'Meta description', 'wordpress-seo' );
|
145 |
|
146 |
/* translators: %s expands to the post type name. */
|
390 |
$html_after = '';
|
391 |
|
392 |
if ( WPSEO_Capability_Utils::current_user_can( 'wpseo_edit_advanced_metadata' ) || WPSEO_Options::get( 'disableadvanced_meta' ) === false ) {
|
393 |
+
$html_after = $this->get_tab_content( 'advanced' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
}
|
395 |
|
396 |
/**
|
admin/notifiers/class-post-type-archive-notification-handler.php
DELETED
@@ -1,190 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* WPSEO plugin file.
|
4 |
-
*
|
5 |
-
* @package WPSEO\Admin\Notifiers
|
6 |
-
*/
|
7 |
-
|
8 |
-
/**
|
9 |
-
* Represents the logic for showing the post type archive notification.
|
10 |
-
*/
|
11 |
-
class WPSEO_Post_Type_Archive_Notification_Handler extends WPSEO_Dismissible_Notification {
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Defaults for the title option.
|
15 |
-
*
|
16 |
-
* @var array
|
17 |
-
*/
|
18 |
-
protected $option_defaults = [];
|
19 |
-
|
20 |
-
/**
|
21 |
-
* Sets the notification identifier.
|
22 |
-
*
|
23 |
-
* @codeCoverageIgnore
|
24 |
-
*
|
25 |
-
* @return void
|
26 |
-
*/
|
27 |
-
public function __construct() {
|
28 |
-
$this->notification_identifier = 'post-type-archive-notification';
|
29 |
-
}
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Checks if the notice should be shown.
|
33 |
-
*
|
34 |
-
* @return bool True when applicable.
|
35 |
-
*/
|
36 |
-
protected function is_applicable() {
|
37 |
-
if ( $this->is_notice_dismissed() ) {
|
38 |
-
return false;
|
39 |
-
}
|
40 |
-
|
41 |
-
if ( $this->is_new_install() ) {
|
42 |
-
return false;
|
43 |
-
}
|
44 |
-
|
45 |
-
return $this->get_post_types() !== [];
|
46 |
-
}
|
47 |
-
|
48 |
-
/**
|
49 |
-
* Returns the notification.
|
50 |
-
*
|
51 |
-
* @return Yoast_Notification The notification for the notification center.
|
52 |
-
*
|
53 |
-
* @codeCoverageIgnore
|
54 |
-
*/
|
55 |
-
protected function get_notification() {
|
56 |
-
$post_types = $this->get_post_types();
|
57 |
-
|
58 |
-
$message = esc_html__(
|
59 |
-
'We\'ve recently improved the functionality of the Search Appearance settings. Unfortunately, we\'ve discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.',
|
60 |
-
'wordpress-seo'
|
61 |
-
);
|
62 |
-
$message .= PHP_EOL . PHP_EOL;
|
63 |
-
$message .= sprintf(
|
64 |
-
/* translators: %1$s is the archive template link start tag, %2$s is the link closing tag, %3$s is a comma separated string with content types. */
|
65 |
-
_n(
|
66 |
-
'Please check the %1$sarchive template%2$s for the following content type: %3$s.',
|
67 |
-
'Please check the %1$sarchive templates%2$s for the following content types: %3$s.',
|
68 |
-
count( $post_types ),
|
69 |
-
'wordpress-seo'
|
70 |
-
),
|
71 |
-
'<a href="' . esc_url( admin_url( 'admin.php?page=wpseo_titles#top#post-types' ) ) . '">',
|
72 |
-
'</a>',
|
73 |
-
implode( ', ', $post_types )
|
74 |
-
);
|
75 |
-
$message .= PHP_EOL . PHP_EOL;
|
76 |
-
$message .= '<a class="button" href="' . admin_url( '?page=' . WPSEO_Admin::PAGE_IDENTIFIER . '&yoast_dismiss=' . $this->notification_identifier ) . '">' . __( 'Remove this message', 'wordpress-seo' ) . '</a>';
|
77 |
-
|
78 |
-
$notification_options = [
|
79 |
-
'type' => Yoast_Notification::WARNING,
|
80 |
-
'id' => 'wpseo-' . $this->notification_identifier,
|
81 |
-
'priority' => 1.0,
|
82 |
-
'capabilities' => 'wpseo_manage_options',
|
83 |
-
];
|
84 |
-
|
85 |
-
return new Yoast_Notification( $message, $notification_options );
|
86 |
-
}
|
87 |
-
|
88 |
-
/**
|
89 |
-
* Checks if the first activation is done before the release of 7.9.
|
90 |
-
*
|
91 |
-
* @return bool True when the install is 'new'.
|
92 |
-
*
|
93 |
-
* @codeCoverageIgnore
|
94 |
-
*/
|
95 |
-
protected function is_new_install() {
|
96 |
-
return WPSEO_Options::get( 'first_activated_on' ) >= strtotime( '2018-07-24' );
|
97 |
-
}
|
98 |
-
|
99 |
-
/**
|
100 |
-
* Returns all the post types which might have wrong archive settings.
|
101 |
-
*
|
102 |
-
* @return array The post types.
|
103 |
-
*
|
104 |
-
* @codeCoverageIgnore
|
105 |
-
*/
|
106 |
-
protected function get_post_types() {
|
107 |
-
static $post_types;
|
108 |
-
|
109 |
-
if ( $post_types === null ) {
|
110 |
-
$this->option_defaults = WPSEO_Option_Titles::get_instance()->get_defaults();
|
111 |
-
|
112 |
-
$post_types = get_post_types( [ 'public' => true ] );
|
113 |
-
$post_types = WPSEO_Post_Type::filter_attachment_post_type( $post_types );
|
114 |
-
$post_types = $this->filter_woocommerce_product_type( $post_types );
|
115 |
-
$post_types = array_filter( $post_types, [ $this, 'has_custom_archive_slug' ] );
|
116 |
-
$post_types = array_filter( $post_types, [ $this, 'has_default_templates_set' ] );
|
117 |
-
}
|
118 |
-
|
119 |
-
return $post_types;
|
120 |
-
}
|
121 |
-
|
122 |
-
/**
|
123 |
-
* Filters the WooCommerce product, when Woocommerce is active.
|
124 |
-
*
|
125 |
-
* @param array $post_types The post types to filter.
|
126 |
-
*
|
127 |
-
* @return array The filtere post types.
|
128 |
-
*
|
129 |
-
* @codeCoverageIgnore
|
130 |
-
*/
|
131 |
-
protected function filter_woocommerce_product_type( $post_types ) {
|
132 |
-
if ( WPSEO_Utils::is_woocommerce_active() ) {
|
133 |
-
unset( $post_types['product'] );
|
134 |
-
}
|
135 |
-
|
136 |
-
return $post_types;
|
137 |
-
}
|
138 |
-
|
139 |
-
/**
|
140 |
-
* Checks if the archive slug for the post type is overridden.
|
141 |
-
*
|
142 |
-
* @param string $post_type_name The post type's name.
|
143 |
-
*
|
144 |
-
* @return bool True when the archive slug is overridden.
|
145 |
-
*
|
146 |
-
* @codeCoverageIgnore
|
147 |
-
*/
|
148 |
-
protected function has_custom_archive_slug( $post_type_name ) {
|
149 |
-
$post_type = get_post_type_object( $post_type_name );
|
150 |
-
if ( $post_type === null || ! WPSEO_Post_Type::has_archive( $post_type ) ) {
|
151 |
-
return false;
|
152 |
-
}
|
153 |
-
|
154 |
-
// When the archive value is not TRUE it will be a custom archive slug.
|
155 |
-
return ( $post_type->has_archive !== true );
|
156 |
-
}
|
157 |
-
|
158 |
-
/**
|
159 |
-
* Checks if the default templates are set for given post type.
|
160 |
-
*
|
161 |
-
* @param string $post_type_name The post type name.
|
162 |
-
*
|
163 |
-
* @return bool True when the default templates are set.
|
164 |
-
*
|
165 |
-
* @codeCoverageIgnore
|
166 |
-
*/
|
167 |
-
protected function has_default_templates_set( $post_type_name ) {
|
168 |
-
$title_option_name = 'title-ptarchive-' . $post_type_name;
|
169 |
-
$metadesc_option_name = 'metadesc-ptarchive-' . $post_type_name;
|
170 |
-
|
171 |
-
return ( $this->is_equal_to_default( $title_option_name ) && $this->is_equal_to_default( $metadesc_option_name ) );
|
172 |
-
}
|
173 |
-
|
174 |
-
/**
|
175 |
-
* Checks if value for given option name is equal to the default value.
|
176 |
-
*
|
177 |
-
* @param string $option_name The option name to check.
|
178 |
-
*
|
179 |
-
* @return bool True when the option value is equal to the default value.
|
180 |
-
*
|
181 |
-
* @codeCoverageIgnore
|
182 |
-
*/
|
183 |
-
protected function is_equal_to_default( $option_name ) {
|
184 |
-
if ( ! isset( $this->option_defaults[ $option_name ] ) ) {
|
185 |
-
return false;
|
186 |
-
}
|
187 |
-
|
188 |
-
return ( WPSEO_Options::get( $option_name ) === $this->option_defaults[ $option_name ] );
|
189 |
-
}
|
190 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/pages/tools.php
CHANGED
@@ -54,7 +54,7 @@ if ( $tool_page === '' ) {
|
|
54 |
$attr = ( ! empty( $tool['attr'] ) ) ? $tool['attr'] : '';
|
55 |
|
56 |
echo '<li>';
|
57 |
-
echo '<strong><a href="', esc_url( $href ), '" ', esc_attr( $attr )
|
58 |
echo esc_html( $tool['desc'] );
|
59 |
echo '</li>';
|
60 |
}
|
@@ -67,7 +67,6 @@ if ( $tool_page === '' ) {
|
|
67 |
echo '</ul>';
|
68 |
|
69 |
echo '<input type="hidden" id="wpseo_recalculate_nonce" name="wpseo_recalculate_nonce" value="' . esc_attr( wp_create_nonce( 'wpseo_recalculate' ) ) . '" />';
|
70 |
-
|
71 |
}
|
72 |
else {
|
73 |
echo '<a href="', esc_url( admin_url( 'admin.php?page=wpseo_tools' ) ), '">', esc_html__( '« Back to Tools page', 'wordpress-seo' ), '</a>';
|
54 |
$attr = ( ! empty( $tool['attr'] ) ) ? $tool['attr'] : '';
|
55 |
|
56 |
echo '<li>';
|
57 |
+
echo '<strong><a href="', esc_url( $href ), '" ', esc_attr( $attr ), '>', esc_html( $tool['title'] ), '</a></strong><br/>';
|
58 |
echo esc_html( $tool['desc'] );
|
59 |
echo '</li>';
|
60 |
}
|
67 |
echo '</ul>';
|
68 |
|
69 |
echo '<input type="hidden" id="wpseo_recalculate_nonce" name="wpseo_recalculate_nonce" value="' . esc_attr( wp_create_nonce( 'wpseo_recalculate' ) ) . '" />';
|
|
|
70 |
}
|
71 |
else {
|
72 |
echo '<a href="', esc_url( admin_url( 'admin.php?page=wpseo_tools' ) ), '">', esc_html__( '« Back to Tools page', 'wordpress-seo' ), '</a>';
|
admin/roles/class-abstract-role-manager.php
CHANGED
@@ -27,11 +27,10 @@ abstract class WPSEO_Abstract_Role_Manager implements WPSEO_Role_Manager {
|
|
27 |
* @return void
|
28 |
*/
|
29 |
public function register( $role, $display_name, $template = null ) {
|
30 |
-
$this->roles[ $role ] =
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
];
|
35 |
}
|
36 |
|
37 |
/**
|
27 |
* @return void
|
28 |
*/
|
29 |
public function register( $role, $display_name, $template = null ) {
|
30 |
+
$this->roles[ $role ] = (object) [
|
31 |
+
'display_name' => $display_name,
|
32 |
+
'template' => $template,
|
33 |
+
];
|
|
|
34 |
}
|
35 |
|
36 |
/**
|
admin/ryte/class-ryte.php
CHANGED
@@ -13,7 +13,7 @@ class WPSEO_Ryte implements WPSEO_WordPress_Integration {
|
|
13 |
/**
|
14 |
* Is the request started by pressing the fetch button.
|
15 |
*
|
16 |
-
* @var
|
17 |
*/
|
18 |
private $is_manual_request = false;
|
19 |
|
13 |
/**
|
14 |
* Is the request started by pressing the fetch button.
|
15 |
*
|
16 |
+
* @var bool
|
17 |
*/
|
18 |
private $is_manual_request = false;
|
19 |
|
admin/services/class-indexable.php
CHANGED
@@ -72,7 +72,6 @@ class WPSEO_Indexable_Service {
|
|
72 |
|
73 |
if ( $object_type === 'term' ) {
|
74 |
return new WPSEO_Indexable_Service_Term_Provider();
|
75 |
-
|
76 |
}
|
77 |
|
78 |
throw WPSEO_Invalid_Argument_Exception::invalid_callable_parameter( $object_type, 'provider' );
|
72 |
|
73 |
if ( $object_type === 'term' ) {
|
74 |
return new WPSEO_Indexable_Service_Term_Provider();
|
|
|
75 |
}
|
76 |
|
77 |
throw WPSEO_Invalid_Argument_Exception::invalid_callable_parameter( $object_type, 'provider' );
|
admin/taxonomy/class-taxonomy-metabox.php
CHANGED
@@ -135,18 +135,7 @@ class WPSEO_Taxonomy_Metabox {
|
|
135 |
if ( WPSEO_Capability_Utils::current_user_can( 'wpseo_edit_advanced_metadata' ) || WPSEO_Options::get( 'disableadvanced_meta' ) === false ) {
|
136 |
$taxonomy_settings_fields = new WPSEO_Taxonomy_Settings_Fields( $this->term );
|
137 |
|
138 |
-
$
|
139 |
-
__( 'Advanced', 'wordpress-seo' ),
|
140 |
-
null,
|
141 |
-
[
|
142 |
-
'collapsible' => true,
|
143 |
-
'class' => 'metabox wpseo-form wpseo-collapsible-container',
|
144 |
-
'content' => $this->taxonomy_tab_content->html( $taxonomy_settings_fields->get() ),
|
145 |
-
'paper_id' => 'collapsible-advanced-settings',
|
146 |
-
]
|
147 |
-
);
|
148 |
-
|
149 |
-
$html_after = '<div class="wpseo_content_wrapper">' . $advanced_collapsible->get_output() . '</div>';
|
150 |
}
|
151 |
|
152 |
return new WPSEO_Metabox_Section_React(
|
135 |
if ( WPSEO_Capability_Utils::current_user_can( 'wpseo_edit_advanced_metadata' ) || WPSEO_Options::get( 'disableadvanced_meta' ) === false ) {
|
136 |
$taxonomy_settings_fields = new WPSEO_Taxonomy_Settings_Fields( $this->term );
|
137 |
|
138 |
+
$html_after = $this->taxonomy_tab_content->html( $taxonomy_settings_fields->get() );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
}
|
140 |
|
141 |
return new WPSEO_Metabox_Section_React(
|
admin/taxonomy/class-taxonomy-settings-fields.php
CHANGED
@@ -9,14 +9,6 @@
|
|
9 |
* This class parses all the values for the general tab in the Yoast SEO settings metabox.
|
10 |
*/
|
11 |
class WPSEO_Taxonomy_Settings_Fields extends WPSEO_Taxonomy_Fields {
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Options array for the no-index options, including translated labels.
|
15 |
-
*
|
16 |
-
* @var array
|
17 |
-
*/
|
18 |
-
private $no_index_options = [];
|
19 |
-
|
20 |
/**
|
21 |
* The WPSEO_Taxonomy_Settings_Fields class constructor.
|
22 |
*
|
@@ -24,7 +16,6 @@ class WPSEO_Taxonomy_Settings_Fields extends WPSEO_Taxonomy_Fields {
|
|
24 |
*/
|
25 |
public function __construct( $term ) {
|
26 |
parent::__construct( $term );
|
27 |
-
$this->translate_meta_options();
|
28 |
}
|
29 |
|
30 |
/**
|
@@ -33,83 +24,27 @@ class WPSEO_Taxonomy_Settings_Fields extends WPSEO_Taxonomy_Fields {
|
|
33 |
* @return array Fields to be used on the General tab.
|
34 |
*/
|
35 |
public function get() {
|
36 |
-
$labels = $this->get_taxonomy_labels();
|
37 |
$fields = [
|
38 |
'noindex' => $this->get_field_config(
|
39 |
-
/* translators: %s = taxonomy name. */
|
40 |
-
esc_html( sprintf( __( 'Allow search engines to show this %s in search results?', 'wordpress-seo' ), $labels->singular_name ) ),
|
41 |
'',
|
42 |
-
'
|
43 |
-
|
|
|
44 |
),
|
45 |
'bctitle' => $this->get_field_config(
|
46 |
-
|
47 |
-
|
48 |
-
'
|
49 |
'',
|
50 |
( WPSEO_Options::get( 'breadcrumbs-enable' ) !== true )
|
51 |
),
|
52 |
'canonical' => $this->get_field_config(
|
53 |
-
|
54 |
-
|
55 |
-
'
|
56 |
),
|
57 |
];
|
58 |
|
59 |
return $this->filter_hidden_fields( $fields );
|
60 |
}
|
61 |
-
|
62 |
-
/**
|
63 |
-
* Translate options text strings for use in the select fields.
|
64 |
-
*
|
65 |
-
* {@internal IMPORTANT: if you want to add a new string (option) somewhere, make sure you add
|
66 |
-
* that array key to the main options definition array in the class WPSEO_Taxonomy_Meta() as well!!!!}}
|
67 |
-
*/
|
68 |
-
private function translate_meta_options() {
|
69 |
-
$this->no_index_options = WPSEO_Taxonomy_Meta::$no_index_options;
|
70 |
-
|
71 |
-
/* translators: %1$s expands to the taxonomy name %2$s expands to the current taxonomy index value */
|
72 |
-
$this->no_index_options['default'] = __( '%2$s (current default for %1$s)', 'wordpress-seo' );
|
73 |
-
$this->no_index_options['index'] = __( 'Yes', 'wordpress-seo' );
|
74 |
-
$this->no_index_options['noindex'] = __( 'No', 'wordpress-seo' );
|
75 |
-
}
|
76 |
-
|
77 |
-
/**
|
78 |
-
* Getting the data for the noindex fields.
|
79 |
-
*
|
80 |
-
* @return array Array containing the no_index options.
|
81 |
-
*/
|
82 |
-
private function get_noindex_options() {
|
83 |
-
$labels = $this->get_taxonomy_labels();
|
84 |
-
$noindex_options['options'] = $this->no_index_options;
|
85 |
-
$noindex_options['options']['default'] = sprintf( $noindex_options['options']['default'], $labels->name, $this->get_robot_index() );
|
86 |
-
|
87 |
-
return $noindex_options;
|
88 |
-
}
|
89 |
-
|
90 |
-
/**
|
91 |
-
* Retrieve the taxonomies plural for use in sentences.
|
92 |
-
*
|
93 |
-
* @return object Object containing the taxonomy's labels.
|
94 |
-
*/
|
95 |
-
private function get_taxonomy_labels() {
|
96 |
-
$taxonomy = get_taxonomy( $this->term->taxonomy );
|
97 |
-
|
98 |
-
return $taxonomy->labels;
|
99 |
-
}
|
100 |
-
|
101 |
-
/**
|
102 |
-
* Returns the current robot index value for the taxonomy
|
103 |
-
*
|
104 |
-
* @return string
|
105 |
-
*/
|
106 |
-
private function get_robot_index() {
|
107 |
-
$robot_index = $this->no_index_options['index'];
|
108 |
-
$index_option = 'noindex-tax-' . $this->term->taxonomy;
|
109 |
-
if ( WPSEO_Options::get( $index_option, false ) ) {
|
110 |
-
$robot_index = $this->no_index_options['noindex'];
|
111 |
-
}
|
112 |
-
|
113 |
-
return $robot_index;
|
114 |
-
}
|
115 |
}
|
9 |
* This class parses all the values for the general tab in the Yoast SEO settings metabox.
|
10 |
*/
|
11 |
class WPSEO_Taxonomy_Settings_Fields extends WPSEO_Taxonomy_Fields {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
/**
|
13 |
* The WPSEO_Taxonomy_Settings_Fields class constructor.
|
14 |
*
|
16 |
*/
|
17 |
public function __construct( $term ) {
|
18 |
parent::__construct( $term );
|
|
|
19 |
}
|
20 |
|
21 |
/**
|
24 |
* @return array Fields to be used on the General tab.
|
25 |
*/
|
26 |
public function get() {
|
|
|
27 |
$fields = [
|
28 |
'noindex' => $this->get_field_config(
|
|
|
|
|
29 |
'',
|
30 |
+
'',
|
31 |
+
'hidden',
|
32 |
+
''
|
33 |
),
|
34 |
'bctitle' => $this->get_field_config(
|
35 |
+
'',
|
36 |
+
'',
|
37 |
+
'hidden',
|
38 |
'',
|
39 |
( WPSEO_Options::get( 'breadcrumbs-enable' ) !== true )
|
40 |
),
|
41 |
'canonical' => $this->get_field_config(
|
42 |
+
'',
|
43 |
+
'',
|
44 |
+
'hidden'
|
45 |
),
|
46 |
];
|
47 |
|
48 |
return $this->filter_hidden_fields( $fields );
|
49 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
}
|
admin/taxonomy/class-taxonomy.php
CHANGED
@@ -5,6 +5,8 @@
|
|
5 |
* @package WPSEO\Admin
|
6 |
*/
|
7 |
|
|
|
|
|
8 |
/**
|
9 |
* Class that handles the edit boxes on taxonomy edit pages.
|
10 |
*/
|
@@ -82,6 +84,8 @@ class WPSEO_Taxonomy {
|
|
82 |
|
83 |
/**
|
84 |
* Renders the content for the internet explorer metabox.
|
|
|
|
|
85 |
*/
|
86 |
private function show_internet_explorer_notice() {
|
87 |
$product_title = 'Yoast SEO';
|
@@ -91,22 +95,18 @@ class WPSEO_Taxonomy {
|
|
91 |
|
92 |
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: $product_title is hardcoded.
|
93 |
printf( '<div id="wpseo_meta" class="postbox yoast wpseo-taxonomy-metabox-postbox"><h2><span>%1$s</span></h2>', $product_title );
|
94 |
-
|
95 |
echo '<div class="inside">';
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
echo '</span>';
|
100 |
-
echo '<div style="float: left">';
|
101 |
-
printf(
|
102 |
-
/* translators: 1: link to Firefox website; 2: link to Chrome website; 3: link to Edge website; 4: link close tag. */
|
103 |
esc_html__( 'The browser you are currently using is unfortunately rather dated. Since we strive to give you the best experience possible, we no longer support this browser. Instead, please use %1$sFirefox%4$s, %2$sChrome%4$s or %3$sMicrosoft Edge%4$s.', 'wordpress-seo' ),
|
104 |
'<a href="https://www.mozilla.org/firefox/new/">',
|
105 |
-
'<a href="https://www.google.com/
|
106 |
'<a href="https://www.microsoft.com/windows/microsoft-edge">',
|
107 |
'</a>'
|
108 |
);
|
109 |
-
echo
|
|
|
110 |
echo '</div></div>';
|
111 |
}
|
112 |
|
@@ -129,8 +129,8 @@ class WPSEO_Taxonomy {
|
|
129 |
|
130 |
$tag_id = filter_input( INPUT_GET, 'tag_ID' );
|
131 |
if (
|
132 |
-
self::is_term_edit( $pagenow )
|
133 |
-
! empty( $tag_id ) // After we drop support for <4.5 this can be removed.
|
134 |
) {
|
135 |
wp_enqueue_media(); // Enqueue files needed for upload functionality.
|
136 |
|
@@ -337,6 +337,18 @@ class WPSEO_Taxonomy {
|
|
337 |
return $page === 'term.php';
|
338 |
}
|
339 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
/**
|
341 |
* Retrieves a template.
|
342 |
* Check if metabox for current taxonomy should be displayed.
|
5 |
* @package WPSEO\Admin
|
6 |
*/
|
7 |
|
8 |
+
use Yoast\WP\SEO\Presenters\Admin\Alert_Presenter;
|
9 |
+
|
10 |
/**
|
11 |
* Class that handles the edit boxes on taxonomy edit pages.
|
12 |
*/
|
84 |
|
85 |
/**
|
86 |
* Renders the content for the internet explorer metabox.
|
87 |
+
*
|
88 |
+
* @return void
|
89 |
*/
|
90 |
private function show_internet_explorer_notice() {
|
91 |
$product_title = 'Yoast SEO';
|
95 |
|
96 |
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: $product_title is hardcoded.
|
97 |
printf( '<div id="wpseo_meta" class="postbox yoast wpseo-taxonomy-metabox-postbox"><h2><span>%1$s</span></h2>', $product_title );
|
|
|
98 |
echo '<div class="inside">';
|
99 |
+
|
100 |
+
$content = sprintf(
|
101 |
+
/* translators: 1: Link start tag to the Firefox website, 2: Link start tag to the Chrome website, 3: Link start tag to the Edge website, 4: Link closing tag. */
|
|
|
|
|
|
|
|
|
102 |
esc_html__( 'The browser you are currently using is unfortunately rather dated. Since we strive to give you the best experience possible, we no longer support this browser. Instead, please use %1$sFirefox%4$s, %2$sChrome%4$s or %3$sMicrosoft Edge%4$s.', 'wordpress-seo' ),
|
103 |
'<a href="https://www.mozilla.org/firefox/new/">',
|
104 |
+
'<a href="https://www.google.com/chrome/">',
|
105 |
'<a href="https://www.microsoft.com/windows/microsoft-edge">',
|
106 |
'</a>'
|
107 |
);
|
108 |
+
echo new Alert_Presenter( $content );
|
109 |
+
|
110 |
echo '</div></div>';
|
111 |
}
|
112 |
|
129 |
|
130 |
$tag_id = filter_input( INPUT_GET, 'tag_ID' );
|
131 |
if (
|
132 |
+
self::is_term_edit( $pagenow )
|
133 |
+
&& ! empty( $tag_id ) // After we drop support for <4.5 this can be removed.
|
134 |
) {
|
135 |
wp_enqueue_media(); // Enqueue files needed for upload functionality.
|
136 |
|
337 |
return $page === 'term.php';
|
338 |
}
|
339 |
|
340 |
+
/**
|
341 |
+
* Function to get the labels for the current taxonomy.
|
342 |
+
*
|
343 |
+
* @return object Labels for the current taxonomy.
|
344 |
+
*/
|
345 |
+
public static function get_labels() {
|
346 |
+
$term = filter_input( INPUT_GET, 'taxonomy', FILTER_DEFAULT, [ 'options' => [ 'default' => '' ] ] );
|
347 |
+
$taxonomy = get_taxonomy( $term );
|
348 |
+
|
349 |
+
return $taxonomy->labels;
|
350 |
+
}
|
351 |
+
|
352 |
/**
|
353 |
* Retrieves a template.
|
354 |
* Check if metabox for current taxonomy should be displayed.
|
admin/views/{partial-alerts-errors.php → partial-notifications-errors.php}
RENAMED
@@ -4,18 +4,18 @@
|
|
4 |
*
|
5 |
* @package WPSEO\Admin
|
6 |
*
|
7 |
-
* @uses array $
|
8 |
*/
|
9 |
|
10 |
$type = 'errors';
|
11 |
$dashicon = 'warning';
|
12 |
|
13 |
-
$active = $
|
14 |
-
$dismissed = $
|
15 |
|
16 |
$active_total = count( $active );
|
17 |
$dismissed_total = count( $dismissed );
|
18 |
-
$total = $
|
19 |
|
20 |
$i18n_title = __( 'Problems', 'wordpress-seo' );
|
21 |
$i18n_issues = __( 'We have detected the following issues that affect the SEO of your site.', 'wordpress-seo' );
|
@@ -26,4 +26,4 @@ $i18n_muted_issues_title = sprintf(
|
|
26 |
$dismissed_total
|
27 |
);
|
28 |
|
29 |
-
require WPSEO_PATH . 'admin/views/partial-
|
4 |
*
|
5 |
* @package WPSEO\Admin
|
6 |
*
|
7 |
+
* @uses array $notifications_data
|
8 |
*/
|
9 |
|
10 |
$type = 'errors';
|
11 |
$dashicon = 'warning';
|
12 |
|
13 |
+
$active = $notifications_data['errors']['active'];
|
14 |
+
$dismissed = $notifications_data['errors']['dismissed'];
|
15 |
|
16 |
$active_total = count( $active );
|
17 |
$dismissed_total = count( $dismissed );
|
18 |
+
$total = $notifications_data['metrics']['errors'];
|
19 |
|
20 |
$i18n_title = __( 'Problems', 'wordpress-seo' );
|
21 |
$i18n_issues = __( 'We have detected the following issues that affect the SEO of your site.', 'wordpress-seo' );
|
26 |
$dismissed_total
|
27 |
);
|
28 |
|
29 |
+
require WPSEO_PATH . 'admin/views/partial-notifications-template.php';
|
admin/views/{partial-alerts-template.php → partial-notifications-template.php}
RENAMED
@@ -17,17 +17,17 @@
|
|
17 |
* @uses array $dismissed
|
18 |
*/
|
19 |
|
20 |
-
if ( ! function_exists( '
|
21 |
/**
|
22 |
-
* Create the
|
23 |
*
|
24 |
-
* @param array $list List of
|
25 |
-
* @param string $status Status of the
|
26 |
*
|
27 |
* @return string The output to render.
|
28 |
*/
|
29 |
-
function
|
30 |
-
$
|
31 |
|
32 |
foreach ( $list as $notification ) {
|
33 |
|
@@ -47,8 +47,8 @@ if ( ! function_exists( '_yoast_display_alerts' ) ) {
|
|
47 |
break;
|
48 |
}
|
49 |
|
50 |
-
$
|
51 |
-
'<div class="yoast-
|
52 |
esc_attr( $notification->get_id() ),
|
53 |
esc_attr( $notification->get_nonce() ),
|
54 |
esc_attr( $notification->get_json() ),
|
@@ -59,7 +59,7 @@ if ( ! function_exists( '_yoast_display_alerts' ) ) {
|
|
59 |
);
|
60 |
}
|
61 |
|
62 |
-
return $
|
63 |
}
|
64 |
}
|
65 |
|
@@ -70,7 +70,7 @@ if ( ! $active ) {
|
|
70 |
}
|
71 |
|
72 |
?>
|
73 |
-
<h3 class="yoast-
|
74 |
<span class="dashicons <?php echo esc_attr( 'dashicons-' . $dashicon ); ?>"></span>
|
75 |
<?php echo esc_html( $i18n_title ); ?> (<?php echo (int) $active_total; ?>)
|
76 |
</h3>
|
@@ -80,10 +80,10 @@ if ( ! $active ) {
|
|
80 |
<?php if ( $total ) : ?>
|
81 |
<p><?php echo esc_html( $wpseo_i18n_summary ); ?></p>
|
82 |
|
83 |
-
<div class="container yoast-
|
84 |
<?php
|
85 |
-
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason:
|
86 |
-
echo
|
87 |
?>
|
88 |
</div>
|
89 |
|
@@ -95,10 +95,10 @@ if ( ! $active ) {
|
|
95 |
[
|
96 |
'paper_id' => esc_attr( $type . '-dismissed' ),
|
97 |
'paper_id_prefix' => 'yoast-',
|
98 |
-
'class' => 'yoast-
|
99 |
-
'content' =>
|
100 |
'collapsible' => true,
|
101 |
-
'collapsible_header_class' => 'yoast-
|
102 |
]
|
103 |
);
|
104 |
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: current usage is considered safe.
|
17 |
* @uses array $dismissed
|
18 |
*/
|
19 |
|
20 |
+
if ( ! function_exists( '_yoast_display_notifications' ) ) {
|
21 |
/**
|
22 |
+
* Create the notifications HTML with restore/dismiss button.
|
23 |
*
|
24 |
+
* @param array $list List of notifications.
|
25 |
+
* @param string $status Status of the notifications (active/dismissed).
|
26 |
*
|
27 |
* @return string The output to render.
|
28 |
*/
|
29 |
+
function _yoast_display_notifications( $list, $status ) {
|
30 |
+
$notifications = '';
|
31 |
|
32 |
foreach ( $list as $notification ) {
|
33 |
|
47 |
break;
|
48 |
}
|
49 |
|
50 |
+
$notifications .= sprintf(
|
51 |
+
'<div class="yoast-notification-holder" id="%1$s" data-nonce="%2$s" data-json="%3$s">%4$s%5$s</div>',
|
52 |
esc_attr( $notification->get_id() ),
|
53 |
esc_attr( $notification->get_nonce() ),
|
54 |
esc_attr( $notification->get_json() ),
|
59 |
);
|
60 |
}
|
61 |
|
62 |
+
return $notifications;
|
63 |
}
|
64 |
}
|
65 |
|
70 |
}
|
71 |
|
72 |
?>
|
73 |
+
<h3 class="yoast-notifications-header" id="<?php echo esc_attr( 'yoast-' . $type . '-header' ); ?>">
|
74 |
<span class="dashicons <?php echo esc_attr( 'dashicons-' . $dashicon ); ?>"></span>
|
75 |
<?php echo esc_html( $i18n_title ); ?> (<?php echo (int) $active_total; ?>)
|
76 |
</h3>
|
80 |
<?php if ( $total ) : ?>
|
81 |
<p><?php echo esc_html( $wpseo_i18n_summary ); ?></p>
|
82 |
|
83 |
+
<div class="container yoast-notifications-active" id="<?php echo esc_attr( 'yoast-' . $type . '-active' ); ?>">
|
84 |
<?php
|
85 |
+
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: _yoast_display_notifications is considered a safe function.
|
86 |
+
echo _yoast_display_notifications( $active, 'active' );
|
87 |
?>
|
88 |
</div>
|
89 |
|
95 |
[
|
96 |
'paper_id' => esc_attr( $type . '-dismissed' ),
|
97 |
'paper_id_prefix' => 'yoast-',
|
98 |
+
'class' => 'yoast-notifications-dismissed',
|
99 |
+
'content' => _yoast_display_notifications( $dismissed, 'dismissed' ),
|
100 |
'collapsible' => true,
|
101 |
+
'collapsible_header_class' => 'yoast-notification',
|
102 |
]
|
103 |
);
|
104 |
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: current usage is considered safe.
|
admin/views/{partial-alerts-warnings.php → partial-notifications-warnings.php}
RENAMED
@@ -4,18 +4,18 @@
|
|
4 |
*
|
5 |
* @package WPSEO\Admin
|
6 |
*
|
7 |
-
* @uses array $
|
8 |
*/
|
9 |
|
10 |
$type = 'warnings';
|
11 |
$dashicon = 'flag';
|
12 |
|
13 |
-
$active = $
|
14 |
-
$dismissed = $
|
15 |
|
16 |
-
$active_total = count( $
|
17 |
-
$dismissed_total = count( $
|
18 |
-
$total = $
|
19 |
|
20 |
$i18n_title = __( 'Notifications', 'wordpress-seo' );
|
21 |
$i18n_issues = '';
|
@@ -26,4 +26,4 @@ $i18n_muted_issues_title = sprintf(
|
|
26 |
$dismissed_total
|
27 |
);
|
28 |
|
29 |
-
require WPSEO_PATH . 'admin/views/partial-
|
4 |
*
|
5 |
* @package WPSEO\Admin
|
6 |
*
|
7 |
+
* @uses array $notifications_data
|
8 |
*/
|
9 |
|
10 |
$type = 'warnings';
|
11 |
$dashicon = 'flag';
|
12 |
|
13 |
+
$active = $notifications_data['warnings']['active'];
|
14 |
+
$dismissed = $notifications_data['warnings']['dismissed'];
|
15 |
|
16 |
+
$active_total = count( $notifications_data['warnings']['active'] );
|
17 |
+
$dismissed_total = count( $notifications_data['warnings']['dismissed'] );
|
18 |
+
$total = $notifications_data['metrics']['warnings'];
|
19 |
|
20 |
$i18n_title = __( 'Notifications', 'wordpress-seo' );
|
21 |
$i18n_issues = '';
|
26 |
$dismissed_total
|
27 |
);
|
28 |
|
29 |
+
require WPSEO_PATH . 'admin/views/partial-notifications-template.php';
|
admin/views/tabs/dashboard/dashboard.php
CHANGED
@@ -6,13 +6,13 @@
|
|
6 |
*/
|
7 |
|
8 |
/**
|
9 |
-
*
|
10 |
*
|
11 |
* @noinspection PhpUnusedLocalVariableInspection
|
12 |
*
|
13 |
* @var array
|
14 |
*/
|
15 |
-
$
|
16 |
|
17 |
$notifier = new WPSEO_Configuration_Notifier();
|
18 |
$notifier->listen();
|
@@ -26,16 +26,16 @@ $wpseo_contributors_phrase = sprintf(
|
|
26 |
?>
|
27 |
|
28 |
<div class="tab-block">
|
29 |
-
<div class="yoast-
|
30 |
|
31 |
<?php echo $notifier->notify(); ?>
|
32 |
|
33 |
<div class="yoast-container yoast-container__error">
|
34 |
-
<?php require WPSEO_PATH . 'admin/views/partial-
|
35 |
</div>
|
36 |
|
37 |
<div class="yoast-container yoast-container__warning">
|
38 |
-
<?php require WPSEO_PATH . 'admin/views/partial-
|
39 |
</div>
|
40 |
|
41 |
</div>
|
6 |
*/
|
7 |
|
8 |
/**
|
9 |
+
* Notifications template variables.
|
10 |
*
|
11 |
* @noinspection PhpUnusedLocalVariableInspection
|
12 |
*
|
13 |
* @var array
|
14 |
*/
|
15 |
+
$notifications_data = Yoast_Notifications::get_template_variables();
|
16 |
|
17 |
$notifier = new WPSEO_Configuration_Notifier();
|
18 |
$notifier->listen();
|
26 |
?>
|
27 |
|
28 |
<div class="tab-block">
|
29 |
+
<div class="yoast-notifications">
|
30 |
|
31 |
<?php echo $notifier->notify(); ?>
|
32 |
|
33 |
<div class="yoast-container yoast-container__error">
|
34 |
+
<?php require WPSEO_PATH . 'admin/views/partial-notifications-errors.php'; ?>
|
35 |
</div>
|
36 |
|
37 |
<div class="yoast-container yoast-container__warning">
|
38 |
+
<?php require WPSEO_PATH . 'admin/views/partial-notifications-warnings.php'; ?>
|
39 |
</div>
|
40 |
|
41 |
</div>
|
admin/views/tabs/metas/archives.php
CHANGED
@@ -12,7 +12,7 @@ if ( ! defined( 'WPSEO_VERSION' ) ) {
|
|
12 |
}
|
13 |
|
14 |
// To improve readability, this tab has been divided into separate blocks, included below.
|
15 |
-
require
|
16 |
|
17 |
$wpseo_archives = [
|
18 |
[
|
@@ -38,7 +38,7 @@ $editor_specific_replace_vars = new WPSEO_Admin_Editor_Specific_Replace_Vars();
|
|
38 |
foreach ( $wpseo_archives as $wpseo_archive_index => $wpseo_archive ) {
|
39 |
$wpseo_archive_presenter = new WPSEO_Paper_Presenter(
|
40 |
$wpseo_archive['title'],
|
41 |
-
|
42 |
[
|
43 |
'collapsible' => true,
|
44 |
'expanded' => ( $wpseo_archive_index === 0 ),
|
12 |
}
|
13 |
|
14 |
// To improve readability, this tab has been divided into separate blocks, included below.
|
15 |
+
require __DIR__ . '/archives/help.php';
|
16 |
|
17 |
$wpseo_archives = [
|
18 |
[
|
38 |
foreach ( $wpseo_archives as $wpseo_archive_index => $wpseo_archive ) {
|
39 |
$wpseo_archive_presenter = new WPSEO_Paper_Presenter(
|
40 |
$wpseo_archive['title'],
|
41 |
+
__DIR__ . '/' . $wpseo_archive['view_file'],
|
42 |
[
|
43 |
'collapsible' => true,
|
44 |
'expanded' => ( $wpseo_archive_index === 0 ),
|
admin/views/tabs/metas/breadcrumbs.php
CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'WPSEO_VERSION' ) ) {
|
|
13 |
|
14 |
$wpseo_breadcrumbs_presenter = new WPSEO_Paper_Presenter(
|
15 |
esc_html__( 'Breadcrumbs settings', 'wordpress-seo' ),
|
16 |
-
|
17 |
[
|
18 |
'paper_id' => 'settings-breadcrumbs',
|
19 |
'class' => 'search-appearance',
|
13 |
|
14 |
$wpseo_breadcrumbs_presenter = new WPSEO_Paper_Presenter(
|
15 |
esc_html__( 'Breadcrumbs settings', 'wordpress-seo' ),
|
16 |
+
__DIR__ . '/paper-content/breadcrumbs-content.php',
|
17 |
[
|
18 |
'paper_id' => 'settings-breadcrumbs',
|
19 |
'class' => 'search-appearance',
|
admin/views/tabs/metas/general.php
CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'WPSEO_VERSION' ) ) {
|
|
13 |
|
14 |
$wpseo_general_presenter = new WPSEO_Paper_Presenter(
|
15 |
'',
|
16 |
-
|
17 |
[
|
18 |
'paper_id' => 'settings-general',
|
19 |
'class' => 'search-appearance',
|
13 |
|
14 |
$wpseo_general_presenter = new WPSEO_Paper_Presenter(
|
15 |
'',
|
16 |
+
__DIR__ . '/paper-content/general-content.php',
|
17 |
[
|
18 |
'paper_id' => 'settings-general',
|
19 |
'class' => 'search-appearance',
|
admin/views/tabs/metas/media.php
CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'WPSEO_VERSION' ) ) {
|
|
13 |
|
14 |
$wpseo_media_presenter = new WPSEO_Paper_Presenter(
|
15 |
esc_html__( 'Media & attachment URLs', 'wordpress-seo' ),
|
16 |
-
|
17 |
[
|
18 |
'help_text' => new WPSEO_Admin_Help_Panel(
|
19 |
'search-appearance-media',
|
13 |
|
14 |
$wpseo_media_presenter = new WPSEO_Paper_Presenter(
|
15 |
esc_html__( 'Media & attachment URLs', 'wordpress-seo' ),
|
16 |
+
__DIR__ . '/paper-content/media-content.php',
|
17 |
[
|
18 |
'help_text' => new WPSEO_Admin_Help_Panel(
|
19 |
'search-appearance-media',
|
admin/views/tabs/metas/paper-content/general-content.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
*/
|
7 |
|
8 |
// To improve readability, this tab has been divided into separate blocks, included below.
|
9 |
-
require
|
10 |
-
require
|
11 |
-
require
|
12 |
-
require
|
6 |
*/
|
7 |
|
8 |
// To improve readability, this tab has been divided into separate blocks, included below.
|
9 |
+
require __DIR__ . '/general/force-rewrite-title.php';
|
10 |
+
require __DIR__ . '/general/title-separator.php';
|
11 |
+
require __DIR__ . '/general/homepage.php';
|
12 |
+
require __DIR__ . '/general/knowledge-graph.php';
|
admin/views/tabs/metas/paper-content/media-content.php
CHANGED
@@ -34,18 +34,21 @@ $yform->toggle_switch(
|
|
34 |
$noindex_option_name = 'noindex-' . $wpseo_post_type->name;
|
35 |
|
36 |
if ( WPSEO_Options::get( 'is-media-purge-relevant' ) && WPSEO_Options::get( $noindex_option_name ) === false ) {
|
37 |
-
$description
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
)
|
|
|
|
|
|
|
45 |
|
46 |
echo '<div style="clear:both; background-color: #ffeb3b; color: #000000; padding: 16px; max-width: 450px; margin-bottom: 32px;">' . $description . '</div>';
|
47 |
}
|
48 |
|
49 |
-
require
|
50 |
?>
|
51 |
</div>
|
34 |
$noindex_option_name = 'noindex-' . $wpseo_post_type->name;
|
35 |
|
36 |
if ( WPSEO_Options::get( 'is-media-purge-relevant' ) && WPSEO_Options::get( $noindex_option_name ) === false ) {
|
37 |
+
$description = esc_html__(
|
38 |
+
'By enabling this option, attachment URLs become visible to both your visitors and Google. To add value to your website, they should contain useful information, or they might have a negative impact on your ranking.',
|
39 |
+
'wordpress-seo'
|
40 |
+
);
|
41 |
+
$description .= ' ';
|
42 |
+
$description .= sprintf(
|
43 |
+
/* translators: %1$s expands to the link to the article, %2$s closes the link to the article */
|
44 |
+
esc_html__( 'Please carefully consider the implications and %1$sread this post%2$s if you want more information about the impact of showing media in search results.', 'wordpress-seo' ),
|
45 |
+
'<a href="' . esc_url( WPSEO_Shortlinker::get( 'https://yoa.st/2r8' ) ) . '" rel="noopener noreferrer" target="_blank">',
|
46 |
+
'</a>'
|
47 |
+
);
|
48 |
|
49 |
echo '<div style="clear:both; background-color: #ffeb3b; color: #000000; padding: 16px; max-width: 450px; margin-bottom: 32px;">' . $description . '</div>';
|
50 |
}
|
51 |
|
52 |
+
require __DIR__ . '/post_type/post-type.php';
|
53 |
?>
|
54 |
</div>
|
admin/views/tabs/metas/paper-content/post-type-content.php
CHANGED
@@ -17,10 +17,10 @@ $paper_style = false;
|
|
17 |
/* translators: %s is the singular version of the post type's name. */
|
18 |
echo '<h3>' . esc_html( sprintf( __( 'Settings for single %s URLs', 'wordpress-seo' ), $wpseo_post_type->labels->singular_name ) ) . '</h3>';
|
19 |
|
20 |
-
require
|
21 |
|
22 |
if ( $wpseo_post_type->name === 'product' && WPSEO_Utils::is_woocommerce_active() ) {
|
23 |
-
require
|
24 |
|
25 |
return;
|
26 |
}
|
17 |
/* translators: %s is the singular version of the post type's name. */
|
18 |
echo '<h3>' . esc_html( sprintf( __( 'Settings for single %s URLs', 'wordpress-seo' ), $wpseo_post_type->labels->singular_name ) ) . '</h3>';
|
19 |
|
20 |
+
require __DIR__ . '/post_type/post-type.php';
|
21 |
|
22 |
if ( $wpseo_post_type->name === 'product' && WPSEO_Utils::is_woocommerce_active() ) {
|
23 |
+
require __DIR__ . '/post_type/woocommerce-shop-page.php';
|
24 |
|
25 |
return;
|
26 |
}
|
admin/views/tabs/metas/post-types.php
CHANGED
@@ -33,7 +33,7 @@ if ( is_array( $wpseo_post_types ) && $wpseo_post_types !== [] ) {
|
|
33 |
foreach ( array_values( $wpseo_post_types ) as $wpseo_post_type_index => $post_type ) {
|
34 |
$wpseo_post_type_presenter = new WPSEO_Paper_Presenter(
|
35 |
$post_type->labels->name,
|
36 |
-
|
37 |
[
|
38 |
'collapsible' => true,
|
39 |
'expanded' => ( $wpseo_post_type_index === 0 ),
|
33 |
foreach ( array_values( $wpseo_post_types ) as $wpseo_post_type_index => $post_type ) {
|
34 |
$wpseo_post_type_presenter = new WPSEO_Paper_Presenter(
|
35 |
$post_type->labels->name,
|
36 |
+
__DIR__ . '/paper-content/post-type-content.php',
|
37 |
[
|
38 |
'collapsible' => true,
|
39 |
'expanded' => ( $wpseo_post_type_index === 0 ),
|
admin/views/tabs/metas/rss.php
CHANGED
@@ -13,7 +13,7 @@ if ( ! defined( 'WPSEO_VERSION' ) ) {
|
|
13 |
|
14 |
$wpseo_rss_presenter = new WPSEO_Paper_Presenter(
|
15 |
esc_html__( 'RSS feed settings', 'wordpress-seo' ),
|
16 |
-
|
17 |
[
|
18 |
'help_text' => new WPSEO_Admin_Help_Panel(
|
19 |
'search-appearance-rss',
|
13 |
|
14 |
$wpseo_rss_presenter = new WPSEO_Paper_Presenter(
|
15 |
esc_html__( 'RSS feed settings', 'wordpress-seo' ),
|
16 |
+
__DIR__ . '/paper-content/rss-content.php',
|
17 |
[
|
18 |
'help_text' => new WPSEO_Admin_Help_Panel(
|
19 |
'search-appearance-rss',
|
admin/views/tabs/metas/taxonomies.php
CHANGED
@@ -23,7 +23,7 @@ if ( is_array( $wpseo_taxonomies ) && $wpseo_taxonomies !== [] ) {
|
|
23 |
foreach ( array_values( $wpseo_taxonomies ) as $wpseo_taxonomy_index => $wpseo_taxonomy ) {
|
24 |
$wpseo_taxonomy_presenter = new WPSEO_Paper_Presenter(
|
25 |
$wpseo_taxonomy->labels->name,
|
26 |
-
|
27 |
[
|
28 |
'collapsible' => true,
|
29 |
'expanded' => ( $wpseo_taxonomy_index === 0 ),
|
@@ -47,4 +47,4 @@ if ( is_array( $wpseo_taxonomies ) && $wpseo_taxonomies !== [] ) {
|
|
47 |
unset( $wpseo_taxonomies );
|
48 |
|
49 |
printf( '<h2>%s</h2>', esc_html__( 'Category URLs', 'wordpress-seo' ) );
|
50 |
-
require
|
23 |
foreach ( array_values( $wpseo_taxonomies ) as $wpseo_taxonomy_index => $wpseo_taxonomy ) {
|
24 |
$wpseo_taxonomy_presenter = new WPSEO_Paper_Presenter(
|
25 |
$wpseo_taxonomy->labels->name,
|
26 |
+
__DIR__ . '/paper-content/taxonomy-content.php',
|
27 |
[
|
28 |
'collapsible' => true,
|
29 |
'expanded' => ( $wpseo_taxonomy_index === 0 ),
|
47 |
unset( $wpseo_taxonomies );
|
48 |
|
49 |
printf( '<h2>%s</h2>', esc_html__( 'Category URLs', 'wordpress-seo' ) );
|
50 |
+
require __DIR__ . '/taxonomies/category-url.php';
|
config/dependency-injection/custom-loader.php
CHANGED
@@ -100,7 +100,7 @@ class Custom_Loader extends PhpFileLoader {
|
|
100 |
foreach ( $interfaces as $interface ) {
|
101 |
if ( ! empty( $singly_implemented[ $interface ] ) ) {
|
102 |
$this->container->setAlias( $interface, $singly_implemented[ $interface ] )
|
103 |
-
|
104 |
}
|
105 |
}
|
106 |
}
|
100 |
foreach ( $interfaces as $interface ) {
|
101 |
if ( ! empty( $singly_implemented[ $interface ] ) ) {
|
102 |
$this->container->setAlias( $interface, $singly_implemented[ $interface ] )
|
103 |
+
->setPublic( false );
|
104 |
}
|
105 |
}
|
106 |
}
|
config/dependency-injection/loader-pass.php
CHANGED
@@ -36,7 +36,7 @@ class Loader_Pass implements CompilerPassInterface {
|
|
36 |
}
|
37 |
|
38 |
$loader_definition = $container->getDefinition( Loader::class );
|
39 |
-
$definitions
|
40 |
|
41 |
foreach ( $definitions as $definition ) {
|
42 |
$this->process_definition( $definition, $loader_definition );
|
36 |
}
|
37 |
|
38 |
$loader_definition = $container->getDefinition( Loader::class );
|
39 |
+
$definitions = $container->getDefinitions();
|
40 |
|
41 |
foreach ( $definitions as $definition ) {
|
42 |
$this->process_definition( $definition, $loader_definition );
|
css/dist/admin-global-1404-rtl.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.wpseo-premium-indicator{width:1px;height:1px;display:inline-block}#adminmenu .wpseo-premium-indicator{margin:-2px 2px -3px 0;color:inherit}.wpseo-premium-indicator svg{height:100%;width:auto;display:none}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{display:none;position:absolute;z-index:1000000;padding:6px 8px 5px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{opacity:1;animation:none}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{top:100%;left:50%;margin-top:5px}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{top:auto;left:50%;bottom:-5px;margin-left:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se:after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-sw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{left:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{top:-5px;left:50%;bottom:auto;margin-left:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne:after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-nw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(-50%)}.yoast-tooltip-w:after{left:100%;bottom:50%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-w:before{top:50%;bottom:50%;right:-5px;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-e:after{bottom:50%;right:100%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-e:before{top:50%;left:-5px;bottom:50%;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline:after{width:250px;width:-webkit-max-content;width:max-content;max-width:250px;border-collapse:initial;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{left:auto;right:50%;transform:translateX(50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{left:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:250px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.yoast-tooltip-w:after{margin-left:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.yoast-measure{max-width:600px}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{margin:0 0 0 10px;font-size:14px;font-weight:600}.wpseo-premium-popup-title{margin:1em 0!important;padding:0!important;font-size:1.3em!important;font-weight:600!important}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{max-width:100%;height:auto}.select2-container .select2-search--dropdown .select2-search__field{margin:0;padding:0 8px;min-height:30px}.select2-results__option,.select2-search--inline,.select2-selection__choice{margin-bottom:0}.select2-container .select2-search--inline .select2-search__field{margin-top:6px!important;line-height:inherit;min-height:0}.wpseo-admin-page .select2-container .select2-selection--single,.wpseo-metabox .select2-container .select2-selection--single{height:auto}.wpseo-admin-page .select2-container .select2-selection--single .select2-selection__arrow,.wpseo-metabox .select2-container .select2-selection--single .select2-selection__arrow{height:100%}.yoast-label-strong{font-weight:600}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.yoast-video-container iframe{position:absolute;top:0;right:0;width:100%;height:100%}.yoast-settings{margin-bottom:2em;padding-right:220px}.yoast-settings h2{margin-bottom:0;margin-right:-220px}.yoast-settings label{display:inline-block;width:200px;padding-top:4px;padding-left:10px;margin-left:6px;margin-right:-220px;font-size:14px;line-height:1.3;font-weight:600;color:#23282d;vertical-align:top}.yoast-settings fieldset,.yoast-settings input[type=text],.yoast-settings label,.yoast-settings select,.yoast-settings textarea,.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{margin-top:2em;margin-bottom:.5em}.yoast-settings__textarea--medium{width:100%;max-width:600px}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{vertical-align:top;position:relative;top:1px}.yoast-settings__group--checkbox,.yoast-settings__group--radio{padding-top:1em}.yoast-settings__group--checkbox .yoast-settings__checkbox,.yoast-settings__group--radio .yoast-settings__radio{margin:0 0 10px 4px}.yoast-settings__checkbox+label,.yoast-settings__radio+label{width:auto;margin-right:0;margin-left:0;padding:0;max-width:calc(100% - 25px)}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{margin-top:0;margin-bottom:10px;font-weight:400}.yoast-settings legend{font-size:14px;font-weight:600;color:#23282d}.yoast-settings .description{margin-top:0;font-size:14px}td .wpseo-score-icon{display:inline-block;width:12px;height:12px;margin-right:5px;border-radius:50%;background:#888;line-height:16px;margin-top:3px}.fixed th.column-wpseo-linked,.fixed th.column-wpseo-links,.fixed th.column-wpseo-score,.fixed th.column-wpseo-score-readability{width:3em;padding:0}th.column-wpseo-linked a,th.column-wpseo-links a,th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{overflow:visible;display:inline-block;vertical-align:middle;padding:8px 0}th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{padding:8px 11px}.column-wpseo-links .yoast-tooltip-multiline:after{max-width:160px}.column-wpseo-linked .yoast-tooltip-multiline:after{max-width:170px}.yoast-column-header-has-tooltip{position:relative}.manage-column .yoast-column-header-has-tooltip:before{content:"";display:inline-block;width:20px;height:20px;padding:0;vertical-align:top;text-decoration:none!important;color:#444}.manage-column .yoast-linked-to:before{background:transparent url(../../images/link-out-icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-linked-from:before{background:transparent url(../../images/link-in-icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-column-seo-score:before{background:transparent url(../../images/Yoast_SEO_negative_icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-column-readability:before{background:transparent url(../../images/readability-icon.svg) no-repeat 100% 0;background-size:20px}td.column-wpseo-linked,td.column-wpseo-links{word-wrap:normal}@media screen and (max-width:782px){.yoast-settings{padding-right:0}.yoast-settings h2{margin-right:0}.yoast-settings label{width:auto;padding:0;margin-left:0;margin-right:0}.yoast-settings__radio+label,.yoast .yoast-settings__radio{margin-bottom:1em}.yoast-settings__checkbox+label,.yoast-settings__radio+label{max-width:calc(100% - 35px);padding-top:8px}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{padding-top:4px}.yoast-settings input[type=text],.yoast-settings select,.yoast-settings textarea{display:block;width:100%;margin-top:0;margin-bottom:0;padding:7px 10px;max-width:none;line-height:1.5;box-sizing:border-box}.screen-reader-text.wpseo-score-text{position:static!important;-webkit-clip-path:none;clip-path:none;width:auto;height:auto;margin:0}}.react-tabs__tab-panel{max-width:900px;margin:0 auto}.react-tabs__tab-panel li{max-width:none!important}.contact-premium-support{text-align:center}.contact-premium-support__content{margin:0 auto 1.5em;font-size:.9375rem;line-height:1.4}.contact-premium-support__content:nth-child(2){max-width:610px}.contact-premium-support__content:nth-child(3){max-width:560px}.contact-premium-support .contact-premium-support__button{margin-bottom:48px}.wpseo-premium-description{margin-top:.5em}.wpseo-premium-advantages-list{list-style:disc;padding-right:1.5em}.yoast_help.yoast-help-button{position:relative;width:20px;height:20px;margin:0;padding:0;border:0;outline:none;color:#72777c;background:transparent;box-shadow:none;vertical-align:top;cursor:pointer}.yoast-section .yoast_help.yoast-help-button{float:left}.help-button-inline .yoast_help.yoast-help-button{margin-top:-4px}.yoast-section .yoast_help.yoast-help-button{margin-top:-44px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-left:6px}.yoast_help .yoast-help-icon:before{position:absolute;top:0;right:0;padding:4px;content:"\f223"}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus .yoast-help-icon:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-help-panel{display:none;clear:both;max-width:30em!important;padding:0 0 1em;font-weight:400;white-space:normal}.wpseo-admin-page .yoast-help-panel{max-width:600px!important}.copy-home-meta-description .yoast-help-panel{max-width:400px!important}.yoast-modal_is-open{overflow:hidden}.yoast-alert .yoast-seo-icon{float:right;margin:20px 10px}.yoast-alert .yoast-seo-icon-wrap{margin:0 85px 0 0}.yoast-button-upsell{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;padding:8px 1em;font-size:16px;line-height:1.5;font-family:Arial,sans-serif;color:#000;border-radius:4px;box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));text-decoration:none;background-color:#fec228}.yoast-button-upsell:active,.yoast-button-upsell:focus,.yoast-button-upsell:hover{color:#000;background-color:#f2ae01}.yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 rgba(0,0,0,.2),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-button-upsell:active{transform:translateY(1px);box-shadow:none;filter:none}.yoast-button-upsell#wpseo-premium-button{color:#000}.yoast-button-upsell__caret{flex-shrink:0;width:8px;height:16px;margin:0 6px 0 -2px;background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20192%20512%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M%200%20384%2E662%20V%20127%2E338%20c%200%20%2D17%2E818%2021%2E543%20%2D26%2E741%2034%2E142%20%2D14%2E142%20l%20128%2E662%20128%2E662%20c%207%2E81%207%2E81%207%2E81%2020%2E474%200%2028%2E284%20L%2034%2E142%20398%2E804%20C%2021%2E543%20411%2E404%200%20402%2E48%200%20384%2E662%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat}.rtl .yoast-button-upsell__caret{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20192%20512%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M192%20127%2E338v257%2E324c0%2017%2E818%2D21%2E543%2026%2E741%2D34%2E142%2014%2E142L29%2E196%20270%2E142c%2D7%2E81%2D7%2E81%2D7%2E81%2D20%2E474%200%2D28%2E284l128%2E662%2D128%2E662c12%2E599%2D12%2E6%2034%2E142%2D3%2E676%2034%2E142%2014%2E142z%22%2F%3E%3C%2Fsvg%3E")}body.folded .wpseo-admin-submit-fixed{right:36px}@media screen and (max-width:782px){body.folded .wpseo-admin-submit-fixed{right:0}}.wpseo-admin-submit{z-index:5;display:flex;padding:16px 0;justify-content:flex-start;align-items:baseline;margin:0}.wpseo-admin-submit.wpseo-admin-submit-fixed{padding:16px;position:fixed;bottom:0;right:160px;left:281px;background-color:#fff;max-width:800px;box-shadow:0 1px 8px 1px rgba(0,0,0,.5);margin:0 16px}@media screen and (max-width:1024px){.wpseo-admin-submit.wpseo-admin-submit-fixed{left:0}}@media only screen and (max-width:960px){.wpseo-admin-submit.wpseo-admin-submit-fixed{right:36px}}@media screen and (max-width:782px){.wpseo-admin-submit.wpseo-admin-submit-fixed{right:0;margin:0}}.wpseo-admin-submit p.submit{padding:0;margin:0}.wpseo-admin-submit p.wpseo-message{margin:0 0 0 16px;padding:0;color:#008a00}.yoast-alert-box{display:flex;align-items:baseline;position:relative;padding:16px;border:1px solid rgba(0,0,0,.2);font-size:14px;font-weight:400;line-height:1.5;margin:16px 0}.yoast-alert-box span.icon{display:block;margin-left:8px}.yoast-alert-box a{color:#004973;text-decoration:underline}.yoast-alert-box__warning{color:#674e00;background:#fff3cd}.yoast-site-health__signature{display:flex;font-size:12px;line-height:20px;margin-top:2em;color:#707070}.yoast-site-health__inline-button.fetch-status,.yoast-site-health__signature-icon{margin-left:8px}
|
|
css/dist/admin-global-1404.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.wpseo-premium-indicator{width:1px;height:1px;display:inline-block}#adminmenu .wpseo-premium-indicator{margin:-2px 0 -3px 2px;color:inherit}.wpseo-premium-indicator svg{height:100%;width:auto;display:none}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{display:none;position:absolute;z-index:1000000;padding:6px 8px 5px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{opacity:1;animation:none}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{top:100%;right:50%;margin-top:5px}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se:after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-sw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{right:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne:after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-nw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(50%)}.yoast-tooltip-w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline:after{width:250px;width:-webkit-max-content;width:max-content;max-width:250px;border-collapse:initial;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{right:auto;left:50%;transform:translateX(-50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{right:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:250px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.yoast-tooltip-w:after{margin-right:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.yoast-measure{max-width:600px}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{margin:0 10px 0 0;font-size:14px;font-weight:600}.wpseo-premium-popup-title{margin:1em 0!important;padding:0!important;font-size:1.3em!important;font-weight:600!important}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{max-width:100%;height:auto}.select2-container .select2-search--dropdown .select2-search__field{margin:0;padding:0 8px;min-height:30px}.select2-results__option,.select2-search--inline,.select2-selection__choice{margin-bottom:0}.select2-container .select2-search--inline .select2-search__field{margin-top:6px!important;line-height:inherit;min-height:0}.wpseo-admin-page .select2-container .select2-selection--single,.wpseo-metabox .select2-container .select2-selection--single{height:auto}.wpseo-admin-page .select2-container .select2-selection--single .select2-selection__arrow,.wpseo-metabox .select2-container .select2-selection--single .select2-selection__arrow{height:100%}.yoast-label-strong{font-weight:600}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.yoast-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.yoast-settings{margin-bottom:2em;padding-left:220px}.yoast-settings h2{margin-bottom:0;margin-left:-220px}.yoast-settings label{display:inline-block;width:200px;padding-top:4px;padding-right:10px;margin-right:6px;margin-left:-220px;font-size:14px;line-height:1.3;font-weight:600;color:#23282d;vertical-align:top}.yoast-settings fieldset,.yoast-settings input[type=text],.yoast-settings label,.yoast-settings select,.yoast-settings textarea,.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{margin-top:2em;margin-bottom:.5em}.yoast-settings__textarea--medium{width:100%;max-width:600px}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{vertical-align:top;position:relative;top:1px}.yoast-settings__group--checkbox,.yoast-settings__group--radio{padding-top:1em}.yoast-settings__group--checkbox .yoast-settings__checkbox,.yoast-settings__group--radio .yoast-settings__radio{margin:0 4px 10px 0}.yoast-settings__checkbox+label,.yoast-settings__radio+label{width:auto;margin-left:0;margin-right:0;padding:0;max-width:calc(100% - 25px)}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{margin-top:0;margin-bottom:10px;font-weight:400}.yoast-settings legend{font-size:14px;font-weight:600;color:#23282d}.yoast-settings .description{margin-top:0;font-size:14px}td .wpseo-score-icon{display:inline-block;width:12px;height:12px;margin-left:5px;border-radius:50%;background:#888;line-height:16px;margin-top:3px}.fixed th.column-wpseo-linked,.fixed th.column-wpseo-links,.fixed th.column-wpseo-score,.fixed th.column-wpseo-score-readability{width:3em;padding:0}th.column-wpseo-linked a,th.column-wpseo-links a,th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{overflow:visible;display:inline-block;vertical-align:middle;padding:8px 0}th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{padding:8px 11px}.column-wpseo-links .yoast-tooltip-multiline:after{max-width:160px}.column-wpseo-linked .yoast-tooltip-multiline:after{max-width:170px}.yoast-column-header-has-tooltip{position:relative}.manage-column .yoast-column-header-has-tooltip:before{content:"";display:inline-block;width:20px;height:20px;padding:0;vertical-align:top;text-decoration:none!important;color:#444}.manage-column .yoast-linked-to:before{background:transparent url(../../images/link-out-icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-linked-from:before{background:transparent url(../../images/link-in-icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-column-seo-score:before{background:transparent url(../../images/Yoast_SEO_negative_icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-column-readability:before{background:transparent url(../../images/readability-icon.svg) no-repeat 0 0;background-size:20px}td.column-wpseo-linked,td.column-wpseo-links{word-wrap:normal}@media screen and (max-width:782px){.yoast-settings{padding-left:0}.yoast-settings h2{margin-left:0}.yoast-settings label{width:auto;padding:0;margin-right:0;margin-left:0}.yoast-settings__radio+label,.yoast .yoast-settings__radio{margin-bottom:1em}.yoast-settings__checkbox+label,.yoast-settings__radio+label{max-width:calc(100% - 35px);padding-top:8px}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{padding-top:4px}.yoast-settings input[type=text],.yoast-settings select,.yoast-settings textarea{display:block;width:100%;margin-top:0;margin-bottom:0;padding:7px 10px;max-width:none;line-height:1.5;box-sizing:border-box}.screen-reader-text.wpseo-score-text{position:static!important;-webkit-clip-path:none;clip-path:none;width:auto;height:auto;margin:0}}.react-tabs__tab-panel{max-width:900px;margin:0 auto}.react-tabs__tab-panel li{max-width:none!important}.contact-premium-support{text-align:center}.contact-premium-support__content{margin:0 auto 1.5em;font-size:.9375rem;line-height:1.4}.contact-premium-support__content:nth-child(2){max-width:610px}.contact-premium-support__content:nth-child(3){max-width:560px}.contact-premium-support .contact-premium-support__button{margin-bottom:48px}.wpseo-premium-description{margin-top:.5em}.wpseo-premium-advantages-list{list-style:disc;padding-left:1.5em}.yoast_help.yoast-help-button{position:relative;width:20px;height:20px;margin:0;padding:0;border:0;outline:none;color:#72777c;background:transparent;box-shadow:none;vertical-align:top;cursor:pointer}.yoast-section .yoast_help.yoast-help-button{float:right}.help-button-inline .yoast_help.yoast-help-button{margin-top:-4px}.yoast-section .yoast_help.yoast-help-button{margin-top:-44px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-right:6px}.yoast_help .yoast-help-icon:before{position:absolute;top:0;left:0;padding:4px;content:"\f223"}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus .yoast-help-icon:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-help-panel{display:none;clear:both;max-width:30em!important;padding:0 0 1em;font-weight:400;white-space:normal}.wpseo-admin-page .yoast-help-panel{max-width:600px!important}.copy-home-meta-description .yoast-help-panel{max-width:400px!important}.yoast-modal_is-open{overflow:hidden}.yoast-alert .yoast-seo-icon{float:left;margin:20px 10px}.yoast-alert .yoast-seo-icon-wrap{margin:0 0 0 85px}.yoast-button-upsell{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;padding:8px 1em;font-size:16px;line-height:1.5;font-family:Arial,sans-serif;color:#000;border-radius:4px;box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));text-decoration:none;background-color:#fec228}.yoast-button-upsell:active,.yoast-button-upsell:focus,.yoast-button-upsell:hover{color:#000;background-color:#f2ae01}.yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 rgba(0,0,0,.2),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-button-upsell:active{transform:translateY(1px);box-shadow:none;filter:none}.yoast-button-upsell#wpseo-premium-button{color:#000}.yoast-button-upsell__caret{flex-shrink:0;width:8px;height:16px;margin:0 -2px 0 6px;background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20192%20512%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M%200%20384%2E662%20V%20127%2E338%20c%200%20%2D17%2E818%2021%2E543%20%2D26%2E741%2034%2E142%20%2D14%2E142%20l%20128%2E662%20128%2E662%20c%207%2E81%207%2E81%207%2E81%2020%2E474%200%2028%2E284%20L%2034%2E142%20398%2E804%20C%2021%2E543%20411%2E404%200%20402%2E48%200%20384%2E662%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat}.rtl .yoast-button-upsell__caret{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20192%20512%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M192%20127%2E338v257%2E324c0%2017%2E818%2D21%2E543%2026%2E741%2D34%2E142%2014%2E142L29%2E196%20270%2E142c%2D7%2E81%2D7%2E81%2D7%2E81%2D20%2E474%200%2D28%2E284l128%2E662%2D128%2E662c12%2E599%2D12%2E6%2034%2E142%2D3%2E676%2034%2E142%2014%2E142z%22%2F%3E%3C%2Fsvg%3E")}body.folded .wpseo-admin-submit-fixed{left:36px}@media screen and (max-width:782px){body.folded .wpseo-admin-submit-fixed{left:0}}.wpseo-admin-submit{z-index:5;display:flex;padding:16px 0;justify-content:flex-start;align-items:baseline;margin:0}.wpseo-admin-submit.wpseo-admin-submit-fixed{padding:16px;position:fixed;bottom:0;left:160px;right:281px;background-color:#fff;max-width:800px;box-shadow:0 1px 8px 1px rgba(0,0,0,.5);margin:0 16px}@media screen and (max-width:1024px){.wpseo-admin-submit.wpseo-admin-submit-fixed{right:0}}@media only screen and (max-width:960px){.wpseo-admin-submit.wpseo-admin-submit-fixed{left:36px}}@media screen and (max-width:782px){.wpseo-admin-submit.wpseo-admin-submit-fixed{left:0;margin:0}}.wpseo-admin-submit p.submit{padding:0;margin:0}.wpseo-admin-submit p.wpseo-message{margin:0 16px 0 0;padding:0;color:#008a00}.yoast-alert-box{display:flex;align-items:baseline;position:relative;padding:16px;border:1px solid rgba(0,0,0,.2);font-size:14px;font-weight:400;line-height:1.5;margin:16px 0}.yoast-alert-box span.icon{display:block;margin-right:8px}.yoast-alert-box a{color:#004973;text-decoration:underline}.yoast-alert-box__warning{color:#674e00;background:#fff3cd}.yoast-site-health__signature{display:flex;font-size:12px;line-height:20px;margin-top:2em;color:#707070}.yoast-site-health__inline-button.fetch-status,.yoast-site-health__signature-icon{margin-right:8px}
|
|
css/dist/admin-global-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{display:none;position:absolute;z-index:1000000;padding:6px 8px 5px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{opacity:1;animation:none}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{top:100%;left:50%;margin-top:5px}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{top:auto;left:50%;bottom:-5px;margin-left:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se:after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-sw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{left:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{top:-5px;left:50%;bottom:auto;margin-left:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne:after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-nw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(-50%)}.yoast-tooltip-w:after{left:100%;bottom:50%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-w:before{top:50%;bottom:50%;right:-5px;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-e:after{bottom:50%;right:100%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-e:before{top:50%;left:-5px;bottom:50%;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline:after{width:250px;width:max-content;max-width:250px;border-collapse:initial;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{left:auto;right:50%;transform:translateX(50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{left:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:250px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.yoast-tooltip-w:after{margin-left:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.wpseo-premium-indicator{width:1px;height:1px;display:inline-block}#adminmenu .wpseo-premium-indicator{margin:-2px 2px -3px 0;color:inherit}.wpseo-premium-indicator svg{height:100%;width:auto;display:none}.yoast-measure{max-width:600px}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{margin:0 0 0 10px;font-size:14px;font-weight:600}.wpseo-premium-popup-title{margin:1em 0!important;padding:0!important;font-size:1.3em!important;font-weight:600!important}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{max-width:100%;height:auto}.select2-container .select2-search--dropdown .select2-search__field{margin:0;padding:0 8px;min-height:30px}.select2-results__option,.select2-search--inline,.select2-selection__choice{margin-bottom:0}.select2-container .select2-search--inline .select2-search__field{margin-top:6px!important;line-height:inherit;min-height:0}.wpseo-admin-page .select2-container .select2-selection--single,.wpseo-metabox .select2-container .select2-selection--single{height:auto}.wpseo-admin-page .select2-container .select2-selection--single .select2-selection__arrow,.wpseo-metabox .select2-container .select2-selection--single .select2-selection__arrow{height:100%}.yoast-label-strong{font-weight:600}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.yoast-video-container iframe{position:absolute;top:0;right:0;width:100%;height:100%}.yoast-settings{margin-bottom:2em;padding-right:220px}.yoast-settings h2{margin-bottom:0;margin-right:-220px}.yoast-settings label{display:inline-block;width:200px;padding-top:4px;padding-left:10px;margin-left:6px;margin-right:-220px;font-size:14px;line-height:1.3;font-weight:600;color:#23282d;vertical-align:top}.yoast-settings fieldset,.yoast-settings input[type=text],.yoast-settings label,.yoast-settings select,.yoast-settings textarea,.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{margin-top:2em;margin-bottom:.5em}.yoast-settings__textarea--medium{width:100%;max-width:600px}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{vertical-align:top;position:relative;top:1px}.yoast-settings__group--checkbox,.yoast-settings__group--radio{padding-top:1em}.yoast-settings__group--checkbox .yoast-settings__checkbox,.yoast-settings__group--radio .yoast-settings__radio{margin:0 0 10px 4px}.yoast-settings__checkbox+label,.yoast-settings__radio+label{width:auto;margin-right:0;margin-left:0;padding:0;max-width:calc(100% - 25px)}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{margin-top:0;margin-bottom:10px;font-weight:400}.yoast-settings legend{font-size:14px;font-weight:600;color:#23282d}.yoast-settings .description{margin-top:0;font-size:14px}td .wpseo-score-icon{display:inline-block;width:12px;height:12px;margin-right:5px;border-radius:50%;background:#888;line-height:16px;margin-top:3px}.fixed th.column-wpseo-linked,.fixed th.column-wpseo-links,.fixed th.column-wpseo-score,.fixed th.column-wpseo-score-readability{width:3em;padding:0}th.column-wpseo-linked a,th.column-wpseo-links a,th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{overflow:visible;display:inline-block;vertical-align:middle;padding:8px 0}th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{padding:8px 11px}.column-wpseo-links .yoast-tooltip-multiline:after{max-width:160px}.column-wpseo-linked .yoast-tooltip-multiline:after{max-width:170px}.yoast-column-header-has-tooltip{position:relative}.manage-column .yoast-column-header-has-tooltip:before{content:"";display:inline-block;width:20px;height:20px;padding:0;vertical-align:top;text-decoration:none!important;color:#444}.manage-column .yoast-linked-to:before{background:transparent url(../../images/link-out-icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-linked-from:before{background:transparent url(../../images/link-in-icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-column-seo-score:before{background:transparent url(../../images/Yoast_SEO_negative_icon.svg) no-repeat 100% 0;background-size:20px}.manage-column .yoast-column-readability:before{background:transparent url(../../images/readability-icon.svg) no-repeat 100% 0;background-size:20px}td.column-wpseo-linked,td.column-wpseo-links{word-wrap:normal}@media screen and (max-width:782px){.yoast-settings{padding-right:0}.yoast-settings h2{margin-right:0}.yoast-settings label{width:auto;padding:0;margin-left:0;margin-right:0}.yoast-settings__radio+label,.yoast .yoast-settings__radio{margin-bottom:1em}.yoast-settings__checkbox+label,.yoast-settings__radio+label{max-width:calc(100% - 35px);padding-top:8px}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{padding-top:4px}.yoast-settings input[type=text],.yoast-settings select,.yoast-settings textarea{display:block;width:100%;margin-top:0;margin-bottom:0;padding:7px 10px;max-width:none;line-height:1.5;box-sizing:border-box}.screen-reader-text.wpseo-score-text{position:static!important;-webkit-clip-path:none;clip-path:none;width:auto;height:auto;margin:0}}.react-tabs__tab-panel{max-width:900px;margin:0 auto}.react-tabs__tab-panel li{max-width:none!important}.contact-premium-support{text-align:center}.contact-premium-support__content{margin:0 auto 1.5em;font-size:.9375rem;line-height:1.4}.contact-premium-support__content:nth-child(2){max-width:610px}.contact-premium-support__content:nth-child(3){max-width:560px}.contact-premium-support .contact-premium-support__button{margin-bottom:48px}.wpseo-premium-description{margin-top:.5em}.wpseo-premium-advantages-list{list-style:disc;padding-right:1.5em}.yoast_help.yoast-help-button{position:relative;width:20px;height:20px;margin:0;padding:0;border:0;outline:none;color:#72777c;background:transparent;box-shadow:none;vertical-align:top;cursor:pointer}.yoast-section .yoast_help.yoast-help-button{float:left}.help-button-inline .yoast_help.yoast-help-button{margin-top:-4px}.yoast-section .yoast_help.yoast-help-button{margin-top:-44px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-left:6px}.yoast_help .yoast-help-icon:before{position:absolute;top:0;right:0;padding:4px;content:"\f223"}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus .yoast-help-icon:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-help-panel{display:none;clear:both;max-width:30em!important;padding:0 0 1em;font-weight:400;white-space:normal}.wpseo-admin-page .yoast-help-panel{max-width:600px!important}.copy-home-meta-description .yoast-help-panel{max-width:400px!important}.yoast-modal_is-open{overflow:hidden}.yoast-notification .yoast-seo-icon{float:right;margin:20px 10px}.yoast-notification .yoast-seo-icon-wrap{margin:0 85px 0 0}.yoast-button-upsell{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;padding:8px 1em;font-size:16px;line-height:1.5;font-family:Arial,sans-serif;color:#000;border-radius:4px;box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));text-decoration:none;background-color:#fec228}.yoast-button-upsell:active,.yoast-button-upsell:focus,.yoast-button-upsell:hover{color:#000;background-color:#f2ae01}.yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 rgba(0,0,0,.2),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-button-upsell:active{transform:translateY(1px);box-shadow:none;filter:none}.yoast-button-upsell#wpseo-premium-button{color:#000}.yoast-button-upsell__caret{flex-shrink:0;width:8px;height:16px;margin:0 6px 0 -2px;background:transparent var(--svg-icon-caret-right) 50% no-repeat}.rtl .yoast-button-upsell__caret{background-image:var(--svg-icon-caret-left)}body.folded .wpseo-admin-submit-fixed{right:36px}@media screen and (max-width:782px){body.folded .wpseo-admin-submit-fixed{right:0}}.wpseo-admin-submit{z-index:5;display:flex;padding:16px 0;justify-content:flex-start;align-items:baseline;margin:0}.wpseo-admin-submit.wpseo-admin-submit-fixed{padding:16px;position:fixed;bottom:0;right:160px;left:281px;background-color:#fff;max-width:800px;box-shadow:0 1px 8px 1px rgba(0,0,0,.5);margin:0 16px}@media screen and (max-width:1024px){.wpseo-admin-submit.wpseo-admin-submit-fixed{left:0}}@media only screen and (max-width:960px){.wpseo-admin-submit.wpseo-admin-submit-fixed{right:36px}}@media screen and (max-width:782px){.wpseo-admin-submit.wpseo-admin-submit-fixed{right:0;margin:0}}.wpseo-admin-submit p.submit{padding:0;margin:0}.wpseo-admin-submit p.wpseo-message{margin:0 0 0 16px;padding:0;color:#008a00}.yoast-site-health__signature{display:flex;font-size:12px;line-height:20px;margin-top:2em;color:#707070}.yoast-site-health__inline-button.fetch-status,.yoast-site-health__signature-icon{margin-left:8px}
|
css/dist/admin-global-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{display:none;position:absolute;z-index:1000000;padding:6px 8px 5px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{opacity:1;animation:none}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{top:100%;right:50%;margin-top:5px}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se:after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-sw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{right:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne:after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-nw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(50%)}.yoast-tooltip-w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline:after{width:250px;width:max-content;max-width:250px;border-collapse:initial;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{right:auto;left:50%;transform:translateX(-50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{right:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:250px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.yoast-tooltip-w:after{margin-right:4.5px}}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.wpseo-premium-indicator{width:1px;height:1px;display:inline-block}#adminmenu .wpseo-premium-indicator{margin:-2px 0 -3px 2px;color:inherit}.wpseo-premium-indicator svg{height:100%;width:auto;display:none}.yoast-measure{max-width:600px}#TB_window .wpseo_content_wrapper p{font-size:14px;font-style:normal}#TB_window .wpseo_content_wrapper label{margin:0 10px 0 0;font-size:14px;font-weight:600}.wpseo-premium-popup-title{margin:1em 0!important;padding:0!important;font-size:1.3em!important;font-weight:600!important}.wpseo-premium-popup-icon{margin:10px}.edit-tags-php .column-description img{max-width:100%;height:auto}.select2-container .select2-search--dropdown .select2-search__field{margin:0;padding:0 8px;min-height:30px}.select2-results__option,.select2-search--inline,.select2-selection__choice{margin-bottom:0}.select2-container .select2-search--inline .select2-search__field{margin-top:6px!important;line-height:inherit;min-height:0}.wpseo-admin-page .select2-container .select2-selection--single,.wpseo-metabox .select2-container .select2-selection--single{height:auto}.wpseo-admin-page .select2-container .select2-selection--single .select2-selection__arrow,.wpseo-metabox .select2-container .select2-selection--single .select2-selection__arrow{height:100%}.yoast-label-strong{font-weight:600}.yoast-video-container-max-width{max-width:560px}.yoast-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.yoast-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.yoast-settings{margin-bottom:2em;padding-left:220px}.yoast-settings h2{margin-bottom:0;margin-left:-220px}.yoast-settings label{display:inline-block;width:200px;padding-top:4px;padding-right:10px;margin-right:6px;margin-left:-220px;font-size:14px;line-height:1.3;font-weight:600;color:#23282d;vertical-align:top}.yoast-settings fieldset,.yoast-settings input[type=text],.yoast-settings label,.yoast-settings select,.yoast-settings textarea,.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{margin-top:2em;margin-bottom:.5em}.yoast-settings__textarea--medium{width:100%;max-width:600px}.yoast .yoast-settings__checkbox,.yoast .yoast-settings__radio{vertical-align:top;position:relative;top:1px}.yoast-settings__group--checkbox,.yoast-settings__group--radio{padding-top:1em}.yoast-settings__group--checkbox .yoast-settings__checkbox,.yoast-settings__group--radio .yoast-settings__radio{margin:0 4px 10px 0}.yoast-settings__checkbox+label,.yoast-settings__radio+label{width:auto;margin-left:0;margin-right:0;padding:0;max-width:calc(100% - 25px)}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{margin-top:0;margin-bottom:10px;font-weight:400}.yoast-settings legend{font-size:14px;font-weight:600;color:#23282d}.yoast-settings .description{margin-top:0;font-size:14px}td .wpseo-score-icon{display:inline-block;width:12px;height:12px;margin-left:5px;border-radius:50%;background:#888;line-height:16px;margin-top:3px}.fixed th.column-wpseo-linked,.fixed th.column-wpseo-links,.fixed th.column-wpseo-score,.fixed th.column-wpseo-score-readability{width:3em;padding:0}th.column-wpseo-linked a,th.column-wpseo-links a,th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{overflow:visible;display:inline-block;vertical-align:middle;padding:8px 0}th.column-wpseo-score-readability .yoast-tooltip,th.column-wpseo-score .yoast-tooltip{padding:8px 11px}.column-wpseo-links .yoast-tooltip-multiline:after{max-width:160px}.column-wpseo-linked .yoast-tooltip-multiline:after{max-width:170px}.yoast-column-header-has-tooltip{position:relative}.manage-column .yoast-column-header-has-tooltip:before{content:"";display:inline-block;width:20px;height:20px;padding:0;vertical-align:top;text-decoration:none!important;color:#444}.manage-column .yoast-linked-to:before{background:transparent url(../../images/link-out-icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-linked-from:before{background:transparent url(../../images/link-in-icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-column-seo-score:before{background:transparent url(../../images/Yoast_SEO_negative_icon.svg) no-repeat 0 0;background-size:20px}.manage-column .yoast-column-readability:before{background:transparent url(../../images/readability-icon.svg) no-repeat 0 0;background-size:20px}td.column-wpseo-linked,td.column-wpseo-links{word-wrap:normal}@media screen and (max-width:782px){.yoast-settings{padding-left:0}.yoast-settings h2{margin-left:0}.yoast-settings label{width:auto;padding:0;margin-right:0;margin-left:0}.yoast-settings__radio+label,.yoast .yoast-settings__radio{margin-bottom:1em}.yoast-settings__checkbox+label,.yoast-settings__radio+label{max-width:calc(100% - 35px);padding-top:8px}.yoast-settings__group--checkbox .yoast-settings__checkbox+label,.yoast-settings__group--radio .yoast-settings__radio+label{padding-top:4px}.yoast-settings input[type=text],.yoast-settings select,.yoast-settings textarea{display:block;width:100%;margin-top:0;margin-bottom:0;padding:7px 10px;max-width:none;line-height:1.5;box-sizing:border-box}.screen-reader-text.wpseo-score-text{position:static!important;-webkit-clip-path:none;clip-path:none;width:auto;height:auto;margin:0}}.react-tabs__tab-panel{max-width:900px;margin:0 auto}.react-tabs__tab-panel li{max-width:none!important}.contact-premium-support{text-align:center}.contact-premium-support__content{margin:0 auto 1.5em;font-size:.9375rem;line-height:1.4}.contact-premium-support__content:nth-child(2){max-width:610px}.contact-premium-support__content:nth-child(3){max-width:560px}.contact-premium-support .contact-premium-support__button{margin-bottom:48px}.wpseo-premium-description{margin-top:.5em}.wpseo-premium-advantages-list{list-style:disc;padding-left:1.5em}.yoast_help.yoast-help-button{position:relative;width:20px;height:20px;margin:0;padding:0;border:0;outline:none;color:#72777c;background:transparent;box-shadow:none;vertical-align:top;cursor:pointer}.yoast-section .yoast_help.yoast-help-button{float:right}.help-button-inline .yoast_help.yoast-help-button{margin-top:-4px}.yoast-section .yoast_help.yoast-help-button{margin-top:-44px}.wpseo-admin-page .yoast_help.yoast-help-button{margin-right:6px}.yoast_help .yoast-help-icon:before{position:absolute;top:0;left:0;padding:4px;content:"\f223"}.yoast_help.yoast-help-button:focus,.yoast_help.yoast-help-button:hover{color:#0073aa}.assessment-results__mark:focus,.yoast_help.yoast-help-button:focus .yoast-help-icon:before{border-radius:100%;box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-help-panel{display:none;clear:both;max-width:30em!important;padding:0 0 1em;font-weight:400;white-space:normal}.wpseo-admin-page .yoast-help-panel{max-width:600px!important}.copy-home-meta-description .yoast-help-panel{max-width:400px!important}.yoast-modal_is-open{overflow:hidden}.yoast-notification .yoast-seo-icon{float:left;margin:20px 10px}.yoast-notification .yoast-seo-icon-wrap{margin:0 0 0 85px}.yoast-button-upsell{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;padding:8px 1em;font-size:16px;line-height:1.5;font-family:Arial,sans-serif;color:#000;border-radius:4px;box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));text-decoration:none;background-color:#fec228}.yoast-button-upsell:active,.yoast-button-upsell:focus,.yoast-button-upsell:hover{color:#000;background-color:#f2ae01}.yoast-button-upsell:focus{box-shadow:inset 0 -4px 0 rgba(0,0,0,.2),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.yoast-button-upsell:active{transform:translateY(1px);box-shadow:none;filter:none}.yoast-button-upsell#wpseo-premium-button{color:#000}.yoast-button-upsell__caret{flex-shrink:0;width:8px;height:16px;margin:0 -2px 0 6px;background:transparent var(--svg-icon-caret-right) 50% no-repeat}.rtl .yoast-button-upsell__caret{background-image:var(--svg-icon-caret-left)}body.folded .wpseo-admin-submit-fixed{left:36px}@media screen and (max-width:782px){body.folded .wpseo-admin-submit-fixed{left:0}}.wpseo-admin-submit{z-index:5;display:flex;padding:16px 0;justify-content:flex-start;align-items:baseline;margin:0}.wpseo-admin-submit.wpseo-admin-submit-fixed{padding:16px;position:fixed;bottom:0;left:160px;right:281px;background-color:#fff;max-width:800px;box-shadow:0 1px 8px 1px rgba(0,0,0,.5);margin:0 16px}@media screen and (max-width:1024px){.wpseo-admin-submit.wpseo-admin-submit-fixed{right:0}}@media only screen and (max-width:960px){.wpseo-admin-submit.wpseo-admin-submit-fixed{left:36px}}@media screen and (max-width:782px){.wpseo-admin-submit.wpseo-admin-submit-fixed{left:0;margin:0}}.wpseo-admin-submit p.submit{padding:0;margin:0}.wpseo-admin-submit p.wpseo-message{margin:0 16px 0 0;padding:0;color:#008a00}.yoast-site-health__signature{display:flex;font-size:12px;line-height:20px;margin-top:2em;color:#707070}.yoast-site-health__inline-button.fetch-status,.yoast-site-health__signature-icon{margin-right:8px}
|
css/dist/{adminbar-1404-rtl.css → adminbar-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{adminbar-1404.css → adminbar-1410.css}
RENAMED
File without changes
|
css/dist/alerts-1404-rtl.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);width:1px;height:1px;border:0;padding:0;overflow:hidden;word-wrap:normal!important}.yoast-alert{padding:0 12px;border-right:4px solid #fff;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}.yoast-container{position:relative;max-width:1280px;margin:20px 0 1px;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fdfdfd;box-shadow:0 1px 1px rgba(0,0,0,.04)}.yoast-alerts>h2:first-child{margin:0;padding:9px 0 4px;font-size:23px;font-weight:400;line-height:29px}.yoast-alerts .yoast-container h3{margin:-20px -20px 0;padding:1em;border-bottom:1px solid #ccc;background-color:#fdfdfd;font-size:1.4em}.yoast-container .container{max-width:980px}.yoast-container .yoast-alert-holder{display:flex;position:relative}.dismiss .dashicons,.restore .dashicons{font-size:20px;width:20px;height:20px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-alerts .button.dismiss,.yoast-alerts .button.restore{position:absolute;left:0;width:52px;height:100%;line-height:inherit;padding:0;outline:none;cursor:pointer;background:transparent;border:none;box-shadow:none;border-radius:0}.yoast-alerts .button.dismiss:focus,.yoast-alerts .button.dismiss:hover,.yoast-alerts .button.restore:focus,.yoast-alerts .button.restore:hover{background:transparent}.yoast-alerts .button.dismiss:focus:before,.yoast-alerts .button.restore:focus:before{content:"";display:block;width:32px;height:32px;border-radius:50%;position:absolute;top:50%;right:50%;transform:translate(50%,-50%);box-shadow:0 0 0 1px #007cba;outline:2px solid transparent}.yoast-alerts .button.dismiss.yoast-container__configuration-wizard--dismiss:before{top:0;transform:translate(50%,6px)}.yoast-container .separator{margin-top:1em;margin-bottom:1em;border-top:1px solid #ddd}.yoast-container .dashicons-yes{color:#77b227}.yoast-container-disabled{display:table-cell;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:4px;background-color:hsla(0,0%,91%,.7)}.yoast-no-issues{padding:1em 16px 1em 1em;color:#666}.yoast-muted-title{overflow:hidden;font-weight:600;font-style:italic}.yoast-muted-title:after{content:"";display:inline-block;height:.5em;vertical-align:bottom;width:100%;margin-left:-100%;margin-right:10px;border-top:1px solid #ddd}.yoast-alerts-active .yoast-alert,.yoast-alerts-dismissed .yoast-alert{padding-left:52px;flex:1}.yoast-alerts-active .yoast-alert-holder{margin-bottom:20px}.yoast-alerts-dismissed.paper.tab-block{margin:20px 0}.yoast-alerts-dismissed.paper.tab-block .paper-container.toggleable-container{padding:0}.yoast-alerts-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-alert-holder:nth-child(odd){background-color:#f7f7f7}.yoast-alerts-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-alert-holder:nth-child(odd) .yoast-alert{background-color:initial}.yoast-alerts-dismissed .yoast-svg-icon-eye{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 100% 0;background-size:20px}#yoast-errors-header .dashicons{color:#dc3232}#yoast-errors-active .yoast-alert{border-right-color:#dc3232}#yoast-errors-dismissed .yoast-alert{border-right-color:#d93f69}#yoast-warnings-header .dashicons{color:#5d237a}#yoast-warnings-active .yoast-alert{border-right-color:#5d237a}#yoast-warnings-dismissed .yoast-alert{border-right-color:#0075b3}.yoast-alerts .yoast-container__configuration-wizard{display:flex;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff;min-height:0;padding-bottom:20px;margin-bottom:15px}@media screen and (max-width:768px){.yoast-alerts .yoast-container__configuration-wizard img{display:none}}.yoast-alerts .yoast-container__configuration-wizard--content{flex:1 1 auto;margin:12px;padding:0}.yoast-alerts .yoast-container__configuration-wizard--content h3{border-bottom:0;font-size:1.4em;line-height:1;margin:0 0 4px;padding:0;background:transparent}.yoast-alerts .yoast-container__configuration-wizard--content p{margin:1em 0 0}.yoast-alerts .yoast-container__configuration-wizard--content p:last-child{margin:0}@media screen and (max-width:768px){.yoast-alerts .yoast-container__configuration-wizard--content{display:block;position:relative;padding:16px}}.yoast-alerts .yoast-container__configuration-wizard--dismiss{text-align:center}@media screen and (max-width:768px){.yoast-alerts .yoast-container__configuration-wizard--dismiss{width:40px;position:absolute;top:5px;left:5px;margin:0}}.yoast-alerts .yoast-container__configuration-wizard--dismiss .dashicons{text-decoration:none;margin-top:12px}
|
|
css/dist/alerts-1404.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);width:1px;height:1px;border:0;padding:0;overflow:hidden;word-wrap:normal!important}.yoast-alert{padding:0 12px;border-left:4px solid #fff;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}.yoast-container{position:relative;max-width:1280px;margin:20px 0 1px;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fdfdfd;box-shadow:0 1px 1px rgba(0,0,0,.04)}.yoast-alerts>h2:first-child{margin:0;padding:9px 0 4px;font-size:23px;font-weight:400;line-height:29px}.yoast-alerts .yoast-container h3{margin:-20px -20px 0;padding:1em;border-bottom:1px solid #ccc;background-color:#fdfdfd;font-size:1.4em}.yoast-container .container{max-width:980px}.yoast-container .yoast-alert-holder{display:flex;position:relative}.dismiss .dashicons,.restore .dashicons{font-size:20px;width:20px;height:20px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-alerts .button.dismiss,.yoast-alerts .button.restore{position:absolute;right:0;width:52px;height:100%;line-height:inherit;padding:0;outline:none;cursor:pointer;background:transparent;border:none;box-shadow:none;border-radius:0}.yoast-alerts .button.dismiss:focus,.yoast-alerts .button.dismiss:hover,.yoast-alerts .button.restore:focus,.yoast-alerts .button.restore:hover{background:transparent}.yoast-alerts .button.dismiss:focus:before,.yoast-alerts .button.restore:focus:before{content:"";display:block;width:32px;height:32px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #007cba;outline:2px solid transparent}.yoast-alerts .button.dismiss.yoast-container__configuration-wizard--dismiss:before{top:0;transform:translate(-50%,6px)}.yoast-container .separator{margin-top:1em;margin-bottom:1em;border-top:1px solid #ddd}.yoast-container .dashicons-yes{color:#77b227}.yoast-container-disabled{display:table-cell;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;background-color:hsla(0,0%,91%,.7)}.yoast-no-issues{padding:1em 1em 1em 16px;color:#666}.yoast-muted-title{overflow:hidden;font-weight:600;font-style:italic}.yoast-muted-title:after{content:"";display:inline-block;height:.5em;vertical-align:bottom;width:100%;margin-right:-100%;margin-left:10px;border-top:1px solid #ddd}.yoast-alerts-active .yoast-alert,.yoast-alerts-dismissed .yoast-alert{padding-right:52px;flex:1}.yoast-alerts-active .yoast-alert-holder{margin-bottom:20px}.yoast-alerts-dismissed.paper.tab-block{margin:20px 0}.yoast-alerts-dismissed.paper.tab-block .paper-container.toggleable-container{padding:0}.yoast-alerts-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-alert-holder:nth-child(odd){background-color:#f7f7f7}.yoast-alerts-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-alert-holder:nth-child(odd) .yoast-alert{background-color:initial}.yoast-alerts-dismissed .yoast-svg-icon-eye{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;background-size:20px}#yoast-errors-header .dashicons{color:#dc3232}#yoast-errors-active .yoast-alert{border-left-color:#dc3232}#yoast-errors-dismissed .yoast-alert{border-left-color:#d93f69}#yoast-warnings-header .dashicons{color:#5d237a}#yoast-warnings-active .yoast-alert{border-left-color:#5d237a}#yoast-warnings-dismissed .yoast-alert{border-left-color:#0075b3}.yoast-alerts .yoast-container__configuration-wizard{display:flex;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff;min-height:0;padding-bottom:20px;margin-bottom:15px}@media screen and (max-width:768px){.yoast-alerts .yoast-container__configuration-wizard img{display:none}}.yoast-alerts .yoast-container__configuration-wizard--content{flex:1 1 auto;margin:12px;padding:0}.yoast-alerts .yoast-container__configuration-wizard--content h3{border-bottom:0;font-size:1.4em;line-height:1;margin:0 0 4px;padding:0;background:transparent}.yoast-alerts .yoast-container__configuration-wizard--content p{margin:1em 0 0}.yoast-alerts .yoast-container__configuration-wizard--content p:last-child{margin:0}@media screen and (max-width:768px){.yoast-alerts .yoast-container__configuration-wizard--content{display:block;position:relative;padding:16px}}.yoast-alerts .yoast-container__configuration-wizard--dismiss{text-align:center}@media screen and (max-width:768px){.yoast-alerts .yoast-container__configuration-wizard--dismiss{width:40px;position:absolute;top:5px;right:5px;margin:0}}.yoast-alerts .yoast-container__configuration-wizard--dismiss .dashicons{text-decoration:none;margin-top:12px}
|
|
css/dist/alerts-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.yoast-alert{display:flex;align-items:flex-start;padding:16px;border:1px solid rgba(0,0,0,.2);font-size:14px;line-height:1.5;margin:16px 0}.yoast-alert--error{color:#8f1919;background:#f9dcdc}.yoast-alert--info{color:#00468f;background:#cce5ff}.yoast-alert--success{color:#395315;background:#e2f2cc}.yoast-alert--warning{color:#674e00;background:#fff3cd}.yoast-alert__icon.yoast-alert__icon{display:block;margin-top:.125rem;margin-left:8px;height:16px;width:16px;max-width:none}.yoast-alert a{color:#004973}
|
css/dist/alerts-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.yoast-alert{display:flex;align-items:flex-start;padding:16px;border:1px solid rgba(0,0,0,.2);font-size:14px;line-height:1.5;margin:16px 0}.yoast-alert--error{color:#8f1919;background:#f9dcdc}.yoast-alert--info{color:#00468f;background:#cce5ff}.yoast-alert--success{color:#395315;background:#e2f2cc}.yoast-alert--warning{color:#674e00;background:#fff3cd}.yoast-alert__icon.yoast-alert__icon{display:block;margin-top:.125rem;margin-right:8px;height:16px;width:16px;max-width:none}.yoast-alert a{color:#004973}
|
css/dist/{dashboard-1404-rtl.css → dashboard-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{dashboard-1404.css → dashboard-1410.css}
RENAMED
File without changes
|
css/dist/{edit-page-1404-rtl.css → edit-page-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{edit-page-1404.css → edit-page-1410.css}
RENAMED
File without changes
|
css/dist/{featured-image-1404-rtl.css → featured-image-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{featured-image-1404.css → featured-image-1410.css}
RENAMED
File without changes
|
css/dist/{filter-explanation-1404-rtl.css → filter-explanation-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{filter-explanation-1404.css → filter-explanation-1410.css}
RENAMED
File without changes
|
css/dist/icons-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}
|
css/dist/icons-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}
|
css/dist/{inside-editor-1404-rtl.css → inside-editor-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{inside-editor-1404.css → inside-editor-1410.css}
RENAMED
File without changes
|
css/dist/metabox-1404-rtl.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{display:none;position:absolute;z-index:1000000;padding:6px 8px 5px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{opacity:1;animation:none}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{top:100%;left:50%;margin-top:5px}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{top:auto;left:50%;bottom:-5px;margin-left:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se:after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-sw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{left:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{top:-5px;left:50%;bottom:auto;margin-left:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne:after{left:auto;right:50%;margin-right:-15px}.yoast-tooltip-nw:after{margin-left:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(-50%)}.yoast-tooltip-w:after{left:100%;bottom:50%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-w:before{top:50%;bottom:50%;right:-5px;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-e:after{bottom:50%;right:100%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-e:before{top:50%;left:-5px;bottom:50%;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline:after{width:250px;width:-webkit-max-content;width:max-content;max-width:250px;border-collapse:initial;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{left:auto;right:50%;transform:translateX(50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{left:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:250px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.yoast-tooltip-w:after{margin-left:4.5px}}.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-right:2px;padding-left:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-right:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;transform:scale(0)}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}#wpseo_meta{box-sizing:border-box}#wpseo_meta *,#wpseo_meta :after,#wpseo_meta :before{box-sizing:inherit}.DraftEditor-root [data-block]{margin:0}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}ul.wpseo-metabox-tabs{display:none;margin-top:6px;margin-bottom:0}ul.wpseo-metabox-tabs:after{content:"";display:table;clear:both}.wpseo-metabox-tabs-div{margin:0 5px 5px}.wpseo-metabox-tabs-div ul{list-style:none}#wpseo-meta-section-addons{padding:0 5px 5px}#wpseo-meta-section-addons .wpseo-metabox-tabs-div{margin:0}ul.wpseo-metabox-tabs li.active{background-color:#fdfdfd}.wpseo-meta-section,.wpseo-meta-section-react{display:none;width:100%;min-height:100%;height:auto;vertical-align:top;box-shadow:0 1px 2px rgba(0,0,0,.2);border-top:1px solid #e8e8e8}.wpseo-meta-section-react.active,.wpseo-meta-section.active{background:#fff;position:relative;z-index:12}.wpseo-meta-section.active{display:inline-block}.wpseo-meta-section-react.active{display:block;margin-bottom:10px}.wpseo-metabox-content{max-width:800px;padding-top:16px}.wpseo-metabox-menu{padding:0;background-color:#fff}.wpseo-metabox-menu ul{margin:0 0 0 1px;padding:0 16px 0 0;display:flex;align-items:flex-end;flex-wrap:wrap;flex-flow:wrap-reverse}.wpseo-metabox-menu ul li:first-child{z-index:10}.wpseo-metabox-menu ul li:nth-child(2){z-index:9}.wpseo-metabox-menu ul li:nth-child(3){z-index:8}.wpseo-metabox-menu ul li:nth-child(4){z-index:7}.wpseo-metabox-menu ul li:nth-child(5){z-index:6}.wpseo-metabox-menu ul li:nth-child(6){z-index:5}.wpseo-metabox-menu ul li{box-shadow:0 0 4px 0 rgba(0,0,0,.1);height:32px;margin-right:-1px;margin-bottom:-1px;text-align:center;position:relative;background-color:#f8f8f8}.wpseo-metabox-menu ul li a{color:#0073aa;display:flex;align-items:center;border:1px solid #ddd}.wpseo-metabox-menu ul li .yst-traffic-light{height:20px;width:auto;margin-left:10px;margin-right:4px}.wpseo-metabox-menu ul li span.dashicons{margin-left:8px}.wpseo-metabox-menu ul li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-menu ul li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-menu ul li.active{height:36px;margin-top:-4px;z-index:11;background-color:#fff}.wpseo-metabox-menu ul li.active a{height:36px;color:#444}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium{color:#a4286a;border-color:#a4286a}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium:hover{color:#832055;border-color:#832055}.wpseo-metabox-menu a{height:32px;padding:0 8px;text-decoration:none}ul.wpseo-metabox-tabs li{float:right;margin-left:5px;margin-bottom:-1px;padding:0;border:1px solid #dfdfdf;border-bottom:0}ul.wpseo-metabox-tabs li .wpseo-keyword{display:inline-block;vertical-align:top;max-width:8em;max-width:8rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wpseotab{display:none;padding:16px;border:1px solid #ddd;background-color:#fdfdfd}.wpseotab .wpseo-cornerstone-checkbox{margin-left:.5em}.wpseotab.content{padding:20px 15px}.wpseotab.active{display:block}.wpseo-metabox-tabs .wpseo_tablink{display:inline-block;vertical-align:top;padding:5px 12px 6px;text-decoration:none}.wpseo-metabox-tabs .wpseo_content_tab a{padding-left:12px}.wpseo-metabox-tabs .wpseo-score-icon{margin-right:0}#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink{padding:5px 7px}.wpseo-metabox-tabs .wpseo_tablink .dashicons{width:16px;height:16px;font-size:16px}.wpseo-metabox-sidebar .dashicons{width:30px;height:30px;font-size:30px}.wpseo-metabox-tabs-div div.wpseo-tabs-panel{overflow:auto;padding:.5em .9em;border:1px solid}#wpseo_meta .inside{margin:0}#wpseo_meta .inside:after{content:"";display:table;clear:both}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}.wpseo-form .select2-container,.wpseo-form input,.wpseo-form label,.wpseo-form p.error-message,.wpseo-form textarea{max-width:600px}.wpseo-form fieldset{padding-top:5px}.wpseo-form legend{font-weight:600}.wpseo-form label{display:block;font-weight:600}.wpseo-form input[type=checkbox]+label,.wpseo-form input[type=radio]+label{display:inline-block;font-weight:400}.wpseo-form fieldset,.wpseo-form label{margin-top:2em;margin-bottom:.5em}.wpseo-form input[type=checkbox],.wpseo-form input[type=checkbox]+label{margin-top:2em;margin-bottom:0;font-size:1em}.wpseo-form fieldset:first-child,.wpseo-form input[type=checkbox]:first-child,.wpseo-form input[type=checkbox]:first-child+label,.wpseo-form label:first-child{margin-top:10px}.wpseo-form input[type=radio]{margin-top:0}.wpseo-form input[type=radio]+label{margin:0 0 0 1em}.wpseo-form p.error-message{margin:.5em 0}.wpseo-form select[multiple]{margin-top:0}.yoast-metabox__description{max-width:600px;margin:.5em 0}.wpseo_image_upload_button{margin-right:3px}.good,.warn,.wrong{font-weight:600}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{padding:2px 5px;background-color:#ffffe0}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{margin:0 20px 0 0;list-style-type:disc}.wpseo_hidden{display:none}.wpseo_msg{margin:5px 0 10px;padding:0 5px;border:1px solid #e6db55;background-color:#ffffe0}ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword{border:1px dashed #dfdfdf;border-bottom:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button{height:auto;padding:5px 10px 5px 12px;vertical-align:top;font-size:inherit;line-height:inherit;font-weight:700;box-shadow:none;background:none;text-decoration:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.wpseo-tab-add-keyword .wpseo-add-keyword.button:active{transform:none}.wpseo-add-keyword-plus{display:inline-block;vertical-align:top;margin:-1px 0 0 3px;font-size:20px}#wpseo-add-keyword-popup-title{margin:1em 0;font-size:1.3em}.snippet-editor__button.snippet-editor__edit-button:focus{border-color:#5b9dd9;outline:none;color:#23282d;background-color:#fafafa;box-shadow:0 0 3px rgba(0,115,170,.8)}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:right;width:100%;max-width:none}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}.wpseo-metabox-tabs .active a{color:#333}#wpseotab .ui-widget-content .ui-state-hover{border:1px solid #dfdfdf;color:#333;background:#f1f1f1}.yst-traffic-light{width:19px;height:30px;margin:0 5px 0 0}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}#wpseo-score{float:right;margin:0 -5px 0 5px}.yoast-seo-score .yoast-logo.svg{float:right;width:18px;margin-left:7px;height:18px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%237ad03a%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.ok{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23ee7c1b%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.bad{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23dc3232%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.na{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.noindex{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%231e8cbe%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.term-php .wpseo-taxonomy-metabox-postbox>h2{margin:0;padding:8px 12px;border-bottom:1px solid #eee;font-size:14px;line-height:1.4}#TB_window #TB_ajaxContent p{padding:5px 0 0;margin:5px 0 0}#TB_window #TB_ajaxContent ul{margin:5px 0 10px}#TB_window #TB_ajaxContent li{list-style:none;margin:5px 0 0}#TB_window #TB_ajaxContent li:before{content:"+";margin:0 0 0 10px;font-weight:700}.yoast-section__heading-icon-list{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M384%201408q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm0%2D512q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm%2D1408%2D928q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm0%2D512v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-key{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M832%20512q0%2D80%2D56%2D136t%2D136%2D56%2D136%2056%2D56%20136q0%2042%2019%2083%2D41%2D19%2D83%2D19%2D80%200%2D136%2056t%2D56%20136%2056%20136%20136%2056%20136%2D56%2056%2D136q0%2D42%2D19%2D83%2041%2019%2083%2019%2080%200%20136%2D56t56%2D136zm851%20704q0%2017%2D49%2066t%2D66%2049q%2D9%200%2D28%2E5%2D16t%2D36%2E5%2D33%2D38%2E5%2D40%2D24%2E5%2D26l%2D96%2096%20220%20220q28%2028%2028%2068%200%2042%2D39%2081t%2D81%2039q%2D40%200%2D68%2D28l%2D671%2D671q%2D176%20131%2D365%20131%2D163%200%2D265%2E5%2D102%2E5t%2D102%2E5%2D265%2E5q0%2D160%2095%2D313t248%2D248%20313%2D95q163%200%20265%2E5%20102%2E5t102%2E5%20265%2E5q0%20189%2D131%20365l355%20355%2096%2D96q%2D3%2D3%2D26%2D24%2E5t%2D40%2D38%2E5%2D33%2D36%2E5%2D16%2D28%2E5q0%2D17%2049%2D66t66%2D49q13%200%2023%2010%206%206%2046%2044%2E5t82%2079%2E5%2086%2E5%2086%2073%2078%2028%2E5%2041z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E")}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}.yoast-notice-go-premium{border-right-color:#a4286a;background:#f1f1f1;margin:0}.editor-styles-wrapper mark.annotation-text-yoast{background-color:#e1bee7}@media screen and (max-width:782px){.wpseo-metabox-buy-premium .wpseo-buy-premium{display:inline-block;width:20px;height:20px;margin-left:5px;padding:0}.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}.wpseotab select[multiple]{height:auto!important}}@media screen and (max-width:600px){.wpseotab.content{padding:16px 0}}.wpseo-score-icon-container{height:20px;width:20px;margin-left:8px;display:flex;justify-content:center;align-items:center}
|
|
css/dist/metabox-1404.css
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
.yoast-tooltip{position:relative}button.yoast-tooltip{overflow:visible}.yoast-tooltip:after{display:none;position:absolute;z-index:1000000;padding:6px 8px 5px;border-radius:3px;opacity:0;color:#fff;background:rgba(0,0,0,.8);text-shadow:none;font:normal normal 11px/1.45454545 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-align:center;white-space:pre;text-decoration:none;letter-spacing:normal;text-transform:none;word-wrap:break-word;content:attr(aria-label);pointer-events:none;-webkit-font-smoothing:subpixel-antialiased}.yoast-tooltip-alt:after{content:attr(data-label)}.yoast-tooltip:before{display:none;position:absolute;z-index:1000001;width:0;height:0;border:5px solid transparent;opacity:0;color:rgba(0,0,0,.8);content:"\00a0";pointer-events:none}@keyframes yoast-tooltip-appear{0%{opacity:0}to{opacity:1}}.yoast-tooltip:active:after,.yoast-tooltip:active:before,.yoast-tooltip:focus:after,.yoast-tooltip:focus:before,.yoast-tooltip:hover:after,.yoast-tooltip:hover:before{display:inline-block;text-decoration:none;animation-name:yoast-tooltip-appear;animation-duration:.1s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards}.yoast-tooltip-no-delay:active:after,.yoast-tooltip-no-delay:active:before,.yoast-tooltip-no-delay:focus:after,.yoast-tooltip-no-delay:focus:before,.yoast-tooltip-no-delay:hover:after,.yoast-tooltip-no-delay:hover:before{opacity:1;animation:none}.yoast-tooltip-multiline:active:after,.yoast-tooltip-multiline:focus:after,.yoast-tooltip-multiline:hover:after{display:table-cell}.yoast-tooltip-s:after,.yoast-tooltip-se:after,.yoast-tooltip-sw:after{top:100%;right:50%;margin-top:5px}.yoast-tooltip-s:before,.yoast-tooltip-se:before,.yoast-tooltip-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.yoast-tooltip-se:after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-sw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-ne:after,.yoast-tooltip-nw:after{right:50%;bottom:100%;margin-bottom:5px}.yoast-tooltip-n:before,.yoast-tooltip-ne:before,.yoast-tooltip-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.yoast-tooltip-ne:after{right:auto;left:50%;margin-left:-15px}.yoast-tooltip-nw:after{margin-right:-15px}.yoast-tooltip-n:after,.yoast-tooltip-s:after{transform:translateX(50%)}.yoast-tooltip-w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.yoast-tooltip-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.yoast-tooltip-e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.yoast-tooltip-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.yoast-tooltip-multiline:after{width:250px;width:-webkit-max-content;width:max-content;max-width:250px;border-collapse:initial;white-space:pre-line;word-wrap:normal;word-break:break-word}.yoast-tooltip-multiline.yoast-tooltip-n:after,.yoast-tooltip-multiline.yoast-tooltip-s:after{right:auto;left:50%;transform:translateX(-50%)}.yoast-tooltip-multiline.yoast-tooltip-e:after,.yoast-tooltip-multiline.yoast-tooltip-w:after{right:100%}@media screen and (min-width:0\0){.yoast-tooltip-multiline:after{width:250px}}.yoast-tooltip-sticky:after,.yoast-tooltip-sticky:before{display:inline-block}.yoast-tooltip-sticky.yoast-tooltip-multiline:after{display:table-cell}@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.yoast-tooltip-w:after{margin-right:4.5px}}.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-left:2px;padding-right:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;transform:scale(0)}
|
2 |
-
|
3 |
-
/*!rtl:begin:ignore*/.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
|
4 |
-
|
5 |
-
/*!rtl:end:ignore*/#wpseo_meta{box-sizing:border-box}#wpseo_meta *,#wpseo_meta :after,#wpseo_meta :before{box-sizing:inherit}.DraftEditor-root [data-block]{margin:0}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}ul.wpseo-metabox-tabs{display:none;margin-top:6px;margin-bottom:0}ul.wpseo-metabox-tabs:after{content:"";display:table;clear:both}.wpseo-metabox-tabs-div{margin:0 5px 5px}.wpseo-metabox-tabs-div ul{list-style:none}#wpseo-meta-section-addons{padding:0 5px 5px}#wpseo-meta-section-addons .wpseo-metabox-tabs-div{margin:0}ul.wpseo-metabox-tabs li.active{background-color:#fdfdfd}.wpseo-meta-section,.wpseo-meta-section-react{display:none;width:100%;min-height:100%;height:auto;vertical-align:top;box-shadow:0 1px 2px rgba(0,0,0,.2);border-top:1px solid #e8e8e8}.wpseo-meta-section-react.active,.wpseo-meta-section.active{background:#fff;position:relative;z-index:12}.wpseo-meta-section.active{display:inline-block}.wpseo-meta-section-react.active{display:block;margin-bottom:10px}.wpseo-metabox-content{max-width:800px;padding-top:16px}.wpseo-metabox-menu{padding:0;background-color:#fff}.wpseo-metabox-menu ul{margin:0 1px 0 0;padding:0 0 0 16px;display:flex;align-items:flex-end;flex-wrap:wrap;flex-flow:wrap-reverse}.wpseo-metabox-menu ul li:first-child{z-index:10}.wpseo-metabox-menu ul li:nth-child(2){z-index:9}.wpseo-metabox-menu ul li:nth-child(3){z-index:8}.wpseo-metabox-menu ul li:nth-child(4){z-index:7}.wpseo-metabox-menu ul li:nth-child(5){z-index:6}.wpseo-metabox-menu ul li:nth-child(6){z-index:5}.wpseo-metabox-menu ul li{box-shadow:0 0 4px 0 rgba(0,0,0,.1);height:32px;margin-left:-1px;margin-bottom:-1px;text-align:center;position:relative;background-color:#f8f8f8}.wpseo-metabox-menu ul li a{color:#0073aa;display:flex;align-items:center;border:1px solid #ddd}.wpseo-metabox-menu ul li .yst-traffic-light{height:20px;width:auto;margin-right:10px;margin-left:4px}.wpseo-metabox-menu ul li span.dashicons{margin-right:8px}.wpseo-metabox-menu ul li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-menu ul li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-menu ul li.active{height:36px;margin-top:-4px;z-index:11;background-color:#fff}.wpseo-metabox-menu ul li.active a{height:36px;color:#444}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium{color:#a4286a;border-color:#a4286a}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium:hover{color:#832055;border-color:#832055}.wpseo-metabox-menu a{height:32px;padding:0 8px;text-decoration:none}ul.wpseo-metabox-tabs li{float:left;margin-right:5px;margin-bottom:-1px;padding:0;border:1px solid #dfdfdf;border-bottom:0}ul.wpseo-metabox-tabs li .wpseo-keyword{display:inline-block;vertical-align:top;max-width:8em;max-width:8rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wpseotab{display:none;padding:16px;border:1px solid #ddd;background-color:#fdfdfd}.wpseotab .wpseo-cornerstone-checkbox{margin-right:.5em}.wpseotab.content{padding:20px 15px}.wpseotab.active{display:block}.wpseo-metabox-tabs .wpseo_tablink{display:inline-block;vertical-align:top;padding:5px 12px 6px;text-decoration:none}.wpseo-metabox-tabs .wpseo_content_tab a{padding-right:12px}.wpseo-metabox-tabs .wpseo-score-icon{margin-left:0}#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink{padding:5px 7px}.wpseo-metabox-tabs .wpseo_tablink .dashicons{width:16px;height:16px;font-size:16px}.wpseo-metabox-sidebar .dashicons{width:30px;height:30px;font-size:30px}.wpseo-metabox-tabs-div div.wpseo-tabs-panel{overflow:auto;padding:.5em .9em;border:1px solid}#wpseo_meta .inside{margin:0}#wpseo_meta .inside:after{content:"";display:table;clear:both}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}.wpseo-form .select2-container,.wpseo-form input,.wpseo-form label,.wpseo-form p.error-message,.wpseo-form textarea{max-width:600px}.wpseo-form fieldset{padding-top:5px}.wpseo-form legend{font-weight:600}.wpseo-form label{display:block;font-weight:600}.wpseo-form input[type=checkbox]+label,.wpseo-form input[type=radio]+label{display:inline-block;font-weight:400}.wpseo-form fieldset,.wpseo-form label{margin-top:2em;margin-bottom:.5em}.wpseo-form input[type=checkbox],.wpseo-form input[type=checkbox]+label{margin-top:2em;margin-bottom:0;font-size:1em}.wpseo-form fieldset:first-child,.wpseo-form input[type=checkbox]:first-child,.wpseo-form input[type=checkbox]:first-child+label,.wpseo-form label:first-child{margin-top:10px}.wpseo-form input[type=radio]{margin-top:0}.wpseo-form input[type=radio]+label{margin:0 1em 0 0}.wpseo-form p.error-message{margin:.5em 0}.wpseo-form select[multiple]{margin-top:0}.yoast-metabox__description{max-width:600px;margin:.5em 0}.wpseo_image_upload_button{margin-left:3px}.good,.warn,.wrong{font-weight:600}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{padding:2px 5px;background-color:#ffffe0}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{margin:0 0 0 20px;list-style-type:disc}.wpseo_hidden{display:none}.wpseo_msg{margin:5px 0 10px;padding:0 5px;border:1px solid #e6db55;background-color:#ffffe0}ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword{border:1px dashed #dfdfdf;border-bottom:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button{height:auto;padding:5px 12px 5px 10px;vertical-align:top;font-size:inherit;line-height:inherit;font-weight:700;box-shadow:none;background:none;text-decoration:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.wpseo-tab-add-keyword .wpseo-add-keyword.button:active{transform:none}.wpseo-add-keyword-plus{display:inline-block;vertical-align:top;margin:-1px 3px 0 0;font-size:20px}#wpseo-add-keyword-popup-title{margin:1em 0;font-size:1.3em}.snippet-editor__button.snippet-editor__edit-button:focus{border-color:#5b9dd9;outline:none;color:#23282d;background-color:#fafafa;box-shadow:0 0 3px rgba(0,115,170,.8)}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:left;width:100%;max-width:none}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}.wpseo-metabox-tabs .active a{color:#333}#wpseotab .ui-widget-content .ui-state-hover{border:1px solid #dfdfdf;color:#333;background:#f1f1f1}.yst-traffic-light{width:19px;height:30px;margin:0 0 0 5px}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}#wpseo-score{float:left;margin:0 5px 0 -5px}.yoast-seo-score .yoast-logo.svg{float:left;width:18px;margin-right:7px;height:18px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%237ad03a%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.ok{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23ee7c1b%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.bad{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23dc3232%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.na{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-seo-score .yoast-logo.svg.noindex{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%231e8cbe%22%20d%3D%22M403%20218h691l%2D26%2072h%2D665q%2D110%200%2D188%2E5%2079t%2D78%2E5%20189v771q0%2095%2060%2E5%20169%2E5t153%2E5%2093%2E5q23%205%2098%205v72h%2D45q%2D140%200%2D239%2E5%2D100t%2D99%2E5%2D240v%2D771q0%2D140%2099%2E5%2D240t239%2E5%2D100zm851%2D218h247l%2D482%201294q%2D23%2061%2D40%2E5%20103%2E5t%2D45%2098%2D54%2093%2E5%2D64%2E5%2078%2E5%2D79%2E5%2065%2D95%2E5%2041%2D116%2018%2E5v%2D195q163%2D26%20220%2D182%2020%2D52%2020%2D105%200%2D54%2D20%2D106l%2D285%2D733h228l187%20585zm474%20558v1111h%2D795q37%2D55%2045%2D73h678v%2D1038q0%2D85%2D49%2E5%2D155t%2D129%2E5%2D99l25%2D67q101%2034%20163%2E5%20123%2E5t62%2E5%20197%2E5z%22%2F%3E%3C%2Fsvg%3E")}.term-php .wpseo-taxonomy-metabox-postbox>h2{margin:0;padding:8px 12px;border-bottom:1px solid #eee;font-size:14px;line-height:1.4}#TB_window #TB_ajaxContent p{padding:5px 0 0;margin:5px 0 0}#TB_window #TB_ajaxContent ul{margin:5px 0 10px}#TB_window #TB_ajaxContent li{list-style:none;margin:5px 0 0}#TB_window #TB_ajaxContent li:before{content:"+";margin:0 10px 0 0;font-weight:700}.yoast-section__heading-icon-list{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M384%201408q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm0%2D512q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm%2D1408%2D928q0%2080%2D56%20136t%2D136%2056%2D136%2D56%2D56%2D136%2056%2D136%20136%2D56%20136%2056%2056%20136zm1408%20416v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5zm0%2D512v192q0%2013%2D9%2E5%2022%2E5t%2D22%2E5%209%2E5h%2D1216q%2D13%200%2D22%2E5%2D9%2E5t%2D9%2E5%2D22%2E5v%2D192q0%2D13%209%2E5%2D22%2E5t22%2E5%2D9%2E5h1216q13%200%2022%2E5%209%2E5t9%2E5%2022%2E5z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-key{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M832%20512q0%2D80%2D56%2D136t%2D136%2D56%2D136%2056%2D56%20136q0%2042%2019%2083%2D41%2D19%2D83%2D19%2D80%200%2D136%2056t%2D56%20136%2056%20136%20136%2056%20136%2D56%2056%2D136q0%2D42%2D19%2D83%2041%2019%2083%2019%2080%200%20136%2D56t56%2D136zm851%20704q0%2017%2D49%2066t%2D66%2049q%2D9%200%2D28%2E5%2D16t%2D36%2E5%2D33%2D38%2E5%2D40%2D24%2E5%2D26l%2D96%2096%20220%20220q28%2028%2028%2068%200%2042%2D39%2081t%2D81%2039q%2D40%200%2D68%2D28l%2D671%2D671q%2D176%20131%2D365%20131%2D163%200%2D265%2E5%2D102%2E5t%2D102%2E5%2D265%2E5q0%2D160%2095%2D313t248%2D248%20313%2D95q163%200%20265%2E5%20102%2E5t102%2E5%20265%2E5q0%20189%2D131%20365l355%20355%2096%2D96q%2D3%2D3%2D26%2D24%2E5t%2D40%2D38%2E5%2D33%2D36%2E5%2D16%2D28%2E5q0%2D17%2049%2D66t66%2D49q13%200%2023%2010%206%206%2046%2044%2E5t82%2079%2E5%2086%2E5%2086%2073%2078%2028%2E5%2041z%22%2F%3E%3C%2Fsvg%3E")}.yoast-section__heading-icon-edit{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E")}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}.yoast-notice-go-premium{border-left-color:#a4286a;background:#f1f1f1;margin:0}.editor-styles-wrapper mark.annotation-text-yoast{background-color:#e1bee7}@media screen and (max-width:782px){.wpseo-metabox-buy-premium .wpseo-buy-premium{display:inline-block;width:20px;height:20px;margin-right:5px;padding:0}.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}.wpseotab select[multiple]{height:auto!important}}@media screen and (max-width:600px){.wpseotab.content{padding:16px 0}}.wpseo-score-icon-container{height:20px;width:20px;margin-right:8px;display:flex;justify-content:center;align-items:center}
|
|
|
|
|
|
|
|
|
|
css/dist/metabox-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-right:2px;padding-left:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-right:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0)}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}#wpseo_meta{box-sizing:border-box}#wpseo_meta *,#wpseo_meta :after,#wpseo_meta :before{box-sizing:inherit}.DraftEditor-root [data-block]{margin:0}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}ul.wpseo-metabox-tabs{display:none;margin-top:6px;margin-bottom:0}ul.wpseo-metabox-tabs:after{content:"";display:table;clear:both}.wpseo-metabox-tabs-div{margin:0 5px 5px}.wpseo-metabox-tabs-div ul{list-style:none}#wpseo-meta-section-addons{padding:0 5px 5px}#wpseo-meta-section-addons .wpseo-metabox-tabs-div{margin:0}ul.wpseo-metabox-tabs li.active{background-color:#fdfdfd}.wpseo-meta-section,.wpseo-meta-section-react{display:none;width:100%;min-height:100%;height:auto;vertical-align:top;box-shadow:0 1px 2px rgba(0,0,0,.2);border-top:1px solid #e8e8e8}.wpseo-meta-section-react.active,.wpseo-meta-section.active{background:#fff;position:relative;z-index:12}.wpseo-meta-section.active{display:inline-block}.wpseo-meta-section-react.active{display:block;margin-bottom:10px}.wpseo-metabox-content{max-width:800px;padding-top:16px}.wpseo-metabox-menu{padding:0;background-color:#fff}.wpseo-metabox-menu ul{margin:0 0 0 1px;padding:0 16px 0 0;display:flex;align-items:flex-end;flex-wrap:wrap;flex-flow:wrap-reverse}.wpseo-metabox-menu ul li:first-child{z-index:10}.wpseo-metabox-menu ul li:nth-child(2){z-index:9}.wpseo-metabox-menu ul li:nth-child(3){z-index:8}.wpseo-metabox-menu ul li:nth-child(4){z-index:7}.wpseo-metabox-menu ul li:nth-child(5){z-index:6}.wpseo-metabox-menu ul li:nth-child(6){z-index:5}.wpseo-metabox-menu ul li{box-shadow:0 0 4px 0 rgba(0,0,0,.1);height:32px;margin-right:-1px;margin-bottom:-1px;text-align:center;position:relative;background-color:#f8f8f8}.wpseo-metabox-menu ul li a{color:#0073aa;display:flex;align-items:center;border:1px solid #ddd}.wpseo-metabox-menu ul li .yst-traffic-light{height:20px;width:auto;margin-left:10px;margin-right:4px}.wpseo-metabox-menu ul li span.dashicons{margin-left:8px}.wpseo-metabox-menu ul li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-menu ul li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-menu ul li.active{height:36px;margin-top:-4px;z-index:11;background-color:#fff}.wpseo-metabox-menu ul li.active a{height:36px;color:#444}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium{color:#a4286a;border-color:#a4286a}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium:hover{color:#832055;border-color:#832055}.wpseo-metabox-menu a{height:32px;padding:0 8px;text-decoration:none}ul.wpseo-metabox-tabs li{float:right;margin-left:5px;margin-bottom:-1px;padding:0;border:1px solid #dfdfdf;border-bottom:0}ul.wpseo-metabox-tabs li .wpseo-keyword{display:inline-block;vertical-align:top;max-width:8em;max-width:8rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wpseotab{display:none;padding:16px;border:1px solid #ddd;background-color:#fdfdfd}.wpseotab .wpseo-cornerstone-checkbox{margin-left:.5em}.wpseotab.content{padding:20px 15px}.wpseotab.active{display:block}.wpseo-metabox-tabs .wpseo_tablink{display:inline-block;vertical-align:top;padding:5px 12px 6px;text-decoration:none}.wpseo-metabox-tabs .wpseo_content_tab a{padding-left:12px}.wpseo-metabox-tabs .wpseo-score-icon{margin-right:0}#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink{padding:5px 7px}.wpseo-metabox-tabs .wpseo_tablink .dashicons{width:16px;height:16px;font-size:16px}.wpseo-metabox-sidebar .dashicons{width:30px;height:30px;font-size:30px}.wpseo-metabox-tabs-div div.wpseo-tabs-panel{overflow:auto;padding:.5em .9em;border:1px solid}#wpseo_meta .inside{margin:0}#wpseo_meta .inside:after{content:"";display:table;clear:both}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}.wpseo-form .select2-container,.wpseo-form input,.wpseo-form label,.wpseo-form p.error-message,.wpseo-form textarea{max-width:600px}.wpseo-form fieldset{padding-top:5px}.wpseo-form legend{font-weight:600}.wpseo-form label{display:block;font-weight:600}.wpseo-form input[type=checkbox]+label,.wpseo-form input[type=radio]+label{display:inline-block;font-weight:400}.wpseo-form fieldset,.wpseo-form label{margin-top:2em;margin-bottom:.5em}.wpseo-form input[type=checkbox],.wpseo-form input[type=checkbox]+label{margin-top:2em;margin-bottom:0;font-size:1em}.wpseo-form fieldset:first-child,.wpseo-form input[type=checkbox]:first-child,.wpseo-form input[type=checkbox]:first-child+label,.wpseo-form label:first-child{margin-top:10px}.wpseo-form input[type=radio]{margin-top:0}.wpseo-form input[type=radio]+label{margin:0 0 0 1em}.wpseo-form p.error-message{margin:.5em 0}.wpseo-form select[multiple]{margin-top:0}.yoast-metabox__description{max-width:600px;margin:.5em 0}.wpseo_image_upload_button{margin-right:3px}.good,.warn,.wrong{font-weight:600}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{padding:2px 5px;background-color:#ffffe0}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{margin:0 20px 0 0;list-style-type:disc}.wpseo_hidden{display:none}.wpseo_msg{margin:5px 0 10px;padding:0 5px;border:1px solid #e6db55;background-color:#ffffe0}ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword{border:1px dashed #dfdfdf;border-bottom:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button{height:auto;padding:5px 10px 5px 12px;vertical-align:top;font-size:inherit;line-height:inherit;font-weight:700;box-shadow:none;background:none;text-decoration:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.wpseo-tab-add-keyword .wpseo-add-keyword.button:active{transform:none}.wpseo-add-keyword-plus{display:inline-block;vertical-align:top;margin:-1px 0 0 3px;font-size:20px}#wpseo-add-keyword-popup-title{margin:1em 0;font-size:1.3em}.snippet-editor__button.snippet-editor__edit-button:focus{border-color:#5b9dd9;outline:none;color:#23282d;background-color:#fafafa;box-shadow:0 0 3px rgba(0,115,170,.8)}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:right;width:100%;max-width:none}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}.wpseo-metabox-tabs .active a{color:#333}#wpseotab .ui-widget-content .ui-state-hover{border:1px solid #dfdfdf;color:#333;background:#f1f1f1}.yst-traffic-light{width:19px;height:30px;margin:0 5px 0 0}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}.yoast-seo-score .yoast-logo.svg{float:right;width:18px;margin-left:7px;height:18px;background:var(--svg-icon-yoast) no-repeat;background-size:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:var(--svg-icon-yoast-good)}.yoast-seo-score .yoast-logo.svg.ok{background-image:var(--svg-icon-yoast-ok)}.yoast-seo-score .yoast-logo.svg.bad{background-image:var(--svg-icon-yoast-bad)}.yoast-seo-score .yoast-logo.svg.na,.yoast-seo-score .yoast-logo.svg.noindex{background-image:var(--svg-icon-yoast)}.term-php .wpseo-taxonomy-metabox-postbox>h2{margin:0;padding:8px 12px;border-bottom:1px solid #eee;font-size:14px;line-height:1.4}#TB_window #TB_ajaxContent p{padding:5px 0 0;margin:5px 0 0}#TB_window #TB_ajaxContent ul{margin:5px 0 10px}#TB_window #TB_ajaxContent li{list-style:none;margin:5px 0 0}#TB_window #TB_ajaxContent li:before{content:"+";margin:0 0 0 10px;font-weight:700}.yoast-section__heading-icon-list{background-image:var(--svg-icon-list)}.yoast-section__heading-icon-key{background-image:var(--svg-icon-key)}.yoast-section__heading-icon-edit{background-image:var(--svg-icon-edit)}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}.yoast-notice-go-premium{border-right-color:#a4286a;background:#f1f1f1;margin:0}.editor-styles-wrapper mark.annotation-text-yoast{background-color:#e1bee7}@media screen and (max-width:782px){.wpseo-metabox-buy-premium .wpseo-buy-premium{display:inline-block;width:20px;height:20px;margin-left:5px;padding:0}.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}.wpseotab select[multiple]{height:auto!important}}@media screen and (max-width:600px){.wpseotab.content{padding:16px 0}}.wpseo-score-icon-container{height:20px;width:20px;margin-left:8px;display:flex;justify-content:center;align-items:center}
|
css/dist/metabox-1410.css
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-left:2px;padding-right:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0)}
|
2 |
+
/*!rtl:begin:ignore*/.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
|
3 |
+
/*!rtl:end:ignore*/#wpseo_meta{box-sizing:border-box}#wpseo_meta *,#wpseo_meta :after,#wpseo_meta :before{box-sizing:inherit}.DraftEditor-root [data-block]{margin:0}#edittag>#wp-description-wrap{display:none}#wp-description-wrap .wp-editor-area{border:0}.term-description-wrap td>textarea#description{min-height:530px}ul.wpseo-metabox-tabs{display:none;margin-top:6px;margin-bottom:0}ul.wpseo-metabox-tabs:after{content:"";display:table;clear:both}.wpseo-metabox-tabs-div{margin:0 5px 5px}.wpseo-metabox-tabs-div ul{list-style:none}#wpseo-meta-section-addons{padding:0 5px 5px}#wpseo-meta-section-addons .wpseo-metabox-tabs-div{margin:0}ul.wpseo-metabox-tabs li.active{background-color:#fdfdfd}.wpseo-meta-section,.wpseo-meta-section-react{display:none;width:100%;min-height:100%;height:auto;vertical-align:top;box-shadow:0 1px 2px rgba(0,0,0,.2);border-top:1px solid #e8e8e8}.wpseo-meta-section-react.active,.wpseo-meta-section.active{background:#fff;position:relative;z-index:12}.wpseo-meta-section.active{display:inline-block}.wpseo-meta-section-react.active{display:block;margin-bottom:10px}.wpseo-metabox-content{max-width:800px;padding-top:16px}.wpseo-metabox-menu{padding:0;background-color:#fff}.wpseo-metabox-menu ul{margin:0 1px 0 0;padding:0 0 0 16px;display:flex;align-items:flex-end;flex-wrap:wrap;flex-flow:wrap-reverse}.wpseo-metabox-menu ul li:first-child{z-index:10}.wpseo-metabox-menu ul li:nth-child(2){z-index:9}.wpseo-metabox-menu ul li:nth-child(3){z-index:8}.wpseo-metabox-menu ul li:nth-child(4){z-index:7}.wpseo-metabox-menu ul li:nth-child(5){z-index:6}.wpseo-metabox-menu ul li:nth-child(6){z-index:5}.wpseo-metabox-menu ul li{box-shadow:0 0 4px 0 rgba(0,0,0,.1);height:32px;margin-left:-1px;margin-bottom:-1px;text-align:center;position:relative;background-color:#f8f8f8}.wpseo-metabox-menu ul li a{color:#0073aa;display:flex;align-items:center;border:1px solid #ddd}.wpseo-metabox-menu ul li .yst-traffic-light{height:20px;width:auto;margin-right:10px;margin-left:4px}.wpseo-metabox-menu ul li span.dashicons{margin-right:8px}.wpseo-metabox-menu ul li span.wpseo-buy-premium{color:#a4286a}.wpseo-metabox-menu ul li span.wpseo-buy-premium:hover{color:#832055}.wpseo-metabox-menu ul li.active{height:36px;margin-top:-4px;z-index:11;background-color:#fff}.wpseo-metabox-menu ul li.active a{height:36px;color:#444}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium{color:#a4286a;border-color:#a4286a}.wpseo-metabox-menu ul li.active span.wpseo-buy-premium:hover{color:#832055;border-color:#832055}.wpseo-metabox-menu a{height:32px;padding:0 8px;text-decoration:none}ul.wpseo-metabox-tabs li{float:left;margin-right:5px;margin-bottom:-1px;padding:0;border:1px solid #dfdfdf;border-bottom:0}ul.wpseo-metabox-tabs li .wpseo-keyword{display:inline-block;vertical-align:top;max-width:8em;max-width:8rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wpseotab{display:none;padding:16px;border:1px solid #ddd;background-color:#fdfdfd}.wpseotab .wpseo-cornerstone-checkbox{margin-right:.5em}.wpseotab.content{padding:20px 15px}.wpseotab.active{display:block}.wpseo-metabox-tabs .wpseo_tablink{display:inline-block;vertical-align:top;padding:5px 12px 6px;text-decoration:none}.wpseo-metabox-tabs .wpseo_content_tab a{padding-right:12px}.wpseo-metabox-tabs .wpseo-score-icon{margin-left:0}#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink{padding:5px 7px}.wpseo-metabox-tabs .wpseo_tablink .dashicons{width:16px;height:16px;font-size:16px}.wpseo-metabox-sidebar .dashicons{width:30px;height:30px;font-size:30px}.wpseo-metabox-tabs-div div.wpseo-tabs-panel{overflow:auto;padding:.5em .9em;border:1px solid}#wpseo_meta .inside{margin:0}#wpseo_meta .inside:after{content:"";display:table;clear:both}#wpseo_meta .postbox .inside .wpseotab{font-size:13px!important}.wpseo-form .select2-container,.wpseo-form input,.wpseo-form label,.wpseo-form p.error-message,.wpseo-form textarea{max-width:600px}.wpseo-form fieldset{padding-top:5px}.wpseo-form legend{font-weight:600}.wpseo-form label{display:block;font-weight:600}.wpseo-form input[type=checkbox]+label,.wpseo-form input[type=radio]+label{display:inline-block;font-weight:400}.wpseo-form fieldset,.wpseo-form label{margin-top:2em;margin-bottom:.5em}.wpseo-form input[type=checkbox],.wpseo-form input[type=checkbox]+label{margin-top:2em;margin-bottom:0;font-size:1em}.wpseo-form fieldset:first-child,.wpseo-form input[type=checkbox]:first-child,.wpseo-form input[type=checkbox]:first-child+label,.wpseo-form label:first-child{margin-top:10px}.wpseo-form input[type=radio]{margin-top:0}.wpseo-form input[type=radio]+label{margin:0 1em 0 0}.wpseo-form p.error-message{margin:.5em 0}.wpseo-form select[multiple]{margin-top:0}.yoast-metabox__description{max-width:600px;margin:.5em 0}.wpseo_image_upload_button{margin-left:3px}.good,.warn,.wrong{font-weight:600}.good{color:green}.warn{color:maroon}.wrong{color:#dc3232}#current_seo_title span{padding:2px 5px;background-color:#ffffe0}#focuskwresults ul{margin:0}#focuskwresults li,#focuskwresults p{font-size:13px}#focuskwresults li{margin:0 0 0 20px;list-style-type:disc}.wpseo_hidden{display:none}.wpseo_msg{margin:5px 0 10px;padding:0 5px;border:1px solid #e6db55;background-color:#ffffe0}ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword{border:1px dashed #dfdfdf;border-bottom:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button{height:auto;padding:5px 12px 5px 10px;vertical-align:top;font-size:inherit;line-height:inherit;font-weight:700;box-shadow:none;background:none;text-decoration:none}.wpseo-tab-add-keyword .wpseo-add-keyword.button:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.wpseo-tab-add-keyword .wpseo-add-keyword.button:active{transform:none}.wpseo-add-keyword-plus{display:inline-block;vertical-align:top;margin:-1px 3px 0 0;font-size:20px}#wpseo-add-keyword-popup-title{margin:1em 0;font-size:1.3em}.snippet-editor__button.snippet-editor__edit-button:focus{border-color:#5b9dd9;outline:none;color:#23282d;background-color:#fafafa;box-shadow:0 0 3px rgba(0,115,170,.8)}.wpseo-admin-page .subsubsub li{display:inline;max-width:none}.yoast-seo-help-container{float:left;width:100%;max-width:none}.yoast-seo-help-container .yoast-help-panel{margin:.5em 0!important}.wpseo_content_wrapper p.search-box{margin:10px 0 5px}.wpseo-metabox-tabs .active a{color:#333}#wpseotab .ui-widget-content .ui-state-hover{border:1px solid #dfdfdf;color:#333;background:#f1f1f1}.yst-traffic-light{width:19px;height:30px;margin:0 0 0 5px}.yst-traffic-light .traffic-light-color{display:none}.yst-traffic-light.bad .traffic-light-red,.yst-traffic-light.good .traffic-light-green,.yst-traffic-light.init .traffic-light-init,.yst-traffic-light.na .traffic-light-empty,.yst-traffic-light.ok .traffic-light-orange{display:inline}.yoast-seo-score .yoast-logo.svg{float:left;width:18px;margin-right:7px;height:18px;background:var(--svg-icon-yoast) no-repeat;background-size:18px}.yoast-seo-score .yoast-logo.svg.good{background-image:var(--svg-icon-yoast-good)}.yoast-seo-score .yoast-logo.svg.ok{background-image:var(--svg-icon-yoast-ok)}.yoast-seo-score .yoast-logo.svg.bad{background-image:var(--svg-icon-yoast-bad)}.yoast-seo-score .yoast-logo.svg.na,.yoast-seo-score .yoast-logo.svg.noindex{background-image:var(--svg-icon-yoast)}.term-php .wpseo-taxonomy-metabox-postbox>h2{margin:0;padding:8px 12px;border-bottom:1px solid #eee;font-size:14px;line-height:1.4}#TB_window #TB_ajaxContent p{padding:5px 0 0;margin:5px 0 0}#TB_window #TB_ajaxContent ul{margin:5px 0 10px}#TB_window #TB_ajaxContent li{list-style:none;margin:5px 0 0}#TB_window #TB_ajaxContent li:before{content:"+";margin:0 10px 0 0;font-weight:700}.yoast-section__heading-icon-list{background-image:var(--svg-icon-list)}.yoast-section__heading-icon-key{background-image:var(--svg-icon-key)}.yoast-section__heading-icon-edit{background-image:var(--svg-icon-edit)}.yoast-tooltip.yoast-tooltip-hidden:after,.yoast-tooltip.yoast-tooltip-hidden:before{display:none}.screen-reader-text.wpseo-generic-tab-textual-score,.screen-reader-text.wpseo-keyword-tab-textual-score{display:block}.yoast-notice-go-premium{border-left-color:#a4286a;background:#f1f1f1;margin:0}.editor-styles-wrapper mark.annotation-text-yoast{background-color:#e1bee7}@media screen and (max-width:782px){.wpseo-metabox-buy-premium .wpseo-buy-premium{display:inline-block;width:20px;height:20px;margin-right:5px;padding:0}.yoast-help-panel{max-width:none!important}#wpseo-crawl-issues-table-form .subsubsub{float:none;max-width:calc(100vw - 20px)}#wpseo-crawl-issues-table-form .yoast-help-button{margin-top:3px}.wpseotab select[multiple]{height:auto!important}}@media screen and (max-width:600px){.wpseotab.content{padding:16px 0}}.wpseo-score-icon-container{height:20px;width:20px;margin-right:8px;display:flex;justify-content:center;align-items:center}
|
css/dist/{metabox-primary-category-1404-rtl.css → metabox-primary-category-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{metabox-primary-category-1404.css → metabox-primary-category-1410.css}
RENAMED
File without changes
|
css/dist/monorepo-1404-rtl.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.yoast .yoast-button{display:inline-block;position:relative;padding:10px 16px 12px;text-decoration:none;border-radius:4px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 -2px 0 rgba(0,0,0,.3);transition:background-color .15s ease-out 0s;line-height:1.2;font-size:14px;cursor:pointer}.yoast .yoast-button:active{box-shadow:none;padding-bottom:12px;top:2px}.yoast .yoast-button--primary{color:var(--color-white);background-color:var(--color-primary);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:visited{color:var(--color-white);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:active,.yoast .yoast-button--primary:hover{color:var(--color-white);background-color:var(--color-primary-darker);border:1px solid rgba(0,0,0,.2)}.yoast-close{display:flex;justify-content:center;align-items:center;border:none;background:none;height:44px;width:44px;cursor:pointer;box-shadow:none;padding:0}.yoast-close svg{fill:var(--color-default);width:14px}@media screen and (max-width:782px){.yoast-close svg{width:10px}}.yoast-data-model{padding:0;list-style:none;width:275px}.yoast-data-model li{line-height:1.4;padding:0 8px;position:relative;z-index:2;font-weight:var(--font-weight-bold)}.yoast-data-model span{float:left;font-weight:var(--font-weight-default)}.yoast-data-model li+li{margin-top:9px}.yoast-data-model li:after{position:absolute;right:0;height:20px;background:#f5d6e6;content:"";width:var(--width);z-index:-1}.yoast-field-group,.yoast fieldset{position:relative;border:none;padding:0;margin:0 0 24px}.yoast-field-group__title{display:flex;align-items:center;font-weight:var(--font-weight-bold);margin:0 0 8px;color:var(--color-label);line-height:1.2;float:right;padding:0}.yoast-field-group__help{border-radius:50%;padding:4px;width:12px;height:12px;display:block;float:right;margin-top:-5px}.yoast-field-group__help+*{clear:both}.yoast-field-group__help-icon svg{width:12px;height:12px;fill:var(--color-label-help);transition:var(--transition-default)}.yoast-field-group__help:hover svg{fill:var(--color-link)}.yoast-field-group .description{margin:0}:root{--color-placeholder:#707070}.yoast-field-group__inputfield,.yoast-field-group__textarea,.yoast input,.yoast textarea{width:100%;font-size:var(--font-size-default);padding:8px;background:#fff;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-sizing:border-box}.yoast-field-group__inputfield,.yoast input{height:40px}.yoast-field-group__textarea,.yoast textarea{min-height:200px}.yoast-field-group .description+.yoast-field-group__inputfield,.yoast-field-group .description+input,.yoast-field-group__inputfield+.description,.yoast input+.description{margin-top:8px;margin-bottom:24px}::-ms-input-placeholder,::-webkit-input-placeholder,::placeholder{color:var(--color-placeholder)}.yoast-field-group__radiobutton{display:flex;align-items:center}.yoast-field-group__radiobutton--vertical:not(:last-of-type){margin-bottom:8px}.yoast-field-group__radiobutton label{cursor:pointer;margin-left:16px}.yoast-field-group__radiobutton input[type=radio],.yoast input[type=radio]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:0 0 0 8px;border-radius:50%;transition:all .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden;cursor:pointer}.yoast-field-group__radiobutton input[type=radio]:checked,.yoast input[type=radio]:checked{border-color:var(--color-primary)}.yoast-field-group__radiobutton input[type=radio]:checked:after,.yoast input[type=radio]:checked:after{width:10px;height:10px;background:var(--color-primary);position:absolute;right:3px;top:3px;content:"";display:block;border-radius:50%}.yoast-field-group__select{display:flex;cursor:pointer;align-items:center}.select2-container--default,.yoast-field-group__select select,.yoast select{-webkit-appearance:none;-moz-appearance:none;width:100%;font-size:var(--font-size-default);padding:10px 8px 11px;background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z"/></svg>');background-position:left 15px center;background-repeat:no-repeat;background-size:10px auto;border-radius:0;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;max-width:300px;display:block}.select2-container--default{background-image:none;padding:8px 8px 3px}.select2-container--default.select2-container--focus .select2-selection--multiple{outline:inherit;border:0}.select2-container--default .yoast-multiselect{border:0;min-height:0}.select2-container--default .yoast-multiselect ul{display:flex;margin:0;padding:0;list-style:none}.select2-container--default .yoast-multiselect .select2-selection__choice{background-color:var(--color-primary);border:0;border-radius:12px;color:var(--color-white);padding-top:0;padding-right:10px;padding-left:10px;margin-top:0;margin-left:8px;line-height:1.7;font-weight:500}.select2-container--default .yoast-multiselect .select2-selection__choice__remove{margin-left:8px;color:var(--color-white)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:var(--color-white)}.select2-dropdown{border-color:var(--color-border--default);border-radius:0}.select2-container--open .select2-dropdown{top:-2px;right:-1px}.select2-results__option{padding:8px;border-top:var(--border-default)}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:var(--color-primary-lighter);color:var(--color-font-default)}.select2-container--default .select2-results__option[aria-selected=true]{background-color:var(--color-primary);color:var(--color-white)}.yoast-field-group__toggle{display:flex;align-items:center;width:600px;justify-content:space-between}.yoast-field-group__toggle input{position:absolute;right:0;opacity:0}.yoast-field-group__toggle label{position:relative;z-index:2;cursor:pointer}.yoast-field-group__toggle input:checked+label{color:var(--color-toggle-on)}.yoast-field-group__toggle input:not(:checked)+label{color:var(--color-toggle-off)}.yoast-field-group__toggle a{display:inline-block;width:34px;height:14px;border-radius:5px;background:#b6cf94;position:relative;margin:0 9px}.yoast-field-group__toggle input:first-of-type:checked~a{background:#9e9e9e}.yoast-field-group__toggle a:after{content:"";display:block;height:20px;width:20px;position:absolute;left:-2px;background:#6ea029;border-radius:50%;top:-3px;transition:all .1s ease-out}.yoast-field-group__toggle input:first-of-type:checked~a:after{left:calc(100% - 18px);background:#f1f1f1;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.2),0 2px 1px -1px rgba(0,0,0,.12)}.yoast-field-group__checkbox{display:flex;cursor:pointer;align-items:center}.yoast-field-group__checkbox:not(.yoast-field-group__checkbox--horizontal)+.yoast-field-group__checkbox{margin-top:4px}.yoast-field-group__checkbox input[type=checkbox],.yoast input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:2px 0 0 8px;border-radius:2px;transition:background-color .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.yoast label+input[type=checkbox]{margin-right:16px}.yoast-field-group__checkbox input[type=checkbox]:checked,.yoast input[type=checkbox]:checked{background:var(--checkmark--white) var(--color-primary) no-repeat 50%/13px;border:1px solid var(--color-primary);box-shadow:none}.yoast-modal__screen-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(164,40,106,.6);z-index:100000;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}.yoast-modal{background:#fff;display:flex;flex-direction:column;overflow:hidden;position:fixed;height:calc(100% - 96px);top:48px;bottom:48px;right:calc(50% - 440px);max-width:880px;width:100%}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-rows:72px 1fr 89px;grid-template-columns:280px 1fr}.yoast-modal__heading{padding:13px 24px 14px;display:flex;align-items:center;border-bottom:var(--border-default);grid-area:heading;background:var(--color-white);height:72px}.yoast-modal__heading .yoast-close{position:absolute;left:16px}.yoast-modal__heading h1{font-size:20px}.yoast-modal__heading-icon{fill:var(--color-primary);margin-left:16px;width:19px;height:20px;flex-shrink:0}.yoast-modal__menu{grid-area:menu;border-left:var(--border-default);overflow-y:auto}.yoast-modal__menu ul{padding:0;margin:0;list-style:none}.yoast-modal__menu li{padding:12px 16px 11px;border-bottom:var(--border-default);font-size:16px;cursor:pointer;text-decoration:none;color:var(--color-default);display:block}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--color-primary);border-bottom:var(--border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{grid-area:content;overflow-y:auto;flex-grow:1;position:relative;display:flex;flex-direction:column}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{position:-webkit-sticky;position:sticky;top:0;background:var(--color-white);padding:24px 24px 0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--border-default);padding-bottom:24px}.yoast-modal__footer{grid-area:footer;padding:24px 0;border-top:var(--border-default);display:flex;align-self:flex-end;align-items:center;justify-content:flex-end;position:-webkit-sticky;position:sticky;bottom:0;background:var(--color-white);margin:0 24px;z-index:10;height:89px;width:calc(100% - 48px)}.yoast-modal__settings-saved{position:relative;margin-left:16px;display:inline-flex;align-items:center}.yoast-modal__settings-saved:before{content:"";background:var(--checkmark--green) no-repeat 50%;height:13px;width:14px;display:inline-block;margin-left:8px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{padding:24px;flex-grow:1}@media screen and (max-width:880px){.yoast-modal{position:fixed;top:0;bottom:0;right:0;left:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial;height:auto;padding-bottom:72px}.yoast-modal__heading{padding:14px 16px 15px;position:fixed;top:0;width:100%;z-index:11;height:auto}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-left:8px}.yoast .yoast-close{left:3px}.yoast-modal__heading .yoast-h2{font-size:var(--font-size-default)}.yoast-modal__section{overflow:initial;flex-grow:0}.yoast-modal__section-content{padding:24px 0;margin:0 16px}.yoast-modal__section:first-of-type{margin-top:46px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{top:46px;position:-webkit-sticky;position:sticky;padding:0;margin:0}.yoast-modal__section-open .yoast-modal__section-header{padding-right:0;padding-left:0;margin-right:16px;margin-left:16px}.yoast-modal__section-open{border-bottom:var(--border-default)}.yoast-modal__footer{margin:0;width:100%;position:fixed;z-index:11;height:72px;padding:24px 16px}.yoast-modal-collapsible .yoast-modal__section-content{padding:24px 16px;border-bottom:var(--border-default);margin:0}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{padding:16px;border:none;border-bottom:var(--border-default);cursor:pointer;justify-content:space-between;font-size:var(--font-size-default);width:100%;text-align:right;background:#fff;color:var(--color-primary)}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(-180deg)}.yoast-collapsible__trigger[aria-expanded=true]{padding:16px 0;width:calc(100% - 32px);margin:0 16px}.yoast-collapsible__icon{background-color:var(--color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='%23404040'%3E%3Cpath d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;width:19px;height:19px;border:none;display:block;float:left}.yoast-collapsible-block{width:100%;margin-top:46px}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}:root{--border-default:1px solid rgba(0,0,0,0.2);--color-default:#404040;--color-primary:#a4286a;--color-secondary:#f7f7f7;--color-white:#fff;--color-green:#6ea029;--color-primary-darker:#7b1e50;--color-primary-lighter:#f5d6e6;--color-secondary-darker:#d9d9d9;--color-button-upsell:#fec228;--color-button-upsell-hover:#f2ae01;--color-dark:#303030;--color-sale:#fec228;--color-label:#303030;--color-label-help:#707070;--color-toggle-on:#303030;--color-toggle-off:#707070;--transition-default:all 150ms ease-out;--color-link:#006dac;--color-border--default:rgba(0,0,0,0.2);--checkmark--white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--svg-icon-caret-right:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>');--checkmark--green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236EA029' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--exclamation-mark:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3232' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E")}[class*=yoast-]{box-sizing:border-box}[class*=yoast-]:focus{box-shadow:0 0 0 2px #007fff,0 0 0 5px #bfdfff;border-radius:0;outline:none}:root{--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-size-default:14px;--font-weight-default:400;--font-weight-bold:600;--color-font-default:#404040}.yoast-h1,.yoast-h2,.yoast-h3,.yoast h1,.yoast h2,.yoast h3{font-weight:400;color:var(--color-primary);line-height:1.2;margin:0}.yoast-h1 a,.yoast-h2 a,.yoast-h3 a{color:var(--color-primary);text-decoration:none}.yoast-h1,.yoast h1{font-size:24px}.yoast-h2,.yoast h2{font-size:20px}.yoast-h3,.yoast h4{font-size:16px}.yoast-paragraph,.yoast p{font-size:var(--font-size-default);margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}@media (max-width:782px){.yoast-show-on-mobile{display:initial!important}}@media (min-width:782px){.yoast-hide-on-desktop{display:none}}
|
|
css/dist/monorepo-1404.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.yoast .yoast-button{display:inline-block;position:relative;padding:10px 16px 12px;text-decoration:none;border-radius:4px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 -2px 0 rgba(0,0,0,.3);transition:background-color .15s ease-out 0s;line-height:1.2;font-size:14px;cursor:pointer}.yoast .yoast-button:active{box-shadow:none;padding-bottom:12px;top:2px}.yoast .yoast-button--primary{color:var(--color-white);background-color:var(--color-primary);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:visited{color:var(--color-white);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:active,.yoast .yoast-button--primary:hover{color:var(--color-white);background-color:var(--color-primary-darker);border:1px solid rgba(0,0,0,.2)}.yoast-close{display:flex;justify-content:center;align-items:center;border:none;background:none;height:44px;width:44px;cursor:pointer;box-shadow:none;padding:0}.yoast-close svg{fill:var(--color-default);width:14px}@media screen and (max-width:782px){.yoast-close svg{width:10px}}.yoast-data-model{padding:0;list-style:none;width:275px}.yoast-data-model li{line-height:1.4;padding:0 8px;position:relative;z-index:2;font-weight:var(--font-weight-bold)}.yoast-data-model span{float:right;font-weight:var(--font-weight-default)}.yoast-data-model li+li{margin-top:9px}.yoast-data-model li:after{position:absolute;left:0;height:20px;background:#f5d6e6;content:"";width:var(--width);z-index:-1}.yoast-field-group,.yoast fieldset{position:relative;border:none;padding:0;margin:0 0 24px}.yoast-field-group__title{display:flex;align-items:center;font-weight:var(--font-weight-bold);margin:0 0 8px;color:var(--color-label);line-height:1.2;float:left;padding:0}.yoast-field-group__help{border-radius:50%;padding:4px;width:12px;height:12px;display:block;float:left;margin-top:-5px}.yoast-field-group__help+*{clear:both}.yoast-field-group__help-icon svg{width:12px;height:12px;fill:var(--color-label-help);transition:var(--transition-default)}.yoast-field-group__help:hover svg{fill:var(--color-link)}.yoast-field-group .description{margin:0}:root{--color-placeholder:#707070}.yoast-field-group__inputfield,.yoast-field-group__textarea,.yoast input,.yoast textarea{width:100%;font-size:var(--font-size-default);padding:8px;background:#fff;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-sizing:border-box}.yoast-field-group__inputfield,.yoast input{height:40px}.yoast-field-group__textarea,.yoast textarea{min-height:200px}.yoast-field-group .description+.yoast-field-group__inputfield,.yoast-field-group .description+input,.yoast-field-group__inputfield+.description,.yoast input+.description{margin-top:8px;margin-bottom:24px}::-ms-input-placeholder,::-webkit-input-placeholder,::placeholder{color:var(--color-placeholder)}.yoast-field-group__radiobutton{display:flex;align-items:center}.yoast-field-group__radiobutton--vertical:not(:last-of-type){margin-bottom:8px}.yoast-field-group__radiobutton label{cursor:pointer;margin-right:16px}.yoast-field-group__radiobutton input[type=radio],.yoast input[type=radio]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:0 8px 0 0;border-radius:50%;transition:all .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden;cursor:pointer}.yoast-field-group__radiobutton input[type=radio]:checked,.yoast input[type=radio]:checked{border-color:var(--color-primary)}.yoast-field-group__radiobutton input[type=radio]:checked:after,.yoast input[type=radio]:checked:after{width:10px;height:10px;background:var(--color-primary);position:absolute;left:3px;top:3px;content:"";display:block;border-radius:50%}.yoast-field-group__select{display:flex;cursor:pointer;align-items:center}.select2-container--default,.yoast-field-group__select select,.yoast select{-webkit-appearance:none;-moz-appearance:none;width:100%;font-size:var(--font-size-default);padding:10px 8px 11px;background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z"/></svg>');background-position:right 15px center;background-repeat:no-repeat;background-size:10px auto;border-radius:0;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;max-width:300px;display:block}.select2-container--default{background-image:none;padding:8px 8px 3px}.select2-container--default.select2-container--focus .select2-selection--multiple{outline:inherit;border:0}.select2-container--default .yoast-multiselect{border:0;min-height:0}.select2-container--default .yoast-multiselect ul{display:flex;margin:0;padding:0;list-style:none}.select2-container--default .yoast-multiselect .select2-selection__choice{background-color:var(--color-primary);border:0;border-radius:12px;color:var(--color-white);padding-top:0;padding-left:10px;padding-right:10px;margin-top:0;margin-right:8px;line-height:1.7;font-weight:500}.select2-container--default .yoast-multiselect .select2-selection__choice__remove{margin-right:8px;color:var(--color-white)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:var(--color-white)}.select2-dropdown{border-color:var(--color-border--default);border-radius:0}.select2-container--open .select2-dropdown{top:-2px;left:-1px}.select2-results__option{padding:8px;border-top:var(--border-default)}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:var(--color-primary-lighter);color:var(--color-font-default)}.select2-container--default .select2-results__option[aria-selected=true]{background-color:var(--color-primary);color:var(--color-white)}.yoast-field-group__toggle{display:flex;align-items:center;width:600px;justify-content:space-between}.yoast-field-group__toggle input{position:absolute;left:0;opacity:0}.yoast-field-group__toggle label{position:relative;z-index:2;cursor:pointer}.yoast-field-group__toggle input:checked+label{color:var(--color-toggle-on)}.yoast-field-group__toggle input:not(:checked)+label{color:var(--color-toggle-off)}.yoast-field-group__toggle a{display:inline-block;width:34px;height:14px;border-radius:5px;background:#b6cf94;position:relative;margin:0 9px}.yoast-field-group__toggle input:first-of-type:checked~a{background:#9e9e9e}.yoast-field-group__toggle a:after{content:"";display:block;height:20px;width:20px;position:absolute;right:-2px;background:#6ea029;border-radius:50%;top:-3px;transition:all .1s ease-out}.yoast-field-group__toggle input:first-of-type:checked~a:after{right:calc(100% - 18px);background:#f1f1f1;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.2),0 2px 1px -1px rgba(0,0,0,.12)}.yoast-field-group__checkbox{display:flex;cursor:pointer;align-items:center}.yoast-field-group__checkbox:not(.yoast-field-group__checkbox--horizontal)+.yoast-field-group__checkbox{margin-top:4px}.yoast-field-group__checkbox input[type=checkbox],.yoast input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:2px 8px 0 0;border-radius:2px;transition:background-color .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.yoast label+input[type=checkbox]{margin-left:16px}.yoast-field-group__checkbox input[type=checkbox]:checked,.yoast input[type=checkbox]:checked{background:var(--checkmark--white) var(--color-primary) no-repeat 50%/13px;border:1px solid var(--color-primary);box-shadow:none}.yoast-modal__screen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(164,40,106,.6);z-index:100000;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}.yoast-modal{background:#fff;display:flex;flex-direction:column;overflow:hidden;position:fixed;height:calc(100% - 96px);top:48px;bottom:48px;left:calc(50% - 440px);max-width:880px;width:100%}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-rows:72px 1fr 89px;grid-template-columns:280px 1fr}.yoast-modal__heading{padding:13px 24px 14px;display:flex;align-items:center;border-bottom:var(--border-default);grid-area:heading;background:var(--color-white);height:72px}.yoast-modal__heading .yoast-close{position:absolute;right:16px}.yoast-modal__heading h1{font-size:20px}.yoast-modal__heading-icon{fill:var(--color-primary);margin-right:16px;width:19px;height:20px;flex-shrink:0}.yoast-modal__menu{grid-area:menu;border-right:var(--border-default);overflow-y:auto}.yoast-modal__menu ul{padding:0;margin:0;list-style:none}.yoast-modal__menu li{padding:12px 16px 11px;border-bottom:var(--border-default);font-size:16px;cursor:pointer;text-decoration:none;color:var(--color-default);display:block}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--color-primary);border-bottom:var(--border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{grid-area:content;overflow-y:auto;flex-grow:1;position:relative;display:flex;flex-direction:column}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{position:-webkit-sticky;position:sticky;top:0;background:var(--color-white);padding:24px 24px 0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--border-default);padding-bottom:24px}.yoast-modal__footer{grid-area:footer;padding:24px 0;border-top:var(--border-default);display:flex;align-self:flex-end;align-items:center;justify-content:flex-end;position:-webkit-sticky;position:sticky;bottom:0;background:var(--color-white);margin:0 24px;z-index:10;height:89px;width:calc(100% - 48px)}.yoast-modal__settings-saved{position:relative;margin-right:16px;display:inline-flex;align-items:center}.yoast-modal__settings-saved:before{content:"";background:var(--checkmark--green) no-repeat 50%;height:13px;width:14px;display:inline-block;margin-right:8px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{padding:24px;flex-grow:1}@media screen and (max-width:880px){.yoast-modal{position:fixed;top:0;bottom:0;left:0;right:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial;height:auto;padding-bottom:72px}.yoast-modal__heading{padding:14px 16px 15px;position:fixed;top:0;width:100%;z-index:11;height:auto}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-right:8px}.yoast .yoast-close{right:3px}.yoast-modal__heading .yoast-h2{font-size:var(--font-size-default)}.yoast-modal__section{overflow:initial;flex-grow:0}.yoast-modal__section-content{padding:24px 0;margin:0 16px}.yoast-modal__section:first-of-type{margin-top:46px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{top:46px;position:-webkit-sticky;position:sticky;padding:0;margin:0}.yoast-modal__section-open .yoast-modal__section-header{padding-left:0;padding-right:0;margin-left:16px;margin-right:16px}.yoast-modal__section-open{border-bottom:var(--border-default)}.yoast-modal__footer{margin:0;width:100%;position:fixed;z-index:11;height:72px;padding:24px 16px}.yoast-modal-collapsible .yoast-modal__section-content{padding:24px 16px;border-bottom:var(--border-default);margin:0}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{padding:16px;border:none;border-bottom:var(--border-default);cursor:pointer;justify-content:space-between;font-size:var(--font-size-default);width:100%;text-align:left;background:#fff;color:var(--color-primary)}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(180deg)}.yoast-collapsible__trigger[aria-expanded=true]{padding:16px 0;width:calc(100% - 32px);margin:0 16px}.yoast-collapsible__icon{background-color:var(--color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='%23404040'%3E%3Cpath d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;width:19px;height:19px;border:none;display:block;float:right}.yoast-collapsible-block{width:100%;margin-top:46px}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}:root{--border-default:1px solid rgba(0,0,0,0.2);--color-default:#404040;--color-primary:#a4286a;--color-secondary:#f7f7f7;--color-white:#fff;--color-green:#6ea029;--color-primary-darker:#7b1e50;--color-primary-lighter:#f5d6e6;--color-secondary-darker:#d9d9d9;--color-button-upsell:#fec228;--color-button-upsell-hover:#f2ae01;--color-dark:#303030;--color-sale:#fec228;--color-label:#303030;--color-label-help:#707070;--color-toggle-on:#303030;--color-toggle-off:#707070;--transition-default:all 150ms ease-out;--color-link:#006dac;--color-border--default:rgba(0,0,0,0.2);--checkmark--white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--svg-icon-caret-right:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>');--checkmark--green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236EA029' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--exclamation-mark:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3232' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E")}[class*=yoast-]{box-sizing:border-box}[class*=yoast-]:focus{box-shadow:0 0 0 2px #007fff,0 0 0 5px #bfdfff;border-radius:0;outline:none}:root{--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-size-default:14px;--font-weight-default:400;--font-weight-bold:600;--color-font-default:#404040}.yoast-h1,.yoast-h2,.yoast-h3,.yoast h1,.yoast h2,.yoast h3{font-weight:400;color:var(--color-primary);line-height:1.2;margin:0}.yoast-h1 a,.yoast-h2 a,.yoast-h3 a{color:var(--color-primary);text-decoration:none}.yoast-h1,.yoast h1{font-size:24px}.yoast-h2,.yoast h2{font-size:20px}.yoast-h3,.yoast h4{font-size:16px}.yoast-paragraph,.yoast p{font-size:var(--font-size-default);margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}@media (max-width:782px){.yoast-show-on-mobile{display:initial!important}}@media (min-width:782px){.yoast-hide-on-desktop{display:none}}
|
|
css/dist/monorepo-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.yoast .yoast-button{display:inline-block;position:relative;padding:10px 16px 12px;text-decoration:none;border-radius:4px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 -2px 0 rgba(0,0,0,.3);transition:background-color .15s ease-out 0s;line-height:1.2;font-size:14px;cursor:pointer}.yoast .yoast-button:active{box-shadow:none;padding-bottom:12px;top:2px}.yoast .yoast-button--primary{color:var(--color-white);background-color:var(--color-primary);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:visited{color:var(--color-white);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:active,.yoast .yoast-button--primary:hover{color:var(--color-white);background-color:var(--color-primary-darker);border:1px solid rgba(0,0,0,.2)}.yoast-close{display:flex;justify-content:center;align-items:center;border:none;background:none;height:44px;width:44px;cursor:pointer;box-shadow:none;padding:0}.yoast-close svg{fill:var(--color-default);width:14px}@media screen and (max-width:782px){.yoast-close svg{width:10px}}.yoast-data-model{padding:0;list-style:none;width:275px}.yoast-data-model li{line-height:1.4;padding:0 8px;position:relative;z-index:2;font-weight:var(--font-weight-bold)}.yoast-data-model span{float:left;font-weight:var(--font-weight-default)}.yoast-data-model li+li{margin-top:9px}.yoast-data-model li:after{position:absolute;right:0;height:20px;background:#f5d6e6;content:"";width:var(--width);z-index:-1}.yoast-field-group{position:relative;border:none;padding:0;margin:0 0 24px}.yoast-field-group__title{display:flex;align-items:center;font-weight:var(--font-weight-bold);margin:0 0 8px;color:var(--color-label);line-height:1.2;padding:0}.yoast-field-group .description{margin:0}.yoast-help{margin-right:4px}.yoast-help__icon svg{width:12px;height:12px;fill:var(--color-inactive-text);transition:var(--transition-default)}.yoast-help:hover svg{fill:var(--color-link)}:root{--color-placeholder:#707070}.yoast-field-group__inputfield,.yoast-field-group__textarea{width:100%;font-size:var(--font-size-default);padding:8px;background:#fff;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-sizing:border-box}.yoast-field-group__inputfield{height:40px}.yoast-field-group__textarea{min-height:200px}.yoast-field-group .description+.yoast-field-group__inputfield,.yoast-field-group .description+input,.yoast-field-group__inputfield+.description,.yoast input+.description{margin-top:8px;margin-bottom:24px}::-ms-input-placeholder,::-webkit-input-placeholder,::placeholder{color:var(--color-placeholder)}.yoast-field-group__radiobutton{display:flex;align-items:center}.yoast-field-group__radiobutton--vertical:not(:last-of-type){margin-bottom:8px}.yoast-field-group__radiobutton label{cursor:pointer;margin-left:16px}.yoast-field-group__radiobutton input[type=radio]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:0 0 0 8px;border-radius:50%;transition:all .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden;cursor:pointer}.yoast-field-group__radiobutton input[type=radio]:checked{border-color:var(--color-primary)}.yoast-field-group__radiobutton input[type=radio]:checked:after{width:10px;height:10px;background:var(--color-primary);position:absolute;right:3px;top:3px;content:"";display:block;border-radius:50%}.yoast-field-group__select{display:flex;cursor:pointer;align-items:center}.select2-container.select2-container--default,.yoast-field-group__select select,.yoast-field-group select{-webkit-appearance:none;-moz-appearance:none;width:100%;font-size:var(--font-size-default);padding:5px 8px;background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z"/></svg>');background-position:left 15px center;background-repeat:no-repeat;background-size:10px auto;border-radius:0;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;max-width:300px;display:block;min-height:2.8em}.yoast-field-group__select select,.yoast-field-group select{line-height:1.9}.select2-container.select2-container--default{background-image:none;padding:0 8px;max-width:100%}.select2-container--default.select2-container--open:not(.select2){max-width:0}.yoast-field-group .select2-container--default.select2-container--focus .select2-selection--multiple,.yoast-field-group .select2-container--default .select2-selection--multiple{outline:inherit;border:0;background-color:initial}.select2-container--default .select2-selection{border:0;min-height:0}.select2-container--default .select2-selection ul{display:flex;align-items:center;margin:0;padding:0 5px 4px;list-style:none}.yoast-field-group .select2-container--default .select2-selection .select2-selection__choice{background-color:var(--color-primary);border:0;border-radius:12px;color:var(--color-white);padding-top:0;padding-right:10px;padding-left:10px;margin-top:7px;margin-left:8px;line-height:1.7;font-weight:500}.yoast-field-group .select2-container--default .select2-selection .select2-selection__choice__remove{margin-left:8px;color:var(--color-white)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:var(--color-white)}.select2-container .select2-dropdown{border-color:var(--color-border--default);border-radius:0}.select2-container.select2-container--open .select2-dropdown{top:-2px;right:-1px}.select2-container .select2-results__option{padding:8px;border-top:var(--border-default)}.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected]{background-color:var(--color-primary-lighter);color:var(--color-font-default)}.select2-container--default .select2-results__option.select2-results__option[aria-selected=true]{background-color:var(--color-primary);color:var(--color-white)}.yoast-feature{max-width:600px}.yoast-toggle__item{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--color-border);margin-bottom:16px}.yoast-toggle__item-title{display:flex;font-weight:700}.yoast-toggle-inverse input[type=checkbox],.yoast-toggle input[type=checkbox]{display:none}.yoast-toggle__switch{display:inline-block;position:relative;background-color:var(--color-inactive-grey);width:34px;height:14px;border-radius:8px;margin-right:8px;margin-left:8px}.yoast-toggle__switch:before{content:"";position:absolute;top:-3px;right:0;background-color:var(--color-inactive-grey-light);width:20px;height:20px;border-radius:50%}.yoast-toggle-inverse input[type=checkbox]:not(:checked)~.yoast-toggle__switch,.yoast-toggle input[type=checkbox]:checked~.yoast-toggle__switch{background-color:var(--color-active-light)}.yoast-toggle input[type=checkbox]:checked~.yoast-toggle__switch:before{background-color:var(--color-active);left:0;right:auto}.yoast-toggle-inverse input[type=checkbox]:not(:checked)~.yoast-toggle__switch:before{background-color:var(--color-active);left:auto;right:0}.yoast-toggle-inverse input[type=checkbox]~.yoast-toggle--inactive,.yoast-toggle input[type=checkbox]~.yoast-toggle--inactive{color:var(--color-default-darker)}.yoast-toggle-inverse input[type=checkbox]:checked~.yoast-toggle--inactive,.yoast-toggle-inverse input[type=checkbox]~.yoast-toggle--active,.yoast-toggle input[type=checkbox]:checked~.yoast-toggle--inactive,.yoast-toggle input[type=checkbox]~.yoast-toggle--active{color:var(--color-inactive-text)}.yoast-toggle-inverse input[type=checkbox]:checked~.yoast-toggle--active,.yoast-toggle input[type=checkbox]:checked~.yoast-toggle--active{color:var(--color-default-darker)}.yoast-field-group__checkbox{display:flex;cursor:pointer;align-items:center}.yoast-field-group__checkbox:not(.yoast-field-group__checkbox--horizontal)+.yoast-field-group__checkbox{margin-top:4px}.yoast-field-group__checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:2px 0 0 8px;border-radius:2px;transition:background-color .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.yoast label+input[type=checkbox]{margin-right:16px}.yoast-field-group__checkbox input[type=checkbox]:checked{background:var(--checkmark--white) var(--color-primary) no-repeat 50%/13px;border:1px solid var(--color-primary);box-shadow:none}.yoast-modal__screen-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(164,40,106,.6);z-index:100000;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}.yoast-modal{background:#fff;display:flex;flex-direction:column;overflow:hidden;position:fixed;height:calc(100% - 96px);top:48px;bottom:48px;right:calc(50% - 440px);max-width:880px;width:100%}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-rows:72px 1fr 89px;grid-template-columns:280px 1fr}.yoast-modal__heading{padding:13px 24px 14px;display:flex;align-items:center;border-bottom:var(--border-default);grid-area:heading;background:var(--color-white);height:72px}.yoast-modal__heading .yoast-close{position:absolute;left:16px}.yoast-modal__heading h1{font-size:20px}.yoast-modal__heading-icon{fill:var(--color-primary);margin-left:16px;width:19px;height:20px;flex-shrink:0}.yoast-modal__menu{grid-area:menu;border-left:var(--border-default);overflow-y:auto}.yoast-modal__menu ul{padding:0;margin:0;list-style:none}.yoast-modal__menu li{padding:12px 16px 11px;border-bottom:var(--border-default);font-size:16px;cursor:pointer;text-decoration:none;color:var(--color-default);display:block}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--color-primary);border-bottom:var(--border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{grid-area:content;overflow-y:auto;flex-grow:1;position:relative;display:flex;flex-direction:column}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{position:-webkit-sticky;position:sticky;top:0;background:var(--color-white);padding:24px 24px 0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--border-default);padding-bottom:24px}.yoast-modal__footer{grid-area:footer;padding:24px 0;border-top:var(--border-default);display:flex;align-self:flex-end;align-items:center;justify-content:flex-end;position:-webkit-sticky;position:sticky;bottom:0;background:var(--color-white);margin:0 24px;z-index:10;height:89px;width:calc(100% - 48px)}.yoast-modal__settings-saved{position:relative;margin-left:16px;display:inline-flex;align-items:center}.yoast-modal__settings-saved:before{content:"";background:var(--checkmark--green) no-repeat 50%;height:13px;width:14px;display:inline-block;margin-left:8px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{padding:24px;flex-grow:1}@media screen and (max-width:880px){.yoast-modal{position:fixed;top:0;bottom:0;right:0;left:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial;height:auto;padding-bottom:72px}.yoast-modal__heading{padding:14px 16px 15px;position:fixed;top:0;width:100%;z-index:11;height:auto}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-left:8px}.yoast .yoast-close{left:3px}.yoast-modal__heading .yoast-h2{font-size:var(--font-size-default)}.yoast-modal__section{overflow:initial;flex-grow:0}.yoast-modal__section-content{padding:24px 0;margin:0 16px}.yoast-modal__section:first-of-type{margin-top:46px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{top:46px;position:-webkit-sticky;position:sticky;padding:0;margin:0}.yoast-modal__section-open .yoast-modal__section-header{padding-right:0;padding-left:0;margin-right:16px;margin-left:16px}.yoast-modal__section-open{border-bottom:var(--border-default)}.yoast-modal__footer{margin:0;width:100%;position:fixed;z-index:11;height:72px;padding:24px 16px}.yoast-modal-collapsible .yoast-modal__section-content{padding:24px 16px;border-bottom:var(--border-default);margin:0}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{padding:16px;border:none;border-bottom:var(--border-default);cursor:pointer;justify-content:space-between;font-size:var(--font-size-default);width:100%;text-align:right;background:#fff;color:var(--color-primary)}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(-180deg)}.yoast-collapsible__trigger[aria-expanded=true]{padding:16px 0;width:calc(100% - 32px);margin:0 16px}.yoast-collapsible__icon{background-color:var(--color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='%23404040'%3E%3Cpath d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;width:19px;height:19px;border:none;display:block;float:left}.yoast-collapsible-block{width:100%;margin-top:46px}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}:root{--border-default:1px solid rgba(0,0,0,0.2);--color-default:#404040;--color-default-darker:#303030;--color-primary:#a4286a;--color-secondary:#f7f7f7;--color-white:#fff;--color-green:#6ea029;--color-primary-darker:#7b1e50;--color-primary-lighter:#f5d6e6;--color-secondary-darker:#d9d9d9;--color-button-upsell:#fec228;--color-button-upsell-hover:#f2ae01;--color-dark:#303030;--color-sale:#fec228;--color-sale-darker:#feb601;--color-border:rgba(0,0,0,0.2);--color-label:#303030;--color-label-help:#707070;--color-active:#6ea029;--color-inactive:#dc3232;--color-inactive-grey:#9e9e9e;--color-inactive-grey-light:#f1f1f1;--color-active-light:#b6cf94;--transition-default:all 150ms ease-out;--color-link:#006dac;--color-border--default:rgba(0,0,0,0.2);--color-inactive-text:#707070;--checkmark--white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>');--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--checkmark--green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236EA029' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--exclamation-mark:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3232' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-size-default:14px;--font-weight-default:400;--font-weight-bold:600;--color-font-default:#404040;--shadow-default:0px 3px 6px rgba(0,0,0,0.15)}.yoast-h1,.yoast-h2,.yoast-h3{font-weight:400;color:var(--color-primary);line-height:1.2;margin:0}.yoast-h1 a,.yoast-h2 a,.yoast-h3 a{color:var(--color-primary);text-decoration:none}.yoast-h1{font-size:24px}.yoast-h2{font-size:20px}.yoast-h3{font-size:16px}.yoast-paragraph{font-size:var(--font-size-default);margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.visually-hidden{position:absolute;overflow:hidden;height:1px;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap;word-wrap:normal}@media (max-width:782px){.yoast-show-on-mobile{display:initial!important}}@media (min-width:782px){.yoast-hide-on-desktop{display:none}}
|
css/dist/monorepo-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.yoast .yoast-button{display:inline-block;position:relative;padding:10px 16px 12px;text-decoration:none;border-radius:4px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 -2px 0 rgba(0,0,0,.3);transition:background-color .15s ease-out 0s;line-height:1.2;font-size:14px;cursor:pointer}.yoast .yoast-button:active{box-shadow:none;padding-bottom:12px;top:2px}.yoast .yoast-button--primary{color:var(--color-white);background-color:var(--color-primary);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:visited{color:var(--color-white);border:1px solid rgba(0,0,0,.2)}.yoast .yoast-button--primary:active,.yoast .yoast-button--primary:hover{color:var(--color-white);background-color:var(--color-primary-darker);border:1px solid rgba(0,0,0,.2)}.yoast-close{display:flex;justify-content:center;align-items:center;border:none;background:none;height:44px;width:44px;cursor:pointer;box-shadow:none;padding:0}.yoast-close svg{fill:var(--color-default);width:14px}@media screen and (max-width:782px){.yoast-close svg{width:10px}}.yoast-data-model{padding:0;list-style:none;width:275px}.yoast-data-model li{line-height:1.4;padding:0 8px;position:relative;z-index:2;font-weight:var(--font-weight-bold)}.yoast-data-model span{float:right;font-weight:var(--font-weight-default)}.yoast-data-model li+li{margin-top:9px}.yoast-data-model li:after{position:absolute;left:0;height:20px;background:#f5d6e6;content:"";width:var(--width);z-index:-1}.yoast-field-group{position:relative;border:none;padding:0;margin:0 0 24px}.yoast-field-group__title{display:flex;align-items:center;font-weight:var(--font-weight-bold);margin:0 0 8px;color:var(--color-label);line-height:1.2;padding:0}.yoast-field-group .description{margin:0}.yoast-help{margin-left:4px}.yoast-help__icon svg{width:12px;height:12px;fill:var(--color-inactive-text);transition:var(--transition-default)}.yoast-help:hover svg{fill:var(--color-link)}:root{--color-placeholder:#707070}.yoast-field-group__inputfield,.yoast-field-group__textarea{width:100%;font-size:var(--font-size-default);padding:8px;background:#fff;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-sizing:border-box}.yoast-field-group__inputfield{height:40px}.yoast-field-group__textarea{min-height:200px}.yoast-field-group .description+.yoast-field-group__inputfield,.yoast-field-group .description+input,.yoast-field-group__inputfield+.description,.yoast input+.description{margin-top:8px;margin-bottom:24px}::-ms-input-placeholder,::-webkit-input-placeholder,::placeholder{color:var(--color-placeholder)}.yoast-field-group__radiobutton{display:flex;align-items:center}.yoast-field-group__radiobutton--vertical:not(:last-of-type){margin-bottom:8px}.yoast-field-group__radiobutton label{cursor:pointer;margin-right:16px}.yoast-field-group__radiobutton input[type=radio]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:0 8px 0 0;border-radius:50%;transition:all .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden;cursor:pointer}.yoast-field-group__radiobutton input[type=radio]:checked{border-color:var(--color-primary)}.yoast-field-group__radiobutton input[type=radio]:checked:after{width:10px;height:10px;background:var(--color-primary);position:absolute;left:3px;top:3px;content:"";display:block;border-radius:50%}.yoast-field-group__select{display:flex;cursor:pointer;align-items:center}.select2-container.select2-container--default,.yoast-field-group__select select,.yoast-field-group select{-webkit-appearance:none;-moz-appearance:none;width:100%;font-size:var(--font-size-default);padding:5px 8px;background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z"/></svg>');background-position:right 15px center;background-repeat:no-repeat;background-size:10px auto;border-radius:0;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;max-width:300px;display:block;min-height:2.8em}.yoast-field-group__select select,.yoast-field-group select{line-height:1.9}.select2-container.select2-container--default{background-image:none;padding:0 8px;max-width:100%}.select2-container--default.select2-container--open:not(.select2){max-width:0}.yoast-field-group .select2-container--default.select2-container--focus .select2-selection--multiple,.yoast-field-group .select2-container--default .select2-selection--multiple{outline:inherit;border:0;background-color:initial}.select2-container--default .select2-selection{border:0;min-height:0}.select2-container--default .select2-selection ul{display:flex;align-items:center;margin:0;padding:0 5px 4px;list-style:none}.yoast-field-group .select2-container--default .select2-selection .select2-selection__choice{background-color:var(--color-primary);border:0;border-radius:12px;color:var(--color-white);padding-top:0;padding-left:10px;padding-right:10px;margin-top:7px;margin-right:8px;line-height:1.7;font-weight:500}.yoast-field-group .select2-container--default .select2-selection .select2-selection__choice__remove{margin-right:8px;color:var(--color-white)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:var(--color-white)}.select2-container .select2-dropdown{border-color:var(--color-border--default);border-radius:0}.select2-container.select2-container--open .select2-dropdown{top:-2px;left:-1px}.select2-container .select2-results__option{padding:8px;border-top:var(--border-default)}.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected]{background-color:var(--color-primary-lighter);color:var(--color-font-default)}.select2-container--default .select2-results__option.select2-results__option[aria-selected=true]{background-color:var(--color-primary);color:var(--color-white)}.yoast-feature{max-width:600px}.yoast-toggle__item{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--color-border);margin-bottom:16px}.yoast-toggle__item-title{display:flex;font-weight:700}.yoast-toggle-inverse input[type=checkbox],.yoast-toggle input[type=checkbox]{display:none}.yoast-toggle__switch{display:inline-block;position:relative;background-color:var(--color-inactive-grey);width:34px;height:14px;border-radius:8px;margin-left:8px;margin-right:8px}.yoast-toggle__switch:before{content:"";position:absolute;top:-3px;left:0;background-color:var(--color-inactive-grey-light);width:20px;height:20px;border-radius:50%}.yoast-toggle-inverse input[type=checkbox]:not(:checked)~.yoast-toggle__switch,.yoast-toggle input[type=checkbox]:checked~.yoast-toggle__switch{background-color:var(--color-active-light)}.yoast-toggle input[type=checkbox]:checked~.yoast-toggle__switch:before{background-color:var(--color-active);right:0;left:auto}.yoast-toggle-inverse input[type=checkbox]:not(:checked)~.yoast-toggle__switch:before{background-color:var(--color-active);right:auto;left:0}.yoast-toggle-inverse input[type=checkbox]~.yoast-toggle--inactive,.yoast-toggle input[type=checkbox]~.yoast-toggle--inactive{color:var(--color-default-darker)}.yoast-toggle-inverse input[type=checkbox]:checked~.yoast-toggle--inactive,.yoast-toggle-inverse input[type=checkbox]~.yoast-toggle--active,.yoast-toggle input[type=checkbox]:checked~.yoast-toggle--inactive,.yoast-toggle input[type=checkbox]~.yoast-toggle--active{color:var(--color-inactive-text)}.yoast-toggle-inverse input[type=checkbox]:checked~.yoast-toggle--active,.yoast-toggle input[type=checkbox]:checked~.yoast-toggle--active{color:var(--color-default-darker)}.yoast-field-group__checkbox{display:flex;cursor:pointer;align-items:center}.yoast-field-group__checkbox:not(.yoast-field-group__checkbox--horizontal)+.yoast-field-group__checkbox{margin-top:4px}.yoast-field-group__checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;padding:2px;margin:2px 8px 0 0;border-radius:2px;transition:background-color .15s ease-out 0s;border:var(--border-default);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.yoast label+input[type=checkbox]{margin-left:16px}.yoast-field-group__checkbox input[type=checkbox]:checked{background:var(--checkmark--white) var(--color-primary) no-repeat 50%/13px;border:1px solid var(--color-primary);box-shadow:none}.yoast-modal__screen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(164,40,106,.6);z-index:100000;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}.yoast-modal{background:#fff;display:flex;flex-direction:column;overflow:hidden;position:fixed;height:calc(100% - 96px);top:48px;bottom:48px;left:calc(50% - 440px);max-width:880px;width:100%}.yoast-tabs .yoast-modal__content{display:grid;grid-template-areas:"heading heading" "menu content" "menu footer";grid-template-rows:72px 1fr 89px;grid-template-columns:280px 1fr}.yoast-modal__heading{padding:13px 24px 14px;display:flex;align-items:center;border-bottom:var(--border-default);grid-area:heading;background:var(--color-white);height:72px}.yoast-modal__heading .yoast-close{position:absolute;right:16px}.yoast-modal__heading h1{font-size:20px}.yoast-modal__heading-icon{fill:var(--color-primary);margin-right:16px;width:19px;height:20px;flex-shrink:0}.yoast-modal__menu{grid-area:menu;border-right:var(--border-default);overflow-y:auto}.yoast-modal__menu ul{padding:0;margin:0;list-style:none}.yoast-modal__menu li{padding:12px 16px 11px;border-bottom:var(--border-default);font-size:16px;cursor:pointer;text-decoration:none;color:var(--color-default);display:block}.yoast-modal__menu li:hover{background-color:#edd4e1}.yoast-modal__menu li.yoast-tabs__tab--selected{background-color:var(--color-primary);border-bottom:var(--border-default);color:#fff}.yoast-modal__content,.yoast-modal__section{grid-area:content;overflow-y:auto;flex-grow:1;position:relative;display:flex;flex-direction:column}.yoast-modal__section *{max-width:600px}.yoast-modal__section-header{position:-webkit-sticky;position:sticky;top:0;background:var(--color-white);padding:24px 24px 0;z-index:10}.yoast-modal__section .yoast-h2{border-bottom:var(--border-default);padding-bottom:24px}.yoast-modal__footer{grid-area:footer;padding:24px 0;border-top:var(--border-default);display:flex;align-self:flex-end;align-items:center;justify-content:flex-end;position:-webkit-sticky;position:sticky;bottom:0;background:var(--color-white);margin:0 24px;z-index:10;height:89px;width:calc(100% - 48px)}.yoast-modal__settings-saved{position:relative;margin-right:16px;display:inline-flex;align-items:center}.yoast-modal__settings-saved:before{content:"";background:var(--checkmark--green) no-repeat 50%;height:13px;width:14px;display:inline-block;margin-right:8px}.yoast-modal__footer .yoast-button{display:block}.yoast-modal__section-content{padding:24px;flex-grow:1}@media screen and (max-width:880px){.yoast-modal{position:fixed;top:0;bottom:0;left:0;right:0}}@media screen and (max-width:782px){.yoast-modal{overflow-y:initial;height:auto;padding-bottom:72px}.yoast-modal__heading{padding:14px 16px 15px;position:fixed;top:0;width:100%;z-index:11;height:auto}.yoast-close svg{width:10px}.yoast-modal__heading-icon{height:15px;margin-right:8px}.yoast .yoast-close{right:3px}.yoast-modal__heading .yoast-h2{font-size:var(--font-size-default)}.yoast-modal__section{overflow:initial;flex-grow:0}.yoast-modal__section-content{padding:24px 0;margin:0 16px}.yoast-modal__section:first-of-type{margin-top:46px}.yoast-modal__section:last-of-type{margin-bottom:72px}.yoast-modal__section-header{top:46px;position:-webkit-sticky;position:sticky;padding:0;margin:0}.yoast-modal__section-open .yoast-modal__section-header{padding-left:0;padding-right:0;margin-left:16px;margin-right:16px}.yoast-modal__section-open{border-bottom:var(--border-default)}.yoast-modal__footer{margin:0;width:100%;position:fixed;z-index:11;height:72px;padding:24px 16px}.yoast-modal-collapsible .yoast-modal__section-content{padding:24px 16px;border-bottom:var(--border-default);margin:0}.yoast-collapsible__hidden{display:none}.yoast-collapsible__trigger{padding:16px;border:none;border-bottom:var(--border-default);cursor:pointer;justify-content:space-between;font-size:var(--font-size-default);width:100%;text-align:left;background:#fff;color:var(--color-primary)}.yoast-collapsible__trigger[aria-expanded=true] .yoast-collapsible__icon{transform:rotate(180deg)}.yoast-collapsible__trigger[aria-expanded=true]{padding:16px 0;width:calc(100% - 32px);margin:0 16px}.yoast-collapsible__icon{background-color:var(--color-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='%23404040'%3E%3Cpath d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.5 0 1.4z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px auto;width:19px;height:19px;border:none;display:block;float:right}.yoast-collapsible-block{width:100%;margin-top:46px}.yoast-collapsible-block+.yoast-collapsible-block{margin-top:0}}:root{--border-default:1px solid rgba(0,0,0,0.2);--color-default:#404040;--color-default-darker:#303030;--color-primary:#a4286a;--color-secondary:#f7f7f7;--color-white:#fff;--color-green:#6ea029;--color-primary-darker:#7b1e50;--color-primary-lighter:#f5d6e6;--color-secondary-darker:#d9d9d9;--color-button-upsell:#fec228;--color-button-upsell-hover:#f2ae01;--color-dark:#303030;--color-sale:#fec228;--color-sale-darker:#feb601;--color-border:rgba(0,0,0,0.2);--color-label:#303030;--color-label-help:#707070;--color-active:#6ea029;--color-inactive:#dc3232;--color-inactive-grey:#9e9e9e;--color-inactive-grey-light:#f1f1f1;--color-active-light:#b6cf94;--transition-default:all 150ms ease-out;--color-link:#006dac;--color-border--default:rgba(0,0,0,0.2);--color-inactive-text:#707070;--checkmark--white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>');--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--checkmark--green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236EA029' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");--exclamation-mark:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3232' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-size-default:14px;--font-weight-default:400;--font-weight-bold:600;--color-font-default:#404040;--shadow-default:0px 3px 6px rgba(0,0,0,0.15)}.yoast-h1,.yoast-h2,.yoast-h3{font-weight:400;color:var(--color-primary);line-height:1.2;margin:0}.yoast-h1 a,.yoast-h2 a,.yoast-h3 a{color:var(--color-primary);text-decoration:none}.yoast-h1{font-size:24px}.yoast-h2{font-size:20px}.yoast-h3{font-size:16px}.yoast-paragraph{font-size:var(--font-size-default);margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.visually-hidden{position:absolute;overflow:hidden;height:1px;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap;word-wrap:normal}@media (max-width:782px){.yoast-show-on-mobile{display:initial!important}}@media (min-width:782px){.yoast-hide-on-desktop{display:none}}
|
css/dist/notifications-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);width:1px;height:1px;border:0;padding:0;overflow:hidden;word-wrap:normal!important}.yoast-notification{padding:0 12px;border-right:4px solid #fff;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}.yoast-container{position:relative;max-width:1280px;margin:20px 0 1px;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fdfdfd;box-shadow:0 1px 1px rgba(0,0,0,.04)}.yoast-notifications>h2:first-child{margin:0;padding:9px 0 4px;font-size:23px;font-weight:400;line-height:29px}.yoast-notifications .yoast-container h3{margin:-20px -20px 0;padding:1em;border-bottom:1px solid #ccc;background-color:#fdfdfd;font-size:1.4em}.yoast-container .container{max-width:980px}.yoast-container .yoast-notification-holder{display:flex;position:relative}.dismiss .dashicons,.restore .dashicons{font-size:20px;width:20px;height:20px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-notifications .button.dismiss,.yoast-notifications .button.restore{position:absolute;left:0;width:52px;height:100%;line-height:inherit;padding:0;outline:none;cursor:pointer;background:transparent;border:none;box-shadow:none;border-radius:0}.yoast-notifications .button.dismiss:focus,.yoast-notifications .button.dismiss:hover,.yoast-notifications .button.restore:focus,.yoast-notifications .button.restore:hover{background:transparent}.yoast-notifications .button.dismiss:focus:before,.yoast-notifications .button.restore:focus:before{content:"";display:block;width:32px;height:32px;border-radius:50%;position:absolute;top:50%;right:50%;transform:translate(50%,-50%);box-shadow:0 0 0 1px #007cba;outline:2px solid transparent}.yoast-notifications .button.dismiss.yoast-container__configuration-wizard--dismiss:before{top:0;transform:translate(50%,6px)}.yoast-container .separator{margin-top:1em;margin-bottom:1em;border-top:1px solid #ddd}.yoast-container .dashicons-yes{color:#77b227}.yoast-container-disabled{display:table-cell;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:4px;background-color:hsla(0,0%,91%,.7)}.yoast-no-issues{padding:1em 16px 1em 1em;color:#666}.yoast-muted-title{overflow:hidden;font-weight:600;font-style:italic}.yoast-muted-title:after{content:"";display:inline-block;height:.5em;vertical-align:bottom;width:100%;margin-left:-100%;margin-right:10px;border-top:1px solid #ddd}.yoast-notifications-active .yoast-notification,.yoast-notifications-dismissed .yoast-notification{padding-left:52px;flex:1}.yoast-notifications-active .yoast-notification-holder{margin-bottom:20px}.yoast-notifications-dismissed.paper.tab-block{margin:20px 0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container{padding:0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd){background-color:#f7f7f7}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd) .yoast-notification{background-color:initial}.yoast-notifications-dismissed .yoast-svg-icon-eye{background:transparent var(--svg-icon-eye) no-repeat 100% 0;background-size:20px}#yoast-errors-header .dashicons{color:#dc3232}#yoast-errors-active .yoast-notification{border-right-color:#dc3232}#yoast-errors-dismissed .yoast-notification{border-right-color:#d93f69}#yoast-warnings-header .dashicons{color:#5d237a}#yoast-warnings-active .yoast-notification{border-right-color:#5d237a}#yoast-warnings-dismissed .yoast-notification{border-right-color:#0075b3}.yoast-notifications .yoast-container__configuration-wizard{display:flex;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff;min-height:0;padding-bottom:20px;margin-bottom:15px}@media screen and (max-width:768px){.yoast-notifications .yoast-container__configuration-wizard img{display:none}}.yoast-notifications .yoast-container__configuration-wizard--content{flex:1 1 auto;margin:12px;padding:0}.yoast-notifications .yoast-container__configuration-wizard--content h3{border-bottom:0;font-size:1.4em;line-height:1;margin:0 0 4px;padding:0;background:transparent}.yoast-notifications .yoast-container__configuration-wizard--content p{margin:1em 0 0}.yoast-notifications .yoast-container__configuration-wizard--content p:last-child{margin:0}@media screen and (max-width:768px){.yoast-notifications .yoast-container__configuration-wizard--content{display:block;position:relative;padding:16px}}.yoast-notifications .yoast-container__configuration-wizard--dismiss{text-align:center}@media screen and (max-width:768px){.yoast-notifications .yoast-container__configuration-wizard--dismiss{width:40px;position:absolute;top:5px;left:5px;margin:0}}.yoast-notifications .yoast-container__configuration-wizard--dismiss .dashicons{text-decoration:none;margin-top:12px}
|
css/dist/notifications-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);width:1px;height:1px;border:0;padding:0;overflow:hidden;word-wrap:normal!important}.yoast-notification{padding:0 12px;border-left:4px solid #fff;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}.yoast-container{position:relative;max-width:1280px;margin:20px 0 1px;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fdfdfd;box-shadow:0 1px 1px rgba(0,0,0,.04)}.yoast-notifications>h2:first-child{margin:0;padding:9px 0 4px;font-size:23px;font-weight:400;line-height:29px}.yoast-notifications .yoast-container h3{margin:-20px -20px 0;padding:1em;border-bottom:1px solid #ccc;background-color:#fdfdfd;font-size:1.4em}.yoast-container .container{max-width:980px}.yoast-container .yoast-notification-holder{display:flex;position:relative}.dismiss .dashicons,.restore .dashicons{font-size:20px;width:20px;height:20px}.yoast-bottom-spacing{margin-bottom:20px}.yoast-notifications .button.dismiss,.yoast-notifications .button.restore{position:absolute;right:0;width:52px;height:100%;line-height:inherit;padding:0;outline:none;cursor:pointer;background:transparent;border:none;box-shadow:none;border-radius:0}.yoast-notifications .button.dismiss:focus,.yoast-notifications .button.dismiss:hover,.yoast-notifications .button.restore:focus,.yoast-notifications .button.restore:hover{background:transparent}.yoast-notifications .button.dismiss:focus:before,.yoast-notifications .button.restore:focus:before{content:"";display:block;width:32px;height:32px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #007cba;outline:2px solid transparent}.yoast-notifications .button.dismiss.yoast-container__configuration-wizard--dismiss:before{top:0;transform:translate(-50%,6px)}.yoast-container .separator{margin-top:1em;margin-bottom:1em;border-top:1px solid #ddd}.yoast-container .dashicons-yes{color:#77b227}.yoast-container-disabled{display:table-cell;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;background-color:hsla(0,0%,91%,.7)}.yoast-no-issues{padding:1em 1em 1em 16px;color:#666}.yoast-muted-title{overflow:hidden;font-weight:600;font-style:italic}.yoast-muted-title:after{content:"";display:inline-block;height:.5em;vertical-align:bottom;width:100%;margin-right:-100%;margin-left:10px;border-top:1px solid #ddd}.yoast-notifications-active .yoast-notification,.yoast-notifications-dismissed .yoast-notification{padding-right:52px;flex:1}.yoast-notifications-active .yoast-notification-holder{margin-bottom:20px}.yoast-notifications-dismissed.paper.tab-block{margin:20px 0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container{padding:0}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd){background-color:#f7f7f7}.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd) .yoast-notification{background-color:initial}.yoast-notifications-dismissed .yoast-svg-icon-eye{background:transparent var(--svg-icon-eye) no-repeat 0 0;background-size:20px}#yoast-errors-header .dashicons{color:#dc3232}#yoast-errors-active .yoast-notification{border-left-color:#dc3232}#yoast-errors-dismissed .yoast-notification{border-left-color:#d93f69}#yoast-warnings-header .dashicons{color:#5d237a}#yoast-warnings-active .yoast-notification{border-left-color:#5d237a}#yoast-warnings-dismissed .yoast-notification{border-left-color:#0075b3}.yoast-notifications .yoast-container__configuration-wizard{display:flex;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff;min-height:0;padding-bottom:20px;margin-bottom:15px}@media screen and (max-width:768px){.yoast-notifications .yoast-container__configuration-wizard img{display:none}}.yoast-notifications .yoast-container__configuration-wizard--content{flex:1 1 auto;margin:12px;padding:0}.yoast-notifications .yoast-container__configuration-wizard--content h3{border-bottom:0;font-size:1.4em;line-height:1;margin:0 0 4px;padding:0;background:transparent}.yoast-notifications .yoast-container__configuration-wizard--content p{margin:1em 0 0}.yoast-notifications .yoast-container__configuration-wizard--content p:last-child{margin:0}@media screen and (max-width:768px){.yoast-notifications .yoast-container__configuration-wizard--content{display:block;position:relative;padding:16px}}.yoast-notifications .yoast-container__configuration-wizard--dismiss{text-align:center}@media screen and (max-width:768px){.yoast-notifications .yoast-container__configuration-wizard--dismiss{width:40px;position:absolute;top:5px;right:5px;margin:0}}.yoast-notifications .yoast-container__configuration-wizard--dismiss .dashicons{text-decoration:none;margin-top:12px}
|
css/dist/score_icon-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.wpseo-score-icon{display:inline-block!important;width:12px!important;height:12px!important;border-radius:50%!important;margin:3px 3px 0 10px;background:#888;vertical-align:top}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}
|
css/dist/score_icon-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.wpseo-score-icon{display:inline-block!important;width:12px!important;height:12px!important;border-radius:50%!important;margin:3px 10px 0 3px;background:#888;vertical-align:top}.wpseo-score-icon.good{background-color:#7ad03a}.wpseo-score-icon.ok{background-color:#ee7c1b}.wpseo-score-icon.bad{background-color:#dc3232}.wpseo-score-icon.na{background-color:#888}.wpseo-score-icon.noindex{background-color:#1e8cbe}
|
css/dist/search-appearance-1404-rtl.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-right:2px;padding-left:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-right:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;transform:scale(0)}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-right:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{right:0;text-align:right}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{left:0;text-align:left}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:rtl;text-align:right}.public-DraftStyleDefault-rtl{direction:ltr;text-align:left}.public-DraftStyleDefault-listLTR{direction:rtl}.public-DraftStyleDefault-listRTL{direction:ltr}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-right:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-left:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-right:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-left:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-right:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-left:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-right:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-left:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-right:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-left:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{right:-36px;position:absolute;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;left:-36px;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}#person-selector{width:100%}
|
|
css/dist/search-appearance-1404.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-left:2px;padding-right:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;transform:scale(0)}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}#person-selector{width:100%}
|
|
css/dist/search-appearance-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.draftJsMentionPlugin__mentionSuggestions__2DWjA{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-transform:scale(0)}.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-right:2px;padding-left:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-right:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;transform:scale(0)}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-right:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{right:0;text-align:right}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{left:0;text-align:left}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:rtl;text-align:right}.public-DraftStyleDefault-rtl{direction:ltr;text-align:left}.public-DraftStyleDefault-listLTR{direction:rtl}.public-DraftStyleDefault-listRTL{direction:ltr}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-right:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-left:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-right:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-left:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-right:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-left:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-right:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-left:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-right:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-left:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{right:-36px;position:absolute;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;left:-36px;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}#person-selector{width:100%}
|
css/dist/search-appearance-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.draftJsMentionPlugin__mentionSuggestions__2DWjA{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-transform:scale(0)}.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-left:2px;padding-right:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;transform:scale(0)}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}#person-selector{width:100%}
|
css/dist/{structured-data-blocks-1404-rtl.css → structured-data-blocks-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{structured-data-blocks-1404.css → structured-data-blocks-1410.css}
RENAMED
File without changes
|
css/dist/{toggle-switch-1404-rtl.css → toggle-switch-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{toggle-switch-1404.css → toggle-switch-1410.css}
RENAMED
File without changes
|
css/dist/{wpseo-dismissible-1404-rtl.css → wpseo-dismissible-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{wpseo-dismissible-1404.css → wpseo-dismissible-1410.css}
RENAMED
File without changes
|
css/dist/{yoast-components-1404-rtl.css → yoast-components-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{yoast-components-1404.css → yoast-components-1410.css}
RENAMED
File without changes
|
css/dist/yoast-extensions-1404-rtl.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
@charset "UTF-8";.yoast-list--usp{padding:0;margin-bottom:1em;font-family:Arial,sans-serif}.yoast-list--usp li{list-style:none!important;position:relative;padding-right:1.2533333333rem}.yoast-list--usp li:before{content:"\f00c\0020";position:absolute;right:0;top:0;font-family:FontAwesome,Open Sans,Arial,sans-serif;color:#77b227}.yoast .h1,.yoast .h2,.yoast .h3,.yoast .h4,.yoast .h5,.yoast .h6,.yoast h1,.yoast h2,.yoast h3,.yoast h4,.yoast h5,.yoast h6{font-family:Arial,sans-serif;font-weight:300;margin-top:0;display:block}.yoast .h1,.yoast h1{font-size:2.5em;line-height:3.68rem;margin-bottom:1.35rem;letter-spacing:normal}@media only screen and (min-width:30rem){.yoast .h1,.yoast h1{font-size:2.75em}}.yoast .h2,.yoast h2{font-size:1.88em;line-height:2.5rem;margin-bottom:1.2rem}.yoast .h2.tight,.yoast h2.tight{margin-bottom:.6rem}.yoast .h3,.yoast h3{font-size:1.25em;line-height:1.88rem;margin-bottom:.8rem}.yoast .h3.tight,.yoast h3.tight{margin-bottom:.4rem}@media only screen and (min-width:30rem){.yoast .h3,.yoast h3{font-size:1.375em}}@media only screen and (min-width:50rem){.yoast .h3,.yoast h3{font-size:1.5em}}.yoast .h4,.yoast .h5,.yoast .h6,.yoast h4,.yoast h5,.yoast h6{font-size:1.13em;font-weight:400;line-height:1.88rem;margin-bottom:.2rem}.yoast-button{font-family:Arial,sans-serif;position:relative;display:inline-block;width:100%;padding:.345em 1em .345em 1.5em;font-size:1.1em;background-color:initial;background-color:#dc5c04;color:#dc5c04;border:0;text-decoration:none;cursor:pointer}@media only screen and (min-width:30rem){.yoast-button{margin-left:1.36rem;width:auto;max-height:2.86rem}.yoast-button:after{content:"";position:absolute;top:0;left:-1.36rem;height:0;width:0;border-left:0;border-right:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}.yoast-button.left{margin-left:0;margin-right:1.36rem}.yoast-button.left:after{content:none}.yoast-button.left:before{content:"";position:absolute;top:0;right:-1.36rem;height:0;width:0;border-right:0;border-left:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}}.yoast-button.alignleft{margin:1rem 0 0 2.5rem!important}.yoast-button .arrow{display:none}.yoast-button+.yoast-button{margin-top:1em;margin-right:1.88rem}.yoast-button--full{width:100%}.yoast-button--full:after{content:none}.yoast-button.default{color:#fff;background-color:#dc5c04}.yoast-button.default:after{border-right-color:#dc5c04}.yoast-button.default:before{border-left-color:#dc5c04}.yoast-button:hover,.yoast-button a:focus{background-color:#f58223;color:#fff;text-decoration:underline}.yoast-button:hover:after,.yoast-button a:focus:after{border-right-color:#f58223}.yoast-button:hover:before,.yoast-button a:focus:before{border-left-color:#f58223}.yoast-button.academy{color:#fff;background-color:#5d237a}.yoast-button.academy:after{border-right-color:#5d237a}.yoast-button.academy:before{border-left-color:#5d237a}@media only screen and (max-width:20rem){.yoast-button.academy{background-color:#5d237a}}.yoast-button.academy--secondary{color:#fff;background-color:#a4286a}.yoast-button.academy--secondary:after{border-right-color:#a4286a}.yoast-button.academy--secondary:before{border-left-color:#a4286a}@media only screen and (max-width:20rem){.yoast-button.academy--secondary{background-color:#a4286a}}.yoast-button.software{color:#fff;background-color:#0075b3}.yoast-button.software:after{border-right-color:#0075b3}.yoast-button.software:before{border-left-color:#0075b3}.yoast-button.review{color:#fff;background-color:#009288}.yoast-button.review:after{border-right-color:#009288}.yoast-button.review:before{border-left-color:#009288}.yoast-button.about{color:#fff;background-color:#d93f69}.yoast-button.about:after{border-right-color:#d93f69}.yoast-button.about:before{border-left-color:#d93f69}.yoast_academy .yoast-button{color:#fff;background-color:#d93f69}.yoast_academy .yoast-button:after{border-right-color:#d93f69}.yoast_academy .yoast-button:before{border-left-color:#d93f69}.yoast_academy .yoast-button:hover,.yoast_academy .yoast-button a:focus{background-color:#d42a59;color:#fff;text-decoration:underline}.yoast_academy .yoast-button:hover:after,.yoast_academy .yoast-button a:focus:after{border-right-color:#d42a59}.yoast_academy .yoast-button:hover:before,.yoast_academy .yoast-button a:focus:before{border-left-color:#d42a59}.yoast_academy .yoast-button.dimmed,body .yoast-button.dimmed{color:#646464;background-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:after,body .yoast-button.dimmed:after{border-right-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:before,body .yoast-button.dimmed:before{border-left-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:hover,.yoast_academy .yoast-button.dimmed a:focus,body .yoast-button.dimmed:hover,body .yoast-button.dimmed a:focus{background-color:#cdcdcd;color:#646464;text-decoration:underline}.yoast_academy .yoast-button.dimmed:hover:after,.yoast_academy .yoast-button.dimmed a:focus:after,body .yoast-button.dimmed:hover:after,body .yoast-button.dimmed a:focus:after{border-right-color:#cdcdcd}.yoast_academy .yoast-button.dimmed:hover:before,.yoast_academy .yoast-button.dimmed a:focus:before,body .yoast-button.dimmed:hover:before,body .yoast-button.dimmed a:focus:before{border-left-color:#cdcdcd}.yoast-button--noarrow:after{content:none}.yoast-button--naked{border:none;background-color:initial;padding:0}.yoast-button--naked:after{content:none}.yoast-button i.fa{font-size:140%;margin:4px 0 0 10px}.yoast-promoblock{margin-bottom:1.88rem;box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px}.yoast-promoblock p{color:#000}.yoast-promoblock p:last-of-type{margin-bottom:0}.yoast-promoblock i.blockicon{position:absolute;left:10px;bottom:10px;padding:0 .5em 0 0;font-size:2.25em}.yoast-promoblock a img{border:1px solid #dcdcdc}.yoast-promoblock p a{font-weight:600!important;text-decoration:underline}.yoast-promoblock form a{font-weight:400!important;text-decoration:none}.yoast-promoblock .h4,.yoast-promoblock h4{margin-bottom:.7rem}.yoast-promoblock.link{border-color:#dc5c04}.yoast-promoblock.link a,.yoast-promoblock.link a:hover{color:#dc5c04}.yoast-promoblock--white{border-color:#fff!important}.product .yoast-promoblock{overflow:hidden}.yoast-promoblock--hometitle{max-width:16em;height:11em;margin:1rem auto 2rem;display:flex;font-size:16px;font-size:1rem;line-height:1;background-color:rgba(217,63,105,.25);border-color:#fff!important}@media only screen and (max-width:30rem){.yoast-promoblock--hometitle:after{content:none!important}}.yoast-promoblock--imageholder{padding:0;margin-bottom:0}.yoast-promoblock--imageholdersmall{position:absolute}.yoast-promoblock--imageholdersmall:first-child{right:4rem}.yoast-promoblock--imageholdersmall:last-child{top:4rem}@media only screen and (max-width:50rem){.yoast-promoblock h2{margin-bottom:0}}a.promoblock{text-decoration:none;color:#000}a.promoblock:hover{text-decoration:none}.promoblockimage__holder{width:240px;height:295px;position:relative}.yoast{font-family:Open Sans,Arial,sans-serif;font-size:1rem;line-height:1.88;letter-spacing:.01em;color:#000}.yoast *,.yoast :after,.yoast :before{box-sizing:border-box}.yoast-hr{margin:0;border:0;padding-bottom:1.88rem;position:relative}.yoast-list--usp li:before{content:"";background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:contain;width:1em;height:100%;background-position:right .4em}.yoast-button--purple{background-color:#5d237a}.yoast-button-go-to:after{content:" \00BB";position:static;top:auto;left:auto;width:auto;height:auto;border:none}.yoast-button--extension{color:#fff;text-transform:uppercase;padding-right:.8em;padding-left:.8em}.yoast-button--extension+.yoast-button--extension-activated,.yoast-button--extension+.yoast-button--extension-not-activated{margin-right:0}.yoast-button--extension-activated:hover,.yoast-button--extension-installed:hover,.yoast-button--extension-not-activated:hover{text-decoration:none}.yoast-button--extension-installed{margin-left:.2rem}.yoast-button--extension-installed,.yoast-button--extension-installed:hover{background-color:#008a00}.yoast-button--extension-not-activated,.yoast-button--extension-not-activated:hover{background-color:#dc3232}.yoast-button--extension-activated,.yoast-button--extension-activated:hover{background-color:#008a00}.yoast-button-upsell{width:100%;margin-bottom:1em}@media only screen and (min-width:30rem){.yoast-button-upsell{width:auto;margin-left:1.36rem}}.yoast-promo-extensions{display:flex;flex-wrap:wrap;margin-right:-24px}.yoast-promo-extensions>h2{width:100%;margin-right:32px;margin-bottom:32px}.yoast-promo-extension{display:flex;flex-direction:column;max-width:340px;background-color:#fff;margin-right:32px}.yoast-promo-extension:first-child{margin-right:0}.yoast-promo-extension img{float:left;width:100px;height:100px;margin-bottom:.8rem}@media screen and (max-width:900px){.yoast-promo-extension img{display:none}}.yoast-promo-extension .yoast-button-container{margin-top:auto}.yoast-promo-extension .yoast-button-container div.yoast-button--extension{cursor:default}.yoast-promo-extension .yoast-button{width:100%;max-height:none;font-size:.9rem}.yoast-promo-extension .yoast-button--installed{color:#fff}.yoast-promo-extension .yoast-button--extension{font-size:.9rem;text-align:center;margin-top:0}.yoast-promo-extension .yoast-button--extension-installed{margin:0 0 0 2%;width:48%}.yoast-promo-extension .yoast-button--extension-activated,.yoast-promo-extension .yoast-button--extension-not-activated{margin-right:0;margin-left:0;width:48%}.yoast-promo-extension .yoast-button-upsell{width:100%}.yoast-promo-extension h3{color:#a4286a}@media screen and (max-width:900px){.yoast-promo-extension{max-width:none;width:100%}}.yoast-seo-premium-extension{margin:2em .5em 1.5em}.yoast-seo-premium-extension:after,.yoast-seo-premium-extension:before{content:"";display:table}.yoast-seo-premium-extension:after{clear:both}.yoast-seo-premium-benefits__title{font-weight:600}.yoast-seo-premium-benefits__description:before{content:"– "}.yoast-link--license,.yoast-link--more-info{color:#a4286a;font-weight:600}.yoast-link--license{margin:1em 0 0}.yoast-promo-extension .yoast-link--license{display:block;margin:1em 0 0}.yoast-link--license:after{content:" \00BB"}.yoast-link--more-info{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23A4286A%22%20d%3D%22M1152%201376v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D96v%2D512q0%2D14%2D9%2D23t%2D23%2D9h%2D320q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h96v320h%2D96q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h448q14%200%2023%2D9t9%2D23zm%2D128%2D896v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D192q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h192q14%200%2023%2D9t9%2D23zm640%20416q0%20209%2D103%20385%2E5t%2D279%2E5%20279%2E5%2D385%2E5%20103%2D385%2E5%2D103%2D279%2E5%2D279%2E5%2D103%2D385%2E5%20103%2D385%2E5%20279%2E5%2D279%2E5%20385%2E5%2D103%20385%2E5%20103%20279%2E5%20279%2E5%20103%20385%2E5z%22%2F%3E%3C%2Fsvg%3E");padding-right:calc(1em + 5px);background-size:1em;background-repeat:no-repeat;background-position:100%}.yoast-link--more-info:after{content:" \00BB"}.yoast-promo-extension .yoast-link--more-info{display:block;margin:0;background-position:100%}.yoast-heading-highlight{color:#a4286a;font-weight:600}.yoast-money-back-guarantee{font-style:italic;font-size:1.1em}.yoast-license-status-active{padding:3px 6px;color:#fff;background:#008a00}.yoast-license-status-inactive{padding:3px 6px;color:#fff;background:#dc3232}
|
|
css/dist/yoast-extensions-1404.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
@charset "UTF-8";.yoast-list--usp{padding:0;margin-bottom:1em;font-family:Arial,sans-serif}.yoast-list--usp li{list-style:none!important;position:relative;padding-left:1.2533333333rem}.yoast-list--usp li:before{content:"\f00c\0020";position:absolute;left:0;top:0;font-family:FontAwesome,Open Sans,Arial,sans-serif;color:#77b227}.yoast .h1,.yoast .h2,.yoast .h3,.yoast .h4,.yoast .h5,.yoast .h6,.yoast h1,.yoast h2,.yoast h3,.yoast h4,.yoast h5,.yoast h6{font-family:Arial,sans-serif;font-weight:300;margin-top:0;display:block}.yoast .h1,.yoast h1{font-size:2.5em;line-height:3.68rem;margin-bottom:1.35rem;letter-spacing:normal}@media only screen and (min-width:30rem){.yoast .h1,.yoast h1{font-size:2.75em}}.yoast .h2,.yoast h2{font-size:1.88em;line-height:2.5rem;margin-bottom:1.2rem}.yoast .h2.tight,.yoast h2.tight{margin-bottom:.6rem}.yoast .h3,.yoast h3{font-size:1.25em;line-height:1.88rem;margin-bottom:.8rem}.yoast .h3.tight,.yoast h3.tight{margin-bottom:.4rem}@media only screen and (min-width:30rem){.yoast .h3,.yoast h3{font-size:1.375em}}@media only screen and (min-width:50rem){.yoast .h3,.yoast h3{font-size:1.5em}}.yoast .h4,.yoast .h5,.yoast .h6,.yoast h4,.yoast h5,.yoast h6{font-size:1.13em;font-weight:400;line-height:1.88rem;margin-bottom:.2rem}.yoast-button{font-family:Arial,sans-serif;position:relative;display:inline-block;width:100%;padding:.345em 1.5em .345em 1em;font-size:1.1em;background-color:initial;background-color:#dc5c04;color:#dc5c04;border:0;text-decoration:none;cursor:pointer}@media only screen and (min-width:30rem){.yoast-button{margin-right:1.36rem;width:auto;max-height:2.86rem}.yoast-button:after{content:"";position:absolute;top:0;right:-1.36rem;height:0;width:0;border-right:0;border-left:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}.yoast-button.left{margin-right:0;margin-left:1.36rem}.yoast-button.left:after{content:none}.yoast-button.left:before{content:"";position:absolute;top:0;left:-1.36rem;height:0;width:0;border-left:0;border-right:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}}.yoast-button.alignleft{margin:1rem 2.5rem 0 0!important}.yoast-button .arrow{display:none}.yoast-button+.yoast-button{margin-top:1em;margin-left:1.88rem}.yoast-button--full{width:100%}.yoast-button--full:after{content:none}.yoast-button.default{color:#fff;background-color:#dc5c04}.yoast-button.default:after{border-left-color:#dc5c04}.yoast-button.default:before{border-right-color:#dc5c04}.yoast-button:hover,.yoast-button a:focus{background-color:#f58223;color:#fff;text-decoration:underline}.yoast-button:hover:after,.yoast-button a:focus:after{border-left-color:#f58223}.yoast-button:hover:before,.yoast-button a:focus:before{border-right-color:#f58223}.yoast-button.academy{color:#fff;background-color:#5d237a}.yoast-button.academy:after{border-left-color:#5d237a}.yoast-button.academy:before{border-right-color:#5d237a}@media only screen and (max-width:20rem){.yoast-button.academy{background-color:#5d237a}}.yoast-button.academy--secondary{color:#fff;background-color:#a4286a}.yoast-button.academy--secondary:after{border-left-color:#a4286a}.yoast-button.academy--secondary:before{border-right-color:#a4286a}@media only screen and (max-width:20rem){.yoast-button.academy--secondary{background-color:#a4286a}}.yoast-button.software{color:#fff;background-color:#0075b3}.yoast-button.software:after{border-left-color:#0075b3}.yoast-button.software:before{border-right-color:#0075b3}.yoast-button.review{color:#fff;background-color:#009288}.yoast-button.review:after{border-left-color:#009288}.yoast-button.review:before{border-right-color:#009288}.yoast-button.about{color:#fff;background-color:#d93f69}.yoast-button.about:after{border-left-color:#d93f69}.yoast-button.about:before{border-right-color:#d93f69}.yoast_academy .yoast-button{color:#fff;background-color:#d93f69}.yoast_academy .yoast-button:after{border-left-color:#d93f69}.yoast_academy .yoast-button:before{border-right-color:#d93f69}.yoast_academy .yoast-button:hover,.yoast_academy .yoast-button a:focus{background-color:#d42a59;color:#fff;text-decoration:underline}.yoast_academy .yoast-button:hover:after,.yoast_academy .yoast-button a:focus:after{border-left-color:#d42a59}.yoast_academy .yoast-button:hover:before,.yoast_academy .yoast-button a:focus:before{border-right-color:#d42a59}.yoast_academy .yoast-button.dimmed,body .yoast-button.dimmed{color:#646464;background-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:after,body .yoast-button.dimmed:after{border-left-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:before,body .yoast-button.dimmed:before{border-right-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:hover,.yoast_academy .yoast-button.dimmed a:focus,body .yoast-button.dimmed:hover,body .yoast-button.dimmed a:focus{background-color:#cdcdcd;color:#646464;text-decoration:underline}.yoast_academy .yoast-button.dimmed:hover:after,.yoast_academy .yoast-button.dimmed a:focus:after,body .yoast-button.dimmed:hover:after,body .yoast-button.dimmed a:focus:after{border-left-color:#cdcdcd}.yoast_academy .yoast-button.dimmed:hover:before,.yoast_academy .yoast-button.dimmed a:focus:before,body .yoast-button.dimmed:hover:before,body .yoast-button.dimmed a:focus:before{border-right-color:#cdcdcd}.yoast-button--noarrow:after{content:none}.yoast-button--naked{border:none;background-color:initial;padding:0}.yoast-button--naked:after{content:none}.yoast-button i.fa{font-size:140%;margin:4px 10px 0 0}.yoast-promoblock{margin-bottom:1.88rem;box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px}.yoast-promoblock p{color:#000}.yoast-promoblock p:last-of-type{margin-bottom:0}.yoast-promoblock i.blockicon{position:absolute;right:10px;bottom:10px;padding:0 0 0 .5em;font-size:2.25em}.yoast-promoblock a img{border:1px solid #dcdcdc}.yoast-promoblock p a{font-weight:600!important;text-decoration:underline}.yoast-promoblock form a{font-weight:400!important;text-decoration:none}.yoast-promoblock .h4,.yoast-promoblock h4{margin-bottom:.7rem}.yoast-promoblock.link{border-color:#dc5c04}.yoast-promoblock.link a,.yoast-promoblock.link a:hover{color:#dc5c04}.yoast-promoblock--white{border-color:#fff!important}.product .yoast-promoblock{overflow:hidden}.yoast-promoblock--hometitle{max-width:16em;height:11em;margin:1rem auto 2rem;display:flex;font-size:16px;font-size:1rem;line-height:1;background-color:rgba(217,63,105,.25);border-color:#fff!important}@media only screen and (max-width:30rem){.yoast-promoblock--hometitle:after{content:none!important}}.yoast-promoblock--imageholder{padding:0;margin-bottom:0}.yoast-promoblock--imageholdersmall{position:absolute}.yoast-promoblock--imageholdersmall:first-child{left:4rem}.yoast-promoblock--imageholdersmall:last-child{top:4rem}@media only screen and (max-width:50rem){.yoast-promoblock h2{margin-bottom:0}}a.promoblock{text-decoration:none;color:#000}a.promoblock:hover{text-decoration:none}.promoblockimage__holder{width:240px;height:295px;position:relative}.yoast{font-family:Open Sans,Arial,sans-serif;font-size:1rem;line-height:1.88;letter-spacing:.01em;color:#000}.yoast *,.yoast :after,.yoast :before{box-sizing:border-box}.yoast-hr{margin:0;border:0;padding-bottom:1.88rem;position:relative}.yoast-list--usp li:before{content:"";background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:contain;width:1em;height:100%;background-position:left .4em}.yoast-button--purple{background-color:#5d237a}.yoast-button-go-to:after{content:" \00BB";position:static;top:auto;right:auto;width:auto;height:auto;border:none}.yoast-button--extension{color:#fff;text-transform:uppercase;padding-left:.8em;padding-right:.8em}.yoast-button--extension+.yoast-button--extension-activated,.yoast-button--extension+.yoast-button--extension-not-activated{margin-left:0}.yoast-button--extension-activated:hover,.yoast-button--extension-installed:hover,.yoast-button--extension-not-activated:hover{text-decoration:none}.yoast-button--extension-installed{margin-right:.2rem}.yoast-button--extension-installed,.yoast-button--extension-installed:hover{background-color:#008a00}.yoast-button--extension-not-activated,.yoast-button--extension-not-activated:hover{background-color:#dc3232}.yoast-button--extension-activated,.yoast-button--extension-activated:hover{background-color:#008a00}.yoast-button-upsell{width:100%;margin-bottom:1em}@media only screen and (min-width:30rem){.yoast-button-upsell{width:auto;margin-right:1.36rem}}.yoast-promo-extensions{display:flex;flex-wrap:wrap;margin-left:-24px}.yoast-promo-extensions>h2{width:100%;margin-left:32px;margin-bottom:32px}.yoast-promo-extension{display:flex;flex-direction:column;max-width:340px;background-color:#fff;margin-left:32px}.yoast-promo-extension:first-child{margin-left:0}.yoast-promo-extension img{float:right;width:100px;height:100px;margin-bottom:.8rem}@media screen and (max-width:900px){.yoast-promo-extension img{display:none}}.yoast-promo-extension .yoast-button-container{margin-top:auto}.yoast-promo-extension .yoast-button-container div.yoast-button--extension{cursor:default}.yoast-promo-extension .yoast-button{width:100%;max-height:none;font-size:.9rem}.yoast-promo-extension .yoast-button--installed{color:#fff}.yoast-promo-extension .yoast-button--extension{font-size:.9rem;text-align:center;margin-top:0}.yoast-promo-extension .yoast-button--extension-installed{margin:0 2% 0 0;width:48%}.yoast-promo-extension .yoast-button--extension-activated,.yoast-promo-extension .yoast-button--extension-not-activated{margin-left:0;margin-right:0;width:48%}.yoast-promo-extension .yoast-button-upsell{width:100%}.yoast-promo-extension h3{color:#a4286a}@media screen and (max-width:900px){.yoast-promo-extension{max-width:none;width:100%}}.yoast-seo-premium-extension{margin:2em .5em 1.5em}.yoast-seo-premium-extension:after,.yoast-seo-premium-extension:before{content:"";display:table}.yoast-seo-premium-extension:after{clear:both}.yoast-seo-premium-benefits__title{font-weight:600}.yoast-seo-premium-benefits__description:before{content:"– "}.yoast-link--license,.yoast-link--more-info{color:#a4286a;font-weight:600}.yoast-link--license{margin:1em 0 0}.yoast-promo-extension .yoast-link--license{display:block;margin:1em 0 0}.yoast-link--license:after{content:" \00BB"}.yoast-link--more-info{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%23A4286A%22%20d%3D%22M1152%201376v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D96v%2D512q0%2D14%2D9%2D23t%2D23%2D9h%2D320q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h96v320h%2D96q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h448q14%200%2023%2D9t9%2D23zm%2D128%2D896v%2D160q0%2D14%2D9%2D23t%2D23%2D9h%2D192q%2D14%200%2D23%209t%2D9%2023v160q0%2014%209%2023t23%209h192q14%200%2023%2D9t9%2D23zm640%20416q0%20209%2D103%20385%2E5t%2D279%2E5%20279%2E5%2D385%2E5%20103%2D385%2E5%2D103%2D279%2E5%2D279%2E5%2D103%2D385%2E5%20103%2D385%2E5%20279%2E5%2D279%2E5%20385%2E5%2D103%20385%2E5%20103%20279%2E5%20279%2E5%20103%20385%2E5z%22%2F%3E%3C%2Fsvg%3E");padding-left:calc(1em + 5px);background-size:1em;background-repeat:no-repeat;background-position:0}.yoast-link--more-info:after{content:" \00BB"}.yoast-promo-extension .yoast-link--more-info{display:block;margin:0;background-position:0}.yoast-heading-highlight{color:#a4286a;font-weight:600}.yoast-money-back-guarantee{font-style:italic;font-size:1.1em}.yoast-license-status-active{padding:3px 6px;color:#fff;background:#008a00}.yoast-license-status-inactive{padding:3px 6px;color:#fff;background:#dc3232}
|
|
css/dist/yoast-extensions-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "UTF-8";:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.yoast-list--usp{padding:0;margin-bottom:1em;font-family:Arial,sans-serif}.yoast-list--usp li{list-style:none!important;position:relative;padding-right:1.2533333333rem}.yoast-list--usp li:before{content:"\f00c\0020";position:absolute;right:0;top:0;font-family:FontAwesome,Open Sans,Arial,sans-serif;color:#77b227}.yoast .h1,.yoast .h2,.yoast .h3,.yoast .h4,.yoast .h5,.yoast .h6,.yoast h1,.yoast h2,.yoast h3,.yoast h4,.yoast h5,.yoast h6{font-family:Arial,sans-serif;font-weight:300;margin-top:0;display:block}.yoast .h1,.yoast h1{font-size:2.5em;line-height:3.68rem;margin-bottom:1.35rem;letter-spacing:normal}@media only screen and (min-width:30rem){.yoast .h1,.yoast h1{font-size:2.75em}}.yoast .h2,.yoast h2{font-size:1.88em;line-height:2.5rem;margin-bottom:1.2rem}.yoast .h2.tight,.yoast h2.tight{margin-bottom:.6rem}.yoast .h3,.yoast h3{font-size:1.25em;line-height:1.88rem;margin-bottom:.8rem}.yoast .h3.tight,.yoast h3.tight{margin-bottom:.4rem}@media only screen and (min-width:30rem){.yoast .h3,.yoast h3{font-size:1.375em}}@media only screen and (min-width:50rem){.yoast .h3,.yoast h3{font-size:1.5em}}.yoast .h4,.yoast .h5,.yoast .h6,.yoast h4,.yoast h5,.yoast h6{font-size:1.13em;font-weight:400;line-height:1.88rem;margin-bottom:.2rem}.yoast-button{font-family:Arial,sans-serif;position:relative;display:inline-block;width:100%;padding:.345em 1em .345em 1.5em;font-size:1.1em;background-color:initial;background-color:#dc5c04;color:#dc5c04;border:0;text-decoration:none;cursor:pointer}@media only screen and (min-width:30rem){.yoast-button{margin-left:1.36rem;width:auto;max-height:2.86rem}.yoast-button:after{content:"";position:absolute;top:0;left:-1.36rem;height:0;width:0;border-left:0;border-right:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}.yoast-button.left{margin-left:0;margin-right:1.36rem}.yoast-button.left:after{content:none}.yoast-button.left:before{content:"";position:absolute;top:0;right:-1.36rem;height:0;width:0;border-right:0;border-left:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}}.yoast-button.alignleft{margin:1rem 0 0 2.5rem!important}.yoast-button .arrow{display:none}.yoast-button+.yoast-button{margin-top:1em;margin-right:1.88rem}.yoast-button--full{width:100%}.yoast-button--full:after{content:none}.yoast-button.default{color:#fff;background-color:#dc5c04}.yoast-button.default:after{border-right-color:#dc5c04}.yoast-button.default:before{border-left-color:#dc5c04}.yoast-button:hover,.yoast-button a:focus{background-color:#f58223;color:#fff;text-decoration:underline}.yoast-button:hover:after,.yoast-button a:focus:after{border-right-color:#f58223}.yoast-button:hover:before,.yoast-button a:focus:before{border-left-color:#f58223}.yoast-button.academy{color:#fff;background-color:#5d237a}.yoast-button.academy:after{border-right-color:#5d237a}.yoast-button.academy:before{border-left-color:#5d237a}@media only screen and (max-width:20rem){.yoast-button.academy{background-color:#5d237a}}.yoast-button.academy--secondary{color:#fff;background-color:#a4286a}.yoast-button.academy--secondary:after{border-right-color:#a4286a}.yoast-button.academy--secondary:before{border-left-color:#a4286a}@media only screen and (max-width:20rem){.yoast-button.academy--secondary{background-color:#a4286a}}.yoast-button.software{color:#fff;background-color:#0075b3}.yoast-button.software:after{border-right-color:#0075b3}.yoast-button.software:before{border-left-color:#0075b3}.yoast-button.review{color:#fff;background-color:#009288}.yoast-button.review:after{border-right-color:#009288}.yoast-button.review:before{border-left-color:#009288}.yoast-button.about{color:#fff;background-color:#d93f69}.yoast-button.about:after{border-right-color:#d93f69}.yoast-button.about:before{border-left-color:#d93f69}.yoast_academy .yoast-button{color:#fff;background-color:#d93f69}.yoast_academy .yoast-button:after{border-right-color:#d93f69}.yoast_academy .yoast-button:before{border-left-color:#d93f69}.yoast_academy .yoast-button:hover,.yoast_academy .yoast-button a:focus{background-color:#d42a59;color:#fff;text-decoration:underline}.yoast_academy .yoast-button:hover:after,.yoast_academy .yoast-button a:focus:after{border-right-color:#d42a59}.yoast_academy .yoast-button:hover:before,.yoast_academy .yoast-button a:focus:before{border-left-color:#d42a59}.yoast_academy .yoast-button.dimmed,body .yoast-button.dimmed{color:#646464;background-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:after,body .yoast-button.dimmed:after{border-right-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:before,body .yoast-button.dimmed:before{border-left-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:hover,.yoast_academy .yoast-button.dimmed a:focus,body .yoast-button.dimmed:hover,body .yoast-button.dimmed a:focus{background-color:#cdcdcd;color:#646464;text-decoration:underline}.yoast_academy .yoast-button.dimmed:hover:after,.yoast_academy .yoast-button.dimmed a:focus:after,body .yoast-button.dimmed:hover:after,body .yoast-button.dimmed a:focus:after{border-right-color:#cdcdcd}.yoast_academy .yoast-button.dimmed:hover:before,.yoast_academy .yoast-button.dimmed a:focus:before,body .yoast-button.dimmed:hover:before,body .yoast-button.dimmed a:focus:before{border-left-color:#cdcdcd}.yoast-button--noarrow:after{content:none}.yoast-button--naked{border:none;background-color:initial;padding:0}.yoast-button--naked:after{content:none}.yoast-button i.fa{font-size:140%;margin:4px 0 0 10px}.yoast-promoblock{margin-bottom:1.88rem;box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px}.yoast-promoblock p{color:#000}.yoast-promoblock p:last-of-type{margin-bottom:0}.yoast-promoblock i.blockicon{position:absolute;left:10px;bottom:10px;padding:0 .5em 0 0;font-size:2.25em}.yoast-promoblock a img{border:1px solid #dcdcdc}.yoast-promoblock p a{font-weight:600!important;text-decoration:underline}.yoast-promoblock form a{font-weight:400!important;text-decoration:none}.yoast-promoblock .h4,.yoast-promoblock h4{margin-bottom:.7rem}.yoast-promoblock.link{border-color:#dc5c04}.yoast-promoblock.link a,.yoast-promoblock.link a:hover{color:#dc5c04}.yoast-promoblock--white{border-color:#fff!important}.product .yoast-promoblock{overflow:hidden}.yoast-promoblock--hometitle{max-width:16em;height:11em;margin:1rem auto 2rem;display:flex;font-size:16px;font-size:1rem;line-height:1;background-color:rgba(217,63,105,.25);border-color:#fff!important}@media only screen and (max-width:30rem){.yoast-promoblock--hometitle:after{content:none!important}}.yoast-promoblock--imageholder{padding:0;margin-bottom:0}.yoast-promoblock--imageholdersmall{position:absolute}.yoast-promoblock--imageholdersmall:first-child{right:4rem}.yoast-promoblock--imageholdersmall:last-child{top:4rem}@media only screen and (max-width:50rem){.yoast-promoblock h2{margin-bottom:0}}a.promoblock{text-decoration:none;color:#000}a.promoblock:hover{text-decoration:none}.promoblockimage__holder{width:240px;height:295px;position:relative}.yoast{font-family:Open Sans,Arial,sans-serif;font-size:1rem;line-height:1.88;letter-spacing:.01em;color:#000}.yoast *,.yoast :after,.yoast :before{box-sizing:border-box}.yoast-hr{margin:0;border:0;padding-bottom:1.88rem;position:relative}.yoast-list--usp li:before{content:"";background:var(--svg-icon-check) no-repeat;background-size:contain;width:1em;height:100%;background-position:right .4em}.yoast-button--purple{background-color:#5d237a}.yoast-button-go-to:after{content:" \00BB";position:static;top:auto;left:auto;width:auto;height:auto;border:none}.yoast-button--extension{color:#fff;text-transform:uppercase;padding-right:.8em;padding-left:.8em}.yoast-button--extension+.yoast-button--extension-activated,.yoast-button--extension+.yoast-button--extension-not-activated{margin-right:0}.yoast-button--extension-activated:hover,.yoast-button--extension-installed:hover,.yoast-button--extension-not-activated:hover{text-decoration:none}.yoast-button--extension-installed{margin-left:.2rem}.yoast-button--extension-installed,.yoast-button--extension-installed:hover{background-color:#008a00}.yoast-button--extension-not-activated,.yoast-button--extension-not-activated:hover{background-color:#dc3232}.yoast-button--extension-activated,.yoast-button--extension-activated:hover{background-color:#008a00}.yoast-button-upsell{width:100%;margin-bottom:1em}@media only screen and (min-width:30rem){.yoast-button-upsell{width:auto;margin-left:1.36rem}}.yoast-promo-extensions{display:flex;flex-wrap:wrap;margin-right:-24px}.yoast-promo-extensions>h2{width:100%;margin-right:32px;margin-bottom:32px}.yoast-promo-extension{display:flex;flex-direction:column;max-width:340px;background-color:#fff;margin-right:32px}.yoast-promo-extension:first-child{margin-right:0}.yoast-promo-extension img{float:left;width:100px;height:100px;margin-bottom:.8rem}@media screen and (max-width:900px){.yoast-promo-extension img{display:none}}.yoast-promo-extension .yoast-button-container{margin-top:auto}.yoast-promo-extension .yoast-button-container div.yoast-button--extension{cursor:default}.yoast-promo-extension .yoast-button{width:100%;max-height:none;font-size:.9rem}.yoast-promo-extension .yoast-button--installed{color:#fff}.yoast-promo-extension .yoast-button--extension{font-size:.9rem;text-align:center;margin-top:0}.yoast-promo-extension .yoast-button--extension-installed{margin:0 0 0 2%;width:48%}.yoast-promo-extension .yoast-button--extension-activated,.yoast-promo-extension .yoast-button--extension-not-activated{margin-right:0;margin-left:0;width:48%}.yoast-promo-extension .yoast-button-upsell{width:100%}.yoast-promo-extension h3{color:#a4286a}@media screen and (max-width:900px){.yoast-promo-extension{max-width:none;width:100%}}.yoast-seo-premium-extension{margin:2em .5em 1.5em}.yoast-seo-premium-extension:after,.yoast-seo-premium-extension:before{content:"";display:table}.yoast-seo-premium-extension:after{clear:both}.yoast-seo-premium-benefits__title{font-weight:600}.yoast-seo-premium-benefits__description:before{content:"– "}.yoast-link--license,.yoast-link--more-info{color:#a4286a;font-weight:600}.yoast-link--license{margin:1em 0 0}.yoast-promo-extension .yoast-link--license{display:block;margin:1em 0 0}.yoast-link--license:after{content:" \00BB"}.yoast-link--more-info{background:var(--svg-icon-info);padding-right:calc(1em + 5px);background-size:1em;background-repeat:no-repeat;background-position:100%}.yoast-link--more-info:after{content:" \00BB"}.yoast-promo-extension .yoast-link--more-info{display:block;margin:0;background-position:100%}.yoast-heading-highlight{color:#a4286a;font-weight:600}.yoast-money-back-guarantee{font-style:italic;font-size:1.1em}.yoast-license-status-active{padding:3px 6px;color:#fff;background:#008a00}.yoast-license-status-inactive{padding:3px 6px;color:#fff;background:#dc3232}
|
css/dist/yoast-extensions-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "UTF-8";:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.yoast-list--usp{padding:0;margin-bottom:1em;font-family:Arial,sans-serif}.yoast-list--usp li{list-style:none!important;position:relative;padding-left:1.2533333333rem}.yoast-list--usp li:before{content:"\f00c\0020";position:absolute;left:0;top:0;font-family:FontAwesome,Open Sans,Arial,sans-serif;color:#77b227}.yoast .h1,.yoast .h2,.yoast .h3,.yoast .h4,.yoast .h5,.yoast .h6,.yoast h1,.yoast h2,.yoast h3,.yoast h4,.yoast h5,.yoast h6{font-family:Arial,sans-serif;font-weight:300;margin-top:0;display:block}.yoast .h1,.yoast h1{font-size:2.5em;line-height:3.68rem;margin-bottom:1.35rem;letter-spacing:normal}@media only screen and (min-width:30rem){.yoast .h1,.yoast h1{font-size:2.75em}}.yoast .h2,.yoast h2{font-size:1.88em;line-height:2.5rem;margin-bottom:1.2rem}.yoast .h2.tight,.yoast h2.tight{margin-bottom:.6rem}.yoast .h3,.yoast h3{font-size:1.25em;line-height:1.88rem;margin-bottom:.8rem}.yoast .h3.tight,.yoast h3.tight{margin-bottom:.4rem}@media only screen and (min-width:30rem){.yoast .h3,.yoast h3{font-size:1.375em}}@media only screen and (min-width:50rem){.yoast .h3,.yoast h3{font-size:1.5em}}.yoast .h4,.yoast .h5,.yoast .h6,.yoast h4,.yoast h5,.yoast h6{font-size:1.13em;font-weight:400;line-height:1.88rem;margin-bottom:.2rem}.yoast-button{font-family:Arial,sans-serif;position:relative;display:inline-block;width:100%;padding:.345em 1.5em .345em 1em;font-size:1.1em;background-color:initial;background-color:#dc5c04;color:#dc5c04;border:0;text-decoration:none;cursor:pointer}@media only screen and (min-width:30rem){.yoast-button{margin-right:1.36rem;width:auto;max-height:2.86rem}.yoast-button:after{content:"";position:absolute;top:0;right:-1.36rem;height:0;width:0;border-right:0;border-left:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}.yoast-button.left{margin-right:0;margin-left:1.36rem}.yoast-button.left:after{content:none}.yoast-button.left:before{content:"";position:absolute;top:0;left:-1.36rem;height:0;width:0;border-left:0;border-right:1.43rem solid #dc5c04;border-top:1.43rem solid transparent;border-bottom:1.44rem solid transparent}}.yoast-button.alignleft{margin:1rem 2.5rem 0 0!important}.yoast-button .arrow{display:none}.yoast-button+.yoast-button{margin-top:1em;margin-left:1.88rem}.yoast-button--full{width:100%}.yoast-button--full:after{content:none}.yoast-button.default{color:#fff;background-color:#dc5c04}.yoast-button.default:after{border-left-color:#dc5c04}.yoast-button.default:before{border-right-color:#dc5c04}.yoast-button:hover,.yoast-button a:focus{background-color:#f58223;color:#fff;text-decoration:underline}.yoast-button:hover:after,.yoast-button a:focus:after{border-left-color:#f58223}.yoast-button:hover:before,.yoast-button a:focus:before{border-right-color:#f58223}.yoast-button.academy{color:#fff;background-color:#5d237a}.yoast-button.academy:after{border-left-color:#5d237a}.yoast-button.academy:before{border-right-color:#5d237a}@media only screen and (max-width:20rem){.yoast-button.academy{background-color:#5d237a}}.yoast-button.academy--secondary{color:#fff;background-color:#a4286a}.yoast-button.academy--secondary:after{border-left-color:#a4286a}.yoast-button.academy--secondary:before{border-right-color:#a4286a}@media only screen and (max-width:20rem){.yoast-button.academy--secondary{background-color:#a4286a}}.yoast-button.software{color:#fff;background-color:#0075b3}.yoast-button.software:after{border-left-color:#0075b3}.yoast-button.software:before{border-right-color:#0075b3}.yoast-button.review{color:#fff;background-color:#009288}.yoast-button.review:after{border-left-color:#009288}.yoast-button.review:before{border-right-color:#009288}.yoast-button.about{color:#fff;background-color:#d93f69}.yoast-button.about:after{border-left-color:#d93f69}.yoast-button.about:before{border-right-color:#d93f69}.yoast_academy .yoast-button{color:#fff;background-color:#d93f69}.yoast_academy .yoast-button:after{border-left-color:#d93f69}.yoast_academy .yoast-button:before{border-right-color:#d93f69}.yoast_academy .yoast-button:hover,.yoast_academy .yoast-button a:focus{background-color:#d42a59;color:#fff;text-decoration:underline}.yoast_academy .yoast-button:hover:after,.yoast_academy .yoast-button a:focus:after{border-left-color:#d42a59}.yoast_academy .yoast-button:hover:before,.yoast_academy .yoast-button a:focus:before{border-right-color:#d42a59}.yoast_academy .yoast-button.dimmed,body .yoast-button.dimmed{color:#646464;background-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:after,body .yoast-button.dimmed:after{border-left-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:before,body .yoast-button.dimmed:before{border-right-color:#dcdcdc}.yoast_academy .yoast-button.dimmed:hover,.yoast_academy .yoast-button.dimmed a:focus,body .yoast-button.dimmed:hover,body .yoast-button.dimmed a:focus{background-color:#cdcdcd;color:#646464;text-decoration:underline}.yoast_academy .yoast-button.dimmed:hover:after,.yoast_academy .yoast-button.dimmed a:focus:after,body .yoast-button.dimmed:hover:after,body .yoast-button.dimmed a:focus:after{border-left-color:#cdcdcd}.yoast_academy .yoast-button.dimmed:hover:before,.yoast_academy .yoast-button.dimmed a:focus:before,body .yoast-button.dimmed:hover:before,body .yoast-button.dimmed a:focus:before{border-right-color:#cdcdcd}.yoast-button--noarrow:after{content:none}.yoast-button--naked{border:none;background-color:initial;padding:0}.yoast-button--naked:after{content:none}.yoast-button i.fa{font-size:140%;margin:4px 10px 0 0}.yoast-promoblock{margin-bottom:1.88rem;box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px}.yoast-promoblock p{color:#000}.yoast-promoblock p:last-of-type{margin-bottom:0}.yoast-promoblock i.blockicon{position:absolute;right:10px;bottom:10px;padding:0 0 0 .5em;font-size:2.25em}.yoast-promoblock a img{border:1px solid #dcdcdc}.yoast-promoblock p a{font-weight:600!important;text-decoration:underline}.yoast-promoblock form a{font-weight:400!important;text-decoration:none}.yoast-promoblock .h4,.yoast-promoblock h4{margin-bottom:.7rem}.yoast-promoblock.link{border-color:#dc5c04}.yoast-promoblock.link a,.yoast-promoblock.link a:hover{color:#dc5c04}.yoast-promoblock--white{border-color:#fff!important}.product .yoast-promoblock{overflow:hidden}.yoast-promoblock--hometitle{max-width:16em;height:11em;margin:1rem auto 2rem;display:flex;font-size:16px;font-size:1rem;line-height:1;background-color:rgba(217,63,105,.25);border-color:#fff!important}@media only screen and (max-width:30rem){.yoast-promoblock--hometitle:after{content:none!important}}.yoast-promoblock--imageholder{padding:0;margin-bottom:0}.yoast-promoblock--imageholdersmall{position:absolute}.yoast-promoblock--imageholdersmall:first-child{left:4rem}.yoast-promoblock--imageholdersmall:last-child{top:4rem}@media only screen and (max-width:50rem){.yoast-promoblock h2{margin-bottom:0}}a.promoblock{text-decoration:none;color:#000}a.promoblock:hover{text-decoration:none}.promoblockimage__holder{width:240px;height:295px;position:relative}.yoast{font-family:Open Sans,Arial,sans-serif;font-size:1rem;line-height:1.88;letter-spacing:.01em;color:#000}.yoast *,.yoast :after,.yoast :before{box-sizing:border-box}.yoast-hr{margin:0;border:0;padding-bottom:1.88rem;position:relative}.yoast-list--usp li:before{content:"";background:var(--svg-icon-check) no-repeat;background-size:contain;width:1em;height:100%;background-position:left .4em}.yoast-button--purple{background-color:#5d237a}.yoast-button-go-to:after{content:" \00BB";position:static;top:auto;right:auto;width:auto;height:auto;border:none}.yoast-button--extension{color:#fff;text-transform:uppercase;padding-left:.8em;padding-right:.8em}.yoast-button--extension+.yoast-button--extension-activated,.yoast-button--extension+.yoast-button--extension-not-activated{margin-left:0}.yoast-button--extension-activated:hover,.yoast-button--extension-installed:hover,.yoast-button--extension-not-activated:hover{text-decoration:none}.yoast-button--extension-installed{margin-right:.2rem}.yoast-button--extension-installed,.yoast-button--extension-installed:hover{background-color:#008a00}.yoast-button--extension-not-activated,.yoast-button--extension-not-activated:hover{background-color:#dc3232}.yoast-button--extension-activated,.yoast-button--extension-activated:hover{background-color:#008a00}.yoast-button-upsell{width:100%;margin-bottom:1em}@media only screen and (min-width:30rem){.yoast-button-upsell{width:auto;margin-right:1.36rem}}.yoast-promo-extensions{display:flex;flex-wrap:wrap;margin-left:-24px}.yoast-promo-extensions>h2{width:100%;margin-left:32px;margin-bottom:32px}.yoast-promo-extension{display:flex;flex-direction:column;max-width:340px;background-color:#fff;margin-left:32px}.yoast-promo-extension:first-child{margin-left:0}.yoast-promo-extension img{float:right;width:100px;height:100px;margin-bottom:.8rem}@media screen and (max-width:900px){.yoast-promo-extension img{display:none}}.yoast-promo-extension .yoast-button-container{margin-top:auto}.yoast-promo-extension .yoast-button-container div.yoast-button--extension{cursor:default}.yoast-promo-extension .yoast-button{width:100%;max-height:none;font-size:.9rem}.yoast-promo-extension .yoast-button--installed{color:#fff}.yoast-promo-extension .yoast-button--extension{font-size:.9rem;text-align:center;margin-top:0}.yoast-promo-extension .yoast-button--extension-installed{margin:0 2% 0 0;width:48%}.yoast-promo-extension .yoast-button--extension-activated,.yoast-promo-extension .yoast-button--extension-not-activated{margin-left:0;margin-right:0;width:48%}.yoast-promo-extension .yoast-button-upsell{width:100%}.yoast-promo-extension h3{color:#a4286a}@media screen and (max-width:900px){.yoast-promo-extension{max-width:none;width:100%}}.yoast-seo-premium-extension{margin:2em .5em 1.5em}.yoast-seo-premium-extension:after,.yoast-seo-premium-extension:before{content:"";display:table}.yoast-seo-premium-extension:after{clear:both}.yoast-seo-premium-benefits__title{font-weight:600}.yoast-seo-premium-benefits__description:before{content:"– "}.yoast-link--license,.yoast-link--more-info{color:#a4286a;font-weight:600}.yoast-link--license{margin:1em 0 0}.yoast-promo-extension .yoast-link--license{display:block;margin:1em 0 0}.yoast-link--license:after{content:" \00BB"}.yoast-link--more-info{background:var(--svg-icon-info);padding-left:calc(1em + 5px);background-size:1em;background-repeat:no-repeat;background-position:0}.yoast-link--more-info:after{content:" \00BB"}.yoast-promo-extension .yoast-link--more-info{display:block;margin:0;background-position:0}.yoast-heading-highlight{color:#a4286a;font-weight:600}.yoast-money-back-guarantee{font-style:italic;font-size:1.1em}.yoast-license-status-active{padding:3px 6px;color:#fff;background:#008a00}.yoast-license-status-inactive{padding:3px 6px;color:#fff;background:#dc3232}
|
css/dist/yst_plugin_tools-1404-rtl.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.wpseo_content_wrapper{display:table;width:100%;table-layout:fixed}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}#wpseo_content_top{width:100%}tr.yst_row{margin:5px 0 0;padding:5px 0 0}#sidebar-container{width:300px;padding-right:20px}tr.yst_row.even{background-color:#f6f6f6}.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{float:right;width:200px;margin:5px 0}.wpseo_content_wrapper label.select.error,.wpseo_content_wrapper label.textinput.error{color:#dc3232;font-weight:700}.wpseo_content_wrapper .yoast-inline-label{float:none;display:inline-block;margin:0 0 8px}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select,.wpseo_content_wrapper textarea{width:400px}.wpseo_content_wrapper input.large-text,.wpseo_content_wrapper textarea.large-text{width:99%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select.select,.wpseo_content_wrapper textarea.textinput{margin:0 0 15px}.wpseo_content_wrapper input.textinput[aria-invalid=true]{color:#000;background:#f9dcdc url(../../images/error-icon.svg) no-repeat calc(100% - (100% - 6px)) 50%;background-size:12px;border:1px solid #dc3232;padding-left:24px}.wpseo_content_wrapper input.textinput[aria-invalid=true][aria-describedby]{margin-bottom:.5rem}.wpseo_content_wrapper .yoast-input-validation__error-description{width:400px;padding-right:200px;margin:0 0 1rem;color:#8f1919}.wpseo_content_wrapper input.checkbox,.wpseo_content_wrapper input.checkbox.double,.wpseo_content_wrapper input.radio{margin:6px 0 6px 10px}.wpseo_content_wrapper .textinput.metadesc{height:50px}.wpseo_content_wrapper textarea.import{width:500px;height:100px}.wpseo_content_wrapper p.desc{margin:6px 0 10px;padding:0 25px 8px 0}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{margin:0 0 20px;padding:0 200px 10px 0}.wpseo_content_wrapper h4{clear:both;margin:1.2em 0 .5em}.wpseo_content_wrapper .postbox{margin:10px 0 0 10px}.wpseo_content_wrapper .postbox form{line-height:150%}.wpseo_content_wrapper .text{width:250px}.wpseo_content_wrapper .correct{padding:5px;color:#fff;background-color:green}.wpseo_content_wrapper .wrong{padding:5px;color:#fff;background-color:#dc3232}.wpseo_content_wrapper .wrong code{padding:3px 8px;color:#000}.wpseo_content_wrapper .button.fixit{float:left;margin:0 5px}.wpseo_content_wrapper .button.checkit{float:left;margin:0 5px;padding:5px 8px}.wpseo_content_wrapper .disabled-note{margin:0 0 8px;color:#888}.wpseo_content_wrapper #separator{margin:1.5em 0 .5em}.wpseo_content_wrapper #separator input.radio{position:absolute;right:-9999em;width:1px;height:1px}.wpseo_content_wrapper #separator input.radio+label{float:right;width:30px!important;margin:0 0 .5em 5px!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}.wpseo_content_wrapper #separator input.radio:checked+label{border:3px solid #a4286a;background-color:#fff;padding:7px 4px}.wpseo_content_wrapper #separator input.radio:focus+label{outline:2px solid #5b9dd9}.wpseo_content_wrapper .svg-container{text-align:center}.wpseo_content_wrapper .svg-container .dashicons{width:200px;height:100px;font-size:100px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger{width:100%;padding:16px;font-size:1rem}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:focus{outline:1px solid #0066cd;outline-offset:-1px;box-shadow:0 0 3px rgba(8,74,103,.8)}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:active{box-shadow:none}.wpseo_content_wrapper .paper.tab-block h2.collapsible-header{margin:0!important;padding:0!important}.wpseo_content_wrapper .paper.tab-block.metabox button.toggleable-container-trigger{color:#555}.wpseo_content_wrapper .paper.tab-block.metabox.wpseotab{padding:0;border:0}.wpseo_content_wrapper .paper.tab-block.search-appearance{max-width:632px;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff}.wpseo_content_wrapper .paper.tab-block .paper-container{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-container:first-child{margin-top:0}.wpseo_content_wrapper .paper.tab-block .paper-title{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-title h2{margin:0}.wpseo_content_wrapper .paper.tab-block .tab-block:first-child{margin-top:0}.wpseo_content_wrapper .wpseo-collapsible-container{background-color:#fff;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7;margin-top:-1px}.wpseo_content_wrapper .toggleable-container-trigger{border:0;background:none;cursor:pointer;width:100%;padding:0;text-align:right}.wpseo_content_wrapper .toggleable-container-icon{float:left;width:20px;height:20px;position:relative}.wpseo_content_wrapper .toggleable-container-trigger .toggleable-container-icon:after{content:"";display:block;padding:14px;position:absolute;top:-4px;right:-4px}.wpseo_content_wrapper .toggleable-container-hidden{display:none}.wpseo_content_wrapper h3{font-size:1.15em;margin:1em 0 .5em}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.yoast-alert p,.yoast-container .container,.yoast .search-box{max-width:none}table.wpseo th{text-align:right}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;margin:5px 0 0;padding:5px;color:#c62d2d}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h1.wpseo-redirect-url-title{margin:1em 0 .5em;font-size:1.3em}table.yoast_help{border-collapse:collapse;width:100%}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;color:#444}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:right;vertical-align:top}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}table.yoast_help thead tr,table.yoast_help thead tr:hover{background-color:#fff}table.yoast_help .yoast-variable-name{font-weight:600;white-space:nowrap}table.yoast_help .yoast-variable-desc{min-width:300px}.yoast-notice-blocking-files code{line-height:2;color:#000}.yoast-notice-blocking-files .button{margin:.5em 0}.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}.wpseotab{display:none}.wpseotab.active{display:block}.wpseotab p.expl{margin-right:6px}.wpseotab .tab-block{display:block;margin:30px 0}.wpseotab p.expl strong{font-size:115%}#wpseo-debug-info{clear:both;margin:20px 0 0;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}#wpseo-debug-info h2{margin:0;cursor:auto}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{display:inline-block;padding-right:20px;color:#c00}input.wpseo-new-title,textarea.wpseo-new-metadesc{width:100%;max-width:100%}body.toplevel_page_wpseo_dashboard .wp-badge{background:transparent url(../../images/Yoast_SEO_Icon.svg) no-repeat 50% 10px;background-size:140px 140px;box-shadow:none}#wpseo_progressbar{height:25px;border:1px solid #006691}#wpseo_progressbar .ui-progressbar-value{height:25px;background:#006691}.wpseo-progressbar-wrapper{display:inline;width:100%}.wpseo-progressbar{display:block;width:100%;height:25px;border:1px solid #006691}.wpseo-progressbar .ui-progressbar-value{height:25px;background:#006691}.archives-titles-metas-content{padding-top:1em}.yoast-sidebar__title{width:100%;margin:5px 0;padding:10px 0;color:#a4286a;text-align:right;box-sizing:border-box;line-height:19px;border-bottom:1px solid #a4286a}.yoast-sidebar__section{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;background-color:#fff;padding:16px;margin:10px 0 20px}.yoast-sidebar__section h2{margin-top:0;color:#a4286a}.yoast-sidebar__section a{color:#0085ba}.yoast-sidebar__section ul{position:relative}.yoast-sidebar__section li{list-style:none;margin-right:20px}.yoast-sidebar__section li:before{content:"+";position:absolute;right:0;font-weight:700}.yoast-sidebar__section div{position:relative;margin:10px 0 20px}.yoast-sidebar__section div img{float:left;width:70px;height:70px;margin:0 10px 0 0}.yoast-sidebar__section div img.alignleft{margin:0 0 0 10px;float:right}.yoast-sidebar__section div p{float:right;width:100%;margin:0}.wpseo-banner__link{display:inline-block}.wpseo-banner__image{vertical-align:top}.yoast_premium_upsell{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px;background-color:#fff;max-width:640px;overflow:hidden;margin-top:2em}.yoast_premium_upsell--header{color:#a4286a;margin-top:.3em;font-size:1.7em;font-weight:700}.yoast_premium_upsell--motivation{display:flex;flex-wrap:wrap}.yoast_premium_upsell--motivation li{flex:0 0 50%;list-style:none}.yoast_premium_upsell--argument{padding:0 20px 0 8px}.yoast_premium_upsell--argument:before{position:relative;right:-16px;margin-left:-10px;font-weight:700;content:"+";top:-1px}@media screen and (max-width:480px){.yoast_premium_upsell--motivation{display:block}}.yoast-variable-desc{min-width:300px}.yoast-table-scrollable,.yoast-table-scrollable td,.yoast-table-scrollable th{box-sizing:border-box}.yoast-table-scrollable__container.yoast-has-scroll{position:relative;overflow:hidden}.yoast-table-scrollable__container.yoast-has-scroll:after{content:"";position:absolute;top:0;right:100%;width:50px;height:calc(100% - 16px);border-radius:0 10px 10px 0/0 50% 50% 0;box-shadow:5px 0 10px rgba(0,0,0,.25)}.yoast-table-scrollable__container.yoast-has-scroll .yoast-table-scrollable__inner{overflow-x:scroll;padding-bottom:16px}.yoast-table-scrollable__hintwrapper{display:none}.yoast-table-scrollable__hintwrapper.yoast-has-scroll{display:block;margin:1em 0;text-align:center}.yoast-has-scroll .yoast-table-scrollable__hint{display:inline-block}.yoast-has-scroll .yoast-table-scrollable__hint:before{content:"\21c4";display:inline-block;margin-left:10px;font-size:20px;line-height:inherit;vertical-align:text-top}.yoast-styled-select{display:inline-flex;align-items:center;position:relative;margin-bottom:1em}.yoast-styled-select:after,.yoast-styled-select:before{content:"";position:absolute;top:0;bottom:0;pointer-events:none}.yoast-styled-select:before{width:28px;left:0}.yoast-styled-select:after{width:0;height:0;border-top:4px solid transparent;border-color:#555 transparent transparent;border-style:solid;border-width:5px 4px 0;margin:auto;left:6px;z-index:1}.yoast-styled-select select{height:28px;box-sizing:border-box;margin:0;padding:4px 8px 4px 32px;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #aaa;border-radius:4px;line-height:1;color:#32373c}.yoast-styled-select select.error{border-color:#dc3232;border-width:2px}.wpseo_content_wrapper .yoast-styled-select select.select{margin:0}.yoast-styled-select select:focus{border-color:#5b9dd9}.yoast-styled-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #32373c}.yoast-styled-select select[disabled]{opacity:.75}.yoast-styled-select select::-ms-expand{display:none}@media screen and (max-width:1024px){.wpseo_content_cell,.wpseo_content_wrapper{display:block;height:auto}#wpseo_content_top{width:auto}#sidebar-container{width:auto;padding:0}.yoast-sidebar__product-list{display:flex;border-bottom:1px solid #ddd}.yoast-sidebar__product-list div p{word-wrap:break-word;width:calc(100% - 50px)}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section:first-child{margin-left:40px}}@media screen and (max-width:782px){.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{display:inline-block;float:none;width:auto}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper textarea,.wpseo_content_wrapper textarea.textinput{display:block;width:100%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper select,.wpseo_content_wrapper select.select{display:block;max-width:100%;margin:0 0 5px}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{padding-right:0}.wpseo_content_wrapper .textinput[aria-invalid=true][aria-describedby]+br{display:none}.wpseo_content_wrapper .yoast-input-validation__error-description{width:auto;padding-right:0}}@media screen and (max-width:600px){.yoast-sidebar__product-list{display:block;border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:1px solid #ddd}.yoast-sidebar__product-list .yoast-sidebar__section p{word-wrap:break-word;width:calc(100% - 50px);padding-right:50px}}@media screen and (max-width:500px){body.toplevel_page_wpseo_dashboard .wp-badge{padding-top:80px;background-size:100px 100px;background-color:#a4286a;box-shadow:0 1px 3px rgba(0,0,0,.2)}}.wpseo-checkmark-ok-icon{float:right;width:18px;margin-left:5px;height:18px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:18px;vertical-align:top}
|
|
css/dist/yst_plugin_tools-1404.css
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.wpseo_content_wrapper{display:table;width:100%;table-layout:fixed}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}#wpseo_content_top{width:100%}tr.yst_row{margin:5px 0 0;padding:5px 0 0}#sidebar-container{width:300px;padding-left:20px}tr.yst_row.even{background-color:#f6f6f6}.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{float:left;width:200px;margin:5px 0}.wpseo_content_wrapper label.select.error,.wpseo_content_wrapper label.textinput.error{color:#dc3232;font-weight:700}.wpseo_content_wrapper .yoast-inline-label{float:none;display:inline-block;margin:0 0 8px}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select,.wpseo_content_wrapper textarea{width:400px}.wpseo_content_wrapper input.large-text,.wpseo_content_wrapper textarea.large-text{width:99%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select.select,.wpseo_content_wrapper textarea.textinput{margin:0 0 15px}.wpseo_content_wrapper input.textinput[aria-invalid=true]{color:#000;background:#f9dcdc url(../../images/error-icon.svg) no-repeat calc(100% - 6px) 50%;background-size:12px;border:1px solid #dc3232;padding-right:24px}.wpseo_content_wrapper input.textinput[aria-invalid=true][aria-describedby]{margin-bottom:.5rem}.wpseo_content_wrapper .yoast-input-validation__error-description{width:400px;padding-left:200px;margin:0 0 1rem;color:#8f1919}.wpseo_content_wrapper input.checkbox,.wpseo_content_wrapper input.checkbox.double,.wpseo_content_wrapper input.radio{margin:6px 10px 6px 0}.wpseo_content_wrapper .textinput.metadesc{height:50px}.wpseo_content_wrapper textarea.import{width:500px;height:100px}.wpseo_content_wrapper p.desc{margin:6px 0 10px;padding:0 0 8px 25px}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{margin:0 0 20px;padding:0 0 10px 200px}.wpseo_content_wrapper h4{clear:both;margin:1.2em 0 .5em}.wpseo_content_wrapper .postbox{margin:10px 10px 0 0}.wpseo_content_wrapper .postbox form{line-height:150%}.wpseo_content_wrapper .text{width:250px}.wpseo_content_wrapper .correct{padding:5px;color:#fff;background-color:green}.wpseo_content_wrapper .wrong{padding:5px;color:#fff;background-color:#dc3232}.wpseo_content_wrapper .wrong code{padding:3px 8px;color:#000}.wpseo_content_wrapper .button.fixit{float:right;margin:0 5px}.wpseo_content_wrapper .button.checkit{float:right;margin:0 5px;padding:5px 8px}.wpseo_content_wrapper .disabled-note{margin:0 0 8px;color:#888}.wpseo_content_wrapper #separator{margin:1.5em 0 .5em}.wpseo_content_wrapper #separator input.radio{position:absolute;left:-9999em;width:1px;height:1px}.wpseo_content_wrapper #separator input.radio+label{float:left;width:30px!important;margin:0 5px .5em 0!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}.wpseo_content_wrapper #separator input.radio:checked+label{border:3px solid #a4286a;background-color:#fff;padding:7px 4px}.wpseo_content_wrapper #separator input.radio:focus+label{outline:2px solid #5b9dd9}.wpseo_content_wrapper .svg-container{text-align:center}.wpseo_content_wrapper .svg-container .dashicons{width:200px;height:100px;font-size:100px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger{width:100%;padding:16px;font-size:1rem}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:focus{outline:1px solid #0066cd;outline-offset:-1px;box-shadow:0 0 3px rgba(8,74,103,.8)}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:active{box-shadow:none}.wpseo_content_wrapper .paper.tab-block h2.collapsible-header{margin:0!important;padding:0!important}.wpseo_content_wrapper .paper.tab-block.metabox button.toggleable-container-trigger{color:#555}.wpseo_content_wrapper .paper.tab-block.metabox.wpseotab{padding:0;border:0}.wpseo_content_wrapper .paper.tab-block.search-appearance{max-width:632px;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff}.wpseo_content_wrapper .paper.tab-block .paper-container{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-container:first-child{margin-top:0}.wpseo_content_wrapper .paper.tab-block .paper-title{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-title h2{margin:0}.wpseo_content_wrapper .paper.tab-block .tab-block:first-child{margin-top:0}.wpseo_content_wrapper .wpseo-collapsible-container{background-color:#fff;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7;margin-top:-1px}.wpseo_content_wrapper .toggleable-container-trigger{border:0;background:none;cursor:pointer;width:100%;padding:0;text-align:left}.wpseo_content_wrapper .toggleable-container-icon{float:right;width:20px;height:20px;position:relative}.wpseo_content_wrapper .toggleable-container-trigger .toggleable-container-icon:after{content:"";display:block;padding:14px;position:absolute;top:-4px;left:-4px}.wpseo_content_wrapper .toggleable-container-hidden{display:none}.wpseo_content_wrapper h3{font-size:1.15em;margin:1em 0 .5em}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.yoast-alert p,.yoast-container .container,.yoast .search-box{max-width:none}table.wpseo th{text-align:left}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;margin:5px 0 0;padding:5px;color:#c62d2d}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h1.wpseo-redirect-url-title{margin:1em 0 .5em;font-size:1.3em}table.yoast_help{border-collapse:collapse;width:100%}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;color:#444}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:left;vertical-align:top}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}table.yoast_help thead tr,table.yoast_help thead tr:hover{background-color:#fff}table.yoast_help .yoast-variable-name{font-weight:600;white-space:nowrap}table.yoast_help .yoast-variable-desc{min-width:300px}.yoast-notice-blocking-files code{line-height:2;color:#000}.yoast-notice-blocking-files .button{margin:.5em 0}.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}.wpseotab{display:none}.wpseotab.active{display:block}.wpseotab p.expl{margin-left:6px}.wpseotab .tab-block{display:block;margin:30px 0}.wpseotab p.expl strong{font-size:115%}#wpseo-debug-info{clear:both;margin:20px 0 0;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}#wpseo-debug-info h2{margin:0;cursor:auto}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{display:inline-block;padding-left:20px;color:#c00}input.wpseo-new-title,textarea.wpseo-new-metadesc{width:100%;max-width:100%}body.toplevel_page_wpseo_dashboard .wp-badge{background:transparent url(../../images/Yoast_SEO_Icon.svg) no-repeat 50% 10px;background-size:140px 140px;box-shadow:none}#wpseo_progressbar{height:25px;border:1px solid #006691}#wpseo_progressbar .ui-progressbar-value{height:25px;background:#006691}.wpseo-progressbar-wrapper{display:inline;width:100%}.wpseo-progressbar{display:block;width:100%;height:25px;border:1px solid #006691}.wpseo-progressbar .ui-progressbar-value{height:25px;background:#006691}.archives-titles-metas-content{padding-top:1em}.yoast-sidebar__title{width:100%;margin:5px 0;padding:10px 0;color:#a4286a;text-align:left;box-sizing:border-box;line-height:19px;border-bottom:1px solid #a4286a}.yoast-sidebar__section{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;background-color:#fff;padding:16px;margin:10px 0 20px}.yoast-sidebar__section h2{margin-top:0;color:#a4286a}.yoast-sidebar__section a{color:#0085ba}.yoast-sidebar__section ul{position:relative}.yoast-sidebar__section li{list-style:none;margin-left:20px}.yoast-sidebar__section li:before{content:"+";position:absolute;left:0;font-weight:700}.yoast-sidebar__section div{position:relative;margin:10px 0 20px}.yoast-sidebar__section div img{float:right;width:70px;height:70px;margin:0 0 0 10px}.yoast-sidebar__section div img.alignleft{margin:0 10px 0 0;float:left}.yoast-sidebar__section div p{float:left;width:100%;margin:0}.wpseo-banner__link{display:inline-block}.wpseo-banner__image{vertical-align:top}.yoast_premium_upsell{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px;background-color:#fff;max-width:640px;overflow:hidden;margin-top:2em}.yoast_premium_upsell--header{color:#a4286a;margin-top:.3em;font-size:1.7em;font-weight:700}.yoast_premium_upsell--motivation{display:flex;flex-wrap:wrap}.yoast_premium_upsell--motivation li{flex:0 0 50%;list-style:none}.yoast_premium_upsell--argument{padding:0 8px 0 20px}.yoast_premium_upsell--argument:before{position:relative;left:-16px;margin-right:-10px;font-weight:700;content:"+";top:-1px}@media screen and (max-width:480px){.yoast_premium_upsell--motivation{display:block}}.yoast-variable-desc{min-width:300px}.yoast-table-scrollable,.yoast-table-scrollable td,.yoast-table-scrollable th{box-sizing:border-box}.yoast-table-scrollable__container.yoast-has-scroll{position:relative;overflow:hidden}.yoast-table-scrollable__container.yoast-has-scroll:after{content:"";position:absolute;top:0;left:100%;width:50px;height:calc(100% - 16px);border-radius:10px 0 0 10px/50% 0 0 50%;box-shadow:-5px 0 10px rgba(0,0,0,.25)}.yoast-table-scrollable__container.yoast-has-scroll .yoast-table-scrollable__inner{overflow-x:scroll;padding-bottom:16px}.yoast-table-scrollable__hintwrapper{display:none}.yoast-table-scrollable__hintwrapper.yoast-has-scroll{display:block;margin:1em 0;text-align:center}.yoast-has-scroll .yoast-table-scrollable__hint{display:inline-block}.yoast-has-scroll .yoast-table-scrollable__hint:before{content:"\21c4";display:inline-block;margin-right:10px;font-size:20px;line-height:inherit;vertical-align:text-top}.yoast-styled-select{display:inline-flex;align-items:center;position:relative;margin-bottom:1em}.yoast-styled-select:after,.yoast-styled-select:before{content:"";position:absolute;top:0;bottom:0;pointer-events:none}.yoast-styled-select:before{width:28px;right:0}.yoast-styled-select:after{width:0;height:0;border-top:4px solid transparent;border-color:#555 transparent transparent;border-style:solid;border-width:5px 4px 0;margin:auto;right:6px;z-index:1}.yoast-styled-select select{height:28px;box-sizing:border-box;margin:0;padding:4px 32px 4px 8px;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #aaa;border-radius:4px;line-height:1;color:#32373c}.yoast-styled-select select.error{border-color:#dc3232;border-width:2px}.wpseo_content_wrapper .yoast-styled-select select.select{margin:0}.yoast-styled-select select:focus{border-color:#5b9dd9}.yoast-styled-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #32373c}.yoast-styled-select select[disabled]{opacity:.75}.yoast-styled-select select::-ms-expand{display:none}@media screen and (max-width:1024px){.wpseo_content_cell,.wpseo_content_wrapper{display:block;height:auto}#wpseo_content_top{width:auto}#sidebar-container{width:auto;padding:0}.yoast-sidebar__product-list{display:flex;border-bottom:1px solid #ddd}.yoast-sidebar__product-list div p{word-wrap:break-word;width:calc(100% - 50px)}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section:first-child{margin-right:40px}}@media screen and (max-width:782px){.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{display:inline-block;float:none;width:auto}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper textarea,.wpseo_content_wrapper textarea.textinput{display:block;width:100%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper select,.wpseo_content_wrapper select.select{display:block;max-width:100%;margin:0 0 5px}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{padding-left:0}.wpseo_content_wrapper .textinput[aria-invalid=true][aria-describedby]+br{display:none}.wpseo_content_wrapper .yoast-input-validation__error-description{width:auto;padding-left:0}}@media screen and (max-width:600px){.yoast-sidebar__product-list{display:block;border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:1px solid #ddd}.yoast-sidebar__product-list .yoast-sidebar__section p{word-wrap:break-word;width:calc(100% - 50px);padding-left:50px}}@media screen and (max-width:500px){body.toplevel_page_wpseo_dashboard .wp-badge{padding-top:80px;background-size:100px 100px;background-color:#a4286a;box-shadow:0 1px 3px rgba(0,0,0,.2)}}.wpseo-checkmark-ok-icon{float:left;width:18px;margin-right:5px;height:18px;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20role%3D%22img%22%20aria%2Dhidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20fill%3D%22%2377B227%22%20d%3D%22M1671%20566q0%2040%2D28%2068l%2D724%20724%2D136%20136q%2D28%2028%2D68%2028t%2D68%2D28l%2D136%2D136%2D362%2D362q%2D28%2D28%2D28%2D68t28%2D68l136%2D136q28%2D28%2068%2D28t68%2028l294%20295%20656%2D657q28%2D28%2068%2D28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E") no-repeat;background-size:18px;vertical-align:top}
|
|
css/dist/yst_plugin_tools-1410-rtl.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.wpseo_content_wrapper{display:table;width:100%;table-layout:fixed}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}#wpseo_content_top{width:100%}tr.yst_row{margin:5px 0 0;padding:5px 0 0}#sidebar-container{width:300px;padding-right:20px}tr.yst_row.even{background-color:#f6f6f6}.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{float:right;width:200px;margin:5px 0}.wpseo_content_wrapper label.select.error,.wpseo_content_wrapper label.textinput.error{color:#dc3232;font-weight:700}.wpseo_content_wrapper .yoast-inline-label{float:none;display:inline-block;margin:0 0 8px}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select,.wpseo_content_wrapper textarea{width:400px}.wpseo_content_wrapper input.large-text,.wpseo_content_wrapper textarea.large-text{width:99%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select.select,.wpseo_content_wrapper textarea.textinput{margin:0 0 15px}.wpseo_content_wrapper input.textinput[aria-invalid=true]{color:#000;background:#f9dcdc url(../../images/error-icon.svg) no-repeat calc(100% - (100% - 6px)) 50%;background-size:12px;border:1px solid #dc3232;padding-left:24px}.wpseo_content_wrapper input.textinput[aria-invalid=true][aria-describedby]{margin-bottom:.5rem}.wpseo_content_wrapper .yoast-input-validation__error-description{width:400px;padding-right:200px;margin:0 0 1rem;color:#8f1919}.wpseo_content_wrapper input.checkbox,.wpseo_content_wrapper input.checkbox.double,.wpseo_content_wrapper input.radio{margin:6px 0 6px 10px}.wpseo_content_wrapper .textinput.metadesc{height:50px}.wpseo_content_wrapper textarea.import{width:500px;height:100px}.wpseo_content_wrapper p.desc{margin:6px 0 10px;padding:0 25px 8px 0}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{margin:0 0 20px;padding:0 200px 10px 0}.wpseo_content_wrapper h4{clear:both;margin:1.2em 0 .5em}.wpseo_content_wrapper .postbox{margin:10px 0 0 10px}.wpseo_content_wrapper .postbox form{line-height:150%}.wpseo_content_wrapper .text{width:250px}.wpseo_content_wrapper .correct{padding:5px;color:#fff;background-color:green}.wpseo_content_wrapper .wrong{padding:5px;color:#fff;background-color:#dc3232}.wpseo_content_wrapper .wrong code{padding:3px 8px;color:#000}.wpseo_content_wrapper .button.fixit{float:left;margin:0 5px}.wpseo_content_wrapper .button.checkit{float:left;margin:0 5px;padding:5px 8px}.wpseo_content_wrapper .disabled-note{margin:0 0 8px;color:#888}.wpseo_content_wrapper #separator{margin:1.5em 0 .5em}.wpseo_content_wrapper #separator input.radio{position:absolute;right:-9999em;width:1px;height:1px}.wpseo_content_wrapper #separator input.radio+label{float:right;width:30px!important;margin:0 0 .5em 5px!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}.wpseo_content_wrapper #separator input.radio:checked+label{border:3px solid #a4286a;background-color:#fff;padding:7px 4px}.wpseo_content_wrapper #separator input.radio:focus+label{outline:2px solid #5b9dd9}.wpseo_content_wrapper .svg-container{text-align:center}.wpseo_content_wrapper .svg-container .dashicons{width:200px;height:100px;font-size:100px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger{width:100%;padding:16px;font-size:1rem}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:focus{outline:1px solid #0066cd;outline-offset:-1px;box-shadow:0 0 3px rgba(8,74,103,.8)}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:active{box-shadow:none}.wpseo_content_wrapper .paper.tab-block h2.collapsible-header{margin:0!important;padding:0!important}.wpseo_content_wrapper .paper.tab-block.metabox button.toggleable-container-trigger{color:#555}.wpseo_content_wrapper .paper.tab-block.metabox.wpseotab{padding:0;border:0}.wpseo_content_wrapper .paper.tab-block.search-appearance{max-width:632px;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff}.wpseo_content_wrapper .paper.tab-block .paper-container{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-container:first-child{margin-top:0}.wpseo_content_wrapper .paper.tab-block .paper-title{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-title h2{margin:0}.wpseo_content_wrapper .paper.tab-block .tab-block:first-child{margin-top:0}.wpseo_content_wrapper .wpseo-collapsible-container{background-color:#fff;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7;margin-top:-1px}.wpseo_content_wrapper .toggleable-container-trigger{border:0;background:none;cursor:pointer;width:100%;padding:0;text-align:right}.wpseo_content_wrapper .toggleable-container-icon{float:left;width:20px;height:20px;position:relative}.wpseo_content_wrapper .toggleable-container-trigger .toggleable-container-icon:after{content:"";display:block;padding:14px;position:absolute;top:-4px;right:-4px}.wpseo_content_wrapper .toggleable-container-hidden{display:none}.wpseo_content_wrapper h3{font-size:1.15em;margin:1em 0 .5em}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.yoast-container .container,.yoast-notification p,.yoast .search-box{max-width:none}table.wpseo th{text-align:right}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;margin:5px 0 0;padding:5px;color:#c62d2d}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h1.wpseo-redirect-url-title{margin:1em 0 .5em;font-size:1.3em}table.yoast_help{border-collapse:collapse;width:100%}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;color:#444}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:right;vertical-align:top}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}table.yoast_help thead tr,table.yoast_help thead tr:hover{background-color:#fff}table.yoast_help .yoast-variable-name{font-weight:600;white-space:nowrap}table.yoast_help .yoast-variable-desc{min-width:300px}.yoast-notice-blocking-files code{line-height:2;color:#000}.yoast-notice-blocking-files .button{margin:.5em 0}.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}.wpseotab{display:none}.wpseotab.active{display:block}.wpseotab p.expl{margin-right:6px}.wpseotab .tab-block{display:block;margin:30px 0}.wpseotab p.expl strong{font-size:115%}#wpseo-debug-info{clear:both;margin:20px 0 0;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}#wpseo-debug-info h2{margin:0;cursor:auto}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{display:inline-block;padding-right:20px;color:#c00}input.wpseo-new-title,textarea.wpseo-new-metadesc{width:100%;max-width:100%}body.toplevel_page_wpseo_dashboard .wp-badge{background:transparent url(../../images/Yoast_SEO_Icon.svg) no-repeat 50% 10px;background-size:140px 140px;box-shadow:none}#wpseo_progressbar{height:25px;border:1px solid #006691}#wpseo_progressbar .ui-progressbar-value{height:25px;background:#006691}.wpseo-progressbar-wrapper{display:inline;width:100%}.wpseo-progressbar{display:block;width:100%;height:25px;border:1px solid #006691}.wpseo-progressbar .ui-progressbar-value{height:25px;background:#006691}.archives-titles-metas-content{padding-top:1em}.yoast-sidebar__title{width:100%;margin:5px 0;padding:10px 0;color:#a4286a;text-align:right;box-sizing:border-box;line-height:19px;border-bottom:1px solid #a4286a}.yoast-sidebar__section{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;background-color:#fff;padding:16px;margin:10px 0 20px}.yoast-sidebar__section h2{margin-top:0;color:#a4286a}.yoast-sidebar__section a{color:#0085ba}.yoast-sidebar__section ul{position:relative}.yoast-sidebar__section li{list-style:none;margin-right:20px}.yoast-sidebar__section li:before{content:"+";position:absolute;right:0;font-weight:700}.yoast-sidebar__section div{position:relative;margin:10px 0 20px}.yoast-sidebar__section div img{float:left;width:70px;height:70px;margin:0 10px 0 0}.yoast-sidebar__section div img.alignleft{margin:0 0 0 10px;float:right}.yoast-sidebar__section div p{float:right;width:100%;margin:0}.wpseo-banner__link{display:inline-block}.wpseo-banner__image{vertical-align:top}.yoast_premium_upsell{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px;background-color:#fff;max-width:640px;overflow:hidden;margin-top:2em}.yoast_premium_upsell--header{color:#a4286a;margin-top:.3em;font-size:1.7em;font-weight:700}.yoast_premium_upsell--motivation{display:flex;flex-wrap:wrap}.yoast_premium_upsell--motivation li{flex:0 0 50%;list-style:none}.yoast_premium_upsell--argument{padding:0 20px 0 8px}.yoast_premium_upsell--argument:before{position:relative;right:-16px;margin-left:-10px;font-weight:700;content:"+";top:-1px}@media screen and (max-width:480px){.yoast_premium_upsell--motivation{display:block}}.yoast-variable-desc{min-width:300px}.yoast-table-scrollable,.yoast-table-scrollable td,.yoast-table-scrollable th{box-sizing:border-box}.yoast-table-scrollable__container.yoast-has-scroll{position:relative;overflow:hidden}.yoast-table-scrollable__container.yoast-has-scroll:after{content:"";position:absolute;top:0;right:100%;width:50px;height:calc(100% - 16px);border-radius:0 10px 10px 0/0 50% 50% 0;box-shadow:5px 0 10px rgba(0,0,0,.25)}.yoast-table-scrollable__container.yoast-has-scroll .yoast-table-scrollable__inner{overflow-x:scroll;padding-bottom:16px}.yoast-table-scrollable__hintwrapper{display:none}.yoast-table-scrollable__hintwrapper.yoast-has-scroll{display:block;margin:1em 0;text-align:center}.yoast-has-scroll .yoast-table-scrollable__hint{display:inline-block}.yoast-has-scroll .yoast-table-scrollable__hint:before{content:"\21c4";display:inline-block;margin-left:10px;font-size:20px;line-height:inherit;vertical-align:text-top}.yoast-styled-select{display:inline-flex;align-items:center;position:relative;margin-bottom:1em}.yoast-styled-select:after,.yoast-styled-select:before{content:"";position:absolute;top:0;bottom:0;pointer-events:none}.yoast-styled-select:before{width:28px;left:0}.yoast-styled-select:after{width:0;height:0;border-top:4px solid transparent;border-color:#555 transparent transparent;border-style:solid;border-width:5px 4px 0;margin:auto;left:6px;z-index:1}.yoast-styled-select select{height:28px;box-sizing:border-box;margin:0;padding:4px 8px 4px 32px;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #aaa;border-radius:4px;line-height:1;color:#32373c}.yoast-styled-select select.error{border-color:#dc3232;border-width:2px}.wpseo_content_wrapper .yoast-styled-select select.select{margin:0}.yoast-styled-select select:focus{border-color:#5b9dd9}.yoast-styled-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #32373c}.yoast-styled-select select[disabled]{opacity:.75}.yoast-styled-select select::-ms-expand{display:none}@media screen and (max-width:1024px){.wpseo_content_cell,.wpseo_content_wrapper{display:block;height:auto}#wpseo_content_top{width:auto}#sidebar-container{width:auto;padding:0}.yoast-sidebar__product-list{display:flex;border-bottom:1px solid #ddd}.yoast-sidebar__product-list div p{word-wrap:break-word;width:calc(100% - 50px)}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section:first-child{margin-left:40px}}@media screen and (max-width:782px){.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{display:inline-block;float:none;width:auto}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper textarea,.wpseo_content_wrapper textarea.textinput{display:block;width:100%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper select,.wpseo_content_wrapper select.select{display:block;max-width:100%;margin:0 0 5px}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{padding-right:0}.wpseo_content_wrapper .textinput[aria-invalid=true][aria-describedby]+br{display:none}.wpseo_content_wrapper .yoast-input-validation__error-description{width:auto;padding-right:0}}@media screen and (max-width:600px){.yoast-sidebar__product-list{display:block;border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:1px solid #ddd}.yoast-sidebar__product-list .yoast-sidebar__section p{word-wrap:break-word;width:calc(100% - 50px);padding-right:50px}}@media screen and (max-width:500px){body.toplevel_page_wpseo_dashboard .wp-badge{padding-top:80px;background-size:100px 100px;background-color:#a4286a;box-shadow:0 1px 3px rgba(0,0,0,.2)}}.wpseo-checkmark-ok-icon{float:right;width:18px;margin-left:5px;height:18px;background:var(--svg-icon-check-ok) no-repeat;background-size:18px;vertical-align:top}
|
css/dist/yst_plugin_tools-1410.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
:root{--svg-icon-info:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23A4286A' d='M1152 1376v-160q0-14-9-23t-23-9h-96V672q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896V320q0-14-9-23t-23-9H800q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z'/%3E%3C/svg%3E");--svg-icon-check:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-check-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%2377B227' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");--svg-icon-caret-right:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E");--svg-icon-caret-left:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 192 512' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z'/%3E%3C/svg%3E");--svg-icon-eye:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 1280t-316.5-131.5T448 832q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1408t434.5-121.5T1664 960zM944 576q0-20-14-34t-34-14q-125 0-214.5 89.5T592 832q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1536t-499.5-139T20 1029Q0 994 0 960t20-69q140-229 376.5-368T896 384t499.5 139T1772 891q20 35 20 69z'/%3E%3C/svg%3E");--svg-icon-list:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56T0 896t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 1504v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zM384 384q0 80-56 136t-136 56-136-56T0 384t56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5H544q-13 0-22.5-9.5T512 992V800q0-13 9.5-22.5T544 768h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5T1760 512H544q-13 0-22.5-9.5T512 480V288q0-13 9.5-22.5T544 256h1216q13 0 22.5 9.5t9.5 22.5z'/%3E%3C/svg%3E");--svg-icon-key:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5T0 784q0-160 95-313t248-248 313-95q163 0 265.5 102.5T1024 496q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z'/%3E%3C/svg%3E");--svg-icon-edit:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23555' d='M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832H128v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z'/%3E%3C/svg%3E");--svg-icon-yoast:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23999' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-good:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%237ad03a' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-ok:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23ee7c1b' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-bad:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23dc3232' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E");--svg-icon-yoast-noindex:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%231e8cbe' d='M403 218h691l-26 72H403q-110 0-188.5 79T136 558v771q0 95 60.5 169.5T350 1592q23 5 98 5v72h-45q-140 0-239.5-100T64 1329V558q0-140 99.5-240T403 218zM1254 0h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106L459 471h228l187 585zm474 558v1111H933q37-55 45-73h678V558q0-85-49.5-155T1477 304l25-67q101 34 163.5 123.5T1728 558z'/%3E%3C/svg%3E")}.wpseo_content_wrapper{display:table;width:100%;table-layout:fixed}.wpseo_content_cell{display:table-cell;height:500px;margin:0;padding:0;vertical-align:top}#wpseo_content_top{width:100%}tr.yst_row{margin:5px 0 0;padding:5px 0 0}#sidebar-container{width:300px;padding-left:20px}tr.yst_row.even{background-color:#f6f6f6}.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{float:left;width:200px;margin:5px 0}.wpseo_content_wrapper label.select.error,.wpseo_content_wrapper label.textinput.error{color:#dc3232;font-weight:700}.wpseo_content_wrapper .yoast-inline-label{float:none;display:inline-block;margin:0 0 8px}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select,.wpseo_content_wrapper textarea{width:400px}.wpseo_content_wrapper input.large-text,.wpseo_content_wrapper textarea.large-text{width:99%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper select.select,.wpseo_content_wrapper textarea.textinput{margin:0 0 15px}.wpseo_content_wrapper input.textinput[aria-invalid=true]{color:#000;background:#f9dcdc url(../../images/error-icon.svg) no-repeat calc(100% - 6px) 50%;background-size:12px;border:1px solid #dc3232;padding-right:24px}.wpseo_content_wrapper input.textinput[aria-invalid=true][aria-describedby]{margin-bottom:.5rem}.wpseo_content_wrapper .yoast-input-validation__error-description{width:400px;padding-left:200px;margin:0 0 1rem;color:#8f1919}.wpseo_content_wrapper input.checkbox,.wpseo_content_wrapper input.checkbox.double,.wpseo_content_wrapper input.radio{margin:6px 10px 6px 0}.wpseo_content_wrapper .textinput.metadesc{height:50px}.wpseo_content_wrapper textarea.import{width:500px;height:100px}.wpseo_content_wrapper p.desc{margin:6px 0 10px;padding:0 0 8px 25px}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{margin:0 0 20px;padding:0 0 10px 200px}.wpseo_content_wrapper h4{clear:both;margin:1.2em 0 .5em}.wpseo_content_wrapper .postbox{margin:10px 10px 0 0}.wpseo_content_wrapper .postbox form{line-height:150%}.wpseo_content_wrapper .text{width:250px}.wpseo_content_wrapper .correct{padding:5px;color:#fff;background-color:green}.wpseo_content_wrapper .wrong{padding:5px;color:#fff;background-color:#dc3232}.wpseo_content_wrapper .wrong code{padding:3px 8px;color:#000}.wpseo_content_wrapper .button.fixit{float:right;margin:0 5px}.wpseo_content_wrapper .button.checkit{float:right;margin:0 5px;padding:5px 8px}.wpseo_content_wrapper .disabled-note{margin:0 0 8px;color:#888}.wpseo_content_wrapper #separator{margin:1.5em 0 .5em}.wpseo_content_wrapper #separator input.radio{position:absolute;left:-9999em;width:1px;height:1px}.wpseo_content_wrapper #separator input.radio+label{float:left;width:30px!important;margin:0 5px .5em 0!important;padding:9px 6px;border:1px solid #ccc;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;line-height:24px;text-align:center;cursor:pointer}.wpseo_content_wrapper #separator input.radio:checked+label{border:3px solid #a4286a;background-color:#fff;padding:7px 4px}.wpseo_content_wrapper #separator input.radio:focus+label{outline:2px solid #5b9dd9}.wpseo_content_wrapper .svg-container{text-align:center}.wpseo_content_wrapper .svg-container .dashicons{width:200px;height:100px;font-size:100px}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger{width:100%;padding:16px;font-size:1rem}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:focus{outline:1px solid #0066cd;outline-offset:-1px;box-shadow:0 0 3px rgba(8,74,103,.8)}.wpseo_content_wrapper .paper.tab-block button.toggleable-container-trigger:active{box-shadow:none}.wpseo_content_wrapper .paper.tab-block h2.collapsible-header{margin:0!important;padding:0!important}.wpseo_content_wrapper .paper.tab-block.metabox button.toggleable-container-trigger{color:#555}.wpseo_content_wrapper .paper.tab-block.metabox.wpseotab{padding:0;border:0}.wpseo_content_wrapper .paper.tab-block.search-appearance{max-width:632px;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff}.wpseo_content_wrapper .paper.tab-block .paper-container{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-container:first-child{margin-top:0}.wpseo_content_wrapper .paper.tab-block .paper-title{padding:16px}.wpseo_content_wrapper .paper.tab-block .paper-title h2{margin:0}.wpseo_content_wrapper .paper.tab-block .tab-block:first-child{margin-top:0}.wpseo_content_wrapper .wpseo-collapsible-container{background-color:#fff;border-top:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7;margin-top:-1px}.wpseo_content_wrapper .toggleable-container-trigger{border:0;background:none;cursor:pointer;width:100%;padding:0;text-align:left}.wpseo_content_wrapper .toggleable-container-icon{float:right;width:20px;height:20px;position:relative}.wpseo_content_wrapper .toggleable-container-trigger .toggleable-container-icon:after{content:"";display:block;padding:14px;position:absolute;top:-4px;left:-4px}.wpseo_content_wrapper .toggleable-container-hidden{display:none}.wpseo_content_wrapper h3{font-size:1.15em;margin:1em 0 .5em}.wpseo_content_wrapper li,.wpseo_content_wrapper p{max-width:600px}.wpseo_content_wrapper .notice p,.yoast-container .container,.yoast-notification p,.yoast .search-box{max-width:none}table.wpseo th{text-align:left}#wpseo-tabs+.notice{margin-top:1.5em}.wpseo-variable-warning-element{border:1px solid #c62d2d!important}.wpseo-variable-warning{clear:both;margin:5px 0 0;padding:5px;color:#c62d2d}.wpseo-variable-warning code{color:#b02828}.wpseo-variable-warning a{color:#c62d2d}.wpseo_content_wrapper h1.wpseo-redirect-url-title{margin:1em 0 .5em;font-size:1.3em}table.yoast_help{border-collapse:collapse;width:100%}table.yoast_help,table.yoast_help td,table.yoast_help th{border:1px solid #ddd;color:#444}table.yoast_help td,table.yoast_help th{padding:5px 10px;text-align:left;vertical-align:top}table.yoast_help tr{background-color:#f1f1f1}table.yoast_help tr:nth-child(2n){background-color:#fbfbfe}table.yoast_help tr:hover{background-color:#ddd}table.yoast_help thead tr,table.yoast_help thead tr:hover{background-color:#fff}table.yoast_help .yoast-variable-name{font-weight:600;white-space:nowrap}table.yoast_help .yoast-variable-desc{min-width:300px}.yoast-notice-blocking-files code{line-height:2;color:#000}.yoast-notice-blocking-files .button{margin:.5em 0}.wpseo_content_wrapper .yoast-blocking-files-error p{max-width:none}.wpseotab{display:none}.wpseotab.active{display:block}.wpseotab p.expl{margin-left:6px}.wpseotab .tab-block{display:block;margin:30px 0}.wpseotab p.expl strong{font-size:115%}#wpseo-debug-info{clear:both;margin:20px 0 0;padding:20px 20px 0;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,.04)}#wpseo-debug-info h2{margin:0;cursor:auto}#wpseo-debug-info .wpseo-debug-heading{font-size:1em}#wpseo-debug-info .wpseo-debug{display:inline-block;padding-left:20px;color:#c00}input.wpseo-new-title,textarea.wpseo-new-metadesc{width:100%;max-width:100%}body.toplevel_page_wpseo_dashboard .wp-badge{background:transparent url(../../images/Yoast_SEO_Icon.svg) no-repeat 50% 10px;background-size:140px 140px;box-shadow:none}#wpseo_progressbar{height:25px;border:1px solid #006691}#wpseo_progressbar .ui-progressbar-value{height:25px;background:#006691}.wpseo-progressbar-wrapper{display:inline;width:100%}.wpseo-progressbar{display:block;width:100%;height:25px;border:1px solid #006691}.wpseo-progressbar .ui-progressbar-value{height:25px;background:#006691}.archives-titles-metas-content{padding-top:1em}.yoast-sidebar__title{width:100%;margin:5px 0;padding:10px 0;color:#a4286a;text-align:left;box-sizing:border-box;line-height:19px;border-bottom:1px solid #a4286a}.yoast-sidebar__section{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;background-color:#fff;padding:16px;margin:10px 0 20px}.yoast-sidebar__section h2{margin-top:0;color:#a4286a}.yoast-sidebar__section a{color:#0085ba}.yoast-sidebar__section ul{position:relative}.yoast-sidebar__section li{list-style:none;margin-left:20px}.yoast-sidebar__section li:before{content:"+";position:absolute;left:0;font-weight:700}.yoast-sidebar__section div{position:relative;margin:10px 0 20px}.yoast-sidebar__section div img{float:right;width:70px;height:70px;margin:0 0 0 10px}.yoast-sidebar__section div img.alignleft{margin:0 10px 0 0;float:left}.yoast-sidebar__section div p{float:left;width:100%;margin:0}.wpseo-banner__link{display:inline-block}.wpseo-banner__image{vertical-align:top}.yoast_premium_upsell{box-shadow:0 1px 6px 0 rgba(0,0,0,.3);border:1px solid #dcdcdc;padding:16px;background-color:#fff;max-width:640px;overflow:hidden;margin-top:2em}.yoast_premium_upsell--header{color:#a4286a;margin-top:.3em;font-size:1.7em;font-weight:700}.yoast_premium_upsell--motivation{display:flex;flex-wrap:wrap}.yoast_premium_upsell--motivation li{flex:0 0 50%;list-style:none}.yoast_premium_upsell--argument{padding:0 8px 0 20px}.yoast_premium_upsell--argument:before{position:relative;left:-16px;margin-right:-10px;font-weight:700;content:"+";top:-1px}@media screen and (max-width:480px){.yoast_premium_upsell--motivation{display:block}}.yoast-variable-desc{min-width:300px}.yoast-table-scrollable,.yoast-table-scrollable td,.yoast-table-scrollable th{box-sizing:border-box}.yoast-table-scrollable__container.yoast-has-scroll{position:relative;overflow:hidden}.yoast-table-scrollable__container.yoast-has-scroll:after{content:"";position:absolute;top:0;left:100%;width:50px;height:calc(100% - 16px);border-radius:10px 0 0 10px/50% 0 0 50%;box-shadow:-5px 0 10px rgba(0,0,0,.25)}.yoast-table-scrollable__container.yoast-has-scroll .yoast-table-scrollable__inner{overflow-x:scroll;padding-bottom:16px}.yoast-table-scrollable__hintwrapper{display:none}.yoast-table-scrollable__hintwrapper.yoast-has-scroll{display:block;margin:1em 0;text-align:center}.yoast-has-scroll .yoast-table-scrollable__hint{display:inline-block}.yoast-has-scroll .yoast-table-scrollable__hint:before{content:"\21c4";display:inline-block;margin-right:10px;font-size:20px;line-height:inherit;vertical-align:text-top}.yoast-styled-select{display:inline-flex;align-items:center;position:relative;margin-bottom:1em}.yoast-styled-select:after,.yoast-styled-select:before{content:"";position:absolute;top:0;bottom:0;pointer-events:none}.yoast-styled-select:before{width:28px;right:0}.yoast-styled-select:after{width:0;height:0;border-top:4px solid transparent;border-color:#555 transparent transparent;border-style:solid;border-width:5px 4px 0;margin:auto;right:6px;z-index:1}.yoast-styled-select select{height:28px;box-sizing:border-box;margin:0;padding:4px 32px 4px 8px;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #aaa;border-radius:4px;line-height:1;color:#32373c}.yoast-styled-select select.error{border-color:#dc3232;border-width:2px}.wpseo_content_wrapper .yoast-styled-select select.select{margin:0}.yoast-styled-select select:focus{border-color:#5b9dd9}.yoast-styled-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #32373c}.yoast-styled-select select[disabled]{opacity:.75}.yoast-styled-select select::-ms-expand{display:none}@media screen and (max-width:1024px){.wpseo_content_cell,.wpseo_content_wrapper{display:block;height:auto}#wpseo_content_top{width:auto}#sidebar-container{width:auto;padding:0}.yoast-sidebar__product-list{display:flex;border-bottom:1px solid #ddd}.yoast-sidebar__product-list div p{word-wrap:break-word;width:calc(100% - 50px)}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section:first-child{margin-right:40px}}@media screen and (max-width:782px){.wpseo_content_wrapper label.select,.wpseo_content_wrapper label.textinput{display:inline-block;float:none;width:auto}.wpseo_content_wrapper input.textinput,.wpseo_content_wrapper textarea,.wpseo_content_wrapper textarea.textinput{display:block;width:100%}.wpseo_content_wrapper .select2-container,.wpseo_content_wrapper select,.wpseo_content_wrapper select.select{display:block;max-width:100%;margin:0 0 5px}.wpseo_content_wrapper div.desc.label,.wpseo_content_wrapper p.desc.label{padding-left:0}.wpseo_content_wrapper .textinput[aria-invalid=true][aria-describedby]+br{display:none}.wpseo_content_wrapper .yoast-input-validation__error-description{width:auto;padding-left:0}}@media screen and (max-width:600px){.yoast-sidebar__product-list{display:block;border-bottom:none}.yoast-sidebar__product-list .yoast-sidebar__section{border-bottom:1px solid #ddd}.yoast-sidebar__product-list .yoast-sidebar__section p{word-wrap:break-word;width:calc(100% - 50px);padding-left:50px}}@media screen and (max-width:500px){body.toplevel_page_wpseo_dashboard .wp-badge{padding-top:80px;background-size:100px 100px;background-color:#a4286a;box-shadow:0 1px 3px rgba(0,0,0,.2)}}.wpseo-checkmark-ok-icon{float:left;width:18px;margin-right:5px;height:18px;background:var(--svg-icon-check-ok) no-repeat;background-size:18px;vertical-align:top}
|
css/dist/{yst_seo_score-1404-rtl.css → yst_seo_score-1410-rtl.css}
RENAMED
File without changes
|
css/dist/{yst_seo_score-1404.css → yst_seo_score-1410.css}
RENAMED
File without changes
|
css/src/admin-global.css
ADDED
@@ -0,0 +1,576 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../src/icons.css);
|
2 |
+
@import "../../node_modules/yoastseo/css/_tooltips.scss";
|
3 |
+
|
4 |
+
.wpseo-premium-indicator {
|
5 |
+
width: 1px;
|
6 |
+
height: 1px;
|
7 |
+
display: inline-block;
|
8 |
+
}
|
9 |
+
|
10 |
+
#adminmenu .wpseo-premium-indicator {
|
11 |
+
margin: -2px 0 -3px 2px;
|
12 |
+
color: inherit;
|
13 |
+
}
|
14 |
+
|
15 |
+
.wpseo-premium-indicator svg {
|
16 |
+
height: 100%;
|
17 |
+
width: auto;
|
18 |
+
display: none;
|
19 |
+
}
|
20 |
+
|
21 |
+
/* General typography */
|
22 |
+
.yoast-measure {
|
23 |
+
max-width: 600px;
|
24 |
+
}
|
25 |
+
|
26 |
+
/* Thickbox */
|
27 |
+
#TB_window .wpseo_content_wrapper p {
|
28 |
+
font-size: 14px;
|
29 |
+
font-style: normal;
|
30 |
+
}
|
31 |
+
|
32 |
+
#TB_window .wpseo_content_wrapper label {
|
33 |
+
margin: 0 10px 0 0;
|
34 |
+
font-size: 14px;
|
35 |
+
font-weight: 600;
|
36 |
+
}
|
37 |
+
|
38 |
+
.wpseo-premium-popup-title {
|
39 |
+
margin: 1em 0 !important;
|
40 |
+
padding: 0 !important;
|
41 |
+
font-size: 1.3em !important;
|
42 |
+
font-weight: 600 !important;
|
43 |
+
}
|
44 |
+
|
45 |
+
.wpseo-premium-popup-icon {
|
46 |
+
margin: 10px;
|
47 |
+
}
|
48 |
+
|
49 |
+
.edit-tags-php .column-description img {
|
50 |
+
max-width: 100%;
|
51 |
+
height: auto;
|
52 |
+
}
|
53 |
+
|
54 |
+
/* Select2 specific fixes for WordPress: they generally need high specificity */
|
55 |
+
.select2-container .select2-search--dropdown .select2-search__field {
|
56 |
+
margin: 0;
|
57 |
+
padding: 0 8px;
|
58 |
+
min-height: 30px;
|
59 |
+
}
|
60 |
+
|
61 |
+
.select2-results__option,
|
62 |
+
.select2-selection__choice,
|
63 |
+
.select2-search--inline {
|
64 |
+
margin-bottom: 0;
|
65 |
+
}
|
66 |
+
|
67 |
+
.select2-container .select2-search--inline .select2-search__field {
|
68 |
+
margin-top: 6px !important;
|
69 |
+
line-height: inherit;
|
70 |
+
min-height: 0;
|
71 |
+
}
|
72 |
+
|
73 |
+
/* Turn off select2 fixed height */
|
74 |
+
.wpseo-metabox .select2-container .select2-selection--single,
|
75 |
+
.wpseo-admin-page .select2-container .select2-selection--single {
|
76 |
+
height: auto;
|
77 |
+
}
|
78 |
+
|
79 |
+
.wpseo-metabox .select2-container .select2-selection--single .select2-selection__arrow,
|
80 |
+
.wpseo-admin-page .select2-container .select2-selection--single .select2-selection__arrow {
|
81 |
+
height: 100%;
|
82 |
+
}
|
83 |
+
|
84 |
+
.yoast-label-strong {
|
85 |
+
font-weight: 600;
|
86 |
+
}
|
87 |
+
|
88 |
+
.yoast-video-container-max-width {
|
89 |
+
max-width: 560px;
|
90 |
+
}
|
91 |
+
|
92 |
+
.yoast-video-container {
|
93 |
+
position: relative;
|
94 |
+
padding-bottom: 56.25%;
|
95 |
+
height: 0;
|
96 |
+
overflow: hidden;
|
97 |
+
}
|
98 |
+
|
99 |
+
.yoast-video-container iframe {
|
100 |
+
position: absolute;
|
101 |
+
top: 0;
|
102 |
+
left: 0;
|
103 |
+
width: 100%;
|
104 |
+
height: 100%;
|
105 |
+
}
|
106 |
+
|
107 |
+
.yoast-settings {
|
108 |
+
margin-bottom: 2em;
|
109 |
+
padding-left: 220px;
|
110 |
+
}
|
111 |
+
|
112 |
+
.yoast-settings h2 {
|
113 |
+
margin-bottom: 0;
|
114 |
+
margin-left: -220px;
|
115 |
+
}
|
116 |
+
|
117 |
+
.yoast-settings label {
|
118 |
+
display: inline-block;
|
119 |
+
width: 200px;
|
120 |
+
padding-top: 4px;
|
121 |
+
padding-right: 10px;
|
122 |
+
margin-right: 6px;
|
123 |
+
margin-left: -220px;
|
124 |
+
font-size: 14px;
|
125 |
+
line-height: 1.3;
|
126 |
+
font-weight: 600;
|
127 |
+
color: #23282d;
|
128 |
+
vertical-align: top;
|
129 |
+
}
|
130 |
+
|
131 |
+
.yoast-settings label,
|
132 |
+
.yoast-settings fieldset,
|
133 |
+
.yoast-settings input[type="text"],
|
134 |
+
.yoast .yoast-settings__checkbox,
|
135 |
+
.yoast .yoast-settings__radio,
|
136 |
+
.yoast-settings textarea,
|
137 |
+
.yoast-settings select {
|
138 |
+
margin-top: 2em;
|
139 |
+
margin-bottom: 0.5em;
|
140 |
+
}
|
141 |
+
|
142 |
+
.yoast-settings__textarea--medium {
|
143 |
+
width: 100%;
|
144 |
+
max-width: 600px;
|
145 |
+
}
|
146 |
+
|
147 |
+
.yoast .yoast-settings__checkbox,
|
148 |
+
.yoast .yoast-settings__radio {
|
149 |
+
vertical-align: top;
|
150 |
+
position: relative;
|
151 |
+
top: 1px;
|
152 |
+
}
|
153 |
+
|
154 |
+
.yoast-settings__group--checkbox,
|
155 |
+
.yoast-settings__group--radio {
|
156 |
+
padding-top: 1em;
|
157 |
+
}
|
158 |
+
|
159 |
+
.yoast-settings__group--checkbox .yoast-settings__checkbox,
|
160 |
+
.yoast-settings__group--radio .yoast-settings__radio {
|
161 |
+
margin: 0 4px 10px 0;
|
162 |
+
}
|
163 |
+
|
164 |
+
.yoast-settings__checkbox + label,
|
165 |
+
.yoast-settings__radio + label {
|
166 |
+
width: auto;
|
167 |
+
margin-left: 0;
|
168 |
+
margin-right: 0;
|
169 |
+
padding: 0;
|
170 |
+
max-width: calc( 100% - 25px);
|
171 |
+
}
|
172 |
+
|
173 |
+
.yoast-settings__group--checkbox .yoast-settings__checkbox + label,
|
174 |
+
.yoast-settings__group--radio .yoast-settings__radio + label {
|
175 |
+
margin-top: 0;
|
176 |
+
margin-bottom: 10px;
|
177 |
+
font-weight: 400;
|
178 |
+
}
|
179 |
+
|
180 |
+
.yoast-settings legend {
|
181 |
+
font-size: 14px;
|
182 |
+
font-weight: 600;
|
183 |
+
color: #23282d;
|
184 |
+
}
|
185 |
+
|
186 |
+
.yoast-settings .description {
|
187 |
+
margin-top: 0;
|
188 |
+
font-size: 14px;
|
189 |
+
}
|
190 |
+
|
191 |
+
/* Icons in the posts and taxonomies table cells. */
|
192 |
+
td .wpseo-score-icon {
|
193 |
+
display: inline-block;
|
194 |
+
width: 12px;
|
195 |
+
height: 12px;
|
196 |
+
margin-left: 5px;
|
197 |
+
border-radius: 50%;
|
198 |
+
background: #888;
|
199 |
+
line-height: 16px;
|
200 |
+
}
|
201 |
+
|
202 |
+
/* Adjust vertical alignment of the icons in the table cells. */
|
203 |
+
td .wpseo-score-icon {
|
204 |
+
margin-top: 3px;
|
205 |
+
}
|
206 |
+
|
207 |
+
/* Table internal links, SEO, and Readability columns tooltips. */
|
208 |
+
.fixed th.column-wpseo-score,
|
209 |
+
.fixed th.column-wpseo-score-readability,
|
210 |
+
.fixed th.column-wpseo-links,
|
211 |
+
.fixed th.column-wpseo-linked {
|
212 |
+
/* 42px */
|
213 |
+
width: 3em;
|
214 |
+
padding: 0;
|
215 |
+
}
|
216 |
+
|
217 |
+
/* Don't use selectors related to classes added with JavaScript to avoid flickering. */
|
218 |
+
th.column-wpseo-links a,
|
219 |
+
th.column-wpseo-linked a,
|
220 |
+
th.column-wpseo-score .yoast-tooltip,
|
221 |
+
th.column-wpseo-score-readability .yoast-tooltip {
|
222 |
+
overflow: visible;
|
223 |
+
/* Override WP property to make tooltips visible. */
|
224 |
+
display: inline-block;
|
225 |
+
/* To contain floats instead of using overflow. */
|
226 |
+
vertical-align: middle;
|
227 |
+
padding: 8px 0;
|
228 |
+
}
|
229 |
+
|
230 |
+
th.column-wpseo-score .yoast-tooltip,
|
231 |
+
th.column-wpseo-score-readability .yoast-tooltip {
|
232 |
+
/* 11+20+11=42px */
|
233 |
+
padding: 8px 11px;
|
234 |
+
}
|
235 |
+
|
236 |
+
.column-wpseo-links .yoast-tooltip-multiline::after {
|
237 |
+
max-width: 160px;
|
238 |
+
}
|
239 |
+
|
240 |
+
.column-wpseo-linked .yoast-tooltip-multiline::after {
|
241 |
+
max-width: 170px;
|
242 |
+
}
|
243 |
+
|
244 |
+
.yoast-column-header-has-tooltip {
|
245 |
+
position: relative;
|
246 |
+
}
|
247 |
+
|
248 |
+
/* Generate the icons in the table columns, exclude Screen Options. */
|
249 |
+
.manage-column .yoast-column-header-has-tooltip:before {
|
250 |
+
content: "";
|
251 |
+
display: inline-block;
|
252 |
+
width: 20px;
|
253 |
+
height: 20px;
|
254 |
+
padding: 0;
|
255 |
+
vertical-align: top;
|
256 |
+
text-decoration: none !important;
|
257 |
+
color: #444;
|
258 |
+
}
|
259 |
+
|
260 |
+
.manage-column .yoast-linked-to:before {
|
261 |
+
background: transparent url("../../images/link-out-icon.svg") no-repeat 0 0;
|
262 |
+
background-size: 20px;
|
263 |
+
}
|
264 |
+
|
265 |
+
.manage-column .yoast-linked-from:before {
|
266 |
+
background: transparent url("../../images/link-in-icon.svg") no-repeat 0 0;
|
267 |
+
background-size: 20px;
|
268 |
+
}
|
269 |
+
|
270 |
+
.manage-column .yoast-column-seo-score:before {
|
271 |
+
background: transparent url("../../images/Yoast_SEO_negative_icon.svg") no-repeat 0 0;
|
272 |
+
background-size: 20px;
|
273 |
+
}
|
274 |
+
|
275 |
+
.manage-column .yoast-column-readability:before {
|
276 |
+
background: transparent url("../../images/readability-icon.svg") no-repeat 0 0;
|
277 |
+
background-size: 20px;
|
278 |
+
}
|
279 |
+
|
280 |
+
/* Do not allow link numbers to break in the table cells. */
|
281 |
+
td.column-wpseo-links,
|
282 |
+
td.column-wpseo-linked {
|
283 |
+
word-wrap: normal;
|
284 |
+
}
|
285 |
+
|
286 |
+
@media screen and (max-width: 782px) {
|
287 |
+
.yoast-settings {
|
288 |
+
padding-left: 0;
|
289 |
+
}
|
290 |
+
.yoast-settings h2 {
|
291 |
+
margin-left: 0;
|
292 |
+
}
|
293 |
+
.yoast-settings label {
|
294 |
+
width: auto;
|
295 |
+
padding: 0;
|
296 |
+
margin-right: 0;
|
297 |
+
margin-left: 0;
|
298 |
+
}
|
299 |
+
.yoast .yoast-settings__radio,
|
300 |
+
.yoast-settings__radio + label {
|
301 |
+
margin-bottom: 1em;
|
302 |
+
}
|
303 |
+
.yoast-settings__checkbox + label,
|
304 |
+
.yoast-settings__radio + label {
|
305 |
+
max-width: calc( 100% - 35px);
|
306 |
+
padding-top: 8px;
|
307 |
+
}
|
308 |
+
.yoast-settings__group--checkbox .yoast-settings__checkbox + label,
|
309 |
+
.yoast-settings__group--radio .yoast-settings__radio + label {
|
310 |
+
padding-top: 4px;
|
311 |
+
}
|
312 |
+
.yoast-settings input[type="text"],
|
313 |
+
.yoast-settings textarea,
|
314 |
+
.yoast-settings select {
|
315 |
+
display: block;
|
316 |
+
width: 100%;
|
317 |
+
margin-top: 0;
|
318 |
+
margin-bottom: 0;
|
319 |
+
padding: 7px 10px;
|
320 |
+
max-width: none;
|
321 |
+
line-height: 1.5;
|
322 |
+
box-sizing: border-box;
|
323 |
+
}
|
324 |
+
.screen-reader-text.wpseo-score-text {
|
325 |
+
position: static !important;
|
326 |
+
clip-path: none;
|
327 |
+
width: auto;
|
328 |
+
height: auto;
|
329 |
+
margin: 0;
|
330 |
+
}
|
331 |
+
}
|
332 |
+
|
333 |
+
/* Help Center */
|
334 |
+
.react-tabs__tab-panel {
|
335 |
+
max-width: 900px;
|
336 |
+
margin: 0 auto;
|
337 |
+
}
|
338 |
+
|
339 |
+
.react-tabs__tab-panel li {
|
340 |
+
max-width: none !important;
|
341 |
+
}
|
342 |
+
|
343 |
+
.contact-premium-support {
|
344 |
+
text-align: center;
|
345 |
+
}
|
346 |
+
|
347 |
+
.contact-premium-support__content {
|
348 |
+
margin: 0 auto 1.5em;
|
349 |
+
font-size: 0.9375rem;
|
350 |
+
line-height: 1.4;
|
351 |
+
}
|
352 |
+
|
353 |
+
.contact-premium-support__content:nth-child(2) {
|
354 |
+
max-width: 610px;
|
355 |
+
}
|
356 |
+
|
357 |
+
.contact-premium-support__content:nth-child(3) {
|
358 |
+
max-width: 560px;
|
359 |
+
}
|
360 |
+
|
361 |
+
.contact-premium-support .contact-premium-support__button {
|
362 |
+
margin-bottom: 48px;
|
363 |
+
}
|
364 |
+
|
365 |
+
.wpseo-premium-description {
|
366 |
+
margin-top: 0.5em;
|
367 |
+
}
|
368 |
+
|
369 |
+
.wpseo-premium-advantages-list {
|
370 |
+
list-style: disc;
|
371 |
+
padding-left: 1.5em;
|
372 |
+
}
|
373 |
+
|
374 |
+
.yoast_help.yoast-help-button {
|
375 |
+
position: relative;
|
376 |
+
width: 20px;
|
377 |
+
height: 20px;
|
378 |
+
margin: 0;
|
379 |
+
padding: 0;
|
380 |
+
border: 0;
|
381 |
+
outline: none;
|
382 |
+
color: #72777c;
|
383 |
+
background: transparent;
|
384 |
+
box-shadow: none;
|
385 |
+
vertical-align: top;
|
386 |
+
cursor: pointer;
|
387 |
+
}
|
388 |
+
|
389 |
+
.yoast-section .yoast_help.yoast-help-button {
|
390 |
+
float: right;
|
391 |
+
}
|
392 |
+
|
393 |
+
.help-button-inline .yoast_help.yoast-help-button {
|
394 |
+
margin-top: -4px;
|
395 |
+
}
|
396 |
+
|
397 |
+
.yoast-section .yoast_help.yoast-help-button {
|
398 |
+
margin-top: -44px;
|
399 |
+
}
|
400 |
+
|
401 |
+
.wpseo-admin-page .yoast_help.yoast-help-button {
|
402 |
+
margin-right: 6px;
|
403 |
+
}
|
404 |
+
|
405 |
+
.yoast_help .yoast-help-icon::before {
|
406 |
+
position: absolute;
|
407 |
+
top: 0;
|
408 |
+
left: 0;
|
409 |
+
padding: 4px;
|
410 |
+
content: "\f223";
|
411 |
+
}
|
412 |
+
|
413 |
+
.yoast_help.yoast-help-button:hover,
|
414 |
+
.yoast_help.yoast-help-button:focus {
|
415 |
+
color: #0073aa;
|
416 |
+
}
|
417 |
+
|
418 |
+
.yoast_help.yoast-help-button:focus .yoast-help-icon::before,
|
419 |
+
.assessment-results__mark:focus {
|
420 |
+
border-radius: 100%;
|
421 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
422 |
+
}
|
423 |
+
|
424 |
+
.yoast-help-panel {
|
425 |
+
display: none;
|
426 |
+
clear: both;
|
427 |
+
max-width: 30em !important;
|
428 |
+
padding: 0 0 1em;
|
429 |
+
font-weight: normal;
|
430 |
+
white-space: normal;
|
431 |
+
}
|
432 |
+
|
433 |
+
.wpseo-admin-page .yoast-help-panel {
|
434 |
+
max-width: 600px !important;
|
435 |
+
}
|
436 |
+
|
437 |
+
.copy-home-meta-description .yoast-help-panel {
|
438 |
+
max-width: 400px !important;
|
439 |
+
}
|
440 |
+
|
441 |
+
.yoast-modal_is-open {
|
442 |
+
overflow: hidden;
|
443 |
+
}
|
444 |
+
|
445 |
+
.yoast-notification .yoast-seo-icon {
|
446 |
+
float: left;
|
447 |
+
margin: 20px 10px;
|
448 |
+
}
|
449 |
+
|
450 |
+
.yoast-notification .yoast-seo-icon-wrap {
|
451 |
+
margin: 0 0 0 85px;
|
452 |
+
}
|
453 |
+
|
454 |
+
.yoast-button-upsell {
|
455 |
+
display: inline-flex;
|
456 |
+
align-items: center;
|
457 |
+
justify-content: center;
|
458 |
+
box-sizing: border-box;
|
459 |
+
min-height: 48px;
|
460 |
+
padding: 8px 1em;
|
461 |
+
font-size: 16px;
|
462 |
+
line-height: 1.5;
|
463 |
+
font-family: Arial, sans-serif;
|
464 |
+
color: #000;
|
465 |
+
border-radius: 4px;
|
466 |
+
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
|
467 |
+
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
|
468 |
+
text-decoration: none;
|
469 |
+
background-color: #FEC228;
|
470 |
+
}
|
471 |
+
|
472 |
+
.yoast-button-upsell:hover, .yoast-button-upsell:focus, .yoast-button-upsell:active {
|
473 |
+
color: #000;
|
474 |
+
background-color: #F2AE01;
|
475 |
+
}
|
476 |
+
|
477 |
+
.yoast-button-upsell:focus {
|
478 |
+
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
479 |
+
}
|
480 |
+
|
481 |
+
.yoast-button-upsell:active {
|
482 |
+
transform: translateY(1px);
|
483 |
+
box-shadow: none;
|
484 |
+
filter: none;
|
485 |
+
}
|
486 |
+
|
487 |
+
.yoast-button-upsell#wpseo-premium-button {
|
488 |
+
color: #000;
|
489 |
+
}
|
490 |
+
|
491 |
+
.yoast-button-upsell__caret {
|
492 |
+
flex-shrink: 0;
|
493 |
+
width: 8px;
|
494 |
+
height: 16px;
|
495 |
+
margin: 0 -2px 0 6px;
|
496 |
+
background: transparent var(--svg-icon-caret-right) center no-repeat;
|
497 |
+
}
|
498 |
+
|
499 |
+
.rtl .yoast-button-upsell__caret {
|
500 |
+
background-image: var(--svg-icon-caret-left);
|
501 |
+
}
|
502 |
+
|
503 |
+
body.folded .wpseo-admin-submit-fixed {
|
504 |
+
left: 36px;
|
505 |
+
}
|
506 |
+
|
507 |
+
@media screen and (max-width: 782px) {
|
508 |
+
body.folded .wpseo-admin-submit-fixed {
|
509 |
+
left: 0;
|
510 |
+
}
|
511 |
+
}
|
512 |
+
|
513 |
+
.wpseo-admin-submit {
|
514 |
+
z-index: 5;
|
515 |
+
display: flex;
|
516 |
+
padding: 16px 0;
|
517 |
+
justify-content: flex-start;
|
518 |
+
align-items: baseline;
|
519 |
+
margin: 0;
|
520 |
+
}
|
521 |
+
|
522 |
+
.wpseo-admin-submit.wpseo-admin-submit-fixed {
|
523 |
+
padding: 16px;
|
524 |
+
position: fixed;
|
525 |
+
bottom: 0;
|
526 |
+
left: 160px;
|
527 |
+
right: 281px;
|
528 |
+
background-color: white;
|
529 |
+
max-width: 800px;
|
530 |
+
box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.5);
|
531 |
+
margin: 0 16px;
|
532 |
+
}
|
533 |
+
|
534 |
+
@media screen and (max-width: 1024px) {
|
535 |
+
.wpseo-admin-submit.wpseo-admin-submit-fixed {
|
536 |
+
right: 0;
|
537 |
+
}
|
538 |
+
}
|
539 |
+
|
540 |
+
@media only screen and (max-width: 960px) {
|
541 |
+
.wpseo-admin-submit.wpseo-admin-submit-fixed {
|
542 |
+
left: 36px;
|
543 |
+
}
|
544 |
+
}
|
545 |
+
|
546 |
+
@media screen and (max-width: 782px) {
|
547 |
+
.wpseo-admin-submit.wpseo-admin-submit-fixed {
|
548 |
+
left: 0;
|
549 |
+
margin: 0;
|
550 |
+
}
|
551 |
+
}
|
552 |
+
|
553 |
+
.wpseo-admin-submit p.submit {
|
554 |
+
padding: 0;
|
555 |
+
margin: 0;
|
556 |
+
}
|
557 |
+
|
558 |
+
.wpseo-admin-submit p.wpseo-message {
|
559 |
+
margin: 0 16px 0 0;
|
560 |
+
padding: 0;
|
561 |
+
color: #008a00;
|
562 |
+
}
|
563 |
+
|
564 |
+
.yoast-site-health__signature {
|
565 |
+
display: flex;
|
566 |
+
font-size: 12px;
|
567 |
+
line-height: 20px;
|
568 |
+
margin-top: 2em;
|
569 |
+
color: #707070;
|
570 |
+
}
|
571 |
+
|
572 |
+
.yoast-site-health__signature-icon, .yoast-site-health__inline-button.fetch-status {
|
573 |
+
margin-right: 8px;
|
574 |
+
}
|
575 |
+
|
576 |
+
/*# sourceMappingURL=admin-global.css.map */
|
css/src/adminbar.css
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../src/score_icon.css);
|
2 |
+
.adminbar-seo-score {
|
3 |
+
margin: 10px 0 0 4px !important;
|
4 |
+
}
|
5 |
+
|
6 |
+
#wpadminbar .yoast-issue-added,
|
7 |
+
#wpadminbar .yoast-issue-added:hover {
|
8 |
+
position: absolute;
|
9 |
+
top: 32px;
|
10 |
+
left: 0;
|
11 |
+
white-space: nowrap;
|
12 |
+
padding: 2px 12px;
|
13 |
+
border-radius: 0 10px 10px 10px;
|
14 |
+
color: white;
|
15 |
+
background-color: #a4286a;
|
16 |
+
box-shadow: 1px 1px 1px 1px grey;
|
17 |
+
}
|
18 |
+
|
19 |
+
#wpadminbar .yoast-issue-added {
|
20 |
+
display: none;
|
21 |
+
}
|
22 |
+
|
23 |
+
#wpadminbar .yoast-issue-counter {
|
24 |
+
display: inline;
|
25 |
+
padding: 1px 7px 1px 6px !important;
|
26 |
+
border-radius: 50%;
|
27 |
+
color: white;
|
28 |
+
}
|
29 |
+
|
30 |
+
#wpadminbar .yoast-logo.svg {
|
31 |
+
float: left;
|
32 |
+
width: 26px;
|
33 |
+
height: 30px;
|
34 |
+
background-repeat: no-repeat;
|
35 |
+
background-position: 0 6px;
|
36 |
+
background-size: 20px;
|
37 |
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IzgyODc4YyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMDMuNiwzOTVjNi44LTE3LjQsNi44LTM2LjYsMC01NGwtNzkuNC0yMDRoNzAuOWw0Ny43LDE0OS40bDc0LjgtMjA3LjZIMTE2LjRjLTQxLjgsMC03NiwzNC4yLTc2LDc2VjM1N2MwLDQxLjgsMzQuMiw3Niw3Niw3NkgxNzNDMTg5LDQyNC4xLDE5Ny42LDQxMC4zLDIwMy42LDM5NXoiLz48L2c+PGc+PHBhdGggZD0iTTQ3MS42LDE1NC44YzAtNDEuOC0zNC4yLTc2LTc2LTc2aC0zTDI4NS43LDM2NWMtOS42LDI2LjctMTkuNCw0OS4zLTMwLjMsNjhoMjE2LjJWMTU0Ljh6Ii8+PC9nPjwvZz48cGF0aCBzdHJva2Utd2lkdGg9IjIuOTc0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMzgsMS4zbC05My4zLDI1OS4xbC00Mi4xLTEzMS45aC04OS4xbDgzLjgsMjE1LjJjNiwxNS41LDYsMzIuNSwwLDQ4Yy03LjQsMTktMTksMzcuMy01Myw0MS45bC03LjIsMXY3Nmg4LjNjODEuNywwLDExOC45LTU3LjIsMTQ5LjYtMTQyLjlMNDMxLjYsMS4zSDMzOHogTTI3OS40LDM2MmMtMzIuOSw5Mi02Ny42LDEyOC43LTEyNS43LDEzMS44di00NWMzNy41LTcuNSw1MS4zLTMxLDU5LjEtNTEuMWM3LjUtMTkuMyw3LjUtNDAuNywwLTYwbC03NS0xOTIuN2g1Mi44bDUzLjMsMTY2LjhsMTA1LjktMjk0aDU4LjFMMjc5LjQsMzYyeiIvPjwvZz48L2c+PC9zdmc+");
|
38 |
+
}
|
39 |
+
|
40 |
+
.yoast-issue-counter {
|
41 |
+
background-color: #d54e21;
|
42 |
+
}
|
43 |
+
|
44 |
+
#wpadminbar #wp-admin-bar-wpseo-licenses .ab-item {
|
45 |
+
color: #f18500;
|
46 |
+
}
|
47 |
+
|
48 |
+
@media screen and (max-width: 782px) {
|
49 |
+
.adminbar-seo-score {
|
50 |
+
margin: 16px 10px 0 2px !important;
|
51 |
+
}
|
52 |
+
#wpadminbar #wp-admin-bar-wpseo-menu {
|
53 |
+
display: block;
|
54 |
+
position: static;
|
55 |
+
}
|
56 |
+
#wpadminbar .yoast-logo.svg {
|
57 |
+
width: 52px;
|
58 |
+
height: 46px;
|
59 |
+
background-position: 50% 8px;
|
60 |
+
background-size: 30px;
|
61 |
+
}
|
62 |
+
#wpadminbar .yoast-logo + .yoast-issue-counter {
|
63 |
+
margin-left: -5px;
|
64 |
+
margin-right: 10px;
|
65 |
+
}
|
66 |
+
#wpadminbar .ab-sub-wrapper .yoast-issue-counter {
|
67 |
+
vertical-align: text-top;
|
68 |
+
position: relative;
|
69 |
+
top: -5px;
|
70 |
+
}
|
71 |
+
#wpadminbar .yoast-issue-added,
|
72 |
+
#wpadminbar .yoast-issue-added:hover {
|
73 |
+
top: 46px;
|
74 |
+
white-space: normal;
|
75 |
+
line-height: 1.8;
|
76 |
+
}
|
77 |
+
#wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-kwresearch,
|
78 |
+
#wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-settings {
|
79 |
+
display: none;
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
+
/*# sourceMappingURL=adminbar.css.map */
|
css/src/alerts.css
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.yoast-alert {
|
2 |
+
display: flex;
|
3 |
+
align-items: flex-start;
|
4 |
+
padding: 16px;
|
5 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
6 |
+
font-size: 14px;
|
7 |
+
line-height: 1.5;
|
8 |
+
margin: 16px 0;
|
9 |
+
}
|
10 |
+
|
11 |
+
.yoast-alert--error {
|
12 |
+
color: #8f1919;
|
13 |
+
background: #f9dcdc;
|
14 |
+
}
|
15 |
+
|
16 |
+
.yoast-alert--info {
|
17 |
+
color: #00468f;
|
18 |
+
background: #cce5ff;
|
19 |
+
}
|
20 |
+
|
21 |
+
.yoast-alert--success {
|
22 |
+
color: #395315;
|
23 |
+
background: #e2f2cc;
|
24 |
+
}
|
25 |
+
|
26 |
+
.yoast-alert--warning {
|
27 |
+
color: #674e00;
|
28 |
+
background: #fff3cd;
|
29 |
+
}
|
30 |
+
|
31 |
+
/* Needs higher specificity than a Gutenberg ruleset selector. */
|
32 |
+
.yoast-alert__icon.yoast-alert__icon {
|
33 |
+
display: block;
|
34 |
+
margin-top: 0.125rem;
|
35 |
+
margin-right: 8px;
|
36 |
+
height: 16px;
|
37 |
+
width: 16px;
|
38 |
+
max-width: none;
|
39 |
+
}
|
40 |
+
|
41 |
+
.yoast-alert a {
|
42 |
+
color: #004973;
|
43 |
+
}
|
css/src/dashboard.css
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#yoast-seo-dashboard-widget h3 {
|
2 |
+
/* csslint allow: qualified-headings */
|
3 |
+
font-weight: bold;
|
4 |
+
}
|
5 |
+
|
6 |
+
#yoast-seo-dashboard-widget .assessments, #yoast-seo-dashboard-widget .score-assessments {
|
7 |
+
padding-left: 0;
|
8 |
+
}
|
9 |
+
|
10 |
+
#yoast-seo-dashboard-widget .wordpress-feed {
|
11 |
+
margin: 16px -12px 0;
|
12 |
+
padding: 12px 12px 0;
|
13 |
+
border-top: 1px solid #eee;
|
14 |
+
}
|
15 |
+
|
16 |
+
#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__post {
|
17 |
+
margin-top: 12px;
|
18 |
+
}
|
19 |
+
|
20 |
+
#yoast-seo-dashboard-widget .wordpress-feed .wordpress-feed__footer {
|
21 |
+
margin: 0 -12px;
|
22 |
+
padding: 4px 12px 0;
|
23 |
+
border-top: 1px solid #eee;
|
24 |
+
}
|
25 |
+
|
26 |
+
#yoast-seo-ryte-assessment {
|
27 |
+
margin: 12px -12px 0;
|
28 |
+
padding: 12px 12px 0;
|
29 |
+
border-top: 1px solid #eee;
|
30 |
+
}
|
31 |
+
|
32 |
+
#yoast-seo-ryte-assessment .button {
|
33 |
+
margin-right: 8px;
|
34 |
+
}
|
35 |
+
|
36 |
+
#yoast-seo-ryte-assessment .button.landing-page {
|
37 |
+
border-color: #7b1e4f #6f1b47 #6f1b47;
|
38 |
+
color: #fff;
|
39 |
+
background: #a4286a;
|
40 |
+
box-shadow: 0 1px 0 #6f1b47;
|
41 |
+
}
|
42 |
+
|
43 |
+
#yoast-seo-ryte-assessment .button.landing-page:hover, #yoast-seo-ryte-assessment .button.landing-page:focus {
|
44 |
+
background: #90235d;
|
45 |
+
border-color: #6f1b47;
|
46 |
+
}
|
47 |
+
|
48 |
+
#yoast-seo-ryte-assessment .button.landing-page:focus {
|
49 |
+
box-shadow: 0 1px 0 #7b1e4f, 0 0 2px 1px #a35685;
|
50 |
+
}
|
51 |
+
|
52 |
+
#yoast-seo-ryte-assessment .button.landing-page:active {
|
53 |
+
background: #7b1e4f;
|
54 |
+
border-color: #6f1b47;
|
55 |
+
box-shadow: inset 0 2px 0 #6f1b47;
|
56 |
+
vertical-align: top;
|
57 |
+
}
|
58 |
+
|
59 |
+
#yoast-seo-dashboard-widget:empty:before {
|
60 |
+
display: block;
|
61 |
+
content: "";
|
62 |
+
width: 40px;
|
63 |
+
height: 40px;
|
64 |
+
background-image: url("../../images/Yoast_SEO_Icon.svg");
|
65 |
+
margin: 25px auto;
|
66 |
+
-webkit-animation: rotate 2s infinite linear;
|
67 |
+
animation: rotate 2s infinite linear;
|
68 |
+
}
|
69 |
+
|
70 |
+
@-webkit-keyframes rotate {
|
71 |
+
0% {
|
72 |
+
-webkit-transform: perspective(120px);
|
73 |
+
}
|
74 |
+
100% {
|
75 |
+
-webkit-transform: perspective(120px) rotateY(360deg);
|
76 |
+
}
|
77 |
+
}
|
78 |
+
|
79 |
+
@keyframes rotate {
|
80 |
+
0% {
|
81 |
+
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
|
82 |
+
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
|
83 |
+
}
|
84 |
+
100% {
|
85 |
+
transform: perspective(120px) rotateX(0deg) rotateY(360deg);
|
86 |
+
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
|
87 |
+
}
|
88 |
+
}
|
89 |
+
|
90 |
+
/*# sourceMappingURL=dashboard.css.map */
|
css/src/edit-page.css
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../src/score_icon.css);
|
2 |
+
@media screen and (max-width: 782px) {
|
3 |
+
.column-wpseo-title,
|
4 |
+
.column-wpseo-score,
|
5 |
+
.column-wpseo-metadesc,
|
6 |
+
.column-wpseo-focuskw {
|
7 |
+
display: none;
|
8 |
+
}
|
9 |
+
}
|
10 |
+
|
11 |
+
/*# sourceMappingURL=edit-page.css.map */
|
css/src/featured-image.css
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#yst_opengraph_image_warning {
|
2 |
+
margin-top: 0;
|
3 |
+
}
|
4 |
+
|
5 |
+
.yoast-opengraph-image-notice #set-post-thumbnail > img {
|
6 |
+
box-shadow: 0 0 0 2px #fff, 0 0 0 5px #dc3232;
|
7 |
+
}
|
8 |
+
|
9 |
+
/*# sourceMappingURL=featured-image.css.map */
|
css/src/filter-explanation.css
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#posts-filter .wpseo-filter-explanation {
|
2 |
+
margin: 10px 1px 5px;
|
3 |
+
clear: both;
|
4 |
+
}
|
5 |
+
|
6 |
+
/*# sourceMappingURL=filter-explanation.css.map */
|
css/src/icons.css
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
:root {
|
2 |
+
--svg-icon-info: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23A4286A" d="M1152 1376v-160q0-14-9-23t-23-9h-96v-512q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896v-160q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/></svg>');
|
3 |
+
--svg-icon-check: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%2377B227" d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"/></svg>');
|
4 |
+
--svg-icon-check-ok: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%2377B227" d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"/></svg>');
|
5 |
+
--svg-icon-caret-right: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23555555" d="M 0 384.662 V 127.338 c 0 -17.818 21.543 -26.741 34.142 -14.142 l 128.662 128.662 c 7.81 7.81 7.81 20.474 0 28.284 L 34.142 398.804 C 21.543 411.404 0 402.48 0 384.662 Z"/></svg>');
|
6 |
+
--svg-icon-caret-left: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 192 512" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23555555" d="M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z"/></svg>');
|
7 |
+
--svg-icon-eye: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23555555" d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z" /></svg>');
|
8 |
+
--svg-icon-list: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23555555" d="M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm-1408-928q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/></svg>');
|
9 |
+
--svg-icon-key: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23555555" d="M832 512q0-80-56-136t-136-56-136 56-56 136q0 42 19 83-41-19-83-19-80 0-136 56t-56 136 56 136 136 56 136-56 56-136q0-42-19-83 41 19 83 19 80 0 136-56t56-136zm851 704q0 17-49 66t-66 49q-9 0-28.5-16t-36.5-33-38.5-40-24.5-26l-96 96 220 220q28 28 28 68 0 42-39 81t-81 39q-40 0-68-28l-671-671q-176 131-365 131-163 0-265.5-102.5t-102.5-265.5q0-160 95-313t248-248 313-95q163 0 265.5 102.5t102.5 265.5q0 189-131 365l355 355 96-96q-3-3-26-24.5t-40-38.5-33-36.5-16-28.5q0-17 49-66t66-49q13 0 23 10 6 6 46 44.5t82 79.5 86.5 86 73 78 28.5 41z"/></svg>');
|
10 |
+
--svg-icon-edit: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23555555" d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z" /></svg>');
|
11 |
+
--svg-icon-yoast: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23999999" d="M403 218h691l-26 72h-665q-110 0-188.5 79t-78.5 189v771q0 95 60.5 169.5t153.5 93.5q23 5 98 5v72h-45q-140 0-239.5-100t-99.5-240v-771q0-140 99.5-240t239.5-100zm851-218h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106l-285-733h228l187 585zm474 558v1111h-795q37-55 45-73h678v-1038q0-85-49.5-155t-129.5-99l25-67q101 34 163.5 123.5t62.5 197.5z"/></svg>');
|
12 |
+
--svg-icon-yoast-good: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%237ad03a" d="M403 218h691l-26 72h-665q-110 0-188.5 79t-78.5 189v771q0 95 60.5 169.5t153.5 93.5q23 5 98 5v72h-45q-140 0-239.5-100t-99.5-240v-771q0-140 99.5-240t239.5-100zm851-218h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106l-285-733h228l187 585zm474 558v1111h-795q37-55 45-73h678v-1038q0-85-49.5-155t-129.5-99l25-67q101 34 163.5 123.5t62.5 197.5z"/></svg>');
|
13 |
+
--svg-icon-yoast-ok: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23ee7c1b" d="M403 218h691l-26 72h-665q-110 0-188.5 79t-78.5 189v771q0 95 60.5 169.5t153.5 93.5q23 5 98 5v72h-45q-140 0-239.5-100t-99.5-240v-771q0-140 99.5-240t239.5-100zm851-218h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106l-285-733h228l187 585zm474 558v1111h-795q37-55 45-73h678v-1038q0-85-49.5-155t-129.5-99l25-67q101 34 163.5 123.5t62.5 197.5z"/></svg>');
|
14 |
+
--svg-icon-yoast-bad: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%23dc3232" d="M403 218h691l-26 72h-665q-110 0-188.5 79t-78.5 189v771q0 95 60.5 169.5t153.5 93.5q23 5 98 5v72h-45q-140 0-239.5-100t-99.5-240v-771q0-140 99.5-240t239.5-100zm851-218h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106l-285-733h228l187 585zm474 558v1111h-795q37-55 45-73h678v-1038q0-85-49.5-155t-129.5-99l25-67q101 34 163.5 123.5t62.5 197.5z"/></svg>');
|
15 |
+
--svg-icon-yoast-noindex: url('data:image/svg+xml,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill="%231e8cbe" d="M403 218h691l-26 72h-665q-110 0-188.5 79t-78.5 189v771q0 95 60.5 169.5t153.5 93.5q23 5 98 5v72h-45q-140 0-239.5-100t-99.5-240v-771q0-140 99.5-240t239.5-100zm851-218h247l-482 1294q-23 61-40.5 103.5t-45 98-54 93.5-64.5 78.5-79.5 65-95.5 41-116 18.5v-195q163-26 220-182 20-52 20-105 0-54-20-106l-285-733h228l187 585zm474 558v1111h-795q37-55 45-73h678v-1038q0-85-49.5-155t-129.5-99l25-67q101 34 163.5 123.5t62.5 197.5z"/></svg>');
|
16 |
+
}
|
17 |
+
|
18 |
+
/*# sourceMappingURL=icons.css.map */
|
css/src/inside-editor.css
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.yoast-text-mark {
|
2 |
+
background-color: #e1bee7;
|
3 |
+
}
|
4 |
+
|
5 |
+
.yoast-text-mark__highlight {
|
6 |
+
background-color: #4a148c;
|
7 |
+
color: white;
|
8 |
+
}
|
9 |
+
|
10 |
+
/*# sourceMappingURL=inside-editor.css.map */
|
css/src/metabox-primary-category.css
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wpseo-primary-term > label,
|
2 |
+
.wpseo-is-primary-term {
|
3 |
+
font-weight: 600;
|
4 |
+
}
|
5 |
+
|
6 |
+
.wpseo-primary-term > .wpseo-make-primary-term,
|
7 |
+
.wpseo-term-unchecked > .wpseo-make-primary-term {
|
8 |
+
display: none;
|
9 |
+
}
|
10 |
+
|
11 |
+
.wpseo-non-primary-term > .wpseo-is-primary-term,
|
12 |
+
.wpseo-term-unchecked > .wpseo-is-primary-term {
|
13 |
+
display: none;
|
14 |
+
}
|
15 |
+
|
16 |
+
.wpseo-make-primary-term,
|
17 |
+
.wpseo-is-primary-term {
|
18 |
+
float: right;
|
19 |
+
}
|
20 |
+
|
21 |
+
.wpseo-primary-term:before,
|
22 |
+
.wpseo-primary-term:after,
|
23 |
+
.wpseo-non-primary-term:before,
|
24 |
+
.wpseo-non-primary-term:after {
|
25 |
+
display: table;
|
26 |
+
content: "";
|
27 |
+
}
|
28 |
+
|
29 |
+
.wpseo-primary-term:after,
|
30 |
+
.wpseo-non-primary-term:after {
|
31 |
+
clear: both;
|
32 |
+
}
|
33 |
+
|
34 |
+
/* It is a button, style it like a link */
|
35 |
+
.wpseo-make-primary-term {
|
36 |
+
margin: 4px 0 0 0;
|
37 |
+
padding: 0;
|
38 |
+
border: none;
|
39 |
+
color: #0073aa;
|
40 |
+
background: none;
|
41 |
+
text-decoration: underline;
|
42 |
+
cursor: pointer;
|
43 |
+
}
|
44 |
+
|
45 |
+
.wpseo-make-primary-term:hover {
|
46 |
+
color: #00a0d2;
|
47 |
+
}
|
48 |
+
|
49 |
+
/*# sourceMappingURL=metabox-primary-category.css.map */
|
css/src/metabox.css
ADDED
@@ -0,0 +1,679 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../src/icons.css);
|
2 |
+
@import "../../node_modules/draft-js-mention-plugin/lib/plugin.css";
|
3 |
+
/*!rtl:begin:ignore*/
|
4 |
+
@import "../../node_modules/draft-js/dist/Draft.css";
|
5 |
+
/*!rtl:end:ignore*/
|
6 |
+
|
7 |
+
#wpseo_meta {
|
8 |
+
box-sizing: border-box;
|
9 |
+
}
|
10 |
+
|
11 |
+
#wpseo_meta *, #wpseo_meta *:before, #wpseo_meta *:after {
|
12 |
+
box-sizing: inherit;
|
13 |
+
}
|
14 |
+
|
15 |
+
.DraftEditor-root [data-block] {
|
16 |
+
margin: 0;
|
17 |
+
}
|
18 |
+
|
19 |
+
/* Hide the taxonomy metabox rich editor when it's first inserted in the form. */
|
20 |
+
#edittag > #wp-description-wrap {
|
21 |
+
display: none;
|
22 |
+
}
|
23 |
+
|
24 |
+
#wp-description-wrap .wp-editor-area {
|
25 |
+
border: 0;
|
26 |
+
}
|
27 |
+
|
28 |
+
/* Give the original textarea enough height to mitigate content flash. */
|
29 |
+
.term-description-wrap td > textarea#description {
|
30 |
+
min-height: 530px;
|
31 |
+
}
|
32 |
+
|
33 |
+
/**
|
34 |
+
* Lines below came from metabox-tabs.css
|
35 |
+
*
|
36 |
+
* Metabox Tabs
|
37 |
+
*/
|
38 |
+
ul.wpseo-metabox-tabs {
|
39 |
+
display: none;
|
40 |
+
margin-top: 6px;
|
41 |
+
margin-bottom: 0;
|
42 |
+
}
|
43 |
+
|
44 |
+
/* Contain floated list items and have overflow visible for the active tab */
|
45 |
+
ul.wpseo-metabox-tabs:after {
|
46 |
+
content: "";
|
47 |
+
display: table;
|
48 |
+
clear: both;
|
49 |
+
}
|
50 |
+
|
51 |
+
.wpseo-metabox-tabs-div {
|
52 |
+
margin: 0 5px 5px;
|
53 |
+
}
|
54 |
+
|
55 |
+
.wpseo-metabox-tabs-div ul {
|
56 |
+
list-style: none;
|
57 |
+
}
|
58 |
+
|
59 |
+
#wpseo-meta-section-addons {
|
60 |
+
padding: 0 5px 5px;
|
61 |
+
}
|
62 |
+
|
63 |
+
#wpseo-meta-section-addons .wpseo-metabox-tabs-div {
|
64 |
+
margin: 0;
|
65 |
+
}
|
66 |
+
|
67 |
+
ul.wpseo-metabox-tabs li.active {
|
68 |
+
background-color: #fdfdfd;
|
69 |
+
}
|
70 |
+
|
71 |
+
.wpseo-meta-section,
|
72 |
+
.wpseo-meta-section-react {
|
73 |
+
display: none;
|
74 |
+
width: 100%;
|
75 |
+
min-height: 100%;
|
76 |
+
height: auto;
|
77 |
+
vertical-align: top;
|
78 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
79 |
+
border-top: 1px solid #e8e8e8;
|
80 |
+
}
|
81 |
+
|
82 |
+
.wpseo-meta-section.active,
|
83 |
+
.wpseo-meta-section-react.active {
|
84 |
+
background: #fff;
|
85 |
+
position: relative;
|
86 |
+
/* 1 higher than the active menu item: .wpseo-metabox-menu.active */
|
87 |
+
z-index: 12;
|
88 |
+
}
|
89 |
+
|
90 |
+
.wpseo-meta-section.active {
|
91 |
+
display: inline-block;
|
92 |
+
}
|
93 |
+
|
94 |
+
.wpseo-meta-section-react.active {
|
95 |
+
display: block;
|
96 |
+
margin-bottom: 10px;
|
97 |
+
}
|
98 |
+
|
99 |
+
.wpseo-metabox-content {
|
100 |
+
max-width: 800px;
|
101 |
+
padding-top: 16px;
|
102 |
+
}
|
103 |
+
|
104 |
+
.wpseo-metabox-menu {
|
105 |
+
padding: 0;
|
106 |
+
background-color: #fff;
|
107 |
+
}
|
108 |
+
|
109 |
+
.wpseo-metabox-menu ul {
|
110 |
+
margin: 0 1px 0 0;
|
111 |
+
padding: 0 0 0 16px;
|
112 |
+
display: flex;
|
113 |
+
align-items: flex-end;
|
114 |
+
flex-wrap: wrap;
|
115 |
+
flex-flow: wrap-reverse;
|
116 |
+
}
|
117 |
+
|
118 |
+
.wpseo-metabox-menu ul li:nth-child(1) {
|
119 |
+
z-index: 10;
|
120 |
+
}
|
121 |
+
|
122 |
+
.wpseo-metabox-menu ul li:nth-child(2) {
|
123 |
+
z-index: 9;
|
124 |
+
}
|
125 |
+
|
126 |
+
.wpseo-metabox-menu ul li:nth-child(3) {
|
127 |
+
z-index: 8;
|
128 |
+
}
|
129 |
+
|
130 |
+
.wpseo-metabox-menu ul li:nth-child(4) {
|
131 |
+
z-index: 7;
|
132 |
+
}
|
133 |
+
|
134 |
+
.wpseo-metabox-menu ul li:nth-child(5) {
|
135 |
+
z-index: 6;
|
136 |
+
}
|
137 |
+
|
138 |
+
.wpseo-metabox-menu ul li:nth-child(6) {
|
139 |
+
z-index: 5;
|
140 |
+
}
|
141 |
+
|
142 |
+
.wpseo-metabox-menu ul li {
|
143 |
+
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
|
144 |
+
height: 32px;
|
145 |
+
/* Negative margins are to not have double borders. */
|
146 |
+
margin-left: -1px;
|
147 |
+
margin-bottom: -1px;
|
148 |
+
text-align: center;
|
149 |
+
position: relative;
|
150 |
+
background-color: #f8f8f8;
|
151 |
+
}
|
152 |
+
|
153 |
+
.wpseo-metabox-menu ul li a {
|
154 |
+
color: #0073aa;
|
155 |
+
display: flex;
|
156 |
+
align-items: center;
|
157 |
+
border: 1px solid #ddd;
|
158 |
+
}
|
159 |
+
|
160 |
+
.wpseo-metabox-menu ul li .yst-traffic-light {
|
161 |
+
height: 20px;
|
162 |
+
width: initial;
|
163 |
+
/* all the other icons are 20x20 so we need to compensate */
|
164 |
+
margin-right: 10px;
|
165 |
+
margin-left: 4px;
|
166 |
+
}
|
167 |
+
|
168 |
+
.wpseo-metabox-menu ul li span.dashicons {
|
169 |
+
margin-right: 8px;
|
170 |
+
}
|
171 |
+
|
172 |
+
.wpseo-metabox-menu ul li span.wpseo-buy-premium {
|
173 |
+
color: #a4286a;
|
174 |
+
}
|
175 |
+
|
176 |
+
.wpseo-metabox-menu ul li span.wpseo-buy-premium:hover {
|
177 |
+
color: #832055;
|
178 |
+
}
|
179 |
+
|
180 |
+
.wpseo-metabox-menu ul li.active {
|
181 |
+
height: 36px;
|
182 |
+
/* 4 px is the difference in height with the inactive tabs. */
|
183 |
+
margin-top: -4px;
|
184 |
+
z-index: 11;
|
185 |
+
background-color: #ffffff;
|
186 |
+
}
|
187 |
+
|
188 |
+
.wpseo-metabox-menu ul li.active a {
|
189 |
+
height: 36px;
|
190 |
+
color: #444;
|
191 |
+
}
|
192 |
+
|
193 |
+
.wpseo-metabox-menu ul li.active span.wpseo-buy-premium {
|
194 |
+
color: #a4286a;
|
195 |
+
border-color: #a4286a;
|
196 |
+
}
|
197 |
+
|
198 |
+
.wpseo-metabox-menu ul li.active span.wpseo-buy-premium:hover {
|
199 |
+
color: #832055;
|
200 |
+
border-color: #832055;
|
201 |
+
}
|
202 |
+
|
203 |
+
.wpseo-metabox-menu a {
|
204 |
+
height: 32px;
|
205 |
+
padding: 0 8px;
|
206 |
+
text-decoration: none;
|
207 |
+
}
|
208 |
+
|
209 |
+
/* Floated to reset white space between list items */
|
210 |
+
ul.wpseo-metabox-tabs li {
|
211 |
+
float: left;
|
212 |
+
margin-right: 5px;
|
213 |
+
margin-bottom: -1px;
|
214 |
+
padding: 0;
|
215 |
+
border: 1px solid #dfdfdf;
|
216 |
+
border-bottom: 0 none;
|
217 |
+
}
|
218 |
+
|
219 |
+
ul.wpseo-metabox-tabs li .wpseo-keyword {
|
220 |
+
display: inline-block;
|
221 |
+
vertical-align: top;
|
222 |
+
max-width: 8em;
|
223 |
+
max-width: 8rem;
|
224 |
+
overflow: hidden;
|
225 |
+
white-space: nowrap;
|
226 |
+
text-overflow: ellipsis;
|
227 |
+
}
|
228 |
+
|
229 |
+
.wpseotab {
|
230 |
+
display: none;
|
231 |
+
padding: 16px;
|
232 |
+
border: 1px solid #ddd;
|
233 |
+
background-color: #fdfdfd;
|
234 |
+
}
|
235 |
+
|
236 |
+
.wpseotab .wpseo-cornerstone-checkbox {
|
237 |
+
margin-right: 0.5em;
|
238 |
+
}
|
239 |
+
|
240 |
+
.wpseotab.content {
|
241 |
+
padding: 20px 15px;
|
242 |
+
}
|
243 |
+
|
244 |
+
.wpseotab.active {
|
245 |
+
display: block;
|
246 |
+
}
|
247 |
+
|
248 |
+
/* Tab links. */
|
249 |
+
.wpseo-metabox-tabs .wpseo_tablink {
|
250 |
+
display: inline-block;
|
251 |
+
vertical-align: top;
|
252 |
+
padding: 5px 12px 6px 12px;
|
253 |
+
text-decoration: none;
|
254 |
+
}
|
255 |
+
|
256 |
+
/* Bigger right padding only for the content tab and the main keyword tabs */
|
257 |
+
.wpseo-metabox-tabs .wpseo_content_tab a {
|
258 |
+
padding-right: 12px;
|
259 |
+
}
|
260 |
+
|
261 |
+
.wpseo-metabox-tabs .wpseo-score-icon {
|
262 |
+
margin-left: 0;
|
263 |
+
}
|
264 |
+
|
265 |
+
#wpseo-meta-section-social .wpseo-metabox-tabs .wpseo_tablink {
|
266 |
+
padding: 5px 7px;
|
267 |
+
}
|
268 |
+
|
269 |
+
.wpseo-metabox-tabs .wpseo_tablink .dashicons {
|
270 |
+
width: 16px;
|
271 |
+
height: 16px;
|
272 |
+
font-size: 16px;
|
273 |
+
}
|
274 |
+
|
275 |
+
.wpseo-metabox-sidebar .dashicons {
|
276 |
+
width: 30px;
|
277 |
+
height: 30px;
|
278 |
+
font-size: 30px;
|
279 |
+
}
|
280 |
+
|
281 |
+
.wpseo-metabox-tabs-div div.wpseo-tabs-panel {
|
282 |
+
overflow: auto;
|
283 |
+
padding: 0.5em 0.9em;
|
284 |
+
border: 1px solid;
|
285 |
+
}
|
286 |
+
|
287 |
+
#wpseo_meta .inside {
|
288 |
+
margin: 0;
|
289 |
+
}
|
290 |
+
|
291 |
+
#wpseo_meta .inside::after {
|
292 |
+
content: "";
|
293 |
+
display: table;
|
294 |
+
clear: both;
|
295 |
+
}
|
296 |
+
|
297 |
+
#wpseo_meta .postbox .inside .wpseotab {
|
298 |
+
font-size: 13px !important;
|
299 |
+
}
|
300 |
+
|
301 |
+
/* Basic styling for social, advanced, and add-ons tabs content. */
|
302 |
+
.wpseo-form {
|
303 |
+
/* By default, labels are set to display block. */
|
304 |
+
/* Radio buttons and checkboxes labels are set to display inline-block. */
|
305 |
+
/* Default vertical spacing between blocks of controls. */
|
306 |
+
/* First form controls in a tab need a smaller top margin. */
|
307 |
+
/* Radio buttons. */
|
308 |
+
/* Descriptions and error messages below the fields. */
|
309 |
+
}
|
310 |
+
|
311 |
+
.wpseo-form input,
|
312 |
+
.wpseo-form label,
|
313 |
+
.wpseo-form textarea,
|
314 |
+
.wpseo-form .select2-container,
|
315 |
+
.wpseo-form p.error-message {
|
316 |
+
max-width: 600px;
|
317 |
+
}
|
318 |
+
|
319 |
+
.wpseo-form fieldset {
|
320 |
+
padding-top: 5px;
|
321 |
+
}
|
322 |
+
|
323 |
+
.wpseo-form legend {
|
324 |
+
font-weight: 600;
|
325 |
+
}
|
326 |
+
|
327 |
+
.wpseo-form label {
|
328 |
+
display: block;
|
329 |
+
font-weight: 600;
|
330 |
+
}
|
331 |
+
|
332 |
+
.wpseo-form input[type="radio"] + label,
|
333 |
+
.wpseo-form input[type="checkbox"] + label {
|
334 |
+
display: inline-block;
|
335 |
+
font-weight: 400;
|
336 |
+
}
|
337 |
+
|
338 |
+
.wpseo-form label,
|
339 |
+
.wpseo-form fieldset {
|
340 |
+
margin-top: 2em;
|
341 |
+
margin-bottom: 0.5em;
|
342 |
+
}
|
343 |
+
|
344 |
+
.wpseo-form input[type="checkbox"],
|
345 |
+
.wpseo-form input[type="checkbox"] + label {
|
346 |
+
margin-top: 2em;
|
347 |
+
margin-bottom: 0;
|
348 |
+
font-size: 1em;
|
349 |
+
/* 1em = 13px. Necessary for proper calculation of margins in em. */
|
350 |
+
}
|
351 |
+
|
352 |
+
.wpseo-form label:first-child,
|
353 |
+
.wpseo-form fieldset:first-child,
|
354 |
+
.wpseo-form input[type="checkbox"]:first-child,
|
355 |
+
.wpseo-form input[type="checkbox"]:first-child + label {
|
356 |
+
margin-top: 10px;
|
357 |
+
}
|
358 |
+
|
359 |
+
.wpseo-form input[type="radio"] {
|
360 |
+
margin-top: 0;
|
361 |
+
}
|
362 |
+
|
363 |
+
.wpseo-form input[type="radio"] + label {
|
364 |
+
margin: 0 1em 0 0;
|
365 |
+
}
|
366 |
+
|
367 |
+
.wpseo-form p.error-message {
|
368 |
+
margin: 0.5em 0;
|
369 |
+
}
|
370 |
+
|
371 |
+
.wpseo-form select[multiple] {
|
372 |
+
margin-top: 0;
|
373 |
+
}
|
374 |
+
|
375 |
+
.yoast-metabox__description {
|
376 |
+
max-width: 600px;
|
377 |
+
}
|
378 |
+
|
379 |
+
/* Descriptions and error messages below the fields. */
|
380 |
+
.yoast-metabox__description {
|
381 |
+
margin: 0.5em 0;
|
382 |
+
}
|
383 |
+
|
384 |
+
.wpseo_image_upload_button {
|
385 |
+
margin-left: 3px;
|
386 |
+
}
|
387 |
+
|
388 |
+
.good,
|
389 |
+
.warn,
|
390 |
+
.wrong {
|
391 |
+
font-weight: 600;
|
392 |
+
}
|
393 |
+
|
394 |
+
.good {
|
395 |
+
color: green;
|
396 |
+
}
|
397 |
+
|
398 |
+
.warn {
|
399 |
+
color: maroon;
|
400 |
+
}
|
401 |
+
|
402 |
+
.wrong {
|
403 |
+
color: #dc3232;
|
404 |
+
}
|
405 |
+
|
406 |
+
#current_seo_title span {
|
407 |
+
padding: 2px 5px;
|
408 |
+
background-color: lightyellow;
|
409 |
+
}
|
410 |
+
|
411 |
+
#focuskwresults ul {
|
412 |
+
margin: 0;
|
413 |
+
}
|
414 |
+
|
415 |
+
#focuskwresults p,
|
416 |
+
#focuskwresults li {
|
417 |
+
font-size: 13px;
|
418 |
+
}
|
419 |
+
|
420 |
+
#focuskwresults li {
|
421 |
+
margin: 0 0 0 20px;
|
422 |
+
list-style-type: disc;
|
423 |
+
}
|
424 |
+
|
425 |
+
.wpseo_hidden {
|
426 |
+
display: none;
|
427 |
+
}
|
428 |
+
|
429 |
+
.wpseo_msg {
|
430 |
+
margin: 5px 0 10px 0;
|
431 |
+
padding: 0 5px;
|
432 |
+
border: 1px solid #e6db55;
|
433 |
+
background-color: lightYellow;
|
434 |
+
}
|
435 |
+
|
436 |
+
ul.wpseo-metabox-tabs li.wpseo-tab-add-keyword {
|
437 |
+
border: 1px dashed #dfdfdf;
|
438 |
+
border-bottom: none;
|
439 |
+
}
|
440 |
+
|
441 |
+
.wpseo-tab-add-keyword .wpseo-add-keyword.button {
|
442 |
+
height: auto;
|
443 |
+
padding: 5px 12px 5px 10px;
|
444 |
+
vertical-align: top;
|
445 |
+
font-size: inherit;
|
446 |
+
line-height: inherit;
|
447 |
+
font-weight: bold;
|
448 |
+
box-shadow: none;
|
449 |
+
background: none;
|
450 |
+
text-decoration: none;
|
451 |
+
}
|
452 |
+
|
453 |
+
.wpseo-tab-add-keyword .wpseo-add-keyword.button:focus {
|
454 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
455 |
+
}
|
456 |
+
|
457 |
+
.wpseo-tab-add-keyword .wpseo-add-keyword.button:active {
|
458 |
+
transform: none;
|
459 |
+
}
|
460 |
+
|
461 |
+
.wpseo-add-keyword-plus {
|
462 |
+
display: inline-block;
|
463 |
+
vertical-align: top;
|
464 |
+
margin: -1px 3px 0 0;
|
465 |
+
font-size: 20px;
|
466 |
+
}
|
467 |
+
|
468 |
+
#wpseo-add-keyword-popup-title {
|
469 |
+
margin: 1em 0;
|
470 |
+
font-size: 1.3em;
|
471 |
+
}
|
472 |
+
|
473 |
+
/**
|
474 |
+
* Edit Snippet Button focus style.
|
475 |
+
*
|
476 |
+
* This should be abstracted and applied to all buttons.
|
477 |
+
* Or, maybe, take advantage of the `.button` CSS class in WordPress.
|
478 |
+
*/
|
479 |
+
.snippet-editor__button.snippet-editor__edit-button:focus {
|
480 |
+
border-color: #5b9dd9;
|
481 |
+
outline: none;
|
482 |
+
color: #23282d;
|
483 |
+
background-color: #fafafa;
|
484 |
+
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
485 |
+
}
|
486 |
+
|
487 |
+
.wpseo-admin-page .subsubsub li {
|
488 |
+
display: inline;
|
489 |
+
max-width: none;
|
490 |
+
}
|
491 |
+
|
492 |
+
.yoast-seo-help-container {
|
493 |
+
float: left;
|
494 |
+
width: 100%;
|
495 |
+
max-width: none;
|
496 |
+
}
|
497 |
+
|
498 |
+
.yoast-seo-help-container .yoast-help-panel {
|
499 |
+
margin: 0.5em 0 !important;
|
500 |
+
}
|
501 |
+
|
502 |
+
.wpseo_content_wrapper p.search-box {
|
503 |
+
margin: 10px 0 5px 0;
|
504 |
+
}
|
505 |
+
|
506 |
+
.wpseo-metabox-tabs .active a {
|
507 |
+
color: #333;
|
508 |
+
}
|
509 |
+
|
510 |
+
#wpseotab .ui-widget-content .ui-state-hover {
|
511 |
+
border: 1px solid #dfdfdf;
|
512 |
+
color: #333;
|
513 |
+
background: #f1f1f1;
|
514 |
+
}
|
515 |
+
|
516 |
+
.yst-traffic-light {
|
517 |
+
width: 19px;
|
518 |
+
height: 30px;
|
519 |
+
margin: 0 0 0 5px;
|
520 |
+
}
|
521 |
+
|
522 |
+
.yst-traffic-light .traffic-light-color {
|
523 |
+
display: none;
|
524 |
+
}
|
525 |
+
|
526 |
+
.yst-traffic-light.init .traffic-light-init {
|
527 |
+
display: inline;
|
528 |
+
}
|
529 |
+
|
530 |
+
.yst-traffic-light.bad .traffic-light-red {
|
531 |
+
display: inline;
|
532 |
+
}
|
533 |
+
|
534 |
+
.yst-traffic-light.ok .traffic-light-orange {
|
535 |
+
display: inline;
|
536 |
+
}
|
537 |
+
|
538 |
+
.yst-traffic-light.good .traffic-light-green {
|
539 |
+
display: inline;
|
540 |
+
}
|
541 |
+
|
542 |
+
.yst-traffic-light.na .traffic-light-empty {
|
543 |
+
display: inline;
|
544 |
+
}
|
545 |
+
|
546 |
+
/**
|
547 |
+
* Content and SEO score in publish bar
|
548 |
+
*/
|
549 |
+
.yoast-seo-score .yoast-logo.svg {
|
550 |
+
float: left;
|
551 |
+
width: 18px;
|
552 |
+
margin-right: 7px;
|
553 |
+
height: 18px;
|
554 |
+
background: var(--svg-icon-yoast) no-repeat;
|
555 |
+
background-size: 18px;
|
556 |
+
}
|
557 |
+
|
558 |
+
.yoast-seo-score .yoast-logo.svg.good {
|
559 |
+
background-image: var(--svg-icon-yoast-good);
|
560 |
+
}
|
561 |
+
|
562 |
+
.yoast-seo-score .yoast-logo.svg.ok {
|
563 |
+
background-image: var(--svg-icon-yoast-ok);
|
564 |
+
}
|
565 |
+
|
566 |
+
.yoast-seo-score .yoast-logo.svg.bad {
|
567 |
+
background-image: var(--svg-icon-yoast-bad);
|
568 |
+
}
|
569 |
+
|
570 |
+
.yoast-seo-score .yoast-logo.svg.na {
|
571 |
+
background-image: var(--svg-icon-yoast);
|
572 |
+
}
|
573 |
+
|
574 |
+
.yoast-seo-score .yoast-logo.svg.noindex {
|
575 |
+
background-image: var(--svg-icon-yoast);
|
576 |
+
}
|
577 |
+
|
578 |
+
.term-php .wpseo-taxonomy-metabox-postbox > h2 {
|
579 |
+
margin: 0;
|
580 |
+
padding: 8px 12px;
|
581 |
+
border-bottom: 1px solid #eee;
|
582 |
+
font-size: 14px;
|
583 |
+
line-height: 1.4;
|
584 |
+
}
|
585 |
+
|
586 |
+
#TB_window #TB_ajaxContent p {
|
587 |
+
padding: 5px 0 0 0;
|
588 |
+
margin: 5px 0 0 0;
|
589 |
+
}
|
590 |
+
|
591 |
+
#TB_window #TB_ajaxContent ul {
|
592 |
+
margin: 5px 0 10px 0;
|
593 |
+
}
|
594 |
+
|
595 |
+
#TB_window #TB_ajaxContent li {
|
596 |
+
list-style: none;
|
597 |
+
margin: 5px 0 0 0;
|
598 |
+
}
|
599 |
+
|
600 |
+
#TB_window #TB_ajaxContent li::before {
|
601 |
+
content: '+';
|
602 |
+
margin: 0 10px 0 0;
|
603 |
+
font-weight: bold;
|
604 |
+
}
|
605 |
+
|
606 |
+
.yoast-section__heading-icon-list {
|
607 |
+
background-image: var(--svg-icon-list);
|
608 |
+
}
|
609 |
+
|
610 |
+
.yoast-section__heading-icon-key {
|
611 |
+
background-image: var(--svg-icon-key);
|
612 |
+
}
|
613 |
+
|
614 |
+
.yoast-section__heading-icon-edit {
|
615 |
+
background-image: var(--svg-icon-edit);
|
616 |
+
}
|
617 |
+
|
618 |
+
.yoast-tooltip.yoast-tooltip-hidden::before,
|
619 |
+
.yoast-tooltip.yoast-tooltip-hidden::after {
|
620 |
+
display: none;
|
621 |
+
}
|
622 |
+
|
623 |
+
/* Workaround for VoiceOver bug see issue #5857 */
|
624 |
+
.screen-reader-text.wpseo-generic-tab-textual-score,
|
625 |
+
.screen-reader-text.wpseo-keyword-tab-textual-score {
|
626 |
+
display: block;
|
627 |
+
}
|
628 |
+
|
629 |
+
.yoast-notice-go-premium {
|
630 |
+
border-left-color: #a4286a;
|
631 |
+
background: #f1f1f1;
|
632 |
+
margin: 0;
|
633 |
+
}
|
634 |
+
|
635 |
+
.editor-styles-wrapper mark.annotation-text-yoast {
|
636 |
+
background-color: #e1bee7;
|
637 |
+
}
|
638 |
+
|
639 |
+
@media screen and (max-width: 782px) {
|
640 |
+
/* The Go Premium dashicon must stay unchanged in the responsive view. */
|
641 |
+
.wpseo-metabox-buy-premium .wpseo-buy-premium {
|
642 |
+
display: inline-block;
|
643 |
+
width: 20px;
|
644 |
+
height: 20px;
|
645 |
+
margin-right: 5px;
|
646 |
+
padding: 0;
|
647 |
+
}
|
648 |
+
.yoast-help-panel {
|
649 |
+
max-width: none !important;
|
650 |
+
}
|
651 |
+
#wpseo-crawl-issues-table-form .subsubsub {
|
652 |
+
float: none;
|
653 |
+
max-width: calc( 100vw - 20px);
|
654 |
+
}
|
655 |
+
#wpseo-crawl-issues-table-form .yoast-help-button {
|
656 |
+
margin-top: 3px;
|
657 |
+
}
|
658 |
+
/* Necessary to override a WP rule. */
|
659 |
+
.wpseotab select[multiple] {
|
660 |
+
height: auto !important;
|
661 |
+
}
|
662 |
+
}
|
663 |
+
|
664 |
+
@media screen and (max-width: 600px) {
|
665 |
+
.wpseotab.content {
|
666 |
+
padding: 16px 0;
|
667 |
+
}
|
668 |
+
}
|
669 |
+
|
670 |
+
.wpseo-score-icon-container {
|
671 |
+
height: 20px;
|
672 |
+
width: 20px;
|
673 |
+
margin-right: 8px;
|
674 |
+
display: flex;
|
675 |
+
justify-content: center;
|
676 |
+
align-items: center;
|
677 |
+
}
|
678 |
+
|
679 |
+
/*# sourceMappingURL=metabox.css.map */
|
css/src/notifications.css
ADDED
@@ -0,0 +1,270 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../src/icons.css);
|
2 |
+
@import "../../node_modules/yoast-components/css/accessibility.scss";
|
3 |
+
.yoast-notification {
|
4 |
+
padding: 0 12px;
|
5 |
+
border-left: 4px solid #fff;
|
6 |
+
background: #fff;
|
7 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
8 |
+
}
|
9 |
+
|
10 |
+
.yoast-container {
|
11 |
+
position: relative;
|
12 |
+
max-width: 1280px;
|
13 |
+
margin: 20px 0 1px;
|
14 |
+
padding: 20px 20px 0;
|
15 |
+
border: 1px solid #e5e5e5;
|
16 |
+
background-color: #fdfdfd;
|
17 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
18 |
+
}
|
19 |
+
|
20 |
+
.yoast-notifications > h2:first-child {
|
21 |
+
margin: 0;
|
22 |
+
padding: 9px 0 4px 0;
|
23 |
+
font-size: 23px;
|
24 |
+
font-weight: 400;
|
25 |
+
line-height: 29px;
|
26 |
+
}
|
27 |
+
|
28 |
+
.yoast-notifications .yoast-container h3 {
|
29 |
+
margin: -20px -20px 0;
|
30 |
+
padding: 1em;
|
31 |
+
border-bottom: 1px solid #ccc;
|
32 |
+
background-color: #fdfdfd;
|
33 |
+
font-size: 1.4em;
|
34 |
+
}
|
35 |
+
|
36 |
+
.yoast-container .container {
|
37 |
+
max-width: 980px;
|
38 |
+
}
|
39 |
+
|
40 |
+
.yoast-container .yoast-notification-holder {
|
41 |
+
display: flex;
|
42 |
+
position: relative;
|
43 |
+
}
|
44 |
+
|
45 |
+
.restore .dashicons,
|
46 |
+
.dismiss .dashicons {
|
47 |
+
font-size: 20px;
|
48 |
+
width: 20px;
|
49 |
+
height: 20px;
|
50 |
+
}
|
51 |
+
|
52 |
+
.yoast-bottom-spacing {
|
53 |
+
margin-bottom: 20px;
|
54 |
+
}
|
55 |
+
|
56 |
+
/* These selectors need a higher specificity than .wp-core-ui .button */
|
57 |
+
.yoast-notifications .button.restore,
|
58 |
+
.yoast-notifications .button.dismiss {
|
59 |
+
position: absolute;
|
60 |
+
right: 0;
|
61 |
+
width: 52px;
|
62 |
+
height: 100%;
|
63 |
+
line-height: inherit;
|
64 |
+
padding: 0;
|
65 |
+
outline: none;
|
66 |
+
cursor: pointer;
|
67 |
+
background: transparent;
|
68 |
+
border: none;
|
69 |
+
box-shadow: none;
|
70 |
+
border-radius: 0;
|
71 |
+
}
|
72 |
+
|
73 |
+
.yoast-notifications .button.restore:hover,
|
74 |
+
.yoast-notifications .button.dismiss:hover {
|
75 |
+
background: transparent;
|
76 |
+
}
|
77 |
+
|
78 |
+
.yoast-notifications .button.restore:focus,
|
79 |
+
.yoast-notifications .button.dismiss:focus {
|
80 |
+
background: transparent;
|
81 |
+
}
|
82 |
+
|
83 |
+
.yoast-notifications .button.restore:focus::before,
|
84 |
+
.yoast-notifications .button.dismiss:focus::before {
|
85 |
+
content: "";
|
86 |
+
display: block;
|
87 |
+
width: 32px;
|
88 |
+
height: 32px;
|
89 |
+
border-radius: 50%;
|
90 |
+
position: absolute;
|
91 |
+
top: 50%;
|
92 |
+
left: 50%;
|
93 |
+
transform: translate(-50%, -50%);
|
94 |
+
box-shadow: 0 0 0 1px #007cba;
|
95 |
+
/* Only visible in Windows High Contrast mode */
|
96 |
+
outline: 2px solid transparent;
|
97 |
+
}
|
98 |
+
|
99 |
+
.yoast-notifications .button.dismiss.yoast-container__configuration-wizard--dismiss::before {
|
100 |
+
top: 0;
|
101 |
+
transform: translate(-50%, 6px);
|
102 |
+
}
|
103 |
+
|
104 |
+
.yoast-container .separator {
|
105 |
+
margin-top: 1em;
|
106 |
+
margin-bottom: 1em;
|
107 |
+
border-top: 1px solid #ddd;
|
108 |
+
}
|
109 |
+
|
110 |
+
.yoast-container .dashicons-yes {
|
111 |
+
color: #77b227;
|
112 |
+
}
|
113 |
+
|
114 |
+
.yoast-container-disabled {
|
115 |
+
display: table-cell;
|
116 |
+
position: absolute;
|
117 |
+
top: 0;
|
118 |
+
right: 0;
|
119 |
+
bottom: 0;
|
120 |
+
left: 0;
|
121 |
+
border-radius: 4px;
|
122 |
+
background-color: rgba(232, 232, 232, 0.7);
|
123 |
+
}
|
124 |
+
|
125 |
+
.yoast-no-issues {
|
126 |
+
padding: 1em 1em 1em 16px;
|
127 |
+
color: #666;
|
128 |
+
}
|
129 |
+
|
130 |
+
.yoast-muted-title {
|
131 |
+
overflow: hidden;
|
132 |
+
font-weight: 600;
|
133 |
+
font-style: italic;
|
134 |
+
}
|
135 |
+
|
136 |
+
.yoast-muted-title:after {
|
137 |
+
content: "";
|
138 |
+
display: inline-block;
|
139 |
+
height: 0.5em;
|
140 |
+
vertical-align: bottom;
|
141 |
+
width: 100%;
|
142 |
+
margin-right: -100%;
|
143 |
+
margin-left: 10px;
|
144 |
+
border-top: 1px solid #ddd;
|
145 |
+
}
|
146 |
+
|
147 |
+
/* Shared style for the problems and notifications. */
|
148 |
+
.yoast-notifications-active .yoast-notification, .yoast-notifications-dismissed .yoast-notification {
|
149 |
+
padding-right: 52px;
|
150 |
+
flex: 1;
|
151 |
+
}
|
152 |
+
|
153 |
+
.yoast-notifications-active .yoast-notification-holder {
|
154 |
+
margin-bottom: 20px;
|
155 |
+
}
|
156 |
+
|
157 |
+
.yoast-notifications-dismissed.paper.tab-block {
|
158 |
+
margin: 20px 0 20px 0;
|
159 |
+
}
|
160 |
+
|
161 |
+
.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container {
|
162 |
+
padding: 0;
|
163 |
+
}
|
164 |
+
|
165 |
+
.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd) {
|
166 |
+
background-color: #f7f7f7;
|
167 |
+
}
|
168 |
+
|
169 |
+
.yoast-notifications-dismissed.paper.tab-block .paper-container.toggleable-container .yoast-notification-holder:nth-child(odd) .yoast-notification {
|
170 |
+
background-color: transparent;
|
171 |
+
}
|
172 |
+
|
173 |
+
.yoast-notifications-dismissed .yoast-svg-icon-eye {
|
174 |
+
background: transparent var(--svg-icon-eye) no-repeat 0 0;
|
175 |
+
background-size: 20px;
|
176 |
+
}
|
177 |
+
|
178 |
+
/* Style only for errors / problems. */
|
179 |
+
#yoast-errors-header .dashicons {
|
180 |
+
color: #dc3232;
|
181 |
+
}
|
182 |
+
|
183 |
+
#yoast-errors-active .yoast-notification {
|
184 |
+
border-left-color: #dc3232;
|
185 |
+
}
|
186 |
+
|
187 |
+
#yoast-errors-dismissed .yoast-notification {
|
188 |
+
border-left-color: #d93f69;
|
189 |
+
}
|
190 |
+
|
191 |
+
/* Style only for warnings / notifications. */
|
192 |
+
#yoast-warnings-header .dashicons {
|
193 |
+
color: #5d237a;
|
194 |
+
}
|
195 |
+
|
196 |
+
#yoast-warnings-active .yoast-notification {
|
197 |
+
border-left-color: #5d237a;
|
198 |
+
}
|
199 |
+
|
200 |
+
#yoast-warnings-dismissed .yoast-notification {
|
201 |
+
border-left-color: #0075b3;
|
202 |
+
}
|
203 |
+
|
204 |
+
.yoast-notifications .yoast-container__configuration-wizard {
|
205 |
+
display: flex;
|
206 |
+
align-items: center;
|
207 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
208 |
+
background-color: #fff;
|
209 |
+
min-height: 0;
|
210 |
+
padding-bottom: 20px;
|
211 |
+
margin-bottom: 15px;
|
212 |
+
}
|
213 |
+
|
214 |
+
@media screen and (max-width: 768px) {
|
215 |
+
.yoast-notifications .yoast-container__configuration-wizard img {
|
216 |
+
display: none;
|
217 |
+
}
|
218 |
+
}
|
219 |
+
|
220 |
+
.yoast-notifications .yoast-container__configuration-wizard--content {
|
221 |
+
flex: 1 1 auto;
|
222 |
+
margin: 12px;
|
223 |
+
padding: 0;
|
224 |
+
}
|
225 |
+
|
226 |
+
.yoast-notifications .yoast-container__configuration-wizard--content h3 {
|
227 |
+
border-bottom: 0;
|
228 |
+
font-size: 1.4em;
|
229 |
+
line-height: 1;
|
230 |
+
margin: 0 0 4px 0;
|
231 |
+
padding: 0;
|
232 |
+
background: transparent;
|
233 |
+
}
|
234 |
+
|
235 |
+
.yoast-notifications .yoast-container__configuration-wizard--content p {
|
236 |
+
margin: 1em 0 0;
|
237 |
+
}
|
238 |
+
|
239 |
+
.yoast-notifications .yoast-container__configuration-wizard--content p:last-child {
|
240 |
+
margin: 0;
|
241 |
+
}
|
242 |
+
|
243 |
+
@media screen and (max-width: 768px) {
|
244 |
+
.yoast-notifications .yoast-container__configuration-wizard--content {
|
245 |
+
display: block;
|
246 |
+
position: relative;
|
247 |
+
padding: 16px;
|
248 |
+
}
|
249 |
+
}
|
250 |
+
|
251 |
+
.yoast-notifications .yoast-container__configuration-wizard--dismiss {
|
252 |
+
text-align: center;
|
253 |
+
}
|
254 |
+
|
255 |
+
@media screen and (max-width: 768px) {
|
256 |
+
.yoast-notifications .yoast-container__configuration-wizard--dismiss {
|
257 |
+
width: 40px;
|
258 |
+
position: absolute;
|
259 |
+
top: 5px;
|
260 |
+
right: 5px;
|
261 |
+
margin: 0;
|
262 |
+
}
|
263 |
+
}
|
264 |
+
|
265 |
+
.yoast-notifications .yoast-container__configuration-wizard--dismiss .dashicons {
|
266 |
+
text-decoration: none;
|
267 |
+
margin-top: 12px;
|
268 |
+
}
|
269 |
+
|
270 |
+
/*# sourceMappingURL=notifications.css.map */
|
css/src/score_icon.css
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wpseo-score-icon {
|
2 |
+
display: inline-block !important;
|
3 |
+
width: 12px !important;
|
4 |
+
height: 12px !important;
|
5 |
+
border-radius: 50% !important;
|
6 |
+
margin: 3px 10px 0 3px;
|
7 |
+
background: #888;
|
8 |
+
vertical-align: top;
|
9 |
+
}
|
10 |
+
|
11 |
+
.wpseo-score-icon.good {
|
12 |
+
background-color: #7ad03a;
|
13 |
+
}
|
14 |
+
|
15 |
+
.wpseo-score-icon.ok {
|
16 |
+
background-color: #ee7c1b;
|
17 |
+
}
|
18 |
+
|
19 |
+
.wpseo-score-icon.bad {
|
20 |
+
background-color: #dc3232;
|
21 |
+
}
|
22 |
+
|
23 |
+
.wpseo-score-icon.na {
|
24 |
+
background-color: #888;
|
25 |
+
}
|
26 |
+
|
27 |
+
.wpseo-score-icon.noindex {
|
28 |
+
background-color: #1e8cbe;
|
29 |
+
}
|
css/src/search-appearance.css
ADDED
@@ -0,0 +1,310 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import "../../node_modules/draft-js-mention-plugin/lib/plugin.css";
|
2 |
+
/*rtl:begin:ignore*/
|
3 |
+
@import "../../node_modules/draft-js/dist/Draft.css";
|
4 |
+
/*rtl:end:ignore*/
|
5 |
+
|
6 |
+
.draftJsMentionPlugin__mention__29BEd, .draftJsMentionPlugin__mention__29BEd:visited {
|
7 |
+
color: #575f67;
|
8 |
+
cursor: pointer;
|
9 |
+
display: inline-block;
|
10 |
+
background: #e6f3ff;
|
11 |
+
padding-left: 2px;
|
12 |
+
padding-right: 2px;
|
13 |
+
border-radius: 2px;
|
14 |
+
text-decoration: none;
|
15 |
+
}
|
16 |
+
|
17 |
+
.draftJsMentionPlugin__mention__29BEd:hover, .draftJsMentionPlugin__mention__29BEd:focus {
|
18 |
+
color: #677584;
|
19 |
+
background: #edf5fd;
|
20 |
+
outline: 0;
|
21 |
+
/* reset for :focus */
|
22 |
+
}
|
23 |
+
|
24 |
+
.draftJsMentionPlugin__mention__29BEd:active {
|
25 |
+
color: #222;
|
26 |
+
background: #455261;
|
27 |
+
}
|
28 |
+
|
29 |
+
.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm {
|
30 |
+
padding: 7px 10px 3px 10px;
|
31 |
+
transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
|
32 |
+
}
|
33 |
+
|
34 |
+
.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active {
|
35 |
+
background-color: #cce7ff;
|
36 |
+
}
|
37 |
+
|
38 |
+
.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd {
|
39 |
+
background-color: #e6f3ff;
|
40 |
+
}
|
41 |
+
|
42 |
+
.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq {
|
43 |
+
display: inline-block;
|
44 |
+
margin-left: 8px;
|
45 |
+
white-space: nowrap;
|
46 |
+
overflow: hidden;
|
47 |
+
text-overflow: ellipsis;
|
48 |
+
max-width: 368px;
|
49 |
+
font-size: 0.9em;
|
50 |
+
margin-bottom: 0.2em;
|
51 |
+
}
|
52 |
+
|
53 |
+
.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9 {
|
54 |
+
display: inline-block;
|
55 |
+
width: 24px;
|
56 |
+
height: 24px;
|
57 |
+
border-radius: 12px;
|
58 |
+
}
|
59 |
+
|
60 |
+
.draftJsMentionPlugin__mentionSuggestions__2DWjA {
|
61 |
+
border: 1px solid #eee;
|
62 |
+
margin-top: 0.4em;
|
63 |
+
position: absolute;
|
64 |
+
min-width: 220px;
|
65 |
+
max-width: 440px;
|
66 |
+
background: #fff;
|
67 |
+
border-radius: 2px;
|
68 |
+
box-shadow: 0px 4px 30px 0px gainsboro;
|
69 |
+
cursor: pointer;
|
70 |
+
padding-top: 8px;
|
71 |
+
padding-bottom: 8px;
|
72 |
+
z-index: 2;
|
73 |
+
display: -webkit-box;
|
74 |
+
display: flex;
|
75 |
+
-webkit-box-orient: vertical;
|
76 |
+
-webkit-box-direction: normal;
|
77 |
+
flex-direction: column;
|
78 |
+
box-sizing: border-box;
|
79 |
+
-webkit-transform: scale(0);
|
80 |
+
transform: scale(0);
|
81 |
+
}
|
82 |
+
|
83 |
+
/*rtl:begin:ignore*/
|
84 |
+
/**
|
85 |
+
* Draft v0.10.5
|
86 |
+
*
|
87 |
+
* Copyright (c) 2013-present, Facebook, Inc.
|
88 |
+
* All rights reserved.
|
89 |
+
*
|
90 |
+
* This source code is licensed under the BSD-style license found in the
|
91 |
+
* LICENSE file in the root directory of this source tree. An additional grant
|
92 |
+
* of patent rights can be found in the PATENTS file in the same directory.
|
93 |
+
*/
|
94 |
+
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
|
95 |
+
height: inherit;
|
96 |
+
text-align: initial;
|
97 |
+
}
|
98 |
+
|
99 |
+
.public-DraftEditor-content[contenteditable=true] {
|
100 |
+
-webkit-user-modify: read-write-plaintext-only;
|
101 |
+
}
|
102 |
+
|
103 |
+
.DraftEditor-root {
|
104 |
+
position: relative;
|
105 |
+
}
|
106 |
+
|
107 |
+
.DraftEditor-editorContainer {
|
108 |
+
background-color: rgba(255, 255, 255, 0);
|
109 |
+
border-left: .1px solid transparent;
|
110 |
+
position: relative;
|
111 |
+
z-index: 1;
|
112 |
+
}
|
113 |
+
|
114 |
+
.public-DraftEditor-block {
|
115 |
+
position: relative;
|
116 |
+
}
|
117 |
+
|
118 |
+
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
|
119 |
+
text-align: left;
|
120 |
+
}
|
121 |
+
|
122 |
+
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
|
123 |
+
left: 0;
|
124 |
+
text-align: left;
|
125 |
+
}
|
126 |
+
|
127 |
+
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
|
128 |
+
text-align: center;
|
129 |
+
}
|
130 |
+
|
131 |
+
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
|
132 |
+
margin: 0 auto;
|
133 |
+
text-align: center;
|
134 |
+
width: 100%;
|
135 |
+
}
|
136 |
+
|
137 |
+
.DraftEditor-alignRight .public-DraftStyleDefault-block {
|
138 |
+
text-align: right;
|
139 |
+
}
|
140 |
+
|
141 |
+
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
|
142 |
+
right: 0;
|
143 |
+
text-align: right;
|
144 |
+
}
|
145 |
+
|
146 |
+
.public-DraftEditorPlaceholder-root {
|
147 |
+
color: #9197a3;
|
148 |
+
position: absolute;
|
149 |
+
z-index: 1;
|
150 |
+
}
|
151 |
+
|
152 |
+
.public-DraftEditorPlaceholder-hasFocus {
|
153 |
+
color: #bdc1c9;
|
154 |
+
}
|
155 |
+
|
156 |
+
.DraftEditorPlaceholder-hidden {
|
157 |
+
display: none;
|
158 |
+
}
|
159 |
+
|
160 |
+
.public-DraftStyleDefault-block {
|
161 |
+
position: relative;
|
162 |
+
white-space: pre-wrap;
|
163 |
+
}
|
164 |
+
|
165 |
+
.public-DraftStyleDefault-ltr {
|
166 |
+
direction: ltr;
|
167 |
+
text-align: left;
|
168 |
+
}
|
169 |
+
|
170 |
+
.public-DraftStyleDefault-rtl {
|
171 |
+
direction: rtl;
|
172 |
+
text-align: right;
|
173 |
+
}
|
174 |
+
|
175 |
+
.public-DraftStyleDefault-listLTR {
|
176 |
+
direction: ltr;
|
177 |
+
}
|
178 |
+
|
179 |
+
.public-DraftStyleDefault-listRTL {
|
180 |
+
direction: rtl;
|
181 |
+
}
|
182 |
+
|
183 |
+
.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
|
184 |
+
margin: 16px 0;
|
185 |
+
padding: 0;
|
186 |
+
}
|
187 |
+
|
188 |
+
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
|
189 |
+
margin-left: 1.5em;
|
190 |
+
}
|
191 |
+
|
192 |
+
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
|
193 |
+
margin-right: 1.5em;
|
194 |
+
}
|
195 |
+
|
196 |
+
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
|
197 |
+
margin-left: 3em;
|
198 |
+
}
|
199 |
+
|
200 |
+
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
|
201 |
+
margin-right: 3em;
|
202 |
+
}
|
203 |
+
|
204 |
+
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
|
205 |
+
margin-left: 4.5em;
|
206 |
+
}
|
207 |
+
|
208 |
+
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
|
209 |
+
margin-right: 4.5em;
|
210 |
+
}
|
211 |
+
|
212 |
+
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
|
213 |
+
margin-left: 6em;
|
214 |
+
}
|
215 |
+
|
216 |
+
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
|
217 |
+
margin-right: 6em;
|
218 |
+
}
|
219 |
+
|
220 |
+
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
|
221 |
+
margin-left: 7.5em;
|
222 |
+
}
|
223 |
+
|
224 |
+
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
|
225 |
+
margin-right: 7.5em;
|
226 |
+
}
|
227 |
+
|
228 |
+
.public-DraftStyleDefault-unorderedListItem {
|
229 |
+
list-style-type: square;
|
230 |
+
position: relative;
|
231 |
+
}
|
232 |
+
|
233 |
+
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
|
234 |
+
list-style-type: disc;
|
235 |
+
}
|
236 |
+
|
237 |
+
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
|
238 |
+
list-style-type: circle;
|
239 |
+
}
|
240 |
+
|
241 |
+
.public-DraftStyleDefault-orderedListItem {
|
242 |
+
list-style-type: none;
|
243 |
+
position: relative;
|
244 |
+
}
|
245 |
+
|
246 |
+
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
|
247 |
+
left: -36px;
|
248 |
+
position: absolute;
|
249 |
+
text-align: right;
|
250 |
+
width: 30px;
|
251 |
+
}
|
252 |
+
|
253 |
+
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
|
254 |
+
position: absolute;
|
255 |
+
right: -36px;
|
256 |
+
text-align: left;
|
257 |
+
width: 30px;
|
258 |
+
}
|
259 |
+
|
260 |
+
.public-DraftStyleDefault-orderedListItem:before {
|
261 |
+
content: counter(ol0) ". ";
|
262 |
+
counter-increment: ol0;
|
263 |
+
}
|
264 |
+
|
265 |
+
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
|
266 |
+
content: counter(ol1) ". ";
|
267 |
+
counter-increment: ol1;
|
268 |
+
}
|
269 |
+
|
270 |
+
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
|
271 |
+
content: counter(ol2) ". ";
|
272 |
+
counter-increment: ol2;
|
273 |
+
}
|
274 |
+
|
275 |
+
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
|
276 |
+
content: counter(ol3) ". ";
|
277 |
+
counter-increment: ol3;
|
278 |
+
}
|
279 |
+
|
280 |
+
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
|
281 |
+
content: counter(ol4) ". ";
|
282 |
+
counter-increment: ol4;
|
283 |
+
}
|
284 |
+
|
285 |
+
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
|
286 |
+
counter-reset: ol0;
|
287 |
+
}
|
288 |
+
|
289 |
+
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
|
290 |
+
counter-reset: ol1;
|
291 |
+
}
|
292 |
+
|
293 |
+
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
|
294 |
+
counter-reset: ol2;
|
295 |
+
}
|
296 |
+
|
297 |
+
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
|
298 |
+
counter-reset: ol3;
|
299 |
+
}
|
300 |
+
|
301 |
+
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
|
302 |
+
counter-reset: ol4;
|
303 |
+
}
|
304 |
+
|
305 |
+
/*rtl:end:ignore*/
|
306 |
+
#person-selector {
|
307 |
+
width: 100%;
|
308 |
+
}
|
309 |
+
|
310 |
+
/*# sourceMappingURL=search-appearance.css.map */
|
css/src/structured-data-blocks.css
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.schema-how-to-step,
|
2 |
+
.schema-faq-section {
|
3 |
+
position: relative;
|
4 |
+
padding: 8px 4px 8px 32px;
|
5 |
+
margin: 4px 0;
|
6 |
+
border: 1px solid rgba(145, 151, 162, 0.25);
|
7 |
+
list-style-type: none;
|
8 |
+
}
|
9 |
+
|
10 |
+
.schema-how-to-buttons,
|
11 |
+
.schema-faq-buttons {
|
12 |
+
display: flex;
|
13 |
+
justify-content: center;
|
14 |
+
}
|
15 |
+
|
16 |
+
.schema-how-to-buttons button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
|
17 |
+
.schema-faq-buttons button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
|
18 |
+
box-shadow: none;
|
19 |
+
color: #007cba;
|
20 |
+
}
|
21 |
+
|
22 |
+
.schema-how-to-step-mover,
|
23 |
+
.schema-faq-section-mover {
|
24 |
+
display: inline-block;
|
25 |
+
}
|
26 |
+
|
27 |
+
.schema-how-to-step-mover .editor-block-mover__control,
|
28 |
+
.schema-faq-section-mover .editor-block-mover__control {
|
29 |
+
display: inline-flex;
|
30 |
+
width: 36px;
|
31 |
+
height: 36px;
|
32 |
+
}
|
33 |
+
|
34 |
+
.schema-how-to-step-name,
|
35 |
+
.schema-faq-question {
|
36 |
+
font-weight: 600;
|
37 |
+
}
|
38 |
+
|
39 |
+
.schema-how-to .schema-how-to-steps,
|
40 |
+
.schema-how-to .schema-how-to-description,
|
41 |
+
.schema-how-to .schema-how-to-step-name,
|
42 |
+
.schema-how-to .schema-how-to-step-text,
|
43 |
+
.schema-faq .schema-faq-question,
|
44 |
+
.schema-faq .schema-faq-answer {
|
45 |
+
margin: 0;
|
46 |
+
line-height: inherit;
|
47 |
+
}
|
48 |
+
|
49 |
+
.schema-how-to .schema-how-to-steps {
|
50 |
+
padding-top: 0;
|
51 |
+
}
|
52 |
+
|
53 |
+
.schema-how-to-step-button-container,
|
54 |
+
.schema-faq-section-button-container {
|
55 |
+
display: inline-flex;
|
56 |
+
text-align: right;
|
57 |
+
}
|
58 |
+
|
59 |
+
.schema-how-to-step-button-container button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
|
60 |
+
.schema-faq-section-button-container button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
|
61 |
+
box-shadow: none;
|
62 |
+
color: #007cba;
|
63 |
+
}
|
64 |
+
|
65 |
+
.schema-how-to-step-controls-container,
|
66 |
+
.schema-faq-section-controls-container {
|
67 |
+
text-align: right;
|
68 |
+
margin-left: -28px;
|
69 |
+
}
|
70 |
+
|
71 |
+
.schema-how-to-step-controls-container .dashicons-arrow-up-alt2,
|
72 |
+
.schema-faq-section-controls-container .dashicons-arrow-up-alt2 {
|
73 |
+
position: relative;
|
74 |
+
top: -1px;
|
75 |
+
}
|
76 |
+
|
77 |
+
.schema-how-to-duration-button .dashicon,
|
78 |
+
.how-to-step-add-media .dashicon,
|
79 |
+
.schema-how-to-add-step .dashicon,
|
80 |
+
.faq-section-add-media .dashicon,
|
81 |
+
.schema-faq-add-question .dashicon {
|
82 |
+
margin-right: 4px;
|
83 |
+
}
|
84 |
+
|
85 |
+
.schema-how-to {
|
86 |
+
padding-top: 4px;
|
87 |
+
}
|
88 |
+
|
89 |
+
.schema-how-to-step-number {
|
90 |
+
position: absolute;
|
91 |
+
left: 4px;
|
92 |
+
width: 24px;
|
93 |
+
text-align: right;
|
94 |
+
}
|
95 |
+
|
96 |
+
.schema-how-to-duration-flex-container {
|
97 |
+
display: flex;
|
98 |
+
align-items: center;
|
99 |
+
}
|
100 |
+
|
101 |
+
.schema-how-to-duration-time-input {
|
102 |
+
display: inline-flex;
|
103 |
+
align-items: center;
|
104 |
+
flex-wrap: nowrap;
|
105 |
+
}
|
106 |
+
|
107 |
+
legend.schema-how-to-duration-legend {
|
108 |
+
margin-right: 4px;
|
109 |
+
}
|
110 |
+
|
111 |
+
#schema-how-to-duration-days {
|
112 |
+
margin-right: 8px;
|
113 |
+
}
|
114 |
+
|
115 |
+
.schema-how-to-duration .schema-how-to-duration-input[type="number"] {
|
116 |
+
width: 40px;
|
117 |
+
margin: 0 2px;
|
118 |
+
padding: 6px 4px;
|
119 |
+
text-align: center;
|
120 |
+
-moz-appearance: textfield;
|
121 |
+
}
|
122 |
+
|
123 |
+
.schema-how-to-duration .schema-how-to-duration-input[type="number"]::-webkit-outer-spin-button, .schema-how-to-duration .schema-how-to-duration-input[type="number"]::-webkit-inner-spin-button {
|
124 |
+
-webkit-appearance: none;
|
125 |
+
margin: 0;
|
126 |
+
}
|
127 |
+
|
128 |
+
.schema-how-to-duration-button.components-icon-button {
|
129 |
+
margin-left: -8px;
|
130 |
+
vertical-align: top;
|
131 |
+
}
|
132 |
+
|
133 |
+
.schema-how-to-duration-button.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
|
134 |
+
box-shadow: none;
|
135 |
+
color: #007cba;
|
136 |
+
}
|
137 |
+
|
138 |
+
.schema-how-to-description {
|
139 |
+
margin: 8px 0;
|
140 |
+
}
|
141 |
+
|
142 |
+
/*# sourceMappingURL=structured-data-blocks.css.map */
|
css/src/toggle-switch.css
ADDED
@@ -0,0 +1,380 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@charset "UTF-8";
|
2 |
+
/*
|
3 |
+
* Styles from the toggle switch library.
|
4 |
+
*/
|
5 |
+
/*
|
6 |
+
* CSS TOGGLE SWITCH
|
7 |
+
*
|
8 |
+
* Ionuț Colceriu - ghinda.net
|
9 |
+
* https://github.com/ghinda/css-toggle-switch
|
10 |
+
*
|
11 |
+
*/
|
12 |
+
/* Hide by default. */
|
13 |
+
.switch-toggle a,
|
14 |
+
.switch-light span span {
|
15 |
+
display: none;
|
16 |
+
}
|
17 |
+
|
18 |
+
/* Only target browsers with support for media queries. */
|
19 |
+
@media only screen {
|
20 |
+
.switch-light,
|
21 |
+
.switch-toggle {
|
22 |
+
position: relative;
|
23 |
+
display: block;
|
24 |
+
padding: 0 !important;
|
25 |
+
}
|
26 |
+
.switch-light::after,
|
27 |
+
.switch-toggle::after {
|
28 |
+
clear: both;
|
29 |
+
content: "";
|
30 |
+
display: table;
|
31 |
+
}
|
32 |
+
.switch-light *,
|
33 |
+
.switch-light *:before,
|
34 |
+
.switch-light *:after,
|
35 |
+
.switch-toggle *,
|
36 |
+
.switch-toggle *:before,
|
37 |
+
.switch-toggle *:after {
|
38 |
+
box-sizing: border-box;
|
39 |
+
}
|
40 |
+
.switch-light a,
|
41 |
+
.switch-toggle a {
|
42 |
+
display: block;
|
43 |
+
-webkit-transition: all 0.2s ease-out;
|
44 |
+
-moz-transition: all 0.2s ease-out;
|
45 |
+
transition: all 0.2s ease-out;
|
46 |
+
}
|
47 |
+
.switch-light label,
|
48 |
+
.switch-light > span,
|
49 |
+
.switch-toggle label,
|
50 |
+
.switch-toggle > span,
|
51 |
+
.switch-light-visual-label {
|
52 |
+
line-height: 2;
|
53 |
+
vertical-align: middle;
|
54 |
+
}
|
55 |
+
.switch-light input {
|
56 |
+
position: absolute;
|
57 |
+
opacity: 0;
|
58 |
+
z-index: 3;
|
59 |
+
/* Override core style. */
|
60 |
+
}
|
61 |
+
.switch-light input[type=radio].disabled, .switch-light input[type=radio].disabled:checked:before, .switch-light input[type=radio]:disabled, .switch-light input[type=radio]:disabled:checked:before {
|
62 |
+
opacity: 0;
|
63 |
+
}
|
64 |
+
.switch-light input:checked ~ span a {
|
65 |
+
right: 0%;
|
66 |
+
}
|
67 |
+
/* Inherit from label. */
|
68 |
+
.switch-light strong {
|
69 |
+
font-weight: inherit;
|
70 |
+
}
|
71 |
+
.switch-light > span {
|
72 |
+
position: relative;
|
73 |
+
min-height: 2em;
|
74 |
+
padding: 0;
|
75 |
+
text-align: left;
|
76 |
+
}
|
77 |
+
.switch-light span span {
|
78 |
+
position: relative;
|
79 |
+
z-index: 2;
|
80 |
+
display: block;
|
81 |
+
float: left;
|
82 |
+
width: 50%;
|
83 |
+
text-align: center;
|
84 |
+
-webkit-user-select: none;
|
85 |
+
-moz-user-select: none;
|
86 |
+
user-select: none;
|
87 |
+
}
|
88 |
+
.switch-light a {
|
89 |
+
position: absolute;
|
90 |
+
right: 50%;
|
91 |
+
top: 0;
|
92 |
+
z-index: 1;
|
93 |
+
display: block;
|
94 |
+
width: 50%;
|
95 |
+
height: 100%;
|
96 |
+
padding: 0;
|
97 |
+
}
|
98 |
+
.switch-toggle input {
|
99 |
+
position: absolute;
|
100 |
+
left: 0;
|
101 |
+
opacity: 0;
|
102 |
+
/* Override core style. */
|
103 |
+
}
|
104 |
+
.switch-toggle input[type=radio].disabled, .switch-toggle input[type=radio].disabled:checked:before, .switch-toggle input[type=radio]:disabled, .switch-toggle input[type=radio]:disabled:checked:before {
|
105 |
+
opacity: 0;
|
106 |
+
}
|
107 |
+
.switch-toggle input + label {
|
108 |
+
float: left;
|
109 |
+
padding: 0 0.5em;
|
110 |
+
margin: 0;
|
111 |
+
text-align: center;
|
112 |
+
}
|
113 |
+
.switch-toggle input:checked + label {
|
114 |
+
position: relative;
|
115 |
+
z-index: 2;
|
116 |
+
}
|
117 |
+
.switch-toggle a {
|
118 |
+
position: absolute;
|
119 |
+
top: 0;
|
120 |
+
left: 0;
|
121 |
+
padding: 0;
|
122 |
+
z-index: 1;
|
123 |
+
width: 10px;
|
124 |
+
height: 100%;
|
125 |
+
}
|
126 |
+
.switch-toggle label:nth-child(2):nth-last-child(4),
|
127 |
+
.switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
|
128 |
+
.switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
|
129 |
+
width: 50%;
|
130 |
+
}
|
131 |
+
.switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
|
132 |
+
left: 50%;
|
133 |
+
}
|
134 |
+
.switch-toggle label:nth-child(2):nth-last-child(6),
|
135 |
+
.switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
|
136 |
+
.switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
|
137 |
+
width: 33.33%;
|
138 |
+
}
|
139 |
+
.switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
|
140 |
+
left: 33.33%;
|
141 |
+
}
|
142 |
+
.switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
|
143 |
+
left: 66.66%;
|
144 |
+
}
|
145 |
+
.switch-toggle label:nth-child(2):nth-last-child(8),
|
146 |
+
.switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
|
147 |
+
.switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
|
148 |
+
width: 25%;
|
149 |
+
}
|
150 |
+
.switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
|
151 |
+
left: 25%;
|
152 |
+
}
|
153 |
+
.switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
|
154 |
+
left: 50%;
|
155 |
+
}
|
156 |
+
.switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
|
157 |
+
left: 75%;
|
158 |
+
}
|
159 |
+
.switch-toggle label:nth-child(2):nth-last-child(10),
|
160 |
+
.switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
|
161 |
+
.switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
|
162 |
+
width: 20%;
|
163 |
+
}
|
164 |
+
.switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
|
165 |
+
left: 20%;
|
166 |
+
}
|
167 |
+
.switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
|
168 |
+
left: 40%;
|
169 |
+
}
|
170 |
+
.switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
|
171 |
+
left: 60%;
|
172 |
+
}
|
173 |
+
.switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
|
174 |
+
left: 80%;
|
175 |
+
}
|
176 |
+
.switch-toggle label:nth-child(2):nth-last-child(12),
|
177 |
+
.switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
|
178 |
+
.switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
|
179 |
+
width: 16.6%;
|
180 |
+
}
|
181 |
+
.switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
|
182 |
+
left: 16.6%;
|
183 |
+
}
|
184 |
+
.switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
|
185 |
+
left: 33.2%;
|
186 |
+
}
|
187 |
+
.switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
|
188 |
+
left: 49.8%;
|
189 |
+
}
|
190 |
+
.switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
|
191 |
+
left: 66.4%;
|
192 |
+
}
|
193 |
+
.switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
|
194 |
+
left: 83%;
|
195 |
+
}
|
196 |
+
.switch-candy a {
|
197 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
|
198 |
+
}
|
199 |
+
}
|
200 |
+
|
201 |
+
/*
|
202 |
+
* Bugfix for older Webkit, including mobile Webkit. Adapted from
|
203 |
+
* http://css-tricks.com/webkit-sibling-bug/
|
204 |
+
*/
|
205 |
+
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
|
206 |
+
.switch-light,
|
207 |
+
.switch-toggle {
|
208 |
+
-webkit-animation: webkitSiblingBugfix infinite 1s;
|
209 |
+
}
|
210 |
+
}
|
211 |
+
|
212 |
+
@-webkit-keyframes webkitSiblingBugfix {
|
213 |
+
from {
|
214 |
+
-webkit-transform: translate3d(0, 0, 0);
|
215 |
+
}
|
216 |
+
to {
|
217 |
+
-webkit-transform: translate3d(0, 0, 0);
|
218 |
+
}
|
219 |
+
}
|
220 |
+
|
221 |
+
/*
|
222 |
+
* Custom styles.
|
223 |
+
*/
|
224 |
+
.fieldset-switch-toggle label {
|
225 |
+
float: none;
|
226 |
+
}
|
227 |
+
|
228 |
+
@media only screen {
|
229 |
+
.fieldset-switch-toggle legend {
|
230 |
+
float: left;
|
231 |
+
box-sizing: border-box;
|
232 |
+
min-width: 200px;
|
233 |
+
margin: 8px 0;
|
234 |
+
padding-right: 16px;
|
235 |
+
line-height: 2;
|
236 |
+
vertical-align: middle;
|
237 |
+
}
|
238 |
+
.fieldset-switch-toggle .disabled-note {
|
239 |
+
clear: both;
|
240 |
+
}
|
241 |
+
.switch-container__has-help legend,
|
242 |
+
.switch-container__has-help .switch-light-visual-label {
|
243 |
+
float: left;
|
244 |
+
min-width: 0;
|
245 |
+
padding-right: 0;
|
246 |
+
}
|
247 |
+
.switch-container__has-help .yoast_help.yoast-help-button {
|
248 |
+
margin: 8px 0 0 4px;
|
249 |
+
}
|
250 |
+
.switch-toggle.switch-yoast-seo,
|
251 |
+
.switch-light.switch-yoast-seo > span {
|
252 |
+
width: 250px;
|
253 |
+
border: 1px solid #ccc;
|
254 |
+
border-radius: 0.5em;
|
255 |
+
background-color: #dcdcdc;
|
256 |
+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
|
257 |
+
}
|
258 |
+
.switch-toggle.switch-yoast-seo,
|
259 |
+
.switch-light.switch-yoast-seo {
|
260 |
+
clear: both;
|
261 |
+
float: left;
|
262 |
+
}
|
263 |
+
.switch-light.switch-yoast-seo > span {
|
264 |
+
/* To contain floats instead of the original overflow: hidden;. */
|
265 |
+
display: inline-block;
|
266 |
+
/* To make the focus style fully visible. */
|
267 |
+
overflow: visible;
|
268 |
+
}
|
269 |
+
.switch-toggle.switch-yoast-seo a,
|
270 |
+
.switch-light.switch-yoast-seo a {
|
271 |
+
border: 1px solid #b5b5b5;
|
272 |
+
border-radius: 0.5em;
|
273 |
+
background: #a4286a;
|
274 |
+
}
|
275 |
+
.switch-toggle.switch-yoast-seo input.disabled + a,
|
276 |
+
.switch-toggle.switch-yoast-seo input.disabled ~ a,
|
277 |
+
.switch-toggle.switch-yoast-seo input:disabled + a,
|
278 |
+
.switch-toggle.switch-yoast-seo input:disabled ~ a {
|
279 |
+
background: #9b9b9b;
|
280 |
+
border: 0;
|
281 |
+
}
|
282 |
+
.switch-toggle.switch-yoast-seo input:focus ~ span a,
|
283 |
+
.switch-light.switch-yoast-seo input:focus ~ span a,
|
284 |
+
.switch-toggle.switch-yoast-seo input:focus + label,
|
285 |
+
.switch-light.switch-yoast-seo input:focus + label {
|
286 |
+
/* Reset focus style. */
|
287 |
+
outline: none;
|
288 |
+
}
|
289 |
+
.switch-toggle.switch-yoast-seo input:focus ~ a,
|
290 |
+
.switch-light.switch-yoast-seo input:focus ~ span a {
|
291 |
+
border-color: #5b9dd9 !important;
|
292 |
+
box-shadow: 0 0 2px rgba(0, 115, 170, 0.8) !important;
|
293 |
+
}
|
294 |
+
.switch-toggle.switch-yoast-seo input:checked ~ span a,
|
295 |
+
.switch-light.switch-yoast-seo input:checked ~ span a {
|
296 |
+
border: 1px solid #b5b5b5;
|
297 |
+
background: #a4286a;
|
298 |
+
}
|
299 |
+
.switch-light.switch-yoast-seo span span,
|
300 |
+
.switch-light.switch-yoast-seo input:checked ~ span span:first-child,
|
301 |
+
.switch-toggle.switch-yoast-seo label {
|
302 |
+
color: #333;
|
303 |
+
text-shadow: none;
|
304 |
+
font-weight: inherit;
|
305 |
+
}
|
306 |
+
.switch-candy.switch-yoast-seo input ~ span span:first-child,
|
307 |
+
.switch-candy.switch-yoast-seo input:checked ~ span span:nth-child(2),
|
308 |
+
.switch-candy.switch-yoast-seo input:checked + label {
|
309 |
+
color: #fff;
|
310 |
+
text-shadow: none;
|
311 |
+
}
|
312 |
+
.switch-candy.switch-yoast-seo input + label::after {
|
313 |
+
content: "";
|
314 |
+
display: block;
|
315 |
+
width: 100%;
|
316 |
+
height: 100%;
|
317 |
+
position: absolute;
|
318 |
+
top: 0;
|
319 |
+
left: 0;
|
320 |
+
z-index: 3;
|
321 |
+
}
|
322 |
+
.switch-candy.switch-yoast-seo input:checked + label::after {
|
323 |
+
content: none;
|
324 |
+
}
|
325 |
+
.switch-light.switch-yoast-seo-reverse input:checked ~ span a {
|
326 |
+
left: 0;
|
327 |
+
}
|
328 |
+
.switch-light.switch-yoast-seo-reverse a {
|
329 |
+
left: 50%;
|
330 |
+
}
|
331 |
+
.switch-light.switch-yoast-seo-reverse span span {
|
332 |
+
float: right;
|
333 |
+
}
|
334 |
+
.switch-toggle.switch-yoast-seo label,
|
335 |
+
label.switch-light.switch-yoast-seo {
|
336 |
+
margin-left: 0;
|
337 |
+
/*
|
338 |
+
* To help old iOS: ensure labels have cursor pointer instead of
|
339 |
+
* using the empty onclick hack.
|
340 |
+
*/
|
341 |
+
cursor: pointer;
|
342 |
+
}
|
343 |
+
.switch-toggle.switch-yoast-seo input.disabled + label,
|
344 |
+
.switch-toggle.switch-yoast-seo input:disabled + label {
|
345 |
+
cursor: not-allowed;
|
346 |
+
}
|
347 |
+
.switch-yoast-seo .switch-yoast-seo-jaws-a11y {
|
348 |
+
/* JAWS 17.0 needs this hack. */
|
349 |
+
display: block;
|
350 |
+
overflow: hidden;
|
351 |
+
height: 1px;
|
352 |
+
margin-bottom: -1px;
|
353 |
+
}
|
354 |
+
.switch-toggle.switch-yoast-seo label code,
|
355 |
+
.switch-light.switch-yoast-seo label code {
|
356 |
+
background-color: inherit;
|
357 |
+
vertical-align: top;
|
358 |
+
}
|
359 |
+
.switch-light-visual-label {
|
360 |
+
display: block;
|
361 |
+
margin: 8px 0;
|
362 |
+
font-weight: 400;
|
363 |
+
line-height: 2;
|
364 |
+
}
|
365 |
+
.switch-light-visual-label__strong {
|
366 |
+
font-weight: 600;
|
367 |
+
}
|
368 |
+
.switch-container {
|
369 |
+
clear: both;
|
370 |
+
margin: 0 0 0.8em 0;
|
371 |
+
}
|
372 |
+
.switch-container + .switch-container {
|
373 |
+
margin-top: 8px;
|
374 |
+
}
|
375 |
+
.switch-container + p {
|
376 |
+
margin: 0 0 16px 0;
|
377 |
+
}
|
378 |
+
}
|
379 |
+
|
380 |
+
/*# sourceMappingURL=toggle-switch.css.map */
|
css/src/wpseo-dismissible.css
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.yoast-notice-dismiss:before {
|
2 |
+
display: block !important;
|
3 |
+
width: 20px;
|
4 |
+
height: 20px;
|
5 |
+
color: #b4b9be;
|
6 |
+
background: none;
|
7 |
+
font: normal 16px/1 "dashicons";
|
8 |
+
text-align: center;
|
9 |
+
content: "\f153";
|
10 |
+
-webkit-font-smoothing: antialiased !important;
|
11 |
+
speak: none;
|
12 |
+
}
|
13 |
+
|
14 |
+
.yoast-notice-dismiss {
|
15 |
+
position: absolute;
|
16 |
+
top: 0;
|
17 |
+
right: 1px;
|
18 |
+
margin: 0;
|
19 |
+
padding: 9px;
|
20 |
+
border: none;
|
21 |
+
color: #b4b9be;
|
22 |
+
background: none;
|
23 |
+
cursor: pointer;
|
24 |
+
}
|
25 |
+
|
26 |
+
.yoast-notice-dismiss:before {
|
27 |
+
position: relative;
|
28 |
+
top: 0;
|
29 |
+
left: 0;
|
30 |
+
line-height: 20px;
|
31 |
+
}
|
32 |
+
|
33 |
+
.yoast-notice-dismiss:hover:before,
|
34 |
+
.yoast-notice-dismiss:active:before,
|
35 |
+
.yoast-notice-dismiss:focus:before {
|
36 |
+
color: #c00;
|
37 |
+
}
|
38 |
+
|
39 |
+
.yoast-notice-dismiss:focus {
|
40 |
+
outline: none;
|
41 |
+
color: #c00;
|
42 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
43 |
+
}
|
44 |
+
|
45 |
+
.yoast-notice.is-dismissible {
|
46 |
+
position: relative;
|
47 |
+
}
|
48 |
+
|
49 |
+
.yoast-notice-dismiss {
|
50 |
+
text-decoration: none;
|
51 |
+
}
|
52 |
+
|
53 |
+
/*# sourceMappingURL=wpseo-dismissible.css.map */
|
css/src/yoast-components.css
ADDED
@@ -0,0 +1,618 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* This file is meant to be used exclusively for the Configuration Wizard. */
|
2 |
+
/* WordPress-specific styling to be used only for single-page apps like the Onboarding Wizard. */
|
3 |
+
.screen-reader-text {
|
4 |
+
position: absolute !important;
|
5 |
+
clip: rect(1px, 1px, 1px, 1px);
|
6 |
+
clip-path: inset(50%);
|
7 |
+
width: 1px;
|
8 |
+
height: 1px;
|
9 |
+
border: 0;
|
10 |
+
padding: 0;
|
11 |
+
overflow: hidden;
|
12 |
+
word-wrap: normal !important;
|
13 |
+
}
|
14 |
+
|
15 |
+
body {
|
16 |
+
background: #f1f1f1;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
18 |
+
line-height: 1.375;
|
19 |
+
/* 22px based on default browser font size 16px. */
|
20 |
+
}
|
21 |
+
|
22 |
+
a {
|
23 |
+
color: #0073aa;
|
24 |
+
outline: 0;
|
25 |
+
-webkit-transition-property: border, background, color;
|
26 |
+
transition-property: border, background, color;
|
27 |
+
-webkit-transition-duration: .05s;
|
28 |
+
transition-duration: .05s;
|
29 |
+
-webkit-transition-timing-function: ease-in-out;
|
30 |
+
transition-timing-function: ease-in-out;
|
31 |
+
}
|
32 |
+
|
33 |
+
a:hover,
|
34 |
+
a:active {
|
35 |
+
color: #00a0d2;
|
36 |
+
}
|
37 |
+
|
38 |
+
a:focus {
|
39 |
+
color: #124964;
|
40 |
+
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
41 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
42 |
+
}
|
43 |
+
|
44 |
+
body {
|
45 |
+
margin: 0;
|
46 |
+
padding: 0;
|
47 |
+
}
|
48 |
+
|
49 |
+
.yoast-wizard-body {
|
50 |
+
box-sizing: border-box;
|
51 |
+
width: 80%;
|
52 |
+
max-width: 60em;
|
53 |
+
margin: 1rem auto 4rem;
|
54 |
+
}
|
55 |
+
|
56 |
+
@media screen and (max-width: 768px) {
|
57 |
+
.yoast-wizard-body {
|
58 |
+
width: auto;
|
59 |
+
margin: 0;
|
60 |
+
}
|
61 |
+
}
|
62 |
+
|
63 |
+
.yoast-wizard__logo {
|
64 |
+
margin: 0 auto;
|
65 |
+
display: block;
|
66 |
+
}
|
67 |
+
|
68 |
+
.yoast-wizard {
|
69 |
+
text-align: left;
|
70 |
+
min-height: 20px;
|
71 |
+
background: #fff;
|
72 |
+
padding: 2em;
|
73 |
+
box-sizing: border-box;
|
74 |
+
width: 100%;
|
75 |
+
}
|
76 |
+
|
77 |
+
@media screen and (max-width: 768px) {
|
78 |
+
.yoast-wizard {
|
79 |
+
padding: 1em 1em 2em;
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
+
.yoast-wizard--header {
|
84 |
+
text-align: center;
|
85 |
+
}
|
86 |
+
|
87 |
+
.yoast-wizard--header--page-title {
|
88 |
+
color: #a4286a;
|
89 |
+
margin: 0 0 -16px;
|
90 |
+
font-size: 1.25em;
|
91 |
+
letter-spacing: 0.03em;
|
92 |
+
line-height: 2.5;
|
93 |
+
font-weight: normal;
|
94 |
+
padding: 0 8px;
|
95 |
+
}
|
96 |
+
|
97 |
+
@media screen and (max-width: 768px) {
|
98 |
+
.yoast-wizard--header--page-title {
|
99 |
+
font-size: 1.5em;
|
100 |
+
line-height: 1.25;
|
101 |
+
}
|
102 |
+
}
|
103 |
+
|
104 |
+
.yoast-wizard--navigation {
|
105 |
+
display: flex;
|
106 |
+
justify-content: space-between;
|
107 |
+
}
|
108 |
+
|
109 |
+
.yoast-wizard--button {
|
110 |
+
margin: 1em -8px 0;
|
111 |
+
padding: 8px;
|
112 |
+
background: none;
|
113 |
+
color: #0073aa;
|
114 |
+
border: none;
|
115 |
+
font: inherit;
|
116 |
+
cursor: pointer;
|
117 |
+
}
|
118 |
+
|
119 |
+
.yoast-wizard--button:after {
|
120 |
+
content: "";
|
121 |
+
display: block;
|
122 |
+
height: 0;
|
123 |
+
border-bottom: 1px solid #0073aa;
|
124 |
+
}
|
125 |
+
|
126 |
+
.yoast-wizard--button:focus {
|
127 |
+
outline: 1px solid #5b9dd9;
|
128 |
+
box-shadow: 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
129 |
+
}
|
130 |
+
|
131 |
+
@media screen and (max-width: 768px) {
|
132 |
+
.yoast-wizard--step__active {
|
133 |
+
width: 38px;
|
134 |
+
overflow: hidden;
|
135 |
+
}
|
136 |
+
.yoast-wizard--step__active div {
|
137 |
+
display: inline-block !important;
|
138 |
+
vertical-align: middle;
|
139 |
+
}
|
140 |
+
.yoast-wizard--step__active div > span > span {
|
141 |
+
display: block !important;
|
142 |
+
margin-left: -7px;
|
143 |
+
padding-right: 99px !important;
|
144 |
+
}
|
145 |
+
}
|
146 |
+
|
147 |
+
.yoast-wizard--step__inactive div {
|
148 |
+
pointer-events: none;
|
149 |
+
}
|
150 |
+
|
151 |
+
@media screen and (max-width: 768px) {
|
152 |
+
.yoast-wizard--step__inactive {
|
153 |
+
display: none !important;
|
154 |
+
}
|
155 |
+
}
|
156 |
+
|
157 |
+
.yoast-wizard--step--container:focus {
|
158 |
+
outline: none;
|
159 |
+
}
|
160 |
+
|
161 |
+
.yoast-wizard--step--container h1 {
|
162 |
+
color: #a4286a;
|
163 |
+
margin: 0;
|
164 |
+
font-size: 2.25em;
|
165 |
+
letter-spacing: 0.03em;
|
166 |
+
line-height: 3.68rem;
|
167 |
+
font-weight: 100;
|
168 |
+
}
|
169 |
+
|
170 |
+
@media screen and (max-width: 768px) {
|
171 |
+
.yoast-wizard--step--container h1 {
|
172 |
+
font-size: 2em;
|
173 |
+
line-height: 1.25;
|
174 |
+
}
|
175 |
+
}
|
176 |
+
|
177 |
+
.yoast-wizard--step--container h2 {
|
178 |
+
color: #a4286a;
|
179 |
+
font-size: 1.375em;
|
180 |
+
font-weight: 100;
|
181 |
+
}
|
182 |
+
|
183 |
+
.yoast-wizard--stepper {
|
184 |
+
width: 100%;
|
185 |
+
margin: auto;
|
186 |
+
}
|
187 |
+
|
188 |
+
.yoast-wizard-overlay {
|
189 |
+
z-index: 10;
|
190 |
+
opacity: 0.2;
|
191 |
+
background-color: #000;
|
192 |
+
position: absolute;
|
193 |
+
top: 0;
|
194 |
+
left: 0;
|
195 |
+
height: 100%;
|
196 |
+
color: #fff;
|
197 |
+
text-align: center;
|
198 |
+
width: 100%;
|
199 |
+
}
|
200 |
+
|
201 |
+
.yoast-wizard-overlay-loader {
|
202 |
+
position: relative;
|
203 |
+
}
|
204 |
+
|
205 |
+
.yoast-wizard-container {
|
206 |
+
border: 1px solid #ccc;
|
207 |
+
text-align: left;
|
208 |
+
min-height: 20px;
|
209 |
+
position: relative;
|
210 |
+
box-shadow: rgba(0, 0, 0, 0.15) 0 3px 10px, rgba(0, 0, 0, 0.2) 0 3px 10px;
|
211 |
+
}
|
212 |
+
|
213 |
+
.yoast-wizard-container--no-navigation {
|
214 |
+
margin-top: 40px;
|
215 |
+
}
|
216 |
+
|
217 |
+
.yoast-wizard-container--no-navigation .yoast-wizard {
|
218 |
+
padding-top: 3em;
|
219 |
+
}
|
220 |
+
|
221 |
+
@media screen and (max-width: 768px) {
|
222 |
+
.yoast-wizard-container {
|
223 |
+
box-shadow: none;
|
224 |
+
}
|
225 |
+
}
|
226 |
+
|
227 |
+
.yoast-wizard-container fieldset {
|
228 |
+
border: 0;
|
229 |
+
margin: 1em 0;
|
230 |
+
}
|
231 |
+
|
232 |
+
.yoast-wizard-text-input {
|
233 |
+
font-size: 14px;
|
234 |
+
padding-bottom: 0.5em;
|
235 |
+
}
|
236 |
+
|
237 |
+
.yoast-wizard-text-input-label {
|
238 |
+
cursor: pointer;
|
239 |
+
display: block;
|
240 |
+
margin: 0.5em 0 0;
|
241 |
+
font-weight: bold;
|
242 |
+
font-size: 14px;
|
243 |
+
}
|
244 |
+
|
245 |
+
.yoast-wizard-text-input [type="text"] {
|
246 |
+
width: 100%;
|
247 |
+
max-width: 450px;
|
248 |
+
box-sizing: border-box;
|
249 |
+
}
|
250 |
+
|
251 |
+
.yoast-wizard-field-description {
|
252 |
+
font-weight: bold;
|
253 |
+
}
|
254 |
+
|
255 |
+
.yoast-wizard input {
|
256 |
+
line-height: 140%;
|
257 |
+
font-size: 14px;
|
258 |
+
margin: 0.5em 0;
|
259 |
+
padding: 5px;
|
260 |
+
}
|
261 |
+
|
262 |
+
.yoast-wizard label {
|
263 |
+
cursor: pointer;
|
264 |
+
}
|
265 |
+
|
266 |
+
.yoast-wizard input[type="radio"] {
|
267 |
+
margin: 0.3em 0.7em 0.3em 0;
|
268 |
+
vertical-align: middle;
|
269 |
+
}
|
270 |
+
|
271 |
+
.yoast-wizard-input__explanation {
|
272 |
+
color: #555;
|
273 |
+
margin-top: 0;
|
274 |
+
font-style: italic;
|
275 |
+
}
|
276 |
+
|
277 |
+
.yoast-wizard-input-radio {
|
278 |
+
font-size: 14px;
|
279 |
+
}
|
280 |
+
|
281 |
+
.yoast-wizard-input-radio-option label {
|
282 |
+
padding-top: 2px;
|
283 |
+
}
|
284 |
+
|
285 |
+
.yoast-wizard-input-radio-separator {
|
286 |
+
padding: 0;
|
287 |
+
}
|
288 |
+
|
289 |
+
.yoast-wizard-input-radio-separator input {
|
290 |
+
/* visually hide the radio buttons but keep them accessible */
|
291 |
+
position: absolute;
|
292 |
+
left: -9999em;
|
293 |
+
width: 1px;
|
294 |
+
height: 1px;
|
295 |
+
}
|
296 |
+
|
297 |
+
.yoast-wizard-input-radio-separator input + label {
|
298 |
+
float: left;
|
299 |
+
width: 30px !important;
|
300 |
+
margin: 0 5px 0.5em 0 !important;
|
301 |
+
padding: 9px 6px;
|
302 |
+
border: 1px solid #ccc;
|
303 |
+
/* Don't change: these mimic Google's font and font size for titles */
|
304 |
+
font-family: Arial, Helvetica, sans-serif !important;
|
305 |
+
font-size: 18px !important;
|
306 |
+
line-height: 24px;
|
307 |
+
text-align: center;
|
308 |
+
cursor: pointer;
|
309 |
+
}
|
310 |
+
|
311 |
+
.yoast-wizard-input-radio-separator input:checked + label {
|
312 |
+
border: 3px solid #a4286a;
|
313 |
+
background-color: #fff;
|
314 |
+
padding: 7px 4px;
|
315 |
+
}
|
316 |
+
|
317 |
+
.yoast-wizard-input-radio-separator input:focus + label {
|
318 |
+
outline: 2px solid #5b9dd9;
|
319 |
+
}
|
320 |
+
|
321 |
+
/* Responsive videos. */
|
322 |
+
/* Other common aspect ratios: 75% = 4:3, 66.66% = 3:2, 62.5% = 8:5 */
|
323 |
+
.yoast-video-container-max-width {
|
324 |
+
max-width: 560px;
|
325 |
+
}
|
326 |
+
|
327 |
+
.yoast-video-container {
|
328 |
+
position: relative;
|
329 |
+
padding-bottom: 56.25%;
|
330 |
+
/* 16:9 */
|
331 |
+
height: 0;
|
332 |
+
overflow: hidden;
|
333 |
+
}
|
334 |
+
|
335 |
+
.yoast-video-container iframe {
|
336 |
+
position: absolute;
|
337 |
+
top: 0;
|
338 |
+
left: 0;
|
339 |
+
width: 100%;
|
340 |
+
height: 100%;
|
341 |
+
}
|
342 |
+
|
343 |
+
.yoast-wizard-notice__error {
|
344 |
+
margin-bottom: 15px;
|
345 |
+
padding: 12px;
|
346 |
+
border-left: 4px solid #dc3232;
|
347 |
+
background: #fff;
|
348 |
+
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
349 |
+
}
|
350 |
+
|
351 |
+
.yoast-wizard-content-container {
|
352 |
+
max-width: 560px;
|
353 |
+
}
|
354 |
+
|
355 |
+
.yoast-wizard-content-container.yoast-wizard-content-container__is-full-width {
|
356 |
+
max-width: none;
|
357 |
+
}
|
358 |
+
|
359 |
+
#wizard {
|
360 |
+
overflow: hidden;
|
361 |
+
}
|
362 |
+
|
363 |
+
.yoast-wizard {
|
364 |
+
padding-top: 2em;
|
365 |
+
/* Higher specificity to override WP styles. */
|
366 |
+
}
|
367 |
+
|
368 |
+
.yoast-wizard input[type="text"],
|
369 |
+
.yoast-wizard input[type="email"] {
|
370 |
+
min-width: 250px;
|
371 |
+
}
|
372 |
+
|
373 |
+
.yoast-wizard input[type="text"] + div,
|
374 |
+
.yoast-wizard input[type="email"] + div {
|
375 |
+
margin-right: 1em;
|
376 |
+
}
|
377 |
+
|
378 |
+
.yoast-wizard-body {
|
379 |
+
max-width: 80em;
|
380 |
+
}
|
381 |
+
|
382 |
+
.yoast-wizard--navigation {
|
383 |
+
border-top: 1px solid #a4286a;
|
384 |
+
margin-top: 2em;
|
385 |
+
padding-top: 1em;
|
386 |
+
}
|
387 |
+
|
388 |
+
.yoast-wizard-return-link-container {
|
389 |
+
text-align: center;
|
390 |
+
}
|
391 |
+
|
392 |
+
.wp-core-ui .yoast-wizard-return-link.button {
|
393 |
+
display: inline-flex;
|
394 |
+
align-items: center;
|
395 |
+
height: 36px;
|
396 |
+
border-color: transparent;
|
397 |
+
margin: 0 0 1em;
|
398 |
+
padding: 0 16px 0 10px;
|
399 |
+
border-radius: 2px;
|
400 |
+
background: #fff;
|
401 |
+
color: #646d78;
|
402 |
+
text-align: center;
|
403 |
+
text-transform: uppercase;
|
404 |
+
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
|
405 |
+
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
406 |
+
}
|
407 |
+
|
408 |
+
.wp-core-ui .yoast-wizard-return-link.button:hover {
|
409 |
+
background: #ebebeb;
|
410 |
+
border-color: transparent;
|
411 |
+
}
|
412 |
+
|
413 |
+
.wp-core-ui .yoast-wizard-return-link.button:focus {
|
414 |
+
outline: none;
|
415 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
416 |
+
}
|
417 |
+
|
418 |
+
.wp-core-ui .yoast-wizard-return-link.button:active {
|
419 |
+
background: #ebebeb;
|
420 |
+
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
|
421 |
+
transform: none;
|
422 |
+
}
|
423 |
+
|
424 |
+
.wp-core-ui .yoast-wizard-return-link.button .dashicons {
|
425 |
+
margin-right: 8px;
|
426 |
+
}
|
427 |
+
|
428 |
+
.yoast-wizard-mailchimp-message-error {
|
429 |
+
color: #dc3232;
|
430 |
+
}
|
431 |
+
|
432 |
+
.yoast-wizard-mailchimp-message-success {
|
433 |
+
color: #008a00;
|
434 |
+
}
|
435 |
+
|
436 |
+
.yoast-wizard-input {
|
437 |
+
padding-bottom: 0.5em;
|
438 |
+
}
|
439 |
+
|
440 |
+
.yoast-wizard-input__select {
|
441 |
+
margin: 1em 0;
|
442 |
+
font-size: 14px;
|
443 |
+
}
|
444 |
+
|
445 |
+
.yoast-wizard-image-upload-container__image {
|
446 |
+
max-width: 151px;
|
447 |
+
}
|
448 |
+
|
449 |
+
.yoast-wizard-image-upload-container-buttons {
|
450 |
+
margin-top: 1em;
|
451 |
+
}
|
452 |
+
|
453 |
+
.yoast-wizard-image-upload-container-buttons__remove {
|
454 |
+
margin-left: 1em;
|
455 |
+
}
|
456 |
+
|
457 |
+
.yoast-wizard-image-upload-container-description {
|
458 |
+
display: block;
|
459 |
+
}
|
460 |
+
|
461 |
+
.yoast-wizard--emphasis {
|
462 |
+
font-weight: bold;
|
463 |
+
}
|
464 |
+
|
465 |
+
.yoast-wizard--navigation {
|
466 |
+
margin-top: 2em;
|
467 |
+
padding-top: 1em;
|
468 |
+
border-top: 1px solid #a4286a;
|
469 |
+
}
|
470 |
+
|
471 |
+
.yoast-wizard--rows {
|
472 |
+
display: flex;
|
473 |
+
flex-direction: column;
|
474 |
+
}
|
475 |
+
|
476 |
+
.yoast-wizard--columns {
|
477 |
+
display: flex;
|
478 |
+
}
|
479 |
+
|
480 |
+
.yoast-wizard--columns .yoast-wizard-text-input-field {
|
481 |
+
max-width: 100%;
|
482 |
+
}
|
483 |
+
|
484 |
+
.yoast-wizard--columns__even > div {
|
485 |
+
flex-basis: 50%;
|
486 |
+
}
|
487 |
+
|
488 |
+
.yoast-wizard--columns > div {
|
489 |
+
margin-left: 1em;
|
490 |
+
}
|
491 |
+
|
492 |
+
.yoast-wizard--columns > div:first-child {
|
493 |
+
margin-left: 0;
|
494 |
+
}
|
495 |
+
|
496 |
+
.yoast-wizard--columns .yoast-wizard--heading {
|
497 |
+
margin: 0;
|
498 |
+
color: #a4286a;
|
499 |
+
}
|
500 |
+
|
501 |
+
.yoast-wizard--columns > .yoast-wizard--column__push_right {
|
502 |
+
order: 2;
|
503 |
+
}
|
504 |
+
|
505 |
+
.yoast-wizard--columns > .yoast-wizard--column__push_left {
|
506 |
+
order: 1;
|
507 |
+
margin-left: 0;
|
508 |
+
margin-right: 1em;
|
509 |
+
}
|
510 |
+
|
511 |
+
.yoast-wizard--columns > .yoast-wizard--column__push_left #plugin-training-image-link:focus {
|
512 |
+
outline: 3px auto #0073aa;
|
513 |
+
box-shadow: none;
|
514 |
+
}
|
515 |
+
|
516 |
+
.yoast-wizard--choice > .yoast-wizard--rows {
|
517 |
+
height: 100%;
|
518 |
+
}
|
519 |
+
|
520 |
+
.yoast-wizard--choice div {
|
521 |
+
align-self: flex-start;
|
522 |
+
}
|
523 |
+
|
524 |
+
.yoast-wizard--choice p {
|
525 |
+
margin-top: 0.3em;
|
526 |
+
height: 100%;
|
527 |
+
}
|
528 |
+
|
529 |
+
.yoast-wizard--box {
|
530 |
+
border: 1px solid #a4286a;
|
531 |
+
padding: 1em;
|
532 |
+
}
|
533 |
+
|
534 |
+
.yoast-wizard--box > div:first-child {
|
535 |
+
flex-basis: 100px;
|
536 |
+
}
|
537 |
+
|
538 |
+
.yoast-wizard-newsletter {
|
539 |
+
margin-bottom: 2em;
|
540 |
+
}
|
541 |
+
|
542 |
+
.yoast-wizard-newsletter--header svg {
|
543 |
+
fill: #a4286a;
|
544 |
+
top: 4px;
|
545 |
+
position: relative;
|
546 |
+
margin-right: 6px;
|
547 |
+
}
|
548 |
+
|
549 |
+
.yoast-wizard-newsletter--decoration {
|
550 |
+
width: 100%;
|
551 |
+
max-width: 490px;
|
552 |
+
}
|
553 |
+
|
554 |
+
.yoast-wizard-newsletter--decoration img {
|
555 |
+
width: 490px;
|
556 |
+
max-width: 100%;
|
557 |
+
/* Compensate for Header spacing */
|
558 |
+
margin-top: -3em;
|
559 |
+
}
|
560 |
+
|
561 |
+
@media screen and (max-width: 80em) {
|
562 |
+
.yoast-wizard--columns {
|
563 |
+
display: block;
|
564 |
+
}
|
565 |
+
.yoast-wizard--columns > div {
|
566 |
+
margin-left: 0;
|
567 |
+
}
|
568 |
+
.yoast-wizard--columns > .yoast-wizard--column__push_left {
|
569 |
+
margin-right: 0;
|
570 |
+
margin-top: 2em;
|
571 |
+
}
|
572 |
+
.yoast-wizard--box {
|
573 |
+
display: flex;
|
574 |
+
margin-top: 1em;
|
575 |
+
}
|
576 |
+
.yoast-wizard--box:first-child {
|
577 |
+
margin-top: 0;
|
578 |
+
}
|
579 |
+
.yoast-wizard--box > div {
|
580 |
+
margin-left: 1em;
|
581 |
+
}
|
582 |
+
.yoast-wizard .hide-on-tablet {
|
583 |
+
display: none;
|
584 |
+
}
|
585 |
+
}
|
586 |
+
|
587 |
+
.yoast-wizard--suggestion {
|
588 |
+
border-top: 1px solid #a4286a;
|
589 |
+
padding-top: 2em;
|
590 |
+
margin-bottom: 2em;
|
591 |
+
}
|
592 |
+
|
593 |
+
@media screen and (max-width: 50rem) {
|
594 |
+
.yoast-wizard .hide-on-mobile {
|
595 |
+
display: none;
|
596 |
+
}
|
597 |
+
.yoast-wizard--box {
|
598 |
+
display: block;
|
599 |
+
}
|
600 |
+
.yoast-wizard--box > div {
|
601 |
+
margin-left: 0;
|
602 |
+
}
|
603 |
+
.yoast-wizard--video-frame {
|
604 |
+
position: relative;
|
605 |
+
padding-bottom: 56.25%;
|
606 |
+
/* 16:9 */
|
607 |
+
height: 0;
|
608 |
+
}
|
609 |
+
.yoast-wizard--video-frame iframe {
|
610 |
+
position: absolute;
|
611 |
+
top: 0;
|
612 |
+
left: 0;
|
613 |
+
width: 100%;
|
614 |
+
height: 100%;
|
615 |
+
}
|
616 |
+
}
|
617 |
+
|
618 |
+
/*# sourceMappingURL=yoast-components.css.map */
|
css/src/yoast-extensions.css
ADDED
@@ -0,0 +1,726 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@charset "UTF-8";
|
2 |
+
/*------------------------------------*\
|
3 |
+
#SETTINGS
|
4 |
+
\*------------------------------------*/
|
5 |
+
/**
|
6 |
+
* Pull in all the settings we require for this project.
|
7 |
+
*/
|
8 |
+
/**
|
9 |
+
* Create vendor-prefixed CSS in one go, e.g.
|
10 |
+
*
|
11 |
+
`@include vendor(border-radius, 4px);`
|
12 |
+
*
|
13 |
+
*/
|
14 |
+
@import url(../src/icons.css);
|
15 |
+
.yoast-list--usp {
|
16 |
+
padding: 0;
|
17 |
+
margin-bottom: 1em;
|
18 |
+
font-family: Arial, sans-serif;
|
19 |
+
}
|
20 |
+
|
21 |
+
.yoast-list--usp li {
|
22 |
+
list-style: none !important;
|
23 |
+
position: relative;
|
24 |
+
padding-left: 1.2533333333rem;
|
25 |
+
}
|
26 |
+
|
27 |
+
.yoast-list--usp li::before {
|
28 |
+
content: '\f00c\0020';
|
29 |
+
position: absolute;
|
30 |
+
left: 0;
|
31 |
+
top: 0;
|
32 |
+
font-family: "FontAwesome", "Open Sans", Arial, sans-serif;
|
33 |
+
color: #77B227;
|
34 |
+
}
|
35 |
+
|
36 |
+
.yoast h1, .yoast h2, .yoast h3, .yoast h4, .yoast h5, .yoast h6,
|
37 |
+
.yoast .h1, .yoast .h2, .yoast .h3, .yoast .h4, .yoast .h5, .yoast .h6 {
|
38 |
+
font-family: Arial, sans-serif;
|
39 |
+
font-weight: 300;
|
40 |
+
margin-top: 0;
|
41 |
+
display: block;
|
42 |
+
}
|
43 |
+
|
44 |
+
.yoast h1, .yoast .h1 {
|
45 |
+
font-size: 2.5em;
|
46 |
+
line-height: 3.68rem;
|
47 |
+
margin-bottom: 1.35rem;
|
48 |
+
letter-spacing: normal;
|
49 |
+
}
|
50 |
+
|
51 |
+
@media only screen and (min-width: 30rem) {
|
52 |
+
.yoast h1, .yoast .h1 {
|
53 |
+
font-size: 2.75em;
|
54 |
+
}
|
55 |
+
}
|
56 |
+
|
57 |
+
.yoast h2, .yoast .h2 {
|
58 |
+
font-size: 1.88em;
|
59 |
+
line-height: 2.5rem;
|
60 |
+
margin-bottom: 1.2rem;
|
61 |
+
}
|
62 |
+
|
63 |
+
.yoast h2.tight, .yoast .h2.tight {
|
64 |
+
margin-bottom: .6rem;
|
65 |
+
}
|
66 |
+
|
67 |
+
.yoast h3, .yoast .h3 {
|
68 |
+
font-size: 1.25em;
|
69 |
+
line-height: 1.88rem;
|
70 |
+
margin-bottom: 0.8rem;
|
71 |
+
}
|
72 |
+
|
73 |
+
.yoast h3.tight, .yoast .h3.tight {
|
74 |
+
margin-bottom: 0.4rem;
|
75 |
+
}
|
76 |
+
|
77 |
+
@media only screen and (min-width: 30rem) {
|
78 |
+
.yoast h3, .yoast .h3 {
|
79 |
+
font-size: 1.375em;
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
+
@media only screen and (min-width: 50rem) {
|
84 |
+
.yoast h3, .yoast .h3 {
|
85 |
+
font-size: 1.5em;
|
86 |
+
}
|
87 |
+
}
|
88 |
+
|
89 |
+
.yoast h4, .yoast .h4,
|
90 |
+
.yoast h5, .yoast .h5,
|
91 |
+
.yoast h6, .yoast .h6 {
|
92 |
+
font-size: 1.13em;
|
93 |
+
font-weight: 400;
|
94 |
+
line-height: 1.88rem;
|
95 |
+
margin-bottom: 0.2rem;
|
96 |
+
}
|
97 |
+
|
98 |
+
.yoast-button {
|
99 |
+
font-family: Arial, sans-serif;
|
100 |
+
position: relative;
|
101 |
+
display: inline-block;
|
102 |
+
width: 100%;
|
103 |
+
padding: 0.345em 1.5em 0.345em 1em;
|
104 |
+
font-size: 1.1em;
|
105 |
+
background-color: transparent;
|
106 |
+
background-color: #DC5C04;
|
107 |
+
color: #DC5C04;
|
108 |
+
border: 0;
|
109 |
+
text-decoration: none;
|
110 |
+
cursor: pointer;
|
111 |
+
}
|
112 |
+
|
113 |
+
@media only screen and (min-width: 30rem) {
|
114 |
+
.yoast-button {
|
115 |
+
margin-right: 1.36rem;
|
116 |
+
width: auto;
|
117 |
+
max-height: 2.86rem;
|
118 |
+
}
|
119 |
+
.yoast-button::after {
|
120 |
+
content: '';
|
121 |
+
position: absolute;
|
122 |
+
top: 0;
|
123 |
+
right: -1.36rem;
|
124 |
+
height: 0;
|
125 |
+
width: 0;
|
126 |
+
border-right: 0;
|
127 |
+
border-left: 1.43rem solid #DC5C04;
|
128 |
+
border-top: 1.43rem solid transparent;
|
129 |
+
border-bottom: 1.44rem solid transparent;
|
130 |
+
}
|
131 |
+
.yoast-button.left {
|
132 |
+
margin-right: 0;
|
133 |
+
margin-left: 1.36rem;
|
134 |
+
}
|
135 |
+
.yoast-button.left::after {
|
136 |
+
content: none;
|
137 |
+
}
|
138 |
+
.yoast-button.left::before {
|
139 |
+
content: '';
|
140 |
+
position: absolute;
|
141 |
+
top: 0;
|
142 |
+
left: -1.36rem;
|
143 |
+
height: 0;
|
144 |
+
width: 0;
|
145 |
+
border-left: 0;
|
146 |
+
border-right: 1.43rem solid #DC5C04;
|
147 |
+
border-top: 1.43rem solid transparent;
|
148 |
+
border-bottom: 1.44rem solid transparent;
|
149 |
+
}
|
150 |
+
}
|
151 |
+
|
152 |
+
.yoast-button.alignleft {
|
153 |
+
margin: 1rem 2.5rem 0 0 !important;
|
154 |
+
}
|
155 |
+
|
156 |
+
.yoast-button .arrow {
|
157 |
+
display: none;
|
158 |
+
}
|
159 |
+
|
160 |
+
.yoast-button + .yoast-button {
|
161 |
+
margin-top: 1em;
|
162 |
+
margin-left: 1.88rem;
|
163 |
+
}
|
164 |
+
|
165 |
+
.yoast-button--full {
|
166 |
+
width: 100%;
|
167 |
+
}
|
168 |
+
|
169 |
+
.yoast-button--full::after {
|
170 |
+
content: none;
|
171 |
+
}
|
172 |
+
|
173 |
+
.yoast-button.default {
|
174 |
+
color: #FFF;
|
175 |
+
background-color: #DC5C04;
|
176 |
+
}
|
177 |
+
|
178 |
+
.yoast-button.default::after {
|
179 |
+
border-left-color: #DC5C04;
|
180 |
+
}
|
181 |
+
|
182 |
+
.yoast-button.default::before {
|
183 |
+
border-right-color: #DC5C04;
|
184 |
+
}
|
185 |
+
|
186 |
+
.yoast-button:hover, .yoast-button a:focus {
|
187 |
+
background-color: #F58223;
|
188 |
+
color: #FFF;
|
189 |
+
text-decoration: underline;
|
190 |
+
}
|
191 |
+
|
192 |
+
.yoast-button:hover::after, .yoast-button a:focus::after {
|
193 |
+
border-left-color: #F58223;
|
194 |
+
}
|
195 |
+
|
196 |
+
.yoast-button:hover::before, .yoast-button a:focus::before {
|
197 |
+
border-right-color: #F58223;
|
198 |
+
}
|
199 |
+
|
200 |
+
.yoast-button.academy {
|
201 |
+
color: #FFF;
|
202 |
+
background-color: #5D237A;
|
203 |
+
}
|
204 |
+
|
205 |
+
.yoast-button.academy::after {
|
206 |
+
border-left-color: #5D237A;
|
207 |
+
}
|
208 |
+
|
209 |
+
.yoast-button.academy::before {
|
210 |
+
border-right-color: #5D237A;
|
211 |
+
}
|
212 |
+
|
213 |
+
@media only screen and (max-width: 20rem) {
|
214 |
+
.yoast-button.academy {
|
215 |
+
background-color: #5D237A;
|
216 |
+
}
|
217 |
+
}
|
218 |
+
|
219 |
+
.yoast-button.academy--secondary {
|
220 |
+
color: #FFF;
|
221 |
+
background-color: #A4286A;
|
222 |
+
}
|
223 |
+
|
224 |
+
.yoast-button.academy--secondary::after {
|
225 |
+
border-left-color: #A4286A;
|
226 |
+
}
|
227 |
+
|
228 |
+
.yoast-button.academy--secondary::before {
|
229 |
+
border-right-color: #A4286A;
|
230 |
+
}
|
231 |
+
|
232 |
+
@media only screen and (max-width: 20rem) {
|
233 |
+
.yoast-button.academy--secondary {
|
234 |
+
background-color: #A4286A;
|
235 |
+
}
|
236 |
+
}
|
237 |
+
|
238 |
+
.yoast-button.software {
|
239 |
+
color: #FFF;
|
240 |
+
background-color: #0075B3;
|
241 |
+
}
|
242 |
+
|
243 |
+
.yoast-button.software::after {
|
244 |
+
border-left-color: #0075B3;
|
245 |
+
}
|
246 |
+
|
247 |
+
.yoast-button.software::before {
|
248 |
+
border-right-color: #0075B3;
|
249 |
+
}
|
250 |
+
|
251 |
+
.yoast-button.review {
|
252 |
+
color: #FFF;
|
253 |
+
background-color: #009288;
|
254 |
+
}
|
255 |
+
|
256 |
+
.yoast-button.review::after {
|
257 |
+
border-left-color: #009288;
|
258 |
+
}
|
259 |
+
|
260 |
+
.yoast-button.review::before {
|
261 |
+
border-right-color: #009288;
|
262 |
+
}
|
263 |
+
|
264 |
+
.yoast-button.about {
|
265 |
+
color: #FFF;
|
266 |
+
background-color: #D93F69;
|
267 |
+
}
|
268 |
+
|
269 |
+
.yoast-button.about::after {
|
270 |
+
border-left-color: #D93F69;
|
271 |
+
}
|
272 |
+
|
273 |
+
.yoast-button.about::before {
|
274 |
+
border-right-color: #D93F69;
|
275 |
+
}
|
276 |
+
|
277 |
+
.yoast_academy .yoast-button {
|
278 |
+
color: #FFF;
|
279 |
+
background-color: #D93F69;
|
280 |
+
}
|
281 |
+
|
282 |
+
.yoast_academy .yoast-button::after {
|
283 |
+
border-left-color: #D93F69;
|
284 |
+
}
|
285 |
+
|
286 |
+
.yoast_academy .yoast-button::before {
|
287 |
+
border-right-color: #D93F69;
|
288 |
+
}
|
289 |
+
|
290 |
+
.yoast_academy .yoast-button:hover, .yoast_academy .yoast-button a:focus {
|
291 |
+
background-color: #d42a59;
|
292 |
+
color: #FFF;
|
293 |
+
text-decoration: underline;
|
294 |
+
}
|
295 |
+
|
296 |
+
.yoast_academy .yoast-button:hover::after, .yoast_academy .yoast-button a:focus::after {
|
297 |
+
border-left-color: #d42a59;
|
298 |
+
}
|
299 |
+
|
300 |
+
.yoast_academy .yoast-button:hover::before, .yoast_academy .yoast-button a:focus::before {
|
301 |
+
border-right-color: #d42a59;
|
302 |
+
}
|
303 |
+
|
304 |
+
body .yoast-button.dimmed,
|
305 |
+
.yoast_academy .yoast-button.dimmed {
|
306 |
+
color: #646464;
|
307 |
+
background-color: #DCDCDC;
|
308 |
+
}
|
309 |
+
|
310 |
+
body .yoast-button.dimmed::after,
|
311 |
+
.yoast_academy .yoast-button.dimmed::after {
|
312 |
+
border-left-color: #DCDCDC;
|
313 |
+
}
|
314 |
+
|
315 |
+
body .yoast-button.dimmed::before,
|
316 |
+
.yoast_academy .yoast-button.dimmed::before {
|
317 |
+
border-right-color: #DCDCDC;
|
318 |
+
}
|
319 |
+
|
320 |
+
body .yoast-button.dimmed:hover, body .yoast-button.dimmed a:focus,
|
321 |
+
.yoast_academy .yoast-button.dimmed:hover,
|
322 |
+
.yoast_academy .yoast-button.dimmed a:focus {
|
323 |
+
background-color: #CDCDCD;
|
324 |
+
color: #646464;
|
325 |
+
text-decoration: underline;
|
326 |
+
}
|
327 |
+
|
328 |
+
body .yoast-button.dimmed:hover::after, body .yoast-button.dimmed a:focus::after,
|
329 |
+
.yoast_academy .yoast-button.dimmed:hover::after,
|
330 |
+
.yoast_academy .yoast-button.dimmed a:focus::after {
|
331 |
+
border-left-color: #CDCDCD;
|
332 |
+
}
|
333 |
+
|
334 |
+
body .yoast-button.dimmed:hover:before, body .yoast-button.dimmed a:focus:before,
|
335 |
+
.yoast_academy .yoast-button.dimmed:hover:before,
|
336 |
+
.yoast_academy .yoast-button.dimmed a:focus:before {
|
337 |
+
border-right-color: #CDCDCD;
|
338 |
+
}
|
339 |
+
|
340 |
+
.yoast-button--noarrow::after {
|
341 |
+
content: none;
|
342 |
+
}
|
343 |
+
|
344 |
+
.yoast-button--naked {
|
345 |
+
border: none;
|
346 |
+
background-color: transparent;
|
347 |
+
padding: 0;
|
348 |
+
}
|
349 |
+
|
350 |
+
.yoast-button--naked::after {
|
351 |
+
content: none;
|
352 |
+
}
|
353 |
+
|
354 |
+
.yoast-button i.fa {
|
355 |
+
font-size: 140%;
|
356 |
+
margin: 4px 10px 0 0;
|
357 |
+
}
|
358 |
+
|
359 |
+
.yoast-promoblock {
|
360 |
+
margin-bottom: 1.88rem;
|
361 |
+
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
|
362 |
+
border: 1px solid #dcdcdc;
|
363 |
+
padding: 16px;
|
364 |
+
}
|
365 |
+
|
366 |
+
.yoast-promoblock p {
|
367 |
+
color: #000;
|
368 |
+
}
|
369 |
+
|
370 |
+
.yoast-promoblock p:last-of-type {
|
371 |
+
margin-bottom: 0;
|
372 |
+
}
|
373 |
+
|
374 |
+
.yoast-promoblock i.blockicon {
|
375 |
+
position: absolute;
|
376 |
+
right: 10px;
|
377 |
+
bottom: 10px;
|
378 |
+
padding: 0 0 0 .5em;
|
379 |
+
font-size: 2.25em;
|
380 |
+
}
|
381 |
+
|
382 |
+
.yoast-promoblock a img {
|
383 |
+
border: 1px solid #DCDCDC;
|
384 |
+
}
|
385 |
+
|
386 |
+
.yoast-promoblock p a {
|
387 |
+
font-weight: 600 !important;
|
388 |
+
text-decoration: underline;
|
389 |
+
}
|
390 |
+
|
391 |
+
.yoast-promoblock form a {
|
392 |
+
font-weight: 400 !important;
|
393 |
+
text-decoration: none;
|
394 |
+
}
|
395 |
+
|
396 |
+
.yoast-promoblock h4, .yoast-promoblock .h4 {
|
397 |
+
margin-bottom: 0.7rem;
|
398 |
+
}
|
399 |
+
|
400 |
+
.yoast-promoblock.link {
|
401 |
+
border-color: #DC5C04;
|
402 |
+
}
|
403 |
+
|
404 |
+
.yoast-promoblock.link a, .yoast-promoblock.link a:hover {
|
405 |
+
color: #DC5C04;
|
406 |
+
}
|
407 |
+
|
408 |
+
.yoast-promoblock--white {
|
409 |
+
border-color: #FFF !important;
|
410 |
+
}
|
411 |
+
|
412 |
+
.product .yoast-promoblock {
|
413 |
+
overflow: hidden;
|
414 |
+
}
|
415 |
+
|
416 |
+
.yoast-promoblock--hometitle {
|
417 |
+
max-width: 16em;
|
418 |
+
height: 11em;
|
419 |
+
margin: 16px auto 32px;
|
420 |
+
margin: 1rem auto 2rem;
|
421 |
+
display: flex;
|
422 |
+
font-size: 16px;
|
423 |
+
font-size: 1rem;
|
424 |
+
line-height: 1;
|
425 |
+
background-color: rgba(217, 63, 105, 0.25);
|
426 |
+
border-color: #FFF !important;
|
427 |
+
}
|
428 |
+
|
429 |
+
@media only screen and (max-width: 30rem) {
|
430 |
+
.yoast-promoblock--hometitle::after {
|
431 |
+
content: none !important;
|
432 |
+
}
|
433 |
+
}
|
434 |
+
|
435 |
+
.yoast-promoblock--imageholder {
|
436 |
+
padding: 0;
|
437 |
+
margin-bottom: 0;
|
438 |
+
}
|
439 |
+
|
440 |
+
.yoast-promoblock--imageholdersmall {
|
441 |
+
position: absolute;
|
442 |
+
}
|
443 |
+
|
444 |
+
.yoast-promoblock--imageholdersmall:first-child {
|
445 |
+
left: 4rem;
|
446 |
+
}
|
447 |
+
|
448 |
+
.yoast-promoblock--imageholdersmall:last-child {
|
449 |
+
top: 4rem;
|
450 |
+
}
|
451 |
+
|
452 |
+
@media only screen and (max-width: 50rem) {
|
453 |
+
.yoast-promoblock h2 {
|
454 |
+
margin-bottom: 0;
|
455 |
+
}
|
456 |
+
}
|
457 |
+
|
458 |
+
a.promoblock {
|
459 |
+
text-decoration: none;
|
460 |
+
color: #000;
|
461 |
+
}
|
462 |
+
|
463 |
+
a.promoblock:hover {
|
464 |
+
text-decoration: none;
|
465 |
+
}
|
466 |
+
|
467 |
+
.promoblockimage__holder {
|
468 |
+
width: 240px;
|
469 |
+
height: 295px;
|
470 |
+
position: relative;
|
471 |
+
}
|
472 |
+
|
473 |
+
.yoast {
|
474 |
+
font-family: "Open Sans",Arial,sans-serif;
|
475 |
+
font-size: 1rem;
|
476 |
+
line-height: 1.88;
|
477 |
+
letter-spacing: 0.01em;
|
478 |
+
color: #000;
|
479 |
+
}
|
480 |
+
|
481 |
+
.yoast *,
|
482 |
+
.yoast *:before,
|
483 |
+
.yoast *:after {
|
484 |
+
box-sizing: border-box;
|
485 |
+
}
|
486 |
+
|
487 |
+
.yoast-hr {
|
488 |
+
margin: 0;
|
489 |
+
border: 0;
|
490 |
+
padding-bottom: 1.88rem;
|
491 |
+
position: relative;
|
492 |
+
}
|
493 |
+
|
494 |
+
.yoast-list--usp li:before {
|
495 |
+
content: "";
|
496 |
+
background: var(--svg-icon-check) no-repeat;
|
497 |
+
background-size: contain;
|
498 |
+
width: 1em;
|
499 |
+
height: 100%;
|
500 |
+
background-position: left 0.4em;
|
501 |
+
}
|
502 |
+
|
503 |
+
.yoast-button--purple {
|
504 |
+
background-color: #5D237A;
|
505 |
+
}
|
506 |
+
|
507 |
+
.yoast-button-go-to:after {
|
508 |
+
content: " \00BB";
|
509 |
+
position: static;
|
510 |
+
top: auto;
|
511 |
+
right: auto;
|
512 |
+
width: auto;
|
513 |
+
height: auto;
|
514 |
+
border: none;
|
515 |
+
}
|
516 |
+
|
517 |
+
.yoast-button--extension {
|
518 |
+
color: #FFF;
|
519 |
+
text-transform: uppercase;
|
520 |
+
padding-left: 0.8em;
|
521 |
+
padding-right: 0.8em;
|
522 |
+
}
|
523 |
+
|
524 |
+
.yoast-button--extension + .yoast-button--extension-activated, .yoast-button--extension + .yoast-button--extension-not-activated {
|
525 |
+
margin-left: 0;
|
526 |
+
}
|
527 |
+
|
528 |
+
.yoast-button--extension-installed:hover, .yoast-button--extension-activated:hover, .yoast-button--extension-not-activated:hover {
|
529 |
+
text-decoration: none;
|
530 |
+
}
|
531 |
+
|
532 |
+
.yoast-button--extension-installed {
|
533 |
+
margin-right: 0.2rem;
|
534 |
+
}
|
535 |
+
|
536 |
+
.yoast-button--extension-installed, .yoast-button--extension-installed:hover {
|
537 |
+
background-color: #008a00;
|
538 |
+
}
|
539 |
+
|
540 |
+
.yoast-button--extension-not-activated, .yoast-button--extension-not-activated:hover {
|
541 |
+
background-color: #dc3232;
|
542 |
+
}
|
543 |
+
|
544 |
+
.yoast-button--extension-activated, .yoast-button--extension-activated:hover {
|
545 |
+
background-color: #008a00;
|
546 |
+
}
|
547 |
+
|
548 |
+
.yoast-button-upsell {
|
549 |
+
width: 100%;
|
550 |
+
margin-bottom: 1em;
|
551 |
+
}
|
552 |
+
|
553 |
+
@media only screen and (min-width: 30rem) {
|
554 |
+
.yoast-button-upsell {
|
555 |
+
width: auto;
|
556 |
+
margin-right: 1.36rem;
|
557 |
+
}
|
558 |
+
}
|
559 |
+
|
560 |
+
.yoast-promo-extensions {
|
561 |
+
display: flex;
|
562 |
+
flex-wrap: wrap;
|
563 |
+
margin-left: -24px;
|
564 |
+
}
|
565 |
+
|
566 |
+
.yoast-promo-extensions > h2 {
|
567 |
+
width: 100%;
|
568 |
+
margin-left: 32px;
|
569 |
+
margin-bottom: 32px;
|
570 |
+
}
|
571 |
+
|
572 |
+
.yoast-promo-extension {
|
573 |
+
display: flex;
|
574 |
+
flex-direction: column;
|
575 |
+
max-width: 340px;
|
576 |
+
background-color: #fff;
|
577 |
+
margin-left: 32px;
|
578 |
+
}
|
579 |
+
|
580 |
+
.yoast-promo-extension:first-child {
|
581 |
+
margin-left: 0;
|
582 |
+
}
|
583 |
+
|
584 |
+
.yoast-promo-extension img {
|
585 |
+
float: right;
|
586 |
+
width: 100px;
|
587 |
+
height: 100px;
|
588 |
+
margin-bottom: 0.8rem;
|
589 |
+
}
|
590 |
+
|
591 |
+
@media screen and (max-width: 900px) {
|
592 |
+
.yoast-promo-extension img {
|
593 |
+
display: none;
|
594 |
+
}
|
595 |
+
}
|
596 |
+
|
597 |
+
.yoast-promo-extension .yoast-button-container {
|
598 |
+
margin-top: auto;
|
599 |
+
}
|
600 |
+
|
601 |
+
.yoast-promo-extension .yoast-button-container div.yoast-button--extension {
|
602 |
+
cursor: default;
|
603 |
+
}
|
604 |
+
|
605 |
+
.yoast-promo-extension .yoast-button {
|
606 |
+
width: 100%;
|
607 |
+
max-height: none;
|
608 |
+
font-size: 0.9rem;
|
609 |
+
}
|
610 |
+
|
611 |
+
.yoast-promo-extension .yoast-button--installed {
|
612 |
+
color: #FFF;
|
613 |
+
}
|
614 |
+
|
615 |
+
.yoast-promo-extension .yoast-button--extension {
|
616 |
+
font-size: 0.9rem;
|
617 |
+
text-align: center;
|
618 |
+
margin-top: 0;
|
619 |
+
}
|
620 |
+
|
621 |
+
.yoast-promo-extension .yoast-button--extension-installed {
|
622 |
+
margin: 0 2% 0 0;
|
623 |
+
width: 48%;
|
624 |
+
}
|
625 |
+
|
626 |
+
.yoast-promo-extension .yoast-button--extension-activated, .yoast-promo-extension .yoast-button--extension-not-activated {
|
627 |
+
margin-left: 0;
|
628 |
+
margin-right: 0;
|
629 |
+
width: 48%;
|
630 |
+
}
|
631 |
+
|
632 |
+
.yoast-promo-extension .yoast-button-upsell {
|
633 |
+
width: 100%;
|
634 |
+
}
|
635 |
+
|
636 |
+
.yoast-promo-extension h3 {
|
637 |
+
color: #A4286A;
|
638 |
+
}
|
639 |
+
|
640 |
+
@media screen and (max-width: 900px) {
|
641 |
+
.yoast-promo-extension {
|
642 |
+
max-width: none;
|
643 |
+
width: 100%;
|
644 |
+
}
|
645 |
+
}
|
646 |
+
|
647 |
+
.yoast-seo-premium-extension {
|
648 |
+
margin: 2em 0.5em 1.5em;
|
649 |
+
}
|
650 |
+
|
651 |
+
.yoast-seo-premium-extension:before, .yoast-seo-premium-extension:after {
|
652 |
+
content: '';
|
653 |
+
display: table;
|
654 |
+
}
|
655 |
+
|
656 |
+
.yoast-seo-premium-extension:after {
|
657 |
+
clear: both;
|
658 |
+
}
|
659 |
+
|
660 |
+
.yoast-seo-premium-benefits__title {
|
661 |
+
font-weight: 600;
|
662 |
+
}
|
663 |
+
|
664 |
+
.yoast-seo-premium-benefits__description:before {
|
665 |
+
content: "– ";
|
666 |
+
}
|
667 |
+
|
668 |
+
.yoast-link--license, .yoast-link--more-info {
|
669 |
+
color: #A4286A;
|
670 |
+
font-weight: 600;
|
671 |
+
}
|
672 |
+
|
673 |
+
.yoast-link--license {
|
674 |
+
margin: 1em 0 0 0;
|
675 |
+
}
|
676 |
+
|
677 |
+
.yoast-promo-extension .yoast-link--license {
|
678 |
+
display: block;
|
679 |
+
margin: 1em 0 0 0;
|
680 |
+
}
|
681 |
+
|
682 |
+
.yoast-link--license:after {
|
683 |
+
content: " \00BB";
|
684 |
+
}
|
685 |
+
|
686 |
+
.yoast-link--more-info {
|
687 |
+
background: var(--svg-icon-info);
|
688 |
+
padding-left: calc( 1em + 5px);
|
689 |
+
background-size: 1em;
|
690 |
+
background-repeat: no-repeat;
|
691 |
+
background-position: left center;
|
692 |
+
}
|
693 |
+
|
694 |
+
.yoast-link--more-info:after {
|
695 |
+
content: " \00BB";
|
696 |
+
}
|
697 |
+
|
698 |
+
.yoast-promo-extension .yoast-link--more-info {
|
699 |
+
display: block;
|
700 |
+
margin: 0;
|
701 |
+
background-position: left center;
|
702 |
+
}
|
703 |
+
|
704 |
+
.yoast-heading-highlight {
|
705 |
+
color: #A4286A;
|
706 |
+
font-weight: 600;
|
707 |
+
}
|
708 |
+
|
709 |
+
.yoast-money-back-guarantee {
|
710 |
+
font-style: italic;
|
711 |
+
font-size: 1.1em;
|
712 |
+
}
|
713 |
+
|
714 |
+
.yoast-license-status-active {
|
715 |
+
padding: 3px 6px;
|
716 |
+
color: #FFF;
|
717 |
+
background: #008a00;
|
718 |
+
}
|
719 |
+
|
720 |
+
.yoast-license-status-inactive {
|
721 |
+
padding: 3px 6px;
|
722 |
+
color: #FFF;
|
723 |
+
background: #dc3232;
|
724 |
+
}
|
725 |
+
|
726 |
+
/*# sourceMappingURL=yoast-extensions.css.map */
|
css/src/yst_plugin_tools.css
ADDED
@@ -0,0 +1,900 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../src/icons.css);
|
2 |
+
/*------------------------------------*\
|
3 |
+
#SETTINGS
|
4 |
+
\*------------------------------------*/
|
5 |
+
/**
|
6 |
+
* Pull in all the settings we require for this project.
|
7 |
+
*/
|
8 |
+
/* Settings pages layout based on CSS table model. */
|
9 |
+
.wpseo_content_wrapper {
|
10 |
+
display: table;
|
11 |
+
width: 100%;
|
12 |
+
table-layout: fixed;
|
13 |
+
}
|
14 |
+
|
15 |
+
.wpseo_content_cell {
|
16 |
+
display: table-cell;
|
17 |
+
height: 500px;
|
18 |
+
margin: 0;
|
19 |
+
padding: 0;
|
20 |
+
vertical-align: top;
|
21 |
+
}
|
22 |
+
|
23 |
+
#wpseo_content_top {
|
24 |
+
width: 100%;
|
25 |
+
}
|
26 |
+
|
27 |
+
/* @todo: check this. */
|
28 |
+
tr.yst_row {
|
29 |
+
margin: 5px 0 0 0;
|
30 |
+
padding: 5px 0 0 0;
|
31 |
+
}
|
32 |
+
|
33 |
+
#sidebar-container {
|
34 |
+
/* For historical reasons banner images have a 261px width. */
|
35 |
+
width: 300px;
|
36 |
+
padding-left: 20px;
|
37 |
+
}
|
38 |
+
|
39 |
+
/* @todo: check this. */
|
40 |
+
tr.yst_row.even {
|
41 |
+
background-color: #f6f6f6;
|
42 |
+
}
|
43 |
+
|
44 |
+
.wpseo_content_wrapper {
|
45 |
+
/* Forms. */
|
46 |
+
/* Input validation errors */
|
47 |
+
/* @todo: check if the .double class is still used. */
|
48 |
+
/* @todo: check this. */
|
49 |
+
/* @todo: check this. Couldn't find any textarea with class 'import'. */
|
50 |
+
/* @todo: check this. */
|
51 |
+
/* @todo: check this. */
|
52 |
+
/* @todo: check this. */
|
53 |
+
/* @todo: check this. */
|
54 |
+
/* @todo: check this. */
|
55 |
+
/* @todo: check this. */
|
56 |
+
/* @todo: check this. */
|
57 |
+
/* @todo: check this. */
|
58 |
+
/* Search Appearance: title separator. */
|
59 |
+
/* @todo: check this. */
|
60 |
+
/* @todo: check this. */
|
61 |
+
}
|
62 |
+
|
63 |
+
.wpseo_content_wrapper label.textinput,
|
64 |
+
.wpseo_content_wrapper label.select {
|
65 |
+
float: left;
|
66 |
+
width: 200px;
|
67 |
+
margin: 5px 0;
|
68 |
+
}
|
69 |
+
|
70 |
+
.wpseo_content_wrapper label.textinput.error,
|
71 |
+
.wpseo_content_wrapper label.select.error {
|
72 |
+
color: #dc3232;
|
73 |
+
font-weight: bold;
|
74 |
+
}
|
75 |
+
|
76 |
+
.wpseo_content_wrapper .yoast-inline-label {
|
77 |
+
float: none;
|
78 |
+
display: inline-block;
|
79 |
+
margin: 0 0 8px;
|
80 |
+
}
|
81 |
+
|
82 |
+
.wpseo_content_wrapper input.textinput,
|
83 |
+
.wpseo_content_wrapper textarea,
|
84 |
+
.wpseo_content_wrapper select {
|
85 |
+
width: 400px;
|
86 |
+
}
|
87 |
+
|
88 |
+
.wpseo_content_wrapper input.large-text,
|
89 |
+
.wpseo_content_wrapper textarea.large-text {
|
90 |
+
width: 99%;
|
91 |
+
}
|
92 |
+
|
93 |
+
.wpseo_content_wrapper input.textinput,
|
94 |
+
.wpseo_content_wrapper textarea.textinput,
|
95 |
+
.wpseo_content_wrapper select.select,
|
96 |
+
.wpseo_content_wrapper .select2-container {
|
97 |
+
margin: 0 0 15px 0;
|
98 |
+
}
|
99 |
|