<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link.max, a:visited.max {
  text-decoration: none;
  background-image: url(../images/editor-max.png);
  background-repeat: no-repeat;
  background-position: right top;
}

a:hover.max {
  text-decoration: none;
  background-image: url(../images/editor-max-hover.png);
  background-repeat: no-repeat;
  background-position: right top;
}

a:link.rst, a:visited.rst {
  text-decoration: none;
  background-image: url(../images/editor-rst.png);
  background-repeat: no-repeat;
  background-position: right top;
}

a:hover.rst {
  text-decoration: none;
  background-image: url(../images/editor-rst-hover.png);
  background-repeat: no-repeat;
  background-position: right top;
}
</pre></body></html>