summaryrefslogtreecommitdiff
path: root/www-ssl/css/style6.css
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/css/style6.css')
-rw-r--r--[-rwxr-xr-x]www-ssl/css/style6.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/www-ssl/css/style6.css b/www-ssl/css/style6.css
index 72e1024d..8dc008e7 100755..100644
--- a/www-ssl/css/style6.css
+++ b/www-ssl/css/style6.css
@@ -1,11 +1,15 @@
-body {
+body, .background {
font-family: Arial, Helvetica, sans-serif;
background-color: #121327;
color: #FFFFFF;
font-size: small
}
+#logo {
+ background-image: url('../pic/himmel_w.png');
+}
+
a {
text-decoration: none;
color: #ff9900
@@ -35,7 +39,7 @@ li {
background-color: #333e47
}
-.border {
+.border, .container {
background-color: #000000
}
@@ -66,3 +70,7 @@ h4.menu {
.comment {
font-size : 6pt;
}
+
+h4, h1, th {
+ background: #333E47;
+}