| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/web10/web/wp-content/themes/standardtheme/ |
Upload File : |
/*
Theme Name: Standard Theme
Theme URI: https://angebotspiraten.de/
Author: Angebotspiraten
Author URI: https://angebotspiraten.de/
Description: Schlankes klassisches Standard-Theme mit vollständiger Template-Hierarchie. Gibt sofort Inhalte (Beiträge, Seiten, Archive, Suche) aus.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: standardtheme
*/
:root {
--st-max: 1100px;
--st-accent: #b8112b;
--st-text: #1d1d1f;
--st-muted: #666;
--st-border: #e5e5e5;
--st-bg: #fff;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
color: var(--st-text);
background: #f6f6f6;
}
a { color: var(--st-accent); }
.st-container {
max-width: var(--st-max);
margin: 0 auto;
padding: 0 20px;
}
/* Header */
.site-header {
background: var(--st-bg);
border-bottom: 1px solid var(--st-border);
}
.site-header .st-container {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
padding-top: 18px;
padding-bottom: 18px;
}
.site-title { margin: 0; font-size: 1.5rem; }
.site-title a { color: var(--st-text); text-decoration: none; }
.site-description { margin: 0; color: var(--st-muted); font-size: .9rem; }
/* Navigation */
.main-navigation ul {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 0;
padding: 0;
}
.main-navigation a { text-decoration: none; color: var(--st-text); }
.main-navigation a:hover { color: var(--st-accent); }
/* Layout */
.site-content {
display: flex;
gap: 32px;
align-items: flex-start;
padding: 32px 0;
}
.content-area { flex: 1 1 0; min-width: 0; }
.widget-area {
flex: 0 0 300px;
background: var(--st-bg);
border: 1px solid var(--st-border);
border-radius: 8px;
padding: 20px;
}
/* Entries */
.entry {
background: var(--st-bg);
border: 1px solid var(--st-border);
border-radius: 8px;
padding: 24px 28px;
margin-bottom: 24px;
}
.entry-title { margin: 0 0 .3em; font-size: 1.6rem; line-height: 1.25; }
.entry-title a { color: var(--st-text); text-decoration: none; }
.entry-title a:hover { color: var(--st-accent); }
.entry-meta {
color: var(--st-muted);
font-size: .85rem;
margin-bottom: 1em;
}
.entry-meta a { color: var(--st-muted); }
.entry-content img, .entry-thumbnail img { max-width: 100%; height: auto; border-radius: 6px; }
.entry-thumbnail { margin-bottom: 1em; }
.read-more { display: inline-block; margin-top: .5em; font-weight: 600; }
/* Pagination */
.st-pagination {
margin: 24px 0;
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.st-pagination .page-numbers {
display: inline-block;
padding: 8px 14px;
background: var(--st-bg);
border: 1px solid var(--st-border);
border-radius: 6px;
text-decoration: none;
}
.st-pagination .current {
background: var(--st-accent);
color: #fff;
border-color: var(--st-accent);
}
/* Widgets */
.widget { margin-bottom: 24px; }
.widget:last-child { margin-bottom: 0; }
.widget-title { margin: 0 0 .6em; font-size: 1.1rem; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { padding: 4px 0; border-bottom: 1px solid var(--st-border); }
/* Search form */
.search-form { display: flex; gap: 8px; }
.search-form .search-field {
flex: 1;
padding: 8px 10px;
border: 1px solid var(--st-border);
border-radius: 6px;
}
.search-form .search-submit,
.btn {
padding: 8px 16px;
background: var(--st-accent);
color: #fff;
border: 0;
border-radius: 6px;
cursor: pointer;
text-decoration: none;
}
/* Comments */
.comments-area { margin-top: 32px; }
.comment-list { list-style: none; padding: 0; }
.comment-list li { border-top: 1px solid var(--st-border); padding: 16px 0; }
.comment-author { font-weight: 600; }
.comment-metadata { color: var(--st-muted); font-size: .8rem; }
/* Footer */
.site-footer {
background: var(--st-bg);
border-top: 1px solid var(--st-border);
padding: 24px 0;
color: var(--st-muted);
font-size: .9rem;
text-align: center;
}
/* Misc */
.page-title { margin: 0 0 24px; }
.no-results { background: var(--st-bg); border: 1px solid var(--st-border); border-radius: 8px; padding: 24px 28px; }
@media (max-width: 820px) {
.site-content { flex-direction: column; }
.widget-area { flex-basis: auto; width: 100%; }
}