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 16:25:50 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Joerg Kohne <joeko>     11/10/11 16:25:50

Modified files:
        .              : style.de.css 

Log message:
        Add accessibility for non-German pages

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

Patches:
Index: style.de.css
===================================================================
RCS file: /web/www/www/style.de.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style.de.css        11 Oct 2011 13:51:40 -0000      1.1
+++ style.de.css        11 Oct 2011 16:25:20 -0000      1.2
@@ -33,11 +33,16 @@
   background:url(/graphics/topbanner.de.png) no-repeat; 
 }
 
+/* Help the reader avoid wasted time linking to pages they can not read;
+   saves the translator time and effort */
+a[href^="http://"]:before, 
+a[href^="https://"]:before { content: "\2197\00A0"; }
+a[hreflang = 'en']:after { content: " (engl.) "; } 
+
 /* Specify pairs of quotes for two levels */
+/* Insert quotes before q element content */ 
 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 }
 



reply via email to

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