From 42753be69bc413995e76812cb31063ffd5df21b3 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 4 Dec 2010 01:41:54 +0000
Subject: [PATCH] Light embellishments.

---
 .../resources/themes/console/light/console.css  |  15 ++++++++-------
 .../resources/themes/console/light/default.css  |  16 ++++++++--------
 .../themes/console/light/images/link.png        | Bin 536 -> 737 bytes
 3 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 127f2f2e0c..bf60d04647 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -402,7 +402,7 @@ div.news li {
      -moz-border-radius: 0 4px 4px 0;
      -khtml-border-radius: 0 4px 4px 0;
      font-size: 10pt;
-     opacity: 0.8;
+     opacity: 1;
      background: #fff url('images/header.png') center center repeat-x;
      -moz-box-shadow: 0px 1px 1px 1px #ccf;
 }
@@ -675,7 +675,7 @@ a:link{
 }
 
 a:visited{
-     color: #314;
+     color: #316;
      text-decoration: none;
      font-weight: bold;
 }
@@ -719,7 +719,7 @@ p {
 
 h1 {
      text-align: left;
-     color: #002;
+     color: #000;
      padding: 10px 15px;
      margin: 0 10px 10px 207px;
      font: normal bold 16pt/120% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
@@ -752,6 +752,7 @@ h2 {
      -moz-box-shadow: 0px 1px 1px 1px #ccf;
      word-wrap: break-word;
      text-transform: uppercase;
+     opacity: 1;
 }
 
 h2 a:hover {
@@ -778,7 +779,7 @@ h3 {
      font-size: 11pt;
      color: #000;
      -moz-box-shadow: 0px 1px 1px 1px #ccf;
-     opacity: 0.9;
+     opacity: 1;
 }
 
 h4 {
@@ -807,7 +808,7 @@ button, button:visited{
      -moz-box-shadow: inset 0px 2px 8px 0px #fff;
      -khtml-box-shadow: inset 0px 2px 8px 0px #fff;
      box-shadow: inset 0px 2px 8px 0px #fff;
-     color: #413;
+     color: #316;
 }
 
 button:hover{
@@ -821,7 +822,7 @@ button:hover{
 
 button:active{
      border: 1px solid #f60;
-     background: #001 !important;
+     background: #202 !important;
      color: #f60;
      -moz-box-shadow: inset 0px 0px 0px 1px #f60;
      box-shadow: inset 0px 0px 0px 1px #f60;
@@ -847,7 +848,7 @@ button:active{
 }
 
 .langbox img {
-     opacity: 0.7 !important;
+     opacity: 0.9 !important;
      -moz-box-shadow: 0 0 1px #447;
 }
 
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index bd6607dc05..0f34f05357 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -35,7 +35,7 @@ label {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 120%;
-     color: #427;
+     color: #101;
 }
 
 h4 {
@@ -160,7 +160,7 @@ hr {
      overflow: hidden;
      min-width: 60px;
      font-weight: bold;
-     background-color: #bbbbff;
+     background: #ffe url(images/header.png) center center repeat:x !important;
      color: #001;
      border: 1px outset #ddddc0;
      text-align: center;
@@ -201,7 +201,7 @@ hr {
      -khtml-border-radius: 4px;
      border-radius: 4px;
      margin-top: 8px;
-     background: #bbf url(images/header_on.png) center center repeat:x !important;
+     background: #ffe url(images/header.png) center center repeat:x !important;
      text-decoration: none;
 }
 
@@ -270,7 +270,7 @@ hr {
      -moz-box-shadow: inset 0px 0px 1px 0px #f60;
      background: #fff url(images/magic.png);
      border: 1px solid #444477;
-     color: #000011;
+     color: #613;
 
 }
 
@@ -298,7 +298,7 @@ globalOperationsPanel .control:link {
      -khtml-border-radius: 4px;
      border-radius: 4px;
      margin-top: 8px;
-     background: url(images/header_on.png) 0 0 repeat: x !important;
+     background: #ffe url(images/header.png) 0 0 repeat: x !important;
 }
 
 
@@ -308,7 +308,7 @@ globalOperationsPanel .control:visited {
      padding: 2px;
      overflow: hidden;
      font-weight: bold;
-     background-color: #bbbbff;
+     background-color: #ffe;
      color: black;
      border: 1px outset #ddddc0;
      text-align: center;
@@ -317,7 +317,7 @@ globalOperationsPanel .control:visited {
      -khtml-border-radius: 4px;
      border-radius: 4px;
      margin-top: 8px;
-     background: url(images/header_on.png) 0 0 repeat: x !important;
+     background: url(images/header.png) 0 0 repeat: x !important;
 }
 
 globalOperationsPanel .control:hover {
@@ -357,7 +357,7 @@ select {
 }
 
 a:link{
-     color: #813;
+     color: #613;
      text-decoration: none;
      font-weight: bold;
      word-wrap: break-word;
diff --git a/installer/resources/themes/console/light/images/link.png b/installer/resources/themes/console/light/images/link.png
index 189923818e62c08cc0fa77a02a367fa41355556b..b89347363b53f2ecfa282e20fcb8d93a00c7d432 100644
GIT binary patch
delta 728
zcmV;}0w?{L1mOiCiBL{Q4GJ0x0000DNk~Le0000H0000G2nGNE0Pr!CUy&gfe*%+9
zL_t(|oUKz!PZLoT{_f25F{MD;DQ#&j$bv`EMzJazjfnx{LPP?@7%`HV_zPGlE7rR5
z7bvbo7ZNp57b-@G3ls?v5NI^uqfsdB^hFEITu)0>Krotk7jx&_bIy0Z^PPKv|FFbA
zIa`66gC?Q7O5>9gfVy3ru$`lae|%;M9bFeHIwe6kO-JmXnJB>CrenTKhvaa%>hjwP
zLb2!LK;*BP<XFf8S{j>cYZ6h8#yab64xHSspp^Su1PoCsPKb8m?4<t78!Dw{#cnbz
zlE3uplzcc?+=kccXENu+HAc}e?E}CnI|me4%(xaTlY(AFuzM82>h={`f0Rm}*|@{U
z7W*DUq*5lYozJ|DX1*-&RCtjm=T#n^O6r3t9bFQkYS9d0{`v~<(c*6|F}NSBv@}nX
z$71=tsJ<4=<z|5(<Xxc|IsEdYb5yq)-aJv$^MIaLyoFjZ0GH3V`#WkD!fpc@?lKY5
zi6&@6gW&NvW+$@vFri~Pf5Q>4HP782&fH7`SMC9cpJQtW9AtENw)xLiN5US7TCfx{
z%uQ=Z#yFC34qXFc1n^)ub3+HN-T{&uMoeNZ?E^-~L&@q>bwa?|um?lEpI|aGI6MLz
zZUM$Z#;=d8+@(qN5I|zf5!30iP3I+6`x^F2mUN+vl*;qAY-G$Se>0n5Q{D!HQXNI2
z=wU7wBG1OaOpJ%JqMBU+&n{6g1t><*OOXEG?#VhtuVUnOEs^542Kd6X(ex@Zo0+s(
z#6Z0w1P^$02QhKJQ?Zl6$F>9^VcpACA=TBZKAl%rA2O`=_W|$Q(^}P|wAMNjlNx<8
zN~l=bro3M(_i73CE(j_Af`psQU6u8*XMg|==s5jP-v;`BIKBh+8{=UFe$>VQ0000<
KMNUMnLSTZ7+fIuB

delta 525
zcmV+o0`mRg1(*aOiBL{Q4GJ0x0000DNk~Le0000D0000D2nGNE0CMZ(e32m+e*wx#
zL_t(|oQ+aVNEBfherDR8nQeDw$X(Z5*K!Yr5VCA~=~7+_A_$ZYv0zXgy3|#=NLvI!
zSMeqiUWCA_pah*dtW=om#zKUeyBfMP?T<6-ely?qHG2@kRq(yMKhOK{{sO1SXqI0;
z4HHia-dW@t6Zreb1+Jc%q()g<e{#qbquflNi8S(ohk7;fjo{g(Dtk5lod=KS_(nc)
zpJiJSMGeL}12ld~!);wbc-sR>!|f_o>D$yo?W0+$Z`)>NcOQFY;c1>e->M7mhPwnM
zdLG~$IHbVW%_b~Q4_uU>oC7v%!0MV|M=p1~Xmx@6E9BAYxAKgl2gKfle~!V3fCC38
zm>hq8nJ8wrVC~o4s}F{stc``{grh#kK9liW&X|={+2;?+sQxxl*)U+2Ex3oo9T-hM
z%%?l%Te-sj1KwC_Ecf@ww{qDX{P?m9wOfZjD1lMFSe!`QZQoudBPyDFt+Y`^eq{&D
zp&%9kC9VguBr;rVBZZ86V_{BQZ9Q*-Hb_kh$kX0h4jkJ7X9)K+3m4i*0lygkyJu5s
zH79ST2NRX4)H6l*^)cXOtE$6jyzR=d*FRH33s(0@9}vkDV$sR<<dOdmW(2_h^5x)>
P00000NkvXXu0mjfm3#44

-- 
GitLab