|
|
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) |
| Zeile 3: |
Zeile 3: |
| /* Veränderte Hauptüberschriften */ | | /* Veränderte Hauptüberschriften */ |
| h1, h2, h3 { | | h1, h2, h3 { |
| font-family: 'Minecraft', 'Arial', sans-serif; /* Minecraft-ähnliche Schrift für Überschriften */ | | font-family: "Freeman", serif; |
| color: #FF6347; /* Tomatenrot für Überschriften */ | | color: #FF6347; /* Tomatenrot für Überschriften */ |
| text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Schatten für besseren Kontrast */ | | text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Schatten für besseren Kontrast */ |
| }
| |
|
| |
|
| |
|
| |
| #p-navigation a:hover {
| |
| background-color: #444444; /* Hintergrund für Hover-Effekte */
| |
| }
| |
|
| |
|
| |
| }
| |
|
| |
| /* Sidebar anpassen */
| |
| #p-navigation {
| |
| background-color: #1c1c1c; /* Dunkler Hintergrund für Sidebar */
| |
| padding: 15px;
| |
| border-radius: 10px; /* Abgerundete Ecken für Sidebar */
| |
| }
| |
|
| |
| #p-navigation a {
| |
| color: #ffffff; /* Weiße Schrift für Links */
| |
| text-decoration: none;
| |
| }
| |
|
| |
| #p-navigation a:hover {
| |
| background-color: #555555; /* Dunklerer Hover-Effekt */
| |
| }
| |
|
| |
| /* Footer anpassen */
| |
| #footer {
| |
| background-color: #1c1c1c;
| |
| color: white;
| |
| text-align: center;
| |
| padding: 20px 0;
| |
| border-top: 3px solid #FF6347; /* Roter Rand oben im Footer */
| |
| }
| |
|
| |
| /* Buttons (z.B. für Links oder Aktionen) */
| |
| button, .mw-ui-button {
| |
| background-color: #FF6347; /* Roter Hintergrund für Buttons */
| |
| color: white;
| |
| border: none;
| |
| padding: 10px 20px;
| |
| border-radius: 5px;
| |
| }
| |
|
| |
| button:hover, .mw-ui-button:hover {
| |
| background-color: #FF4500; /* Dunkleres Rot bei Hover */
| |
| }
| |
|
| |
| /* Responsives Design für mobile Geräte */
| |
| @media (max-width: 768px) {
| |
| #p-logo a {
| |
| height: 80px;
| |
| width: 200px;
| |
| }
| |
|
| |
| #p-navigation {
| |
| padding: 10px;
| |
| }
| |
|
| |
| /* Sidebar für kleine Geräte anpassen */
| |
| #p-navigation {
| |
| font-size: 14px;
| |
| }
| |
| }
| |
| .freeman-regular {
| |
| font-family: "Freeman", serif;
| |
| font-weight: 400;
| |
| font-style: normal;
| |
| } | | } |