projects
/
booh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dim the shadow (Change transparency)
[booh]
/
data
/
booh
/
themes
/
gradient
/
root
/
booh.css
diff --git
a/data/booh/themes/gradient/root/booh.css
b/data/booh/themes/gradient/root/booh.css
index
1a736db
..
385969e
100644
(file)
--- 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;
#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;
}
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%;
table.index {
width: 100%;