File: /home/v/a/n/vanessatli/www/wp-content/plugins/wordpress-seo-premium-/css/toggle-switch.css
.fieldset-switch-toggle label {
float: none;
}
@media only screen {
.switch-light.switch-yoast-seo {
margin-bottom: 0.2em;
}
.fieldset-switch-toggle legend,
.switch-light.switch-yoast-seo > strong {
display: block;
box-sizing: border-box;
min-width: 200px;
margin-top: 10px;
padding-right: 1em;
font-weight: bold;
line-height: 2em;
vertical-align: middle;
}
.switch-toggle.switch-yoast-seo,
.switch-light.switch-yoast-seo > span {
width: 250px;
border: 1px solid #ccc;
border-radius: 0.5em;
background-color: #dcdcdc;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.switch-toggle.switch-yoast-seo {
float: left;
}
.switch-light.switch-yoast-seo > span {
/* to contain floats instead of the original overflow: hidden; */
display: inline-block;
/* to make the focus style fully visible */
overflow: visible;
/*float: right;*/
}
.switch-toggle.switch-yoast-seo a,
.switch-light.switch-yoast-seo a {
border-color: #b5b5b5;
border-radius: 0.5em;
background: #a4286a none;
}
/* reset and rebuild focus style */
.switch-toggle.switch-yoast-seo input:focus ~ span a,
.switch-light.switch-yoast-seo input:focus ~ span a,
.switch-toggle.switch-yoast-seo input:focus + label,
.switch-light.switch-yoast-seo input:focus + label {
outline: none;
}
.switch-toggle.switch-yoast-seo input:focus ~ a,
.switch-light.switch-yoast-seo input:focus ~ span a {
border-color: #5b9dd9;
box-shadow: 0 0 2px rgba(0, 115, 170, 0.8);
}
.switch-toggle.switch-yoast-seo input:checked ~ span a,
.switch-light.switch-yoast-seo input:checked ~ span a {
border-color: #b5b5b5;
background: #a4286a none;
}
.switch-light.switch-yoast-seo span span,
.switch-light.switch-yoast-seo input:checked ~ span span:first-child,
.switch-toggle.switch-yoast-seo label {
color: #333;
text-shadow: none;
font-weight: inherit;
}
.switch-candy.switch-yoast-seo input ~ span span:first-child,
.switch-candy.switch-yoast-seo input:checked ~ span span:nth-child(2),
.switch-candy.switch-yoast-seo input:checked + label {
color: #fff;
text-shadow: none;
}
.switch-light.switch-yoast-seo-reverse input:checked ~ span a {
left: 0;
}
.switch-light.switch-yoast-seo-reverse a {
left: 50%;
}
.switch-light.switch-yoast-seo-reverse span span {
float: right;
}
label.switch-yoast-seo {
margin-left: 0;
}
.switch-toggle.switch-yoast-seo label code,
.switch-light.switch-yoast-seo label code {
background-color: inherit;
vertical-align: top;
}
.switch-container h4 {
margin: 0.5em 0;
}
.switch-container {
clear: both;
margin: 0 0 1em 0;
}
.switch-container + .switch-container {
margin-top: 0.5em;
}
.switch-container + p {
margin: -0.5em 0 1em 0;
}
}