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: '“' '”' "‘" "’" } q:lang(de) { quotes: "„" "“" '‚' '‘' } - -/* Insert quotes before and after q element content */ q:before { content: open-quote } q:after { content: close-quote }