/home/arranoyd/public_html/wp-content/plugins/wordpress-seo/css/src/admin-global.css
@import url(../src/icons.css);
@import "../../node_modules/yoastseo/css/_tooltips.scss";
.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;
}
/* General typography */
.yoast-measure {
max-width: 600px;
}
/* Thickbox */
#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 specific fixes for WordPress: they generally need high specificity */
.select2-container .select2-search--dropdown .select2-search__field {
margin: 0;
padding: 0 8px;
min-height: 30px;
}
.select2-results__option,
.select2-selection__choice,
.select2-search--inline {
margin-bottom: 0;
}
.select2-container .select2-search--inline .select2-search__field {
margin-top: 6px !important;
line-height: inherit;
min-height: 0;
}
/* Turn off select2 fixed height */
.wpseo-metabox .select2-container .select2-selection--single,
.wpseo-admin-page .select2-container .select2-selection--single {
height: auto;
}
.wpseo-metabox .select2-container .select2-selection--single .select2-selection__arrow,
.wpseo-admin-page .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 label,
.yoast-settings fieldset,
.yoast-settings input[type="text"],
.yoast .yoast-settings__checkbox,
.yoast .yoast-settings__radio,
.yoast-settings textarea,
.yoast-settings select {
margin-top: 2em;
margin-bottom: 0.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;
}
/* Icons in the posts and taxonomies table cells. */
td .wpseo-score-icon {
display: inline-block;
width: 12px;
height: 12px;
margin-left: 5px;
border-radius: 50%;
background: #888;
line-height: 16px;
}
/* Adjust vertical alignment of the icons in the table cells. */
td .wpseo-score-icon {
margin-top: 3px;
}
/* Table internal links, SEO, and Readability columns tooltips. */
.fixed th.column-wpseo-score,
.fixed th.column-wpseo-score-readability,
.fixed th.column-wpseo-links,
.fixed th.column-wpseo-linked {
/* 42px */
width: 3em;
padding: 0;
}
/* Don't use selectors related to classes added with JavaScript to avoid flickering. */
th.column-wpseo-links a,
th.column-wpseo-linked a,
th.column-wpseo-score .yoast-tooltip,
th.column-wpseo-score-readability .yoast-tooltip {
overflow: visible;
/* Override WP property to make tooltips visible. */
display: inline-block;
/* To contain floats instead of using overflow. */
vertical-align: middle;
padding: 8px 0;
}
th.column-wpseo-score .yoast-tooltip,
th.column-wpseo-score-readability .yoast-tooltip {
/* 11+20+11=42px */
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;
}
/* Generate the icons in the table columns, exclude Screen Options. */
.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;
}
/* Do not allow link numbers to break in the table cells. */
td.column-wpseo-links,
td.column-wpseo-linked {
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 .yoast-settings__radio,
.yoast-settings__radio + label {
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 textarea,
.yoast-settings select {
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;
clip-path: none;
width: auto;
height: auto;
margin: 0;
}
}
/* Help Center */
.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: 0.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: 0.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:hover,
.yoast_help.yoast-help-button:focus {
color: #0073aa;
}
.yoast_help.yoast-help-button:focus .yoast-help-icon::before,
.assessment-results__mark:focus {
border-radius: 100%;
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
.yoast-help-panel {
display: none;
clear: both;
max-width: 30em !important;
padding: 0 0 1em;
font-weight: normal;
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, 0.2);
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
text-decoration: none;
background-color: #FEC228;
}
.yoast-button-upsell:hover, .yoast-button-upsell:focus, .yoast-button-upsell:active {
color: #000;
background-color: #F2AE01;
}
.yoast-button-upsell:focus {
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);
}
.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) center 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: white;
max-width: 800px;
box-shadow: 0 1px 8px 1px rgba(0, 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__signature-icon, .yoast-site-health__inline-button.fetch-status {
margin-right: 8px;
}
/*# sourceMappingURL=admin-global.css.map */