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
-
+
+ + + + + + +