From b727e676b41b9a1e94c7326acf0a1efb70808f0a Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 29 Feb 2012 17:37:13 +0000 Subject: [PATCH] gfse & minibar: minor style adjustments --- src/www/gfse/editor.css | 4 +++- src/www/minibar/about.html | 6 +++--- src/www/minibar/minibar.css | 2 ++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 2c930d849..28712e500 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -1,6 +1,8 @@ body { color: black; background: #eee; } h1 { font-size: 175%; } -h1,h2,h3,h4,small { font-family: sans-serif; } +h1,h2,h3,h4,small { font-family: sans-serif;} +h1,h2,h3,h4 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; } + h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; } #editor { diff --git a/src/www/minibar/about.html b/src/www/minibar/about.html index c15866021..ec23f3975 100644 --- a/src/www/minibar/about.html +++ b/src/www/minibar/about.html @@ -175,9 +175,9 @@ Some implementation details:
- - Last modified: Wed Feb 29 17:59:56 CET 2012 - +
+ Last modified: Wed Feb 29 18:27:59 CET 2012 +
TH diff --git a/src/www/minibar/minibar.css b/src/www/minibar/minibar.css index 4236c345f..d2d527598 100644 --- a/src/www/minibar/minibar.css +++ b/src/www/minibar/minibar.css @@ -3,6 +3,7 @@ body.minibar { } h1, h2, h3, small, th { font-family: sans-serif; } +h1, h2, h3 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; } th, td { vertical-align: baseline; text-align: left; } @@ -28,6 +29,7 @@ div.word, span.word, div#words div, div#words input[type=button] { border: 1px solid black; padding: 3px; margin: 3px; + box-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .invalid { color: red; }