From: wolf Date: Fri, 8 Apr 2005 17:58:20 +0000 (+0000) Subject: Let center frame have background white. New style for galery. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a20abc9ae99d09983f53fb5643aa7e64ca929552;p=dealii-svn.git Let center frame have background white. New style for galery. git-svn-id: https://svn.dealii.org/trunk@10439 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index fde7ca90a5..db38cf32bf 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -1,7 +1,7 @@ body { background-image: none; - background-color: #D0D8E0; + background-color: #FFFFFF; color: Black; margin: 10px; padding: 0; @@ -9,12 +9,21 @@ body { } body.title { + background-color: #D0D8E0; + background-image: url(pictures/title-background.jpg); + margin: 0; + padding: 2px; +} + +body.gallery { + background-color: #D0D8E0; background-image: url(pictures/title-background.jpg); margin: 0; padding: 2px; } body.navbar { + background-color: #D0D8E0; background-image: url(pictures/deal.II-text.jpg); margin: 2px; padding: 2px;