<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article.highlight section, article.extras section {
  margin: -8px auto;
  text-align: center;
  min-height: 250px;
}
@media all and (max-width: 800px) {
  article.highlight section, article.extras section {
    margin: 8px auto;
  }
}
article.others section {
  margin: 20px 0;
}
article.others ul {
  list-style: square;
  line-height: 38px;
  padding-left: 40px;
}
article.changelog {
  line-height: 30px;
}
article.stats {
  font-size: smaller;
  line-height: 22px;
}
article.stats h2 {
  margin: 20px auto;
}
article.faq dt::before {
  content: "Q:";
  margin-right: 1em;
}
article.faq dd::before {
  content: "A:";
  margin-right: 1em;
}
article.faq dt {
  font-weight: bold;
  margin: 2em 0 1em;
}
article.faq dd ol {
  margin-top: 1em;
  margin-left: 2em;
}
article.faq a[name] {
  text-decoration: none;
  font-weight: normal;
  font-size: smaller;
}
article.faq span {
  display: inline-block;
  text-align: center;
}
article.faq img {
  max-width: 80%;
}
article.contribute ul {
  list-style: square;
  line-height: 30px;
}
article.updated {
  display: none;
}
.updated article.updated {
  display: block;
}
article.updated div {
  background-color: #FFF9C4;
  padding: 20px;
  text-align: center;
  font-size: 28px;
}

.cover-image {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 332px;
  border: solid 10px #FFF;
  box-shadow: 0px 0px 10px #C0C0C0;
}
.cover-image div.top {
  position: absolute;
  top: 0;
  padding-top: 80px;
  background: rgba(255,255,255, 0.7);
  font-weight: 200;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
  font-size: 3em;
  text-align: center;
  background-image: url(./logo.png); background-size: auto 80px; background-repeat: no-repeat; background-position: 96% 6%;
  text-shadow: 0px 0px 4px #A0A0A0;
}
.cover-image div.top span {
  margin-top: 100px;
}
.cover-image img {
  width: 660px;
  margin-top: -45px;
}
.cover-image div.bottom {
  background-image: url(./MouseClick.png);
  position: absolute;
  top: 160px;
  left: 12px;
  height: 20%;
  background-size: auto 100%;
  width: 120px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 800px) {
  .cover-image {
    width: initial;
  }
}</pre></body></html>