From e5abff67bacc8b74659033eaef7d3d8ad49d68d2 Mon Sep 17 00:00:00 2001 From: astro Date: Thu, 17 Apr 2008 15:29:02 +0000 Subject: [PATCH] =?UTF-8?q?CSS-Rollover=20f=C3=BCr=20Locations=20mit=20Lin?= =?UTF-8?q?k=20zu=20Google=20Maps,=20bitte=20weitere=20Kartenanbieter=20ei?= =?UTF-8?q?nbauen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1151 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- content/static/style/default.css | 17 +++++++++++++++ xsl/common.xsl | 37 ++++++++++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index d99d29187..0328f012f 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -241,6 +241,23 @@ pre { text-decoration: underline; } +/* -- Location hints -- */ +ul.location-hints { + display: none; + position: fixed; + background-color: white; + margin: 0; + padding: 0.1em 0.3em; + border: 2px solid #ebc63c; +} +ul.location-hints li { + list-style-type: none; + list-style-image: none; +} +dl:hover dd ul.location-hints { + display: inline; +} + /* -- Upcoming -- */ #upcoming { text-align: left; diff --git a/xsl/common.xsl b/xsl/common.xsl index 1162d3b4a..941c80f12 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -5,7 +5,8 @@ xmlns:rss="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:date="http://exslt.org/dates-and-times" - exclude-result-prefixes="xsl rss rdf date"> + xmlns:str="http://exslt.org/strings" + exclude-result-prefixes="xsl rss rdf date str">
@@ -251,7 +252,39 @@
Ort
-
+
+ + + + + + +