From 3fb1a4ebc53f83fac4837ac4388fae1337ae5672 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Fri, 24 Jul 2009 11:17:53 +0000
Subject: [PATCH] Console and I2P tunnels tweaks: more stealth, less color
 clash!

---
 .../resources/themes/console/dark/console.css |  2 +-
 .../resources/themes/console/dark/default.css |  6 +--
 .../themes/console/light/console.css          |  4 +-
 .../themes/console/light/default.css          | 41 +++++++++++++------
 4 files changed, 34 insertions(+), 19 deletions(-)

diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 6ce921bd40..0a87f21182 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -525,7 +525,7 @@ form {}
 .joblog {
      margin: 25px 0 25px 0;
      padding: 20px 40px 20px 40px !important;
-     border: 1px solid #eef;
+     border: 1px solid #99f;
      background-color: #004;
      background: url("images/lightbluetile.png");
      color: #dfd;
diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index e9debf89b1..7abc47d3ae 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -231,9 +231,9 @@ hr {
 
 #globalOperationsPanel {
      background-color: #003;
-     border: 1px solid #f22;
-     background: url(images/lightbluetile.png);
-     -moz-box-shadow: inset 0px 0px 4px 0px #f00;
+     border: 1px solid #99f;
+     background: url(images/darkbluebg.png);
+     -moz-box-shadow: inset 0px 0px 0px 1px #f00;
      padding: 5px 20px 11px 10px !important;
 }
 
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index d876cc7b30..e1c7135876 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -574,13 +574,13 @@ form {}
      padding: 20px 40px 20px 40px !important;
      border: 1px solid #003;
      background-color: #004;
-     background: url("/themes/console/images/olivegreentile.png");
+     background: #ddf url('images/lightbluetile.png');
      color: #001;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
      text-align: justify;
-     -moz-box-shadow: inset 0px 0px 1px 0px #eef;
+     -moz-box-shadow: inset 0px 0px 0px 1px #9f9;
      overflow-x: scroll;
  }
  
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index 57e5c2739b..0acd0f1f56 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -154,17 +154,14 @@ hr {
 */
 }
 
-.control {
+.control, control:link, control:visited {
      margin: 4px 0 0 4px !important;
      padding: 2px;
      overflow: hidden;
-/*
-     height: 22px;
-*/
      min-width: 60px;
      font-weight: bold;
      background-color: #bbbbff;
-     color: black;
+     color: #001;
      border: 1px outset #ddddc0;
      text-align: center;
      white-space: nowrap;
@@ -172,24 +169,42 @@ hr {
      -khtml-border-radius: 4px;
      border-radius: 4px;
      margin-top: 8px;
-     background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
      text-decoration: none;
 }
 
+/*
 .control:active {
      border: 1px inset;
      background-color: #003;
-     color: #ff6600;
+     color: #f60;
      text-decoration: none;
 }
-
-.control:hover {
-     border: 1px solid #eeeeff;
+*/
+.control:hover, control:visited:hover {
+     border: 1px solid #eef;
      background-color: #f60;
      color: #fff !important;
      text-decoration: none;
 }
 
+.control:link, control:visited {
+     margin: 4px 0 0 4px !important;
+     padding: 2px;
+     overflow: hidden;
+     min-width: 60px;
+     font-weight: bold;
+     color: #001;
+     border: 1px outset #ddddc0;
+     text-align: center;
+     white-space: nowrap;
+     -moz-border-radius: 4px;
+     -khtml-border-radius: 4px;
+     border-radius: 4px;
+     margin-top: 8px;
+     background: #bbf url(images/tabletitlelight.png) 0 0 repeat: x !important;
+     text-decoration: none;
+}
+
 .panel {
      width: 800px;
      margin: 16px auto 16px auto;
@@ -243,11 +258,11 @@ hr {
 }
 
 #globalOperationsPanel {
-     background-color: #ddddff;
+     background-color: #ddf;
      border: 1px solid #003;
      padding: 5px 20px 11px 10px;
-     background: url("/themes/console/images/yellowtile.png") !important;
-     -moz-box-shadow: inset 0px 0px 1px 0px #fff;
+     background: url(images/lightbluetile.png);
+     -moz-box-shadow: inset 0px 0px 0px 1px #f00;
 }
 
 #globalOperationsPanel .control {
-- 
GitLab