]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - docbook-css-0.4/l10n/pl.css
Review: 3/10 pages of 'Piracy II' in chapter 5.
[text-free-culture-lessig.git] / docbook-css-0.4 / l10n / pl.css
1 @charset "utf-8";
2 /*
3 * l10n/pl.css
4 *
5 * Copyright (c) 2004 David Holroyd, and contributors
6 * See the file 'COPYING' for terms of use
7 *
8 * Part of the Docbook-CSS stylesheet
9 * http://www.badgers-in-foil.co.uk/projects/docbook-css/
10 */
11
12 question:lang(pl):before {
13 content: "P: ";
14 }
15 answer:lang(pl):before {
16 content: "O: ";
17 }
18
19 example > title:lang(pl):before {
20 content: "Przykład: ";
21 }
22
23 :lang(pl) > quote {
24 quotes: "„" "”";
25 }
26 :lang(pl) > quote quote {
27 quotes: "«" "»";
28 }
29
30 warning:lang(pl):before {
31 content: "Ostrzeżenie: ";
32 }
33 caution:lang(pl):before {
34 content: "Uwaga: ";
35 }
36 important:lang(pl):before {
37 content: "Ważne: ";
38 }
39 tip:lang(pl):before {
40 content: "Pomoc: ";
41 }
42 note:lang(pl):before {
43 content: "Notatka: ";
44 }