From: Benoit Dien Date: Fri, 29 Jul 2011 21:20:44 +0000 (+0200) Subject: Dim the shadow (Change transparency) X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=6a9c028542490f3fa17c3ac0c1d3810096238090;hp=9d6863378fa254655001f9370cadc67d0b48e5a8 Dim the shadow (Change transparency) --- diff --git a/data/booh/themes/gradient/root/booh.css b/data/booh/themes/gradient/root/booh.css index 1a736db..385969e 100644 --- a/data/booh/themes/gradient/root/booh.css +++ b/data/booh/themes/gradient/root/booh.css @@ -111,12 +111,15 @@ td { #titletext, #main_text { font-size: 3.0em; - text-shadow: 2px 2px 4px black; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); color: #adbed3; text-align: center; font-weight: bold; } -#main_text { font-size: 1.3em; } +#main_text { + font-size: 1.3em; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); +} table.index { width: 100%;