From 4a3fa4dacc759534f05c931b73e79ff10242a0d5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 8 Sep 2012 21:05:56 +0000 Subject: different mascottes at nav --- css/ffci.css | 34 ++++++++++++++++++++++++++-------- images/mascotte-a.png | Bin 0 -> 1737 bytes images/mascotte-b.png | Bin 0 -> 1318 bytes images/mascotte-c.png | Bin 0 -> 1300 bytes images/mascotte-d.png | Bin 0 -> 1600 bytes images/mascotte-e.png | Bin 0 -> 1471 bytes images/mascotte-f.png | Bin 0 -> 1559 bytes images/mascotte-g.png | Bin 0 -> 1456 bytes images/mascotte.png | Bin 4424 -> 0 bytes template/index.html | 8 ++++---- 10 files changed, 30 insertions(+), 12 deletions(-) create mode 100644 images/mascotte-a.png create mode 100644 images/mascotte-b.png create mode 100644 images/mascotte-c.png create mode 100644 images/mascotte-d.png create mode 100644 images/mascotte-e.png create mode 100644 images/mascotte-f.png create mode 100644 images/mascotte-g.png delete mode 100644 images/mascotte.png diff --git a/css/ffci.css b/css/ffci.css index 59bc092..395c77c 100644 --- a/css/ffci.css +++ b/css/ffci.css @@ -4,6 +4,7 @@ body { margin: 0; padding: 0; font-family: "PT Sans", Helvetica, Arial; + /* font-family: Helvetica, Arial; */ } body, p { line-height: 1.4em; @@ -15,7 +16,6 @@ div#header { margin: 0; border: 0; border-top: 28px solid white; - background-color: white; background-image: url("../images/headerff.jpg"); background-repeat: no-repeat; background-position: 42px 0; @@ -30,7 +30,6 @@ div#header img { div#links { - background-color: white; margin: 1em 0 0 0; padding: 0; } @@ -76,7 +75,6 @@ div#links ul#lang li img { div#navigation { vertical-align: top; - background-color: white; padding: 0; margin: 1em 0 1em 1.5em; width: 20%; @@ -88,12 +86,32 @@ div#navigation h1 { color: #273142; font-size: 10pt; text-align: right; - background-color: white; - background-image: url("../images/mascotte.png"); + padding: 1em 32px 0 0; + margin: 2.5em 0.5em 0.5em 0.5em; + border-bottom: 1px solid #273142; background-repeat: no-repeat; - background-position: left bottom; - margin: 0; - padding: 2.5em 0.5em 0.5em 0.5em; + background-position: right top; +} +div#navigation h1.nav-a { + background-image: url("../images/mascotte-a.png"); +} +div#navigation h1.nav-b { + background-image: url("../images/mascotte-b.png"); +} +div#navigation h1.nav-c { + background-image: url("../images/mascotte-c.png"); +} +div#navigation h1.nav-d { + background-image: url("../images/mascotte-d.png"); +} +div#navigation h1.nav-e { + background-image: url("../images/mascotte-e.png"); +} +div#navigation h1.nav-f { + background-image: url("../images/mascotte-f.png"); +} +div#navigation h1.nav-g { + background-image: url("../images/mascotte-g.png"); } div#navigation ul { padding: 0; diff --git a/images/mascotte-a.png b/images/mascotte-a.png new file mode 100644 index 0000000..fa6594e Binary files /dev/null and b/images/mascotte-a.png differ diff --git a/images/mascotte-b.png b/images/mascotte-b.png new file mode 100644 index 0000000..b1004dd Binary files /dev/null and b/images/mascotte-b.png differ diff --git a/images/mascotte-c.png b/images/mascotte-c.png new file mode 100644 index 0000000..27d8f2c Binary files /dev/null and b/images/mascotte-c.png differ diff --git a/images/mascotte-d.png b/images/mascotte-d.png new file mode 100644 index 0000000..d753f3d Binary files /dev/null and b/images/mascotte-d.png differ diff --git a/images/mascotte-e.png b/images/mascotte-e.png new file mode 100644 index 0000000..757071a Binary files /dev/null and b/images/mascotte-e.png differ diff --git a/images/mascotte-f.png b/images/mascotte-f.png new file mode 100644 index 0000000..f35730a Binary files /dev/null and b/images/mascotte-f.png differ diff --git a/images/mascotte-g.png b/images/mascotte-g.png new file mode 100644 index 0000000..0d9dd4d Binary files /dev/null and b/images/mascotte-g.png differ diff --git a/images/mascotte.png b/images/mascotte.png deleted file mode 100644 index 5ab12f7..0000000 Binary files a/images/mascotte.png and /dev/null differ diff --git a/template/index.html b/template/index.html index bb7e4a2..1d74ec4 100644 --- a/template/index.html +++ b/template/index.html @@ -23,14 +23,14 @@