This commit is contained in:
Robert Jelic
2025-02-09 19:39:57 +01:00
parent 90c1e707c1
commit 003b0bdd5f

View File

@@ -99,7 +99,7 @@ a:visited { font-weight: bold; color: #b366ff; text-decoration: none; }
a:link:hover { text-decoration: underline; } a:link:hover { text-decoration: underline; }
hr { hr {
color: #333333; color: #c9c9c9;
background: #444444; background: #444444;
height: 1px; height: 1px;
} }
@@ -205,7 +205,7 @@ table.index td { text-align: left; vertical-align: top; }
clear: both; clear: both;
padding: 5px; padding: 5px;
border-top: 2px solid #cccccc; border-top: 2px solid #cccccc;
background-color: #ffffff; background-color: #202020;
} }
@media print { @media print {
@@ -215,19 +215,19 @@ table.index td { text-align: left; vertical-align: top; }
a { font-weight: bold; color: #004080; text-decoration: underline; } a { font-weight: bold; color: #004080; text-decoration: underline; }
#main { #main {
background-color: #ffffff; background-color: #1d1a1a;
border-left: 0px; border-left: 0px;
} }
#container { #container {
margin-left: 2%; margin-left: 2%;
margin-right: 2%; margin-right: 2%;
background-color: #ffffff; background-color: #1b1a1a;
} }
#content { #content {
padding: 1em; padding: 1em;
background-color: #ffffff; background-color: #1d1a1a;
} }
#navigation { #navigation {