From 47ce7b24fab55c85d9ff1c2d1ab8aa1e2668d751 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sun, 28 Nov 2010 22:58:07 +0000 Subject: [PATCH] Console: Add console_big.css to "dark" theme to accomodate doublebyte glyphs better. --- .../themes/console/dark/console_big.css | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 installer/resources/themes/console/dark/console_big.css diff --git a/installer/resources/themes/console/dark/console_big.css b/installer/resources/themes/console/dark/console_big.css new file mode 100644 index 0000000000..d07c8a60b5 --- /dev/null +++ b/installer/resources/themes/console/dark/console_big.css @@ -0,0 +1,28 @@ +/* I2P Theme Override: Dark */ +/* Comment: Larger text (and other tweaks) for Chinese */ +/* Author: dr|z3d */ + +div.routersummary table { + font-size: 8.5pt; +} + +div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a { + text-shadow: 0 0 0 #fff !important; +} + +div.routersummary b { + font-size: 9pt; + font-weight: normal; +} + +div.routersummary a { + font-size: 10pt; +} + +.smallhead { + font-size: 8.5pt +} + +table { + font: 8.5pt/130% "Lucida Sans Unicode", Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif; +} \ No newline at end of file -- GitLab