/* weblog.css */

body {
    max-width: 40cm;
    margin: 0;
    padding: 0;
    margin-top: 1.5em;
    margin-left: 3em;
    margin-right: 3em;
    background: #E1F0C4;
    text-align: justify;
/*    font-family: Times, Helvetica, Arial, sans-serif; */
    font-size: large;
    /* color: #909B78; */
    color: #606B48;
}

/* code { */
/*     font-size: large; */
/* } */

samp {
    font-size: large;
}

/* h2 code { */
/*     font-size: xx-large; */
/* } */

/* h3 code { */
/*     font-size: xx-large; */
/* } */

.example {
    font-size: large;
}

acronym {
    font-variant: small-caps;
}
abbr {
    font-variant: small-caps;
}

/* Format the LaTeX symbol correctly (a higher up, e lower).  We can use it with:

   @macro LaTeX{}
   @inlinefmtifelse{html,@inlineraw{html,<span class="latex">L<span>a</span>T<span>e</span>X</span>},LaTeX}
   @end macro

   This CSS chunk is from:

   <https://github.com/vincentdoerig/latex-css>
*/
.latex span:nth-child(1) {
  text-transform: uppercase;
  font-size: 0.75em;
  vertical-align: 0.28em;
  margin-left: -0.48em;
  margin-right: -0.15em;
  line-height: 1ex;
}

.latex span:nth-child(2) {
  text-transform: uppercase;
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
  line-height: 1ex;
}

.texlive span:nth-child(1) {
  text-transform: uppercase;
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
  line-height: 1ex;
}

/* end of file */
