From d49c4f46588f16206f7a76ea262a2c9f87d59905 Mon Sep 17 00:00:00 2001 From: z3d Date: Fri, 26 Nov 2010 07:00:44 +0000 Subject: [PATCH] Readme (eng): Tidy up layout, update text. Theme tweaks. --- installer/resources/readme/readme.html | 62 +++++++------------ .../resources/themes/console/dark/console.css | 23 ++++--- .../themes/console/midnight/console.css | 29 +++++++-- 3 files changed, 63 insertions(+), 51 deletions(-) diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html index a1f881f13..3a5d41987 100644 --- a/installer/resources/readme/readme.html +++ b/installer/resources/readme/readme.html @@ -15,54 +15,38 @@

Welcome to I2P!

If you've just started I2P, the Active: numbers on the left should start to grow over the next few minutes and you'll see a "shared clients" local destination - listed on the left (if not, see below). Once those show -up, you can:

-

Want your own eepsite?

diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index fc74266c0..5c8d210b4 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -399,7 +399,7 @@ div.messages { -khtml-border-radius: 4px; border-radius: 4px; border: 1px solid #494; - background: #000;/* url('images/lightbluetile.png');*/ + background: #000 /*url('images/infotile.png') center left no-repeat;*/ font-weight: bold; font-size: 9pt; color: #ddf; @@ -417,8 +417,8 @@ div.messages li { text-align: justify !important; font-weight: bold; list-style: url(images/warning_dark.png) !important; - margin: 0 10px 0 35px !important; - padding: 5px 10px !important; + margin: 0 5px 0 50px !important; + padding: 0 10px 0 0 !important; border: 0px !important; } @@ -542,13 +542,21 @@ div.main li { text-align: left; list-style: square; margin: 2px 0px 2px 30px; - padding: 1px 20px 1px 0px; + padding: 1px 20px 10px 0px; /* line-height: 150%;*/ word-wrap: break-word; } +div.main li b { + color: #d60 !important; + letter-spacing: 0.07em; + font-size: 9.5pt; + line-height: 200%; +} + .tidylist { text-align: justify !important; + line-height: 150%; } .tidylist:first-child { @@ -556,7 +564,7 @@ div.main li { } .tidylist:last-child { - padding-bottom: 5px; + padding-bottom: 10px; } ol { @@ -573,8 +581,9 @@ ul { code { text-align: left; - font: 8.5pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; + font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; color: #dd0; + padding: 0 5px; } a:link, h2 a:link{ @@ -762,7 +771,7 @@ hr { background: #494; height: 1px; border: 0px solid #494; - margin: 10px 0; + margin: 20px 0 10px; } hr:last-child { diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 357062e65..ebf9a804f 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -506,6 +506,12 @@ div.messages li, div.messages ul { margin: -10px 0 0 0; } +div.main li b{ + color: #bb7 !important; + letter-spacing: 0.07em; + font-size: 9.5pt; +} + div.messages span.error { color: #d00000; } @@ -537,8 +543,8 @@ h2 { border-top: 1px solid #99f; border-left: 1px solid #99f; background: #000008; - font-variant: small-caps; - text-transform: capitalize; +/* font-variant: small-caps; */ + text-transform: uppercase; letter-spacing: 0.07em; } @@ -551,7 +557,7 @@ h3 { letter-spacing: 0.04em; margin-bottom: 10px; font-weight: bold !important; - text-transform: capitalize; + text-transform: uppercase; } h3 a { @@ -738,10 +744,10 @@ p { } .langbox { - margin: 17px -30px 0px 5px; + margin: 17px 0px 0px 5px; color: #eef; font-size: 7pt; - width: 280px; + width: 240px; text-align: center; float: right; valign: middle; @@ -760,6 +766,11 @@ p { .links li { list-style-image: url("images/link.png") !important; + padding-right: 20px !important; +} + +.links li:last-child { + padding-bottom: 10px !important; } a:link{ @@ -871,3 +882,11 @@ table li:last-child{ table ul { font-size: 8.5pt; } + + +code { + text-align: left; + font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; + color: #0d0; + padding: 0 5px; +}