* {
  font-family: "Xanh monospace";
}

body {
  margin: 0;
  background-color: #fffafa;
}

.slide {
  padding: 0 !important;
}

.orcas-wiki-theme-banner {
  margin: 50px 0 0 0;
  font-family: "Tangerine", serif;
  text-align: center;
  font-size: 100px;
  cursor: default;
}
.orcas-wiki-theme-banner .orcas-wiki-theme-banner-introduction {
  line-height: 0;
  font-family: "Tangerine", serif;
  text-align: center;
  font-size: 50px;
}

.orcas-wiki-new-page {
  text-align: center;
}
.orcas-wiki-new-page .orcas-wiki-theme-btn {
  padding: 5px 10px 3px 10px;
  display: inline-block;
  vertical-align: top;
  color: #4c4e61;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
  transition: linear background 0.25s;
}
.orcas-wiki-new-page .orcas-wiki-theme-btn i {
  font-size: 16px;
}
.orcas-wiki-new-page .orcas-wiki-theme-btn:hover {
  color: #fff;
  background: #2364d2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.orcas-wiki-theme-sidebar {
  z-index: 5;
  position: absolute;
  border-radius: 5px;
  padding: 25px 0 25px 0;
  top: 25px;
  left: 0;
  margin: 0 0 25px 0;
  width: 200px;
  min-height: calc(100% - 50px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.orcas-wiki-theme-sidebar .sidebar-banner {
  font-family: "Tangerine", serif;
  font-size: 48px;
  text-align: center;
  padding: 0 5px 15px 5px;
  cursor: default;
}
.orcas-wiki-theme-sidebar .orcas-wiki-theme-navigation {
  margin: 30px 15px 0 15px;
}
.orcas-wiki-theme-sidebar .orcas-wiki-theme-navigation .navigation-list-item {
  border-radius: 5px;
  border: 1px solid transparent;
}
.orcas-wiki-theme-sidebar .orcas-wiki-theme-navigation .navigation-list-item:hover {
  border: 1px solid #ced6e0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.resize-handle-x {
  height: 100%;
  width: 10px;
  cursor: col-resize;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8000;
  transform: translateX(-50%);
}
.resize-handle-x:after {
  display: none;
  content: "";
  height: 20px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  top: 50%;
  left: 50%;
  width: 5px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.resize-handle-x:hover:after {
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
