X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/03a939de088ce6528bb77ca2578070b0036b9c86..2fb007f054c284bbac8a027711846936b9958fee:/docbook-css-0.4/l10n/de.css diff --git a/docbook-css-0.4/l10n/de.css b/docbook-css-0.4/l10n/de.css new file mode 100644 index 0000000..261be58 --- /dev/null +++ b/docbook-css-0.4/l10n/de.css @@ -0,0 +1,37 @@ +@charset "utf-8"; +/* + * l10n/de.css + * + * Copyright (c) 2004 David Holroyd, and contributors + * See the file 'COPYING' for terms of use + * + * Part of the Docbook-CSS stylesheet + * http://www.badgers-in-foil.co.uk/projects/docbook-css/ + */ + +question:lang(de):before { + content: "F: "; +} +answer:lang(de):before { + content: "A: "; +} + +example > title:lang(de):before { + content: "Beispiel: "; +} + +warning:lang(de):before { + content: "Warnung: "; +} +caution:lang(de):before { + content: "Achtung: "; +} +important:lang(de):before { + content: "Wichtig: "; +} +tip:lang(de):before { + content: "Hinweis: "; +} +note:lang(de):before { + content: "Erläuterung: "; +}