docbook.wysiwygdocbook1.01.l10n.pl.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flying-saucer-examples Show documentation
Show all versions of flying-saucer-examples Show documentation
Misc. Flying Saucer example code. It is not deployed with a release.
@charset "utf-8";
/*
* l10n/pl.css
*
* Copyright (c) 2004 David Holroyd, and contributors
* Copyright (c) 2005 Michael Thiele, and contributors
* See the file 'COPYING' for terms of use
*
* Part of wysiwygDocBook 1.0, a developed DocBook CSS stylesheet based on version 0.4 from
* http://www.badgers-in-foil.co.uk/projects/docbook-css/
*
* This file contains language specific formatting for documents written in Polish using
* localisation ('l10n').
*/
/* language specific customization for Q&A sets */
question:lang(pl):before {
content: "P: ";
}
answer:lang(pl):before {
content: "O: ";
}
/* language specific customization for examples */
example > title:lang(pl):before {
content: "Przykład: ";
}
/* language specific customization for quoted areas */
:lang(pl) > * {
quotes: "\201E" "\201D";
}
:lang(pl) > quote quote, :lang(pl) > blockquote quote, :lang(pl) > quote blockquote,
:lang(pl) > blockquote blockquote {
quotes: "\201A" "\2019";
}
/* language specific customization for admonitions */
warning:lang(pl):before {
content: "Ostrzeżenie: ";
}
caution:lang(pl):before {
content: "Uwaga: ";
}
important:lang(pl):before {
content: "Ważne: ";
}
tip:lang(pl):before {
content: "Pomoc: ";
}
note:lang(pl):before {
content: "Notatka: ";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy