@charset "utf-8";

html, body {
  background: #111;
  color: #FFA;
  font-family: Helvetica;
  font-size: 150%;
}
*:not(:lang(es)) {
  font-style: italic;
}
cite:not(:lang(es)) {
  color: #FF5;
}
h1 {
  font-size: 2em;
}
a:link, a:visited, a.external {
  color: #AFF;
}
a.external:after {
  content: " <"attr(href)">";
  background: #111;
}
a:hover, a:active, a:focus {
  background: #FFE862;
  color: #000;
}
a:hover:after, a:active:after, a:focus:after {
  background: #FFE862;
}
li {
  margin: 0.5em 0;
  color: #FFA;
}
q {
  quotes: "\00AB" "\00BB";
}
strong {
  color: #EB939A;
}
code, samp {
  color: #7F7;
}
.old {
  color: #C1E2E7;
}
.slide {
  margin: 0 2em;
}

.qrcode {
  float: right;
}

#controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  padding: 0.5em;
  font-size: 0.7em;
}
#current-slide {
  float: right;
}
[rel="cc:license"] {
  font-size: 0.6em;
}
