www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www style.de.css


From: Joerg Kohne
Subject: www style.de.css
Date: Tue, 11 Oct 2011 13:51:48 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Joerg Kohne <joeko>     11/10/11 13:51:47

Added files:
        .              : style.de.css 

Log message:
        Add German CSS

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.de.css?cvsroot=www&rev=1.1

Patches:
Index: style.de.css
===================================================================
RCS file: style.de.css
diff -N style.de.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ style.de.css        11 Oct 2011 13:51:40 -0000      1.1
@@ -0,0 +1,47 @@
address@hidden "utf-8";
+/*  style.de.css -- German CSS for www-de
+
+    Copyright (C) 2011 Free Software Foundation
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+    Dieses Programm ist Freie Software: Sie koennen es unter den Bedingungen 
+    der GNU General Public License, wie von der Free Software Foundation, 
+    Version 3 der Lizenz, weiterverbreiten und/oder modifizieren. 
+
+    Dieses Programm wird in der Hoffnung, dass es nuetzlich sein wird, aber 
+    OHNE IRGENDEINE GARANTIE, bereitgestellt; sogar ohne die implizite Garantie
+    der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN ZWECK. Siehe die 
+    GNU General Public License für weitere Details. 
+
+    Sie sollten eine Kopie der GNU General Public License zusammen mit diesem 
+    Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
+
+    German Translation Team for gnu.org <address@hidden>, 2011.  */
+
+#logo { /* Insert German background image */
+  background:url(/graphics/topbanner.de.png) no-repeat; 
+}
+
+/* Specify pairs of quotes for two levels */
+q:lang(en) { quotes: '&ldquo;' '&rdquo;' "&lsquo;" "&rsquo;" }
+q:lang(de) { quotes: "&#8222;" "&#8220;" '&#8218;' '&#8216;' }
+
+/* Insert quotes before and after q element content */
+q:before { content: open-quote }
+q:after  { content: close-quote }
+
+/* Insert quotes before and after blockquote element content  */
+blockquote p:before     { content: open-quote }
+blockquote p:after      { content: no-close-quote }
+blockquote p.last:after { content: close-quote }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]