docbook.docbook-css-0.4.l10n.en.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/en.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/
*/
/* Generated content for English documents */
question:before {
content: "Q: ";
}
answer:before {
content: "A: ";
}
example > title:before {
content: "Example: ";
}
quote {
quotes: "“" "”";
}
quote quote {
quotes: "‘" "’";
}
/* Admonitions */
warning:before {
content: "Warning: ";
}
caution:before {
content: "Caution: ";
}
important:before {
content: "Important: ";
}
tip:before {
content: "Tip: ";
}
note:before {
content: "Note: ";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy