/[www]/www/style.de.css
ViewVC logotype

Contents of /www/style.de.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.18 - (show annotations) (download) (as text)
Sat Dec 3 12:17:12 2016 UTC (7 years, 10 months ago) by joeko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +8 -3 lines
File MIME type: text/css
(Sync) Trivial change.

1 @charset "utf-8";
2 /* style.de.css -- CSS for Germanized documents on www.gnu.org.
3
4 Copyright (C) 2011-2015 Free Software Foundation, Inc.
5 Author: Joerg Kohne <www-de-translators@gnu.org>, 2011-2015.
6
7 Permission is hereby granted, free of charge, to any person
8 obtaining a copy of this software and associated documentation
9 files (the "Software"), to deal in the Software without
10 restriction, including without limitation the rights to use,
11 copy, modify, merge, publish, distribute, sublicense, and/or sell
12 copies of the Software, and to permit persons to whom the
13 Software is furnished to do so, subject to the following
14 conditions:
15
16 The above copyright notice and this permission notice shall be
17 included in all copies or substantial portions of the Software. */
18
19 #logo:lang(de) {/* Insert German background image */
20 background:url(/graphics/topbanner.de.png) no-repeat;
21 border:0;
22 float: left;
23 margin:0em;
24 padding:0;
25 }
26
27 /* Help the reader avoid wasted time linking to pages they can not read;
28 saves the translator time and effort */
29 #content a[href^="http://"]:after,#content a[href^="https://"]:after{content:"\00a0\2197";}
30 #content a[hreflang = 'de']:after{content:" [deu.] ";}
31 #content a[hreflang = 'en']:after{content:" [engl.] ";}
32 #content a[hreflang = 'es']:after{content:" [span.] ";}
33 #content a[hreflang = 'fr']:after{content:" [franz.] ";}
34 #content a[hreflang = 'it']:after{content:" [ital.] ";}
35
36 /* Specify pairs of quotes for two levels */
37 /* Insert quotes before q element content */
38 /*
39 #content::lang(de)>q {quotes:'\201e' '\201c' '\201a' '\2018';}
40 #content::lang(de-AT)>q {quotes:'\00bb' '\00ab' '\203a' '\2039';}
41 #content::lang(de-DE)>q {quotes:'\201e' '\201c' '\201a' '\2018';}
42 #content::lang(de-CH)>q {quotes:'\00ab' '\00bb' '\2039' '\203a';}
43 #content:lang(en)>q {quotes:\201c \201d \2018 \2019;}
44 #content:lang(fr)>q {quotes:'\00ab\00a0' '\00a0\00bb' '\2039\00a0' '\00a0\203a';}
45 #content:lang(ru)>q {quotes:'0ab' '0bb' '\201e' '\201c';}
46 q:before {content:open-quote;}
47 q:after {content:close-quote;}
48 q q:before { content:open-quote; color:#0a0; }
49 q q:after { content:close-quote; color:#0a0; }
50 */
51
52 :lang(de)>q {quotes:'\201e' '\201c' '\201a' '\2018';}
53 :lang(de-at)>q {quotes:'\00bb' '\00ab' '\203a' '\2039';}
54 :lang(de-de)>q {quotes:'\201e' '\201c' '\201a' '\2018';}
55 :lang(de-ch)>q {quotes:'\00ab' '\00bb' '\2039' '\203a';}
56 :lang(en)>q {quotes:'\201c' '\201d' '\2018' '\2019';}
57 :lang(fr)>q {quotes:'\00ab\00a0' '\00a0\00bb' '\2039\00a0' '\00a0\203a';}
58 :lang(ru)>q {quotes:'0ab' '0bb' '\201e' '\201c';}
59 q:before { content: open-quote;}
60 q:after { content: close-quote;}
61 q q:before { content: open-quote;}
62 q q:after { content: close-quote;}
63
64 /* Insert quotes before and after blockquote element content
65 !! Citation blocks are not consistently markup'ed semantically !!
66 !! and faulty used on gnu.org (not W3C conform), so unusable !!
67 !! for www-de team !!
68 blockquote p:first-of-type::before{content:open-quote;}
69 blockquote p::before{content:no-open-quote;}
70 blockquote p::after{content:no-close-quote;}
71 blockquote p:last-of-type::after{content:close-quote;} */
72
73
74 #navigation, #edu-navigation {/* all menu items uppercased */
75 text-transform: uppercase;
76 }
77
78 /* Note with reference back to referenced text */
79 .transnote, .fnote {
80 font-size: 85%;
81 position:relative;
82 top:-7px;
83 margin-right:8px;
84 text-decoration: none;
85 }
86 ol#transnote li, ol#fnote li {
87 list-style-type: none;
88 text-decoration: none;
89 margin-left:0.5cm;
90 text-indent:-0.4cm;
91 }
92
93 /* custom www-de format here … */
94 .teletype { /* HTML5: replacement for <tt> */
95 font-family: "Courier New", Courier, monospace;
96 }
97
98 .noteClass { /* Text in red */
99 color:#db4329;
100 }
101
102 .phonetics {
103 color : #808080;
104 font-style : normal;
105 font-weight : normal;
106 }

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26