@charset "utf-8"; /* * l10n/en.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 English and therefore * without localisation. Documents with unsupported localisations will be viewed in this way, too. */ /* language specific customization for Q&A sets */ question:before { content: "Q: "; } answer:before { content: "A: "; } /* language specific customization for examples */ example > title:before { content: "Example: "; } /* language specific customization for figures */ figure > title:before { content: "Figure: "; } /* language specific customization for equations */ equation > title:before { content: "Equation: "; } /* language specific customization for quoted areas */ * { quotes: "\201C" "\201D"; } quote quote, blockquote quote, quote blockquote, blockquote blockquote { quotes: "\2018" "\2019"; } /* language specific customization for admonitions */ warning:before { content: "Warning: "; } caution:before { content: "Caution: "; } important:before { content: "Important: "; } tip:before { content: "Tip: "; } note:before { content: "Note: "; } /* language specific customization for glossary reference elements */ glosssee:before { content: " see: "; } glossseealso:before { content: " see also: "; } /* language specific customization for msg entries */ msglevel:before { content: "Level: "; } msgorig:before { content: "Origin: "; } msgaud:before { content: "Audience: "; }