From 50caf108ccfe8e61a6f6b9e7f9c85fb6b9c790e8 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 11 Dec 2010 14:36:16 +0000
Subject: [PATCH] Midnight twickery.

---
 .../themes/console/midnight/console.css         | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index 874fd28ee5..996259149c 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -238,6 +238,18 @@ div.routersummary a {
      line-height: 105%;
 }
 
+div.routersummary img:first-child {
+     opacity: 0.8;
+}
+
+div.routersummary img:hover:first-child {
+     opacity: 1;
+}
+
+div.routersummary table img {
+     opacity: 1 !important;
+}
+
 div.routersummary tr {
      background-image: none !important;
      background-color: transparent !important;
@@ -321,6 +333,7 @@ div.main {
 /*     -moz-border-radius: 0 0 3px 3px;
      -khtml-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px;*/
+     background: #000 url(images/scarface.jpg) right bottom no-repeat !important;
 }
 
 div.main ul {
@@ -457,7 +470,7 @@ div.news hr {
 div.confignav {
      padding: 15px 0;
      background: #000018;
-     margin: -17px -16px 0 -16px;
+     margin: -16px -16px 0 -16px;
      border: 1px solid #99f;
      -moz-box-shadow: inset 0px 0px 4px 2px #00000A;
 }
@@ -539,7 +552,7 @@ h1 {
      text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
      text-align: center;
      border: 1px solid #99f;
-     padding: 15px 10px 16px 10px;
+     padding: 16px 10px 16px 10px;
      margin: 5px 5px 0 200px;
      line-height: 93%;
      text-transform: uppercase;
-- 
GitLab