Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Global */
body {
background-color: #000;
color: #f5f5f5;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Content-Box im Zentrum, mit brutalistischem Rahmen */
.mw-body, #content {
max-width: 960px;
margin: 2.5rem auto 3rem auto;
padding: 1.8rem 2rem;
border: 2px solid #f5f5f5;
background: #000;
box-shadow: 0 0 0 2px #000; /* wirkt wie doppelte Linie */
}
/* Seitentitel */
.firstHeading {
font-weight: 700;
font-size: 2.1rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 1rem;
}
/* Untertitel / Einleitung */
#siteSub,
.mw-body h1 + .mw-parser-output > p:first-of-type {
color: #b3b3b3;
}
/* Links: Terminal / Cybergrün */
a,
.mw-body a {
color: #00ff88;
text-decoration: none;
}
a:hover,
.mw-body a:hover {
text-decoration: underline;
}
/* Überschriften */
.mw-body h2,
.mw-body h3,
.mw-body h4 {
text-transform: uppercase;
font-weight: 600;
border-bottom: 1px solid #f5f5f5;
padding-bottom: 0.15rem;
margin-top: 1.8rem;
}
/* Listen & Tabellen kompakt */
.mw-body ul,
.mw-body ol {
margin-left: 1.1rem;
}
.mw-body table {
border-collapse: collapse;
border: 1px solid #f5f5f5;
font-size: 0.9rem;
}
.mw-body th,
.mw-body td {
border: 1px solid #f5f5f5;
padding: 0.3rem 0.5rem;
}
/* Footer & Kram entschlacken */
#footer,
#catlinks {
border: none;
background: transparent;
color: #777;
}
/* Sidebar (falls du maximal clean willst, ausblenden oder minimieren) */
/* auskommentieren, wenn du deine Sidebar behalten willst */
/*
#mw-panel, #left-navigation {
display: none;
}
#mw-head {
padding-top: 0.5rem;
}
*/
