From 7ac8616ec52b25ffcf570bfcbef14dac223f30a2 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 29 Mar 2005 20:30:27 +0000 Subject: [PATCH] images in classes git-svn-id: https://svn.dealii.org/trunk@10296 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 3eb1a90913..4a82e2ffc7 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -1,7 +1,16 @@ -body { background-image: none; - background-color: white; - } +body { + background-image: none; + background-color: white; +} + +body.title { + background-image: url(pictures/title-background.jpg); +} + +body.navbar { + background-image: url(pictures/deal.II-text.jpg); +} frameset { background-color: white; border-color: white; -- 2.39.5