diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index acc81de777a73be86f3310ccb429ac988631c28d..664e4ac65fbdcfaeec392b2f43e35cfb2af02e8b 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -1,5 +1,5 @@ /* I2P Theme: Midnight */ -/* I2P Description: Minimalist Midnight Blue, based on Classic theme.*/ +/* Description: Minimalist Midnight Blue, based on Classic theme.*/ /* Author: Dr|Z3d */ @@ -153,7 +153,7 @@ div.routersummary { width: 190px; color: inherit; margin: 0; - padding: 10px 1px 7px 1px; + padding: 10px 1px 5px 1px; text-align: center !important; border: 1px solid #99f; font-size: 9pt; @@ -174,6 +174,10 @@ div.routersummary hr { margin: 8px -1px 7px -1px; } +div.routersummary hr:last-child { + display: none; +} + div.routersummary h3 { border: 0px solid #f00; font-size: 9.5pt; @@ -251,6 +255,11 @@ div.routersummary form { margin-bottom: -8px !important; } +div.routersummary form:last-child { + padding-top: 2px !important; + margin-bottom: -10px !important; +} + div.refresh { margin-top: 10px !important; margin-bottom: 10px !important; @@ -288,7 +297,6 @@ div.main { text-align: left; color: #eef; min-width: 570px; - -moz-box-shadow: inset 0px 0px 2px 0px #005; } div.main ul { @@ -321,6 +329,11 @@ div.main textarea { div.main h2 { margin-top: 20px; margin-bottom: -5px; + padding-bottom: 10px !important; +} + +table h2 { + padding-bottom: 15px; } div.welcome { @@ -495,30 +508,34 @@ h1 { text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4); text-align: center; border: 1px solid #99f; - padding: 13px 10px 12px 10px; + padding: 15px 10px 15px 10px; margin: 5px 5px 0 200px; line-height: 93%; text-transform: uppercase; letter-spacing: 0.3em; background: #000008; min-width: 600px; - -moz-box-shadow: inset 0px 0px 4px 2px #00000A; line-height: 100%; color: #fff; } h2 { - font-size: 14pt; + font-size: 13pt; padding: 10px 10px 10px 10px; border: 1px solid #77f; border-top: 1px solid #99f; border-left: 1px solid #99f; - letter-spacing: 0.04em; - background: #00000A; + background: #000008; + background-image: url("images/h2bg.png"); + background-repeat: no-repeat; + background-position: right center; + font-variant: small-caps; + text-transform: capitalize; + letter-spacing: 0.07em; } h3 { - font-size: 12pt; + font-size: 11pt; padding: 0 0px 5px 0px; border-bottom: 1px solid #99f; border-top: 0px solid #99f; @@ -600,11 +617,11 @@ hr { font-size: 8pt; color: #eef; text-align: center; - margin: -7px 0 7px 0; + margin: -5px 0 5px 0; background: #000; border: 1px solid #99f; border-top: 0; - padding: 4px 0 2px 0; + padding: 3px 0; } div.joblog { @@ -722,7 +739,7 @@ p { padding-bottom: -2px; text-align: justify; margin-top: 5px !important; - margin-left:5px !important; + margin-left: 5px !important; } .links li { @@ -786,33 +803,30 @@ tt { } div.graphspanel { - padding: 5px 0px 20px 0px; + padding: 10px 0px 20px 0px; margin: -16px -16px -11px -16px; background: #000012; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; border: 1px solid #99f; - -moz-box-shadow: inset 0px 0px 1px 0px #002; text-align: center !important; } div.graphspanel img { - border: 1px solid #77f; + border: 1px solid #99f; padding: 2px; margin: 6px; - background: #ccf; - -moz-box-shadow: inset 0px 0px 0px 0px #002; + background: #00000A; opacity: 0.9; } div.graphspanel img:hover { - border: 1px solid #003; + border: 1px solid #f60; padding: 2px; margin: 6px; text-align: center !important; - background: #eef; - -moz-box-shadow: inset 0px 0px 2px 1px #f60; + background: #002; opacity: 1; } diff --git a/installer/resources/themes/console/midnight/images/h2bg.png b/installer/resources/themes/console/midnight/images/h2bg.png new file mode 100644 index 0000000000000000000000000000000000000000..936dada60815acab7288369ec3e63c4506bd877b Binary files /dev/null and b/installer/resources/themes/console/midnight/images/h2bg.png differ