diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/www/gfse/editor.css | 4 | ||||
| -rw-r--r-- | src/www/minibar/about.html | 6 | ||||
| -rw-r--r-- | 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: </ul> <hr> -<small class=modtime> -<!-- hhmts start --> Last modified: Wed Feb 29 17:59:56 CET 2012 <!-- hhmts end --> -</small> +<div class=modtime><small> +<!-- hhmts start --> Last modified: Wed Feb 29 18:27:59 CET 2012 <!-- hhmts end --> +</small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> <img src="http://www.altocumulus.org/~hallgren/online.cgi?icon" alt=""> 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; } |
