aboutsummaryrefslogtreecommitdiffstats
path: root/german/debian-de.css
blob: 33b2463e4a61299ed200ebee8d041e94b85acabe (plain) (blame)
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
/* Debian language css file for german - de */
/* please do not touch for now! - Jutta Wrage 2005 */

html[lang|=de] #serverselect {}
html[lang|=de] #leftcol ul.votemenu { width: 12em; }

/* quotes ok */
/* quotes with angles */
html[lang=de] q:before { content: "\00BB"; }
html[lang=de] q:after { content: "\00AB"; }
html[lang=de] q q:before { content: "\203A"; }
html[lang=de] q q:after { content: "\2039"; }

html[lang=de] blockquote.quote p:first-child:before { content: "\00BB"; }
html[lang=de] blockquote.quote p:after { content: ""; }
html[lang=de] blockquote.quote p.last:after { content: "\00AB"; }

html[lang=de] blockquote[lang=en].quote p:first-child:before { content: "\201C"; }
html[lang=de] blockquote[lang=en].quote p:after { content: ""; }
html[lang=de] blockquote[lang=en].quote p.last:after { content: "\201D"; }

blockquote[lang=en].quote q:before { content: "\201C"; }
blockquote[lang=en].quote q:after { content: "\201D"; }
blockquote[lang=en].quote q q:before { content: "\2018"; }
blockquote[lang=en].quote q q:after { content: "\2019"; }

#breadcrumbs {
	text-transform: none;
}

/* normal quotes */
/* 
html[lang="de"] q:before { content: "\201E"; }
html[lang="de"] q:after { content: "\201C"; }
html[lang="de"] q q:before { content: "\201A"; }
html[lang="de"] q q:after { content: "\2018"; } 
*/

© 2014-2024 Faster IT GmbH | imprint | privacy policy