From: guido Date: Fri, 8 Apr 2005 18:41:32 +0000 (+0000) Subject: brighter colors X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf904e281dabe590b9317ebe4c87a1acf3b6ad9;p=dealii-svn.git brighter colors git-svn-id: https://svn.dealii.org/trunk@10441 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index db38cf32bf..a5143d6ae7 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -1,7 +1,7 @@ body { background-image: none; - background-color: #FFFFFF; + background-color: #ECF0F4; color: Black; margin: 10px; padding: 0; @@ -9,21 +9,19 @@ body { } body.title { - background-color: #D0D8E0; - background-image: url(pictures/title-background.jpg); + background-color: #CCD8E8; margin: 0; padding: 2px; } body.gallery { - background-color: #D0D8E0; - background-image: url(pictures/title-background.jpg); + background-color: #CCD8E8; margin: 0; padding: 2px; } body.navbar { - background-color: #D0D8E0; + background-color: #CCD8E8; background-image: url(pictures/deal.II-text.jpg); margin: 2px; padding: 2px;