File: pl.css

package info (click to toggle)
xhtmlrenderer 0.0~R8%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 11,288 kB
  • ctags: 7,218
  • sloc: java: 46,036; xml: 1,518; makefile: 27; sh: 11
file content (44 lines) | stat: -rw-r--r-- 738 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@charset "utf-8";
/*
 * l10n/pl.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(pl):before {
	content: "P: ";
}
answer:lang(pl):before {
	content: "O: ";
}

example > title:lang(pl):before {
	content: "Przykład: ";
}

:lang(pl) > quote {
	quotes: "„" "”";
}
:lang(pl) > quote quote {
	quotes: "«" "»";
}

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: ";
}