From d7b4be1e74920ac604c583c46d2291bd26236a6c Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Thu, 9 Jul 2009 18:57:58 +0000 Subject: [PATCH] Minor futzing with the dark console theme. --- installer/resources/themes/console/dark/console.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 92ed023de5..60902f6462 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -152,7 +152,7 @@ div.news { background: url(images/darkbluetile.png); } -div.news li\ { +div.news li { text-align: left; list-style-type:square; margin: 2px 20px 0px 30px; @@ -301,7 +301,7 @@ text-align: justify; h1 { text-align: left; - color: #bbf; + color: #ddf; padding: 10px; margin-left: 240px; margin-bottom: 20px; @@ -312,10 +312,10 @@ h1 { font-style: normal; text-transform: uppercase; letter-spacing: 0.06em; - text-shadow: 0px 0px 1px rgba(0, 0, 120, 0.9); + text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9); white-space: normal; background-color: #004; - /* -moz-box-shadow: 0 2px 2px 1px #ccccff; */ + -moz-box-shadow: inset 0px 0px 16px 0px #009; border: 1px solid #99f; border-radius: 4px; -moz-border-radius: 4px; -- GitLab