From 45da7e8704bd188776a19e374927eb918ab992fd Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 11 Jul 2009 14:28:45 +0000
Subject: [PATCH] More spit 'n polish for the I2PTunnels page.

---
 .../resources/themes/console/dark/default.css | 22 ++++++++++++++----
 .../themes/console/light/default.css          | 23 +++++++++++++++----
 2 files changed, 37 insertions(+), 8 deletions(-)

diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index f8756584e1..e01bff477b 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -33,12 +33,24 @@ h4, label {
     font-size :   1.0em;
     -moz-box-sizing: border-box;
     box-sizing :     border-box;
+		padding: 5px 0 !important;
 }
 
 h4 {
-    font-size : 1.2em;
+    font-size : 14px;
     text-align : center;
-    width : 750px;
+    width : 100%;
+		border: 1px solid #99f;
+		margin: 5px 0 15px 0;
+	  background: url(images/tabletitledark.png);
+	  background-color: #002;
+		text-transform: uppercase;
+	  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
+		letter-spacing: 0.08em;
+    -moz-box-shadow: inset 0px 0px 4px 0px #009; 
+	  border-radius: 4px;
+	  -moz-border-radius: 4px;
+	  -webkit-border-radius: 4px;	
 }
 
 a {
@@ -131,11 +143,11 @@ hr {
     clear : both;
     height : 1px;
     margin : 3px 0px 3px 0px;
-    border-bottom : 1px solid #9999ff;
+    border-bottom : 1px solid #99f;
 }
 
 .subdivider {
-    border-bottom : 1px solid #9999ff;
+    border-bottom : 1px solid #99f;
     padding: 5px 0px 0px 0px;
 }
 
@@ -236,6 +248,8 @@ color:#ff6600
     background-color : #003;
   	border : 1px solid #f22;
 	  background: url(images/lightbluetile.png);
+		-moz-box-shadow: inset 0px 0px 4px 0px #f00; 
+		padding: 5px 20px 11px 10px !important;
 }
 
 #globalOperationsPanel .control {
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index c793e94a0e..d7cedce5d2 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -33,12 +33,25 @@ h4, label {
     font-size :   1.0em;
     -moz-box-sizing: border-box;
     box-sizing :     border-box;
+		padding: 5px 0 !important;
 }
 
 h4 {
-    font-size : 1.2em;
+    font-size : 14px;
+ 		color: #001;
     text-align : center;
-    width : 750px;
+    width : 100%;
+		border: 1px solid #225;
+		margin: 5px 0 10px 0;
+	  background: url(images/tabletitlelight.png);
+	  background-color: #002;
+		text-transform: uppercase;
+	  text-shadow: 0px 0px 2px rgba(64, 64, 255, 0.9);
+		letter-spacing: 0.08em;
+    -moz-box-shadow: inset 0px 0px 4px 0px #bbf; 
+	  border-radius: 4px;
+	  -moz-border-radius: 4px;
+	  -webkit-border-radius: 4px;	
 }
 
 a {
@@ -188,7 +201,7 @@ color:#ff6600
 	  text-align : left;
     font-size : 0.8em;
 	  background-color : #fff;
-	  background: url(images/tabletile.png);
+	  background: url(images/lightbluetile.png);
 	  -moz-border-radius: 4px 4px 4px 4px;
 	  border: 1px solid #002;
 	  padding: 10px 20px;
@@ -227,7 +240,9 @@ color:#ff6600
 
 #globalOperationsPanel {
     background-color : #ddddff;
-	border : 1px solid #f22;
+	  border : 1px solid #f22;
+		-moz-box-shadow: inset 0px 0px 4px 0px #f00; 
+		padding: 5px 20px 11px 10px !important;
 }
 
 #globalOperationsPanel .control {
-- 
GitLab