diff options
-rw-r--r-- | css/ffgraz.css | 15 | ||||
-rw-r--r-- | images/at.png | bin | 0 -> 1390 bytes | |||
-rw-r--r-- | images/at_dis.png | bin | 0 -> 778 bytes | |||
-rw-r--r-- | images/de.png | bin | 0 -> 1614 bytes | |||
-rw-r--r-- | images/de_dis.png | bin | 0 -> 825 bytes | |||
-rw-r--r-- | images/uk.png | bin | 0 -> 4342 bytes | |||
-rw-r--r-- | images/uk_dis.png | bin | 0 -> 1641 bytes | |||
-rw-r--r-- | images/us.png | bin | 0 -> 3291 bytes | |||
-rw-r--r-- | images/us_dis.png | bin | 0 -> 1452 bytes | |||
-rw-r--r-- | template/index.html | 6 |
10 files changed, 20 insertions, 1 deletions
diff --git a/css/ffgraz.css b/css/ffgraz.css index 0e9c47c..15b0aee 100644 --- a/css/ffgraz.css +++ b/css/ffgraz.css @@ -56,6 +56,21 @@ div#links a { font-weight: bold; font-size: 9pt; } +div#links ul#lang li { + padding: 0.15em 0.15em; + margin: 0; + border: 0; +} +div#links ul#lang li:first-child { + padding-left: 1.5em; +} +div#links ul#lang li img { + max-height: 48px; + height: 2em; + border: 0; + padding: 0; + margin: 0; +} div#navigation { diff --git a/images/at.png b/images/at.png Binary files differnew file mode 100644 index 0000000..20d91fe --- /dev/null +++ b/images/at.png diff --git a/images/at_dis.png b/images/at_dis.png Binary files differnew file mode 100644 index 0000000..4972e5a --- /dev/null +++ b/images/at_dis.png diff --git a/images/de.png b/images/de.png Binary files differnew file mode 100644 index 0000000..1d1ab43 --- /dev/null +++ b/images/de.png diff --git a/images/de_dis.png b/images/de_dis.png Binary files differnew file mode 100644 index 0000000..d61bb1b --- /dev/null +++ b/images/de_dis.png diff --git a/images/uk.png b/images/uk.png Binary files differnew file mode 100644 index 0000000..3522ad0 --- /dev/null +++ b/images/uk.png diff --git a/images/uk_dis.png b/images/uk_dis.png Binary files differnew file mode 100644 index 0000000..0b772aa --- /dev/null +++ b/images/uk_dis.png diff --git a/images/us.png b/images/us.png Binary files differnew file mode 100644 index 0000000..3f0a4a5 --- /dev/null +++ b/images/us.png diff --git a/images/us_dis.png b/images/us_dis.png Binary files differnew file mode 100644 index 0000000..9206f42 --- /dev/null +++ b/images/us_dis.png diff --git a/template/index.html b/template/index.html index 5d386e5..942df9b 100644 --- a/template/index.html +++ b/template/index.html @@ -11,10 +11,14 @@ <ul> <li><a href="/">Home</a></li> <li><a href="http://wiki.ffgraz.net">Wiki</a></li> - <li><a href="/">Andere Initiativen</a></li> + <li><a href="/">Verwandte Initiativen</a></li> <li><a href="/">Links</a></li> <li><a href="/">Kontakt / Impressum</a></li> </ul> + <ul id="lang"> + <li><a href="/"><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></a></li> + <li><a href="/"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li> + </ul> <div style="clear: both"></div> </div> <div id="navigation"> |