~alcinnz/rhapsode

86729618330cab4ab7aca5cc758c6f36f859d7a7 — Adrian Cochrane 4 years ago f112607
Localize CSS into Dutch
1 files changed, 4 insertions(+), 1 deletions(-)

M useragent.css
M useragent.css => useragent.css +4 -1
@@ 11,6 11,7 @@ input[type=submit][value] {speak: always; content: attr(value)}
/** Tables **/
table::before {content: "Table"; voice-volume: x-soft}
table:lang(hu)::before {content: "táblázat"}
table:lang(nl)::before {content: "tabel"}
table {counter-increment: -rhaps-table; counter-reset: -rhaps-tablerow}
tr {
    cue-before: url(about:bulletpoint.wav);


@@ 46,6 47,7 @@ pre, samp, code {voice: neutral 2; white-space: pre;}
:visited {cue-after: url(about:link.wav) -0.1db !important}
img {content: "Image " attr(src)}
img:lang(hu):not([alt]) {content: "kép " attr(src)}
img:lang(nl):not([alt]) {content: "afbeelding " attr(src)}
img[alt] {content: attr(alt)}

b, strong {voice-rate: slow}


@@ 95,4 97,5 @@ aside {voice-volume: soft}
/* Localized into:
- English
- French (surprisingly same as English)
- Hungarian */
- Hungarian
- Dutch */