From c453dd0e3476142b25053b94d7c88eca67dda8d1 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 15 Jan 2011 04:09:53 +0000
Subject: [PATCH] Console/tunnelmanager: light theme adulteration.

---
 .../themes/console/light/console.css          |  2 +-
 .../themes/console/light/default.css          | 46 +++++++++++--------
 2 files changed, 28 insertions(+), 20 deletions(-)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index b6239be0c4..cfe13ea0e2 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -850,7 +850,7 @@ h4 {
 
 button, button:visited{
      font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
-     border: 1px outset #999;
+     border: 1px outset #66a;
      padding: 1px 3px;
      background: #ffe !important;
      text-decoration: none;
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index d80cf3c1b2..0700b59f6c 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -43,7 +43,7 @@ label {
 }
 
 h4 {
-     font-size: 14px;
+     font-size: 11pt;
      font-weight: bold !important;
      color: #001;
      text-align: center;
@@ -52,11 +52,14 @@ h4 {
      padding: 5px 10px;
      background: #eef url(images/header.png) repeat-x center center;
      text-transform: uppercase;
-     letter-spacing: 0.08em;
-     -moz-box-shadow: inset 0px 0px 4px 0px #bbf;
+     letter-spacing: 0.07em;
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px;
+     text-shadow: 0px 1px 1px #77f;
+     -moz-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
+     -khtml-box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
+     box-shadow: 0 2px 1px 1px rgba(176, 176, 216, 0.4);
 }
 
 a {
@@ -81,10 +84,9 @@ button {
 }
 
 textarea {
-     border: 1px solid #9999ff;
-     color: #001;
-     background: #ddf;
-     border: 1px solid #44d;
+     color: #003;
+     background: #fff;
+     border: 1px solid #447;
 }
 
 br {
@@ -131,28 +133,28 @@ hr {
 .separator, .subdivider {
      clear: both;
      height: 1px;
-     margin: 1px 0px 1px 0px;
-     border-bottom: 1px solid #225;
+     margin: 10px 0px 10px 0px;
+     border-bottom: 1px dotted #447;
 /*
      display: none;
 */
 }
 
 .subdivider {
-     border-bottom: 1px solid #225;
-     padding: 5px 0px 0px 0px;
+     border-bottom: 1px dotted #447;
+     padding: 5px 0;
 }
 
 .freetext {
      width: 150px;
      height: 24px;
-     border: 1px solid #44d;
+     border: 1px solid #447;
      padding: 2px;
      margin: 4px 0 2px 0px;
      font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
      font-weight: bold;
-     background: #ddf;
-     color: #001;
+     background: #fff;
+     color: #003;
      -moz-border-radius: 0 4px 4px 0;
      -khtml-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
@@ -169,7 +171,7 @@ hr {
      font-weight: bold;
      background: #ffe;
      color: #001;
-     border: 1px outset #ddddc0;
+     border: 1px outset #66a;
      text-align: center;
      white-space: nowrap;
      -moz-border-radius: 4px;
@@ -187,11 +189,17 @@ hr {
      text-decoration: none;
 }
 */
+
 .control:hover, control:visited:hover {
-     border: 1px solid #eef;
      background-color: #f60;
      color: #fff !important;
      text-decoration: none;
+     border: 1px solid #f60 !important;
+     background: #f60 !important;
+     color: #fff;
+     -moz-box-shadow: inset 0px 0px 0px 1px #fff !important;
+     -khtml-box-shadow: inset 0px 0px 0px 1px #fff !important;
+     box-shadow: inset 0px 0px 0px 1px #fff !important;
 }
 
 .control:link, control:visited {
@@ -201,7 +209,7 @@ hr {
      min-width: 60px;
      font-weight: bold;
      color: #001;
-     border: 1px outset #ddddc0;
+     border: 1px outset #66a;
      text-align: center;
      white-space: nowrap;
      -moz-border-radius: 4px;
@@ -352,11 +360,11 @@ globalOperationsPanel .control:hover {
 
 select {
      background-color: #eef;
-     color: #001;
+     color: #003;
      margin: 4px;
      font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
      font-weight: bold;
-     border: 1px solid #001;
+     border: 1px solid #447;
      padding: 2px;
      min-width: 270px;
      font-size: 8pt;
-- 
GitLab