/* 链接 */
#category-adder,
#linkxfndiv {
  display: none;
}


/* 编辑器 */
.oyiso-editor {
  display: flex;
}

.oyiso-editor .oyiso-editor-hidden {
  position: absolute;
  top: 0;
  right: 0;
}

.oyiso-editor > * {
  width: 50% !important;
}

.oyiso-editor.full > * {
  width: 100% !important;
}

.oyiso-editor.full .oyiso-editor-md {
  display: none;
}

.oyiso-editor #content {
  border-radius: 0;
}

.oyiso-editor .oyiso-editor-md {
  margin-top: 36.8px;
  padding: 20px;
  background-color: #f5f5f5;
  opacity: 0;
  height: 0;
  overflow: auto;
}

.oyiso-editor .oyiso-editor-md * {
  word-break: break-all;
  word-wrap: break-word;
}

.oyiso-editor .oyiso-editor-md img {
  max-width: 100%;
  height: auto;
}


/* md格式 */
#poststuff .oyiso-editor-md *:not(pre, pre *) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.2rem;
}

#poststuff .oyiso-editor-md > *:not(pre, pre *) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#poststuff .oyiso-editor-md > *:first-child {
  margin-top: 0;
}

#poststuff .oyiso-editor-md > *:last-child {
  margin-bottom: 0;
}

/* #poststuff .oyiso-editor-md p {
  line-height: 1.75rem;
} */

#poststuff .oyiso-editor-md h1,
#poststuff .oyiso-editor-md h2,
#poststuff .oyiso-editor-md h3,
#poststuff .oyiso-editor-md h4,
#poststuff .oyiso-editor-md h5 {
  font-weight: 700;
}

#poststuff .oyiso-editor-md h1 {
  font-size: 28px;
}

#poststuff .oyiso-editor-md h2 {
  font-size: 24px;
}

#poststuff .oyiso-editor-md h3 {
  font-size: 20px;
}

#poststuff .oyiso-editor-md h4 {
  font-size: 16px;
}

#poststuff .oyiso-editor-md h5 {
  font-size: 14px;
}

#poststuff .oyiso-editor-md h6 {
  font-size: 14px;
  font-weight: 400;
}

#poststuff .oyiso-editor-md ol li,
#poststuff .oyiso-editor-md ul li {
  margin-left: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#poststuff .oyiso-editor-md ul li {
  list-style: disc;
}

#poststuff .oyiso-editor-md ol li {
  list-style: decimal;
}

#poststuff .oyiso-editor-md blockquote {
  border-left: .2em solid #d0d7de;
  color: #656d76;
  padding-left: 15px;
}

#poststuff .oyiso-editor-md blockquote > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#poststuff .oyiso-editor-md code {
  font-family: 'PingFang SC','Consolas','Courier New','monospace';
  background-color: #ECECEC;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.6;
}

#poststuff .oyiso-editor-md pre {
  background-color: #ECECEC;
  padding: 10px;
}

/* #poststuff .oyiso-editor-md .stx-wrap * {
  font-family: 'PingFang SC','Consolas','Courier New','monospace' !important;
} */