Make your WordPress site irresistible. Natural SEO attraction with: - robots.txt management - sitemap.xml generation - LLMs.txt support - Google integration (Analytics, Search Console, Tag Manager) - Schema.org structured data - Open Graph / Twitter Card meta tags - AMP support - Visual elements gallery - Built-in backup/restore module Includes build.sh and .distignore for WordPress-installable release ZIPs.
76 lines
1.5 KiB
CSS
76 lines
1.5 KiB
CSS
/**
|
|
* TigerStyle Heat Admin Styles
|
|
*/
|
|
|
|
.tab-content {
|
|
display: none;
|
|
}
|
|
|
|
.tab-content.active {
|
|
display: block;
|
|
}
|
|
|
|
.seo-info-box {
|
|
background: #f9f9f9;
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
padding: 20px;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.seo-setup-steps {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.nav-tab-wrapper {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.seo-results-container {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.seo-section {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.seo-section h3 {
|
|
border-bottom: 2px solid #ddd;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.seo-item {
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
padding: 15px;
|
|
margin-bottom: 10px;
|
|
background: #fff;
|
|
}
|
|
|
|
.seo-item h4 {
|
|
margin: 0 0 10px 0;
|
|
color: #333;
|
|
}
|
|
|
|
.seo-item p {
|
|
margin: 0 0 10px 0;
|
|
color: #666;
|
|
}
|
|
|
|
.impact-badge {
|
|
display: inline-block;
|
|
padding: 2px 8px;
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
text-transform: uppercase;
|
|
color: white;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.spinner {
|
|
background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path opacity=".25" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/><path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"><animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="0.8s" repeatCount="indefinite"/></path></svg>') no-repeat center center;
|
|
width: 20px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
} |