File: /home/httpd/html/stoptube.com/wp-content/plugins/wordpress-seo/css/metabox-tabs.css
/**
* Metabox Tabs
*/
ul.wpseo-metabox-tabs {
display: none;
margin-top: 12px;
margin-bottom: 3px;
}
.wpseo-metabox-tabs-div ul {
list-style: none;
}
.wpseo-metabox-tabs li {
display: inline;
}
ul.wpseo-metabox-tabs li.active {
border-style: solid solid none;
border-width: 1px 1px 0;
}
ul.wpseo-metabox-tabs li {
padding: 5px;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-khtml-border-top-left-radius: 3px;
-khtml-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpseo-metabox-tabs a {
text-decoration: none;
}
.wpseo-metabox-tabs-div div.wpseo-tabs-panel {
overflow: auto;
padding: 0.5em 0.9em;
border-style: solid;
border-width: 1px;
}
.wpseo-heading {
padding-left: 10px;
}
.wpseo-tab-content {
overflow: auto;
padding: 0.5em 0.9em;
border-style: solid;
border-width: 1px;
}
#wpseo_meta .postbox .inside .wpseo-tab-content {
font-size: 13px !important;
}
.inside .wpseo-tab-content .form-table th {
font-size: 13px;
width: 140px !important;
}
.good, .warn, .wrong {
font-weight: bold;
}
.good {
color: green;
}
.warn {
color: maroon;
}
.wrong {
color: red;
}
#current_seo_title span {
background-color: lightyellow;
padding: 2px 5px;
}
#wpseosnippet {
margin: 0 0 10px 0;
padding: 0 5px;
font-family: Arial, sans-serif;
line-height: 15px !important;
font-size: 13px !important;
font-style: normal;
width: 540px !important;
}
#wpseosnippet a {
text-decoration: none;
}
#wpseosnippet .title {
color: #11c;
font-size: 16px !important;
line-height: 19px;
text-decoration: underline;
}
#wpseosnippet .desc {
color: #000;
}
#wpseosnippet .url {
color: #282;
}
#wpseosnippet .meta {
color: #767676;
}
#wpseosnippet .util {
color: #4272DB;
}
#wpseosnippet p {
margin: 0 !important;
}
#wpseosnippet a:hover {
text-decoration: underline;
}
#wpseosnippet {
margin-bottom: 10px;
}
.wpseo_yahoo_kw {
display: block;
float: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #ddd;
margin: 3px 8px 3px 0;
padding: 3px;
}
.wpseo_hidden {
display: none;
}
/* Linkdex analysis block */
table.wpseoanalysis th {
text-align: left;
font-weight: 14px;
padding: 15px 0 5px 0;
}
table.wpseoanalysis th.first {
padding-top: 0;
}
table.wpseoanalysis td {
font-weight: 13px;
line-height: 16px;
margin: 5px 0;
}
table.wpseoanalysis td.score {
width: 40px;
height: 30px;
padding-left: 10px;
}
.wpseo_msg {
border: 1px solid #E6DB55;
background-color: lightYellow;
margin: 5px 0 10px 0;
padding: 0 5px;
}
/*
* jQuery UI CSS Framework 1.8.12
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Component containers
----------------------------------*/
.ui-widget-content {
border: 1px solid #dddddd;
background: #f1f1f1;
color: #333;
}
.ui-widget-content a {
color: #333;
}
/*
* jQuery UI Autocomplete 1.8.12
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete {
position: absolute;
cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
* jQuery UI Menu 1.8.12
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
list-style: none;
padding: 2px;
margin: 0;
display: block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin: 0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration: none;
display: block;
padding: .2em .4em;
line-height: 1.5;
zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
color: #000;
margin: -1px;
}