From ea3f886597ad8d8bae3b0322c79246711cd9e551 Mon Sep 17 00:00:00 2001 From: z3d Date: Fri, 10 Dec 2010 11:13:27 +0000 Subject: [PATCH 01/23] Readme (eng): typo fixes and clarfications. --- installer/resources/readme/readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html index 66ab611e0..ddea364ea 100644 --- a/installer/resources/readme/readme.html +++ b/installer/resources/readme/readme.html @@ -20,8 +20,8 @@

Services on I2P

Anonymous Encrypted Webserving on I2P

@@ -74,7 +74,7 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct

Troubleshooting & Further Assistance

Anonymous Encrypted Webserving on I2P

[Return to Top] +

Document updated: December 2010.
From a292770415a5d9b64fe2690db812036b9661ccb5 Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 03:21:46 +0000 Subject: [PATCH 16/23] Classic enhancements. --- .../themes/console/classic/console.css | 35 ++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 5702a60d7..958c1c6da 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -331,6 +331,9 @@ div.main textarea { div.main h2 { margin-top: 20px; margin-bottom: 10px !important; + -moz-border-radius: 0 3px 0 0; + -khtml-border-radius: 0 3px 0 0; + border-radius: 0 3px 0 0; } div.welcome { @@ -530,7 +533,7 @@ h2 { h3 { font-size: 12pt; - padding: 5px 10px; + padding: 6px 10px 8px; border: 1px solid #89f; letter-spacing: 0.04em; margin-bottom: 10px; @@ -543,6 +546,9 @@ h2, h3 { background-image: url("images/titlebg.png") !important; background-repeat: no-repeat; background-position: center right; + -moz-border-radius: 0 3px 0 0; + -khtml-border-radius: 0 3px 0 0; + border-radius: 0 3px 0 0; } .routersummary h2, .routersummary h3, div.confignav { @@ -735,6 +741,15 @@ p { .links li { list-style-image: url("images/link.png") !important; + padding: 5px 10px !important; +} + +.links li:first-child { + padding: 14px 10px 5px !important; +} + +.links li:last-child { + margin-bottom: -10px !important; } a:link{ @@ -779,7 +794,10 @@ tt { } .tablefooter tr, .tablefooter td { - background: #bbf; + background: #fff; + background-image: url("images/tinytitle.png") !important; + background-repeat: repeat-x; + background-position: center right; font-size: 8pt; font-weight: bold; line-height: 150%; @@ -790,8 +808,9 @@ tt { .tidylist { text-align: justify; - padding-right: 30px; - margin-right: 20px; + padding-right: 25px; + margin-right: 15px !important; + margin-left: 15px; } .tidylist code { @@ -855,4 +874,12 @@ div.footnote hr{ background: #99f; height: 1px; border: 0px solid #99f; +} + +.topness { + font-size: 7.5pt; + text-align: right; + margin-top: -23px; + margin-bottom: -5px; + margin-right: 5px; } \ No newline at end of file From 4833b68fc0069806db1ec6ef0643b1f0c9f5f5dd Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 03:34:38 +0000 Subject: [PATCH 17/23] Midnight top 'n tail. --- .../themes/console/midnight/console.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 3ddb1ab82..39b8df3d4 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -67,7 +67,7 @@ div.logo a:hover { /* http proxy error warning */ div.warning { - margin: 25px 25px 10px 260px; + margin: 25px 25px 15px 260px; padding: 0px 20px 20px 75px; background: #001; border: 1px solid #99f; @@ -766,12 +766,12 @@ p { padding-bottom: -2px; text-align: justify; margin-top: 5px !important; - margin-left: 5px !important; + margin-left: 5px !important; } .links li { list-style-image: url("images/link.png") !important; - padding-right: 20px !important; + padding-right: 15px !important; } .links li:last-child { @@ -830,8 +830,8 @@ tt { .tidylist { text-align: justify; - padding-right: 30px; - margin-right: 20px; + padding-right: 20px; + margin-right: 10px !important; } div.graphspanel { @@ -909,3 +909,11 @@ div.footnote hr{ height: 1px; border: 0px solid #99f; } + +.topness { + font-size: 7.5pt; + text-align: right; + margin-top: -23px; + margin-bottom: -5px; + margin-right: 5px; +} \ No newline at end of file From 587b7861cd2487d53764ec4599fef7adb16bcfc3 Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 03:38:28 +0000 Subject: [PATCH 18/23] Light touch. --- installer/resources/themes/console/light/console.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 9e60e5cc6..2dd166568 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -1146,4 +1146,12 @@ div.footnote hr{ background: #447; height: 1px; border: 0px solid #447; +} + +.topness { + font-size: 7.5pt; + text-align: right; + margin-top: -10px; + margin-bottom: -18px; + margin-right: 5px; } \ No newline at end of file From 1abf447f85e8f1612fd056e031963a34d4071394 Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 03:38:55 +0000 Subject: [PATCH 19/23] Dark twiddle. --- installer/resources/themes/console/dark/console.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 2425dcc3b..a436be5a2 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -584,6 +584,7 @@ div.main li b { color: #dd0; padding: 1px 2px; background: #030; + margin: 0 2px; } ol { @@ -1048,4 +1049,12 @@ div.footnote hr{ background: #494; height: 1px; border: 0px solid #494; +} + +.topness { + font-size: 7.5pt; + text-align: right; + margin-top: -23px; + margin-bottom: -5px; + margin-right: 5px; } \ No newline at end of file From 3887b0c4e4b3705a7393c507c8e8649637f10a17 Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 04:42:30 +0000 Subject: [PATCH 20/23] Readme (eng): more clarifications. --- installer/resources/readme/readme.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html index 67637d01a..401d676b7 100644 --- a/installer/resources/readme/readme.html +++ b/installer/resources/readme/readme.html @@ -20,8 +20,9 @@

Services on I2P

From b0ac5d3bdd329189083c5d47842cd3185bfea70b Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 05:21:21 +0000 Subject: [PATCH 21/23] Classic smoothness. --- installer/resources/themes/console/classic/console.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 958c1c6da..bc0f75071 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -164,6 +164,9 @@ div.routersummary { border-right: 1px solid #89f; word-wrap: break-word; font: 9pt/125% !important; + -moz-border-radius: 3px 0 0 3px; + -khtml-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; } div.routersummary input[type=text] { @@ -301,6 +304,9 @@ div.main { text-align: left; color: #001; min-width: 500px; + -moz-border-radius: 0 0 3px 0; + -khtml-border-radius: 0 0 3px 0; + border-radius: 0 0 3px 0; } div.main ul { @@ -518,6 +524,9 @@ h1 { letter-spacing: 0.3em; background: #fff; min-width: 500px; + -moz-border-radius: 0 3px 0 0; + -khtml-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; } h2 { From 624aff645dd50f3b58da34ae28f48c9b13076e41 Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 05:58:41 +0000 Subject: [PATCH 22/23] Classic changes, sotto voce. --- .../themes/console/classic/console.css | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index bc0f75071..54150a450 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -525,8 +525,8 @@ h1 { background: #fff; min-width: 500px; -moz-border-radius: 0 3px 0 0; - -khtml-border-radius: 3px 0 0 3px; - border-radius: 3px 0 0 3px; + -khtml-border-radius: 0 3px 0 0; + border-radius: 0 3px 0 0; } h2 { @@ -639,11 +639,14 @@ hr { font-size: 8pt; color: #001; text-align: center; - margin: -7px 0 7px 0; - background: #bbf; - border: 5px solid #bbf; + margin: -5px 0 7px 0; + background: #fff; + border: 1px solid #bbf; border-top: 0; padding: 4px 0 2px 0; + background-image: url("images/tinytitle.png") !important; + background-repeat: repeat-x; + background-position: center right; } div.joblog { @@ -750,7 +753,7 @@ p { .links li { list-style-image: url("images/link.png") !important; - padding: 5px 10px !important; + padding: 5px 10px 0 !important; } .links li:first-child { @@ -758,7 +761,14 @@ p { } .links li:last-child { - margin-bottom: -10px !important; + margin-bottom: 0px !important; + margin-top: 0px; +} + +.links b { + font-size: 10pt; + line-height: 150%; + letter-spacing: 0.02em; } a:link{ @@ -888,7 +898,7 @@ div.footnote hr{ .topness { font-size: 7.5pt; text-align: right; - margin-top: -23px; + margin-top: -8px; margin-bottom: -5px; margin-right: 5px; } \ No newline at end of file From 99ebcb5e17bb48714e9a7f0b5a7e77ee7d10b05b Mon Sep 17 00:00:00 2001 From: z3d Date: Sat, 11 Dec 2010 06:12:56 +0000 Subject: [PATCH 23/23] Classic doublebyte glyph polish. --- .../themes/console/classic/console_big.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/installer/resources/themes/console/classic/console_big.css b/installer/resources/themes/console/classic/console_big.css index a5b221a9d..0bb0fc0f8 100644 --- a/installer/resources/themes/console/classic/console_big.css +++ b/installer/resources/themes/console/classic/console_big.css @@ -26,6 +26,11 @@ div.routersummary table a:link, div.routersummary table a:visited { font-size: 10.5pt; } +div.routersummary a { + word-spacing: 0em !important; + letter-spacing: 0.2em !important; +} + div.tunnels a { font-size: 9pt !important; } @@ -51,6 +56,14 @@ a, b, div.routersummary h3 a, div.routersummary h4 { font-size: 100%; } +b, a, input, button, submit, i, th, thead, tfoot, h1, h2, h3, h4{ + font-weight: normal !important; + font-style: normal !important; + -moz-text-shadow: 0 0 0; + -khtml-text-shadow: 0 0 0; + text-shadow: 0 0 0; +} + body { font: 10pt Verdana, "Bitstream Vera Sans", Helvetica, Sans, sans-serif; }