/* -*- css -*-
 * L10N version of visual.css
 */

@import "visual.css";

/* Font family preferences */
h1, h2, h3, h4, h5, h6, strong, :link:active, :visited:active,
ins.block > p:first-child:before, ins.block > div:first-child:before
{
  font-family: "DejaVu Sans", "Bitstream Vera Sans", "Source Sans 3", "Lucida Sans", "Lucida Sans Unicode", "Helvetica", "Verdana", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Heisei Kaku Gothic", "IPAPGothic", "MS PGothic", "Osaka", sans-serif;
  font-weight: bold;
}

:link, :visited
{
  font-family: "DejaVu Sans", "Bitstream Vera Sans", "Source Sans 3", "Lucida Sans", "Lucida Sans Unicode", "Helvetica", "Verdana", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Heisei Kaku Gothic", "IPAPGothic", "MS PGothic", "Osaka", sans-serif;
  font-weight: normal;
}

body, var, em
{
  font-family: "Utopia", "Source Serif 4", "Bitstream Charter", "Lucida Bright", "Bitstream Vera Serif", "Lucida", "Times", "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Heisei Mincho", "IPAPMincho", "MS PMincho", serif;
  font-weight: normal;
}

#dirlist td, #dirlist td a
{
  font-family: "Consolas", "Inconsolata", "Menlo", "Source Code Pro", "Lucida Sans Typewriter", "Bitstream Vera Sans Mono", "Courier 10 Pitch", "Courier", "Courier New", "Noto Sans Mono CJK JP", "IPAGothic", "Osaka-Mono", "Osaka\ff0d\7b49\5e45", "MS Gothic", monospace;
}

.stronger
{
  text-decoration: underline;
}

/* Margin, etc. */
p, li
{
  text-indent: 1em;
}

/* Content generation */
ins.block > p:first-child:before, ins.block > div:first-child:before
{
  /* U+8ffd U+8a18 */
  content: "\8ffd\8a18:";
}
