@@ -24,5 +24,5 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
\ No newline at end of file
diff --git a/apps/i2ptunnel/resources/proxy/baduri-header.ht b/apps/i2ptunnel/resources/proxy/baduri-header.ht
index 70f8c57be..f91ce6aa3 100644
--- a/apps/i2ptunnel/resources/proxy/baduri-header.ht
+++ b/apps/i2ptunnel/resources/proxy/baduri-header.ht
@@ -12,7 +12,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
diff --git a/apps/i2ptunnel/resources/proxy/css/dark/proxy.css b/apps/i2ptunnel/resources/proxy/css/dark/proxy.css
new file mode 100644
index 000000000..270bb837c
--- /dev/null
+++ b/apps/i2ptunnel/resources/proxy/css/dark/proxy.css
@@ -0,0 +1,291 @@
+
+body {
+ margin: 5px 0px 0px;
+ padding: 0px;
+ text-align: center;
+ background-color: rgb(31, 26, 36);
+ color: rgb(230, 230, 231);
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ font-size: 8.5pt;
+ line-height: 130%;
+ font-family: 'Droid Sans', 'Noto Sans', Ubuntu, 'Segoe UI', 'Bitstream Vera Sans', 'DejaVu Sans', Verdana, 'Lucida Grande', Helvetica, sans-serif;
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+img {
+ border: none;
+}
+
+table {
+ border-collapse: collapse;
+ width: 100%;
+ border: 1px groove rgb(82, 75, 94);
+ padding: 1px;
+ font-size: 9pt;
+ margin: 1px 0px;
+}
+
+tr {
+ vertical-align: middle;
+}
+
+tr:nth-child(odd) {
+ vertical-align: middle;
+}
+
+td {
+ padding: 4px 6px;
+ color: rgb(230, 230, 231);
+ vertical-align: middle;
+ border-top-width: 1px;
+ border-top-style: inset;
+ border-top-color: rgb(41, 41, 41);
+}
+
+td img {
+ padding: 0px 1px 0px 2px;
+}
+
+a:link {
+ color: rgb(119, 120, 191);
+ text-decoration: none;
+ font-weight: bold;
+ word-wrap: break-word;
+}
+
+a:visited {
+ color: rgb(119, 120, 191);
+ text-decoration: none;
+ font-weight: bold;
+ word-wrap: break-word;
+}
+
+p {
+ text-align: justify;
+ line-height: 160%;
+}
+
+p img:first-child {
+ display: none !important;
+}
+
+h1 {
+ text-align: left;
+ color: rgb(230, 230, 231);
+ padding: 13px 15px;
+ font-size: 17pt;
+ font-weight: bold;
+ font-style: normal;
+ letter-spacing: 0.15em;
+ text-shadow: rgb(0, 17, 0) 0px 0px 2px;
+ white-space: normal;
+ background-image: url(images/header.png);
+ background-color: rgb(0, 0, 0);
+ border: 1px solid rgb(41, 41, 41);
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 0px;
+ border-bottom-left-radius: 0px;
+ line-height: 120%;
+ min-width: 620px;
+ box-shadow: rgb(0, 0, 0) 0px 1px 5px;
+ margin: 0px 5px 0px 216px !important;
+ background-position: 50% 50%;
+ background-repeat: initial initial;
+}
+
+h2 {
+ font-size: 12pt;
+ color: rgb(230, 230, 231);
+ text-shadow: rgb(0, 17, 0) 0px 0px 2px;
+ letter-spacing: 0.08em;
+ word-spacing: 0.1em;
+ padding: 10px;
+ border: 1px solid rgb(41, 41, 41);
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
+ border-bottom-left-radius: 2px;
+ vertical-align: middle;
+ word-wrap: break-word;
+ margin: 15px 0px 12px !important;
+}
+
+h2 {
+ box-shadow: rgb(0, 0, 0) 0px 0px 0px 1px inset;
+}
+
+h1 {
+ background-color: rgb(31, 26, 36);
+ box-shadow: rgb(0, 0, 0) 0px 0px 0px 1px inset;
+ text-shadow: rgb(0, 0, 0) 0px 1px 1px;
+ border: 1px groove rgb(82, 75, 94);
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+hr {
+ background-color: rgb(225, 219, 233);
+ height: 1px;
+ border: 0px solid rgb(82, 75, 94);
+ margin: 20px 0px 10px;
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+hr:last-child {
+ margin-top: 20px;
+ margin-bottom: 20px;
+}
+
+.right {
+ text-align: right;
+ margin: 0px 1px;
+ display: inline-block;
+ width: 40%;
+}
+
+.hostadd {
+ height: 10rem;
+ width: 100%;
+}
+
+.hostaddform {
+ width: 48%;
+ display: inline-block;
+ vertical-align: top;
+}
+
+.logo {
+ float: left;
+ padding: 10px;
+ text-align: center;
+ color: rgb(34, 34, 34);
+ margin: 0px 85px;
+ border: 1px solid rgb(68, 68, 119);
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
+ border-bottom-left-radius: 2px;
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+.logo hr {
+ margin: 8px -10px;
+ height: 1px;
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+.warning hr {
+ background-image: linear-gradient(to right, rgb(119, 120, 191), rgb(194, 196, 239));
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+.logo a {
+ width: 100%;
+ display: inline-block !important;
+}
+
+.logo hr~a {
+ margin: 3px 2px;
+}
+
+.warning {
+ padding: 10px 25px 20px 75px;
+ text-align: start;
+ margin: 0px 10px;
+}
+
+.warning:not(old) {
+ background-attachment: scroll, initial;
+ background-origin: initial, initial;
+ background-clip: initial, initial;
+ background-size: 54px, 100%;
+ background-position: 10px calc(50% + 32px);
+ background-repeat: no-repeat;
+}
+
+.warning h3 {
+ text-align: left;
+ padding: 10px 10px 8px;
+ font-size: 1.1rem;
+}
+
+#jumplinks {
+ text-align: start;
+}
+
+#jumplinks > a {
+ border: black;
+ border-top-style: none;
+ border-top-width: medium;
+ border-right-style: none;
+ border-right-width: medium;
+ border-bottom-style: none;
+ border-bottom-width: medium;
+ border-left-style: none;
+ border-left-width: medium;
+ border-style: outset;
+ margin: 2px;
+ float: none;
+ display: inline-block;
+ width: 80%;
+ border-width: 1px;
+ border-radius: 12px;
+ vertical-align: middle;
+ font-size: 1.1rem;
+ text-align: start;
+ padding-top: 1.5%;
+ padding-bottom: 1.5%;
+ padding-left: 1%;
+}
+
+#jumplinks > a:hover {
+ text-decoration: none;
+ color: #da736b !important;
+ border: 1px solid #da736b !important;
+ box-shadow: inset 0 1px 1px 0 #eff;
+}
+
+#jumplinks > h4 {
+ text-align: center;
+ font-size: 1.1rem;
+}
+
+#warning > a {
+ font-size: 1.1rem;
+}
+
+span b {
+ font-size: 1.1rem;
+}
+
+element {
+ height: 6em;
+ min-width: 0;
+ min-height: 0;
+ width: 96%;
+}
+
+table,
+tr,
+td {
+ font-family: 'Droid Sans', 'Noto Sans', Ubuntu, 'Segoe UI', 'Lucida Grande', Verdana, Helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+@media screen and (min-width: 1500px) {
+ body {
+ font-size: 10pt !important;
+ }
+ h1 {
+ margin-left: 242px !important;
+ }
+}
+
diff --git a/apps/i2ptunnel/resources/proxy/css/light/proxy.css b/apps/i2ptunnel/resources/proxy/css/light/proxy.css
new file mode 100644
index 000000000..bbb63dbaf
--- /dev/null
+++ b/apps/i2ptunnel/resources/proxy/css/light/proxy.css
@@ -0,0 +1,311 @@
+
+
+html {
+ margin: 0px !important;
+}
+
+body {
+ margin: 6px;
+ text-align: center;
+ color: rgb(51, 51, 63);
+ font-size: 9pt;
+ line-height: 130%;
+ background-color: rgb(246, 246, 250);
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+b {
+ color: rgb(65, 70, 95);
+}
+
+body {
+ font-family: 'Droid Sans', 'Noto Sans', Ubuntu, 'Segoe UI', 'Lucida Grande', Verdana, Helvetica, sans-serif;
+}
+
+* {
+ outline: none;
+}
+
+img {
+ border: none;
+}
+
+.logo {
+ float: left;
+ padding: 10px;
+ text-align: center;
+ color: rgb(34, 34, 34);
+ margin: 0px 10px;
+ border: 1px solid rgb(68, 68, 119);
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
+ border-bottom-left-radius: 2px;
+ background-color: rgb(248, 248, 255);
+ box-shadow: rgb(187, 187, 255) 0px 0px 0px 1px inset;
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+.logo hr {
+ margin: 8px -10px;
+ background-color: rgb(119, 120, 191);
+ height: 1px;
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+.warning hr {
+ background-image: linear-gradient(to right, rgb(119, 120, 191), rgb(194, 196, 239));
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+.logo a {
+ width: 100%;
+ display: inline-block !important;
+}
+
+.logo hr~a {
+ margin: 3px 2px;
+}
+
+.warning {
+ padding: 10px 25px 20px 75px;
+ text-align: start;
+ color: rgb(34, 34, 34);
+ margin: 0px 10px;
+ border: 1px solid rgb(68, 68, 119);
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
+ border-bottom-left-radius: 2px;
+ background-color: rgb(248, 248, 255);
+ box-shadow: rgb(187, 187, 255) 0px 0px 0px 1px inset;
+}
+
+.warning:not(old) {
+ background-image: url(/themes/console/images/itoopie_sm.png), linear-gradient(rgba(248, 248, 255, 0.8), rgba(240, 240, 255, 0.8));
+ background-attachment: scroll, initial;
+ background-origin: initial, initial;
+ background-clip: initial, initial;
+ background-size: 54px, 100%;
+ background-position: 10px calc(50% + 32px);
+ background-repeat: no-repeat;
+}
+
+.warning h3 {
+ text-align: left;
+ border-style: none none solid;
+ border-bottom-width: 1px;
+ border-bottom-color: rgb(68, 68, 119);
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 0px;
+ border-bottom-left-radius: 0px;
+ padding: 10px 10px 8px;
+ font-size: 1.1rem;
+}
+
+@media screen and (max-width: 800px) {
+ .warning {
+ margin: 114px 5px 0px !important;
+ background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.298039)) !important;
+ background-color: rgb(248, 248, 255) !important;
+ padding-left: 25px !important;
+ background-position: initial initial !important;
+ background-repeat: initial initial !important;
+ }
+ .warning h3 {
+ font-size: 10pt !important;
+ }
+ .logo {
+ position: absolute;
+ top: 0px;
+ min-width: 430px;
+ width: calc(100% - 40px) !important;
+ margin: 10px 5px 0px !important;
+ }
+ .logo a:link:not(img) {
+ display: inline-block;
+ width: auto;
+ margin: 0px 5px;
+ }
+}
+
+.logo hr {
+ visibility: hidden;
+}
+
+@media screen and (min-height: 700px) {
+ .warning {
+ margin-bottom: 30px;
+ }
+}
+
+.logo {
+ background-color: rgb(246, 246, 250) !important;
+ background-position: initial initial !important;
+ background-repeat: initial initial !important;
+}
+
+hr {
+ color: rgb(17, 17, 51);
+ background-color: rgb(17, 17, 51);
+ height: 1px;
+ border: 0px solid rgb(17, 17, 51);
+ margin: 10px 0px;
+ background-position: initial initial;
+ background-repeat: initial initial;
+}
+
+a,
+h3 {
+ text-shadow: rgb(255, 255, 255) 0px 1px 1px;
+}
+
+a:link {
+ color: rgb(59, 107, 191);
+ text-decoration: none;
+ font-weight: bold;
+ word-wrap: break-word;
+ outline: none;
+ padding-top: 4px;
+}
+
+a:hover {
+ color: rgb(59, 107, 191);
+ text-decoration: none;
+ font-weight: bold;
+ word-wrap: break-word;
+ outline: none;
+ padding-top: 4px;
+}
+
+p {
+ text-align: justify;
+ line-height: 130%;
+}
+
+h3 {
+ padding: 7px 5px 6px 7px;
+ border-top-left-radius: 0px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
+ border-bottom-left-radius: 0px;
+ font-size: 11pt;
+ letter-spacing: 0.08em;
+ word-spacing: 0.1em;
+ color: rgb(65, 70, 95);
+ border: 1px solid rgb(222, 226, 230);
+}
+
+h3 {
+ background-color: rgb(245, 245, 245) !important;
+ background-position: initial initial !important;
+ background-repeat: initial initial !important;
+}
+
+.right {
+ text-align: right;
+ margin: 0px 1px;
+ display: inline-block;
+ width: 40%;
+}
+
+.hostadd {
+ height: 10rem;
+ width: 100%;
+ border-radius: 12px;
+ background: #eef;
+}
+
+.hostaddform {
+ width: 48%;
+ display: inline-block;
+ vertical-align: top;
+}
+
+#jumplinks {
+ text-align: start;
+}
+
+#jumplinks > a {
+ border: black;
+ border-top-style: none;
+ border-top-width: medium;
+ border-right-style: none;
+ border-right-width: medium;
+ border-bottom-style: none;
+ border-bottom-width: medium;
+ border-left-style: none;
+ border-left-width: medium;
+ border-style: outset;
+ margin: 2px;
+ float: none;
+ display: inline-block;
+ width: 80%;
+ border-width: 1px;
+ border-radius: 12px;
+ vertical-align: middle;
+ font-size: 1.1rem;
+ text-align: start;
+ padding-top: 1.5%;
+ padding-bottom: 1.5%;
+ padding-left: 1%;
+ background: #ddd;
+ background: linear-gradient(to bottom, #eee, #fff);
+}
+
+#jumplinks > a:hover {
+ text-decoration: none;
+ color: #19191f;
+ border: 1px solid #f60 !important;
+ background: #ddd;
+ background: linear-gradient(to bottom, #eee, #fff);
+ box-shadow: inset 0 0 0 1px #fff !important;
+ filter: drop-shadow(0 0 1px rgba(204, 204, 204, 0.8));
+ transition: ease border 0.7s;
+}
+
+
+#jumplinks > h4 {
+ text-align: center;
+ font-size: 1.1rem;
+}
+
+#warning > a {
+ font-size: 1.1rem;
+}
+
+span b {
+ font-size: 1.1rem;
+}
+
+element {
+ height: 6em;
+ min-width: 0;
+ min-height: 0;
+ width: 96%;
+}
+
+table,
+tr,
+td {
+ font-family: 'Droid Sans', 'Noto Sans', Ubuntu, 'Segoe UI', 'Lucida Grande', Verdana, Helvetica, sans-serif;
+ font-size: 10pt;
+}
+
+@media screen and (max-width: 1500px) {
+ body {
+ margin: 4px;
+ }
+}
+
+@media screen and (min-width: 1500px) {
+ body {
+ font-size: 10pt !important;
+ }
+}
+
diff --git a/apps/i2ptunnel/resources/proxy/denied-header.ht b/apps/i2ptunnel/resources/proxy/denied-header.ht
index 227c96188..ac1df3b8a 100644
--- a/apps/i2ptunnel/resources/proxy/denied-header.ht
+++ b/apps/i2ptunnel/resources/proxy/denied-header.ht
@@ -12,7 +12,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Warning: Request Denied")
-
+
diff --git a/apps/i2ptunnel/resources/proxy/dnf-header.ht b/apps/i2ptunnel/resources/proxy/dnf-header.ht
index 7d30752d6..a2d2350ab 100644
--- a/apps/i2ptunnel/resources/proxy/dnf-header.ht
+++ b/apps/i2ptunnel/resources/proxy/dnf-header.ht
@@ -12,7 +12,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Website Unreachable")
-
+
@@ -27,5 +27,5 @@ _("The website is offline, there is network congestion, or your router is not ye
_("You may want to {0}retry{1}.", "", " ")
-
_("Could not find the following destination:")
-
+
_("Could not find the following destination:")
+
\ No newline at end of file
diff --git a/apps/i2ptunnel/resources/proxy/dnfb-header.ht b/apps/i2ptunnel/resources/proxy/dnfb-header.ht
index 2b8a82650..4ef98514d 100644
--- a/apps/i2ptunnel/resources/proxy/dnfb-header.ht
+++ b/apps/i2ptunnel/resources/proxy/dnfb-header.ht
@@ -12,7 +12,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Warning: Invalid Destination")
-
+
@@ -28,5 +28,5 @@ _("The I2P host could also be offline.")
_("You may want to {0}retry{1}.", "", " ")
-
_("Could not find the following destination:")
-
+
_("Could not find the following destination:")
+
\ No newline at end of file
diff --git a/apps/i2ptunnel/resources/proxy/dnfh-header.ht b/apps/i2ptunnel/resources/proxy/dnfh-header.ht
index 3ad17dd08..276d03fde 100644
--- a/apps/i2ptunnel/resources/proxy/dnfh-header.ht
+++ b/apps/i2ptunnel/resources/proxy/dnfh-header.ht
@@ -14,7 +14,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Website Unknown")
-
+
@@ -34,6 +34,5 @@ _("Otherwise, find a Base 32 or address helper link, or use a jump service link
_("Seeing this page often? See {0}the FAQ{1} for help in {2}adding some subscriptions{3} to your addressbook.", "
", " ", "
", " ")
-
-_("Could not find the following destination:")
-
+
_("Could not find the following destination:")
+
\ No newline at end of file
diff --git a/apps/i2ptunnel/resources/proxy/dnfp-header.ht b/apps/i2ptunnel/resources/proxy/dnfp-header.ht
index f567e049d..7adaf626d 100644
--- a/apps/i2ptunnel/resources/proxy/dnfp-header.ht
+++ b/apps/i2ptunnel/resources/proxy/dnfp-header.ht
@@ -13,7 +13,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Outproxy Not Found")
-
+
@@ -28,4 +28,5 @@ _("It is offline, there is network congestion, or your router is not yet well-in
_("You may want to {0}retry{1} as this will randomly reselect an outproxy from the pool you have defined {2}here{3} (if you have more than one configured).", "", " ", "", " ")
_("If you continue to have trouble you may want to edit your outproxy list {0}here{1}.", "
", " ")
-
_("Could not find the following destination:")
+
_("Could not find the following destination:")
+
diff --git a/apps/i2ptunnel/resources/proxy/enc-header.ht b/apps/i2ptunnel/resources/proxy/enc-header.ht
index 0a55b7877..090ce8d35 100644
--- a/apps/i2ptunnel/resources/proxy/enc-header.ht
+++ b/apps/i2ptunnel/resources/proxy/enc-header.ht
@@ -12,7 +12,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Website Unreachable")
-
+
@@ -24,5 +24,5 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("The website was not reachable, because it uses encryption options that are not supported by your I2P or Java version.")
-
_("Could not connect to the following destination:")
-
+
_("Could not find the following destination:")
+
\ No newline at end of file
diff --git a/apps/i2ptunnel/resources/proxy/encp-header.ht b/apps/i2ptunnel/resources/proxy/encp-header.ht
index fffcdc135..d677a713a 100644
--- a/apps/i2ptunnel/resources/proxy/encp-header.ht
+++ b/apps/i2ptunnel/resources/proxy/encp-header.ht
@@ -12,7 +12,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Outproxy Unreachable")
-
+
@@ -26,4 +26,5 @@ _("The HTTP outproxy was not reachable, because it uses encryption options that
_("You may want to {0}retry{1} as this will randomly reselect an outproxy from the pool you have defined {2}here{3} (if you have more than one configured).", "", " ", "", " ")
_("If you continue to have trouble you may want to edit your outproxy list {0}here{1}.", "
", " ")
-
_("Could not connect to the following destination:")
+
_("Could not find the following destination:")
+
diff --git a/apps/i2ptunnel/resources/proxy/localhost-header.ht b/apps/i2ptunnel/resources/proxy/localhost-header.ht
index bec436a73..b77572ae2 100644
--- a/apps/i2ptunnel/resources/proxy/localhost-header.ht
+++ b/apps/i2ptunnel/resources/proxy/localhost-header.ht
@@ -12,7 +12,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht
_("Error: Request Denied")
-
+