css/style.css aktualisiert

This commit is contained in:
2026-02-03 04:47:44 +00:00
parent 3d4915cbe8
commit 9371fdc9e0

View File

@@ -4,7 +4,7 @@ html {
} }
body { body {
color: #ddd077; color: #d4af37;
background: #000; background: #000;
margin-bottom: 100px; margin-bottom: 100px;
font-family: Lucida Sans Unicode, Verdana; font-family: Lucida Sans Unicode, Verdana;
@@ -12,14 +12,14 @@ body {
a, a:hover { a, a:hover {
text-decoration: none; text-decoration: none;
border-bottom: 1px dotted #ddd077; border-bottom: 1px dotted #d4af37;
} }
h3 {margin: 0;} h3 {margin: 0;}
*:focus {outline: none;} *:focus {outline: none;}
.navbar-nav > .active a { .navbar-nav > .active a {
color: #555 !important; color: #555 !important;
background-color: #ddd077 !important; background-color: #d4af37 !important;
} }
.spacer20 {height: 20px;} .spacer20 {height: 20px;}
@@ -31,7 +31,7 @@ h3 {margin: 0;}
.navbar-default { .navbar-default {
background-color: #ddd077; background-color: #d4af37;
color: #000; color: #000;
} }
@@ -44,7 +44,7 @@ h3 {margin: 0;}
ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a { ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
border: 0; border: 0;
border-radius: 0; border-radius: 0;
background-color: #ddd077; background-color: #d4af37;
} }
.navbar a h1 {color: #444;} .navbar a h1 {color: #444;}
@@ -54,12 +54,12 @@ ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.act
display: block; display: block;
text-transform: uppercase; text-transform: uppercase;
padding: 25px 20px 25px 25px; padding: 25px 20px 25px 25px;
color: #ddd077; color: #d4af37;
} }
footer a, footer a:hover, .navbar a { footer a, footer a:hover, .navbar a {
color: #ddd077; color: #d4af37;
text-decoration: none; text-decoration: none;
border-bottom: 1px dotted #000; border-bottom: 1px dotted #000;
} }
@@ -68,5 +68,5 @@ footer {
bottom: 0; bottom: 0;
width: 100%; width: 100%;
position: absolute; position: absolute;
background: #ddd077; background: #d4af37;
} }