/* app/javascript/stylesheets/webtoolkit.clearfix.css */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* app/javascript/stylesheets/filter_spam.css */
.input-url1 {
  display: none;
}

/* app/javascript/stylesheets/menu.css */
div#main-menu {
  display: block;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
div#main-menu > ul {
  float: left;
  list-style: none;
}
div#main-menu ul li {
  margin: 0 12px 0 0;
  padding: 0;
  float: left;
  position: relative;
}
div#main-menu > ul > li > a {
  padding: 0;
  margin: 0;
}
div#main-menu > ul > li > a.submenu-button {
  opacity: 0.3;
  padding: 0 1px;
  margin: 0;
}
div#main-menu > ul > li:hover > a.submenu-button {
  opacity: 0.6;
}
div#main-menu > ul > li:hover > a.submenu-button:hover {
  opacity: 1;
}
div#main-menu .search-box {
  display: none;
  list-style: none;
  position: absolute;
  background: black;
  border: 1px solid #666;
  padding: 5px;
}
div#main-menu ul li ul.submenu {
  z-index: 1000;
  position: absolute;
  list-style: none;
  float: none;
  display: none;
  background: black;
  border: 1px solid #666;
  margin: 0;
  max-width: 200px;
}
div#main-menu ul li ul li {
  float: none;
  margin: 0;
  padding: 0;
}
div#main-menu ul li ul.submenu li a {
  display: block;
  padding: 2px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#main-menu ul li ul.submenu li a.hover {
  background: #222;
}
div#main-menu ul li ul.submenu li:hover a {
  background: #222;
}
div#main-menu .separator {
  display: block;
  width: 100%;
  background: #aaa;
  height: 1px;
  margin: 1px 0px;
  overflow: hidden;
}
div#main-menu a#forum-link.forum-update {
  font-weight: bold;
}
div#main-menu .forum-items-start {
  display: none;
}
div#main-menu #has-mail-notice {
  display: none;
}
div#main-menu ul li ul.submenu li a.help-item {
  display: none;
}

/* app/javascript/stylesheets/pool.css */
div#pool-show div ul li.mode-browse {
  float: none !important;
}

/* app/javascript/stylesheets/profiler.css */
body .profiler-results * {
  color: black;
}

/* app/javascript/application.less */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.autocomplete {
  background: white;
  z-index: 1000;
  font:
    14px/22px "-apple-system",
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(50, 50, 50, 0.6);
}
.autocomplete * {
  font: inherit;
}
.autocomplete > div {
  padding: 0 4px;
}
.autocomplete .group {
  background: #eee;
}
.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
  background: #81ca91;
  cursor: pointer;
}
.forum-post-form {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: var(--gap);
  width: 900px;
  max-width: 100%;
  --body-height: 400px;
  --gap: 4px;
}
.forum-post-form--reply {
  --body-height: 200px;
}
.forum-post-form__row--body {
  height: var(--body-height);
}
.forum-post-form__row--buttons {
  display: flex;
  gap: var(--gap);
}
.forum-post-form__row--title {
  display: flex;
}
.forum-post-form__title-input {
  flex: 1;
}
.forum-post-form__title-label {
  flex: none;
  margin-right: 10px;
}
.image-crop-preview {
  z-index: 30;
  position: fixed;
  text-align: center;
}
.image-crop-preview__frame {
  background-color: #333;
  border: 5px solid #333;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-crop-preview__preview {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-crop__image {
  width: 100%;
  height: 100%;
}
.page-main {
  display: flex;
}
.page-main__content {
  flex: 1;
}
.sidebar-menu {
  flex: none;
  width: 200px;
  margin-right: 20px;
  list-style: none;
}
.sidebar-menu__item {
  margin: 0;
}
.wiki-edit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  max-width: 1200px;
}
.wiki-edit__col {
  margin: 0 10px;
  flex: none;
}
.wiki-edit__col--content {
  flex: 1;
  min-width: 250px;
}
.wiki-edit__col--reference {
  width: 250px;
}
.wiki-edit__col--sidebar {
  width: 200px;
}
.wiki-edit__col--sidebar .sidebar.sidebar {
  margin: 0;
  width: 100%;
}
.wiki-edit__reference-example pre {
  white-space: pre-wrap;
}
.wiki-form__actions {
  display: flex;
}
.wiki-form__body {
  width: 100%;
  margin-bottom: 1em;
  resize: vertical;
}
.autocomplete {
  background: #222;
}
.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
  background: #e87;
}
.tag-column h6 {
  font-style: italic;
}
.tag-column ul {
  list-style: none;
}
.tag-column ul li {
  margin: 0;
}
.tag-column ul li a.highlighted {
  color: white;
  background: #006ffa;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  word-wrap: break-word;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dd,
dt {
  color: white;
  font-family: verdana, sans-serif;
  margin: 0;
  padding: 0;
}
form {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4 {
  font-family: Tahoma;
}
body {
  font-size: 80%;
  background: #222;
  padding: 1em 3em;
  margin: 0;
}
html.progress {
  cursor: progress !important;
}
body.dragging {
  cursor: pointer !important;
}
html.hourglass {
  cursor: wait !important;
}
body.hide-cursor {
  cursor: url(https://assets.yande.re/assets/blank-cf4724b2f736ed1a0ae6bc28f1ead963d9cd2c1fd87b6ef32e7799fc1c5c8bda.gif), pointer !important;
}
body.n-resize {
  cursor: n-resize !important;
}
body.s-resize {
  cursor: s-resize !important;
}
body.e-resize {
  cursor: e-resize !important;
}
body.w-resize {
  cursor: w-resize !important;
}
body.nw-resize {
  cursor: nw-resize !important;
}
body.ne-resize {
  cursor: ne-resize !important;
}
body.sw-resize {
  cursor: sw-resize !important;
}
body.se-resize {
  cursor: se-resize !important;
}
body.not-moderator .moderator-only {
  display: none !important;
}
body.not-member .member-only {
  display: none !important;
}
.action-post-show > body {
  background: #000;
}
.action-post-browse > body {
  background: #000;
  padding: 0;
}
a:link {
  color: #ee8887;
  text-decoration: none;
}
a.star {
  background: transparent url(https://assets.yande.re/assets/blank-cf4724b2f736ed1a0ae6bc28f1ead963d9cd2c1fd87b6ef32e7799fc1c5c8bda.gif) no-repeat;
}
.blacklisted-tags-disabled {
  color: #AAA !important;
}
a:visited {
  color: #ee8887;
  text-decoration: none;
}
a:hover {
  color: #ffaaae;
  text-decoration: none;
}
a:active {
  color: #006FFA;
  text-decoration: none;
}
a.last-page {
  color: #666;
}
span.spoiler {
  cursor: pointer;
}
span.spoiler > .spoilerwarning {
  color: #ff4020;
  background: #181818;
}
addr {
  display: block;
  margin-left: 2em;
  font-weight: bold;
}
blockquote {
  margin: 0 0 1em 0;
  padding: 1em;
  border: 1px solid #666;
  background: rgba(255, 255, 255, 0.15);
}
blockquote p,
blockquote div {
  margin-bottom: 0em;
}
code {
  font-family: monospace;
  font-size: 1.2em;
}
dd {
  margin-bottom: 1em;
}
dt {
  font-weight: bold;
}
dt.bad {
  color: red;
}
h1 {
  font-size: 2em;
}
h1#static-index-header {
  font-size: 4em;
  margin: 1em 0 0.5em 0;
  text-align: center;
}
h1#static-index-header a {
  text-align: center;
  display: block;
  font-size: 0px;
  text-indent: -3000em;
  margin: 0;
  padding: 75px 300px 75px 300px;
  background: transparent url(https://assets.yande.re/assets/logo-69d254b033a02495d0a88043871e3f1234da64dbf47f7ddce9e6ef02e576a893.png) no-repeat scroll center center;
}
h2 {
  font-size: 1.8em;
}
h2.wiki-title {
  color: #003DD8;
  margin-bottom: 0.25em;
}
h2#site-title {
  display: block;
  text-align: left;
}
div#title {
  margin: 0 0 0.5em -3em;
  height: 75px;
}
h2#site-title img#logo {
  float: left;
}
h2#site-title span {
  display: block;
  padding: 1em 0 0 0;
  text-align: left;
  margin: 0;
}
div#static-more div#title {
  float: none;
  margin-top: -1em;
}
#site-link {
  display: block;
  font-size: 0px;
  background: transparent url(https://assets.yande.re/assets/logo_small-418e8d5ec0229f274edebe4af43b01aa29ed83b715991ba14bb41ba06b5b57b5.png) no-repeat scroll top left;
  margin: 0 0 0.5em 0;
  padding: 37px 242px 38px 242px;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
img {
  border: none;
  vertical-align: middle;
}
input {
  padding: 0 0.3em;
}
HTML.webkit input[type=file] {
  color: #FFF;
}
input[type=text],
input[type=password] {
  background: #fff;
}
input[type=password]:focus {
  background: #FFC;
  color: #000;
}
input[type=text]:focus {
  background: #FFC;
  color: #000;
}
label {
  font-weight: bold;
  white-space: nowrap;
}
li {
  margin-left: 1em;
}
ol {
  margin-left: 1em;
}
p {
  margin-bottom: 1em;
}
span.author {
  color: gray;
}
span.date {
  color: #AAA;
}
span.date a {
  color: #AAA;
}
span.group {
  margin-right: 1em;
}
span.locked-topic {
  color: #666;
}
span.informational {
  cursor: help;
}
span.post-count {
  color: #AAA;
}
a.thumb {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
span.plid {
  display: none;
}
span.unread-topic {
  font-weight: bold;
}
span.vote-desc {
  color: #888;
  margin-left: 0.5em;
  position: absolute;
}
strong.divider {
  font-weight: bold;
  color: gray;
}
table {
  margin-bottom: 2em;
}
table.form {
  width: 70em;
}
table.form p {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
table.form th {
  color: white;
  white-space: normal;
  padding-right: 1em;
  text-align: right;
  background: #333;
}
table.highlightable > tbody > tr:hover {
  background: #67100F;
}
table.highlightable th {
  margin: 0;
}
table td {
  padding: 1px 4px;
  vertical-align: top;
}
table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 0.2em 0.5em;
  white-space: nowrap;
}
table tr.bad {
  background: #ffe6e6;
}
table tr.even {
  color: white;
  background: #444;
}
table tr.good {
}
tr.odd {
  color: white;
  background: #333;
}
table tr.selected {
  background: #044 !important;
}
table tr.highlight {
  background: #67100F;
}
table tr.pending-tag {
  background: #503030;
}
textarea {
  display: block;
  padding: 0 0.3em;
  font-family: sans-serif;
  font-size: 1.2em;
  background: #fff;
}
textarea.no-block {
  display: inline;
}
textarea:focus {
  background: #FFC;
  color: #000;
}
ul {
  margin: 0 0 1em 0em;
}
ul.bare-list li {
  list-style-type: none;
}
.hide-advanced-editing .advanced-editing {
  display: none !important;
}
#main-menu .menu {
  display: inline;
  position: relative;
  padding: 0px 2px 1px 2px;
  margin-right: 0.6em;
}
#main-menu a:focus {
  outline: none;
}
#main-menu .selected-menu {
  background: #ffffff;
}
#main-menu .current-menu > A {
  color: #ffbbbb;
}
#main-menu .selected-menu > A {
  color: #000000;
}
#main-menu .bolded {
  font-weight: bold;
}
#main-menu .unread-topic {
  font-weight: bold;
}
.dropdown-menu .separator {
  width: 100%;
  background: #AAAAAA;
  height: 1px;
  margin: 1px 0px;
  overflow: hidden;
}
.dropdown-menu {
  position: absolute;
  background: #000000;
  padding: 2px 2px;
  max-width: 20em;
  overflow: hidden;
  z-index: 100;
  border: 1px solid #555555;
}
.dropdown-menu .submenu {
  display: block;
  width: auto;
  padding: 0px 2px;
  font-size: 140%;
}
.dropdown-menu .focused-menu-item {
  background: #ffffff;
  color: #000000;
}
ul.flat-list {
  display: block;
  margin: 0;
  padding: 0;
}
ul.flat-list li {
  display: inline;
  list-style-type: none;
  font-weight: bold;
  padding: 0;
  margin: 0 1em 0 0;
}
ul.flat-list li a {
  font-weight: normal;
}
div.forum-update a {
  font-weight: bold;
}
div.comments-update a {
  font-weight: bold;
}
ul.flat-list li a.mod-pending {
  font-weight: bold;
}
ul.link-page {
  font-size: 1.2em;
  font-weight: bold;
}
ul.link-page a:before {
  content: "\bb  ";
}
ul.link-page > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tag-type-artist > a,
#history .tag-type-artist,
.color-tag-types .tag-type-artist {
  color: #cccc00;
}
.tag-type-artist > a:hover {
  color: #33CFFF;
}
.tag-type-faults > a,
#history .tag-type-faults,
.color-tag-types .tag-type-faults {
  color: #FF2020;
}
.tag-type-faults > a:hover {
  color: #33CFFF;
}
.tag-type-circle > a,
#history .tag-type-circle,
.color-tag-types .tag-type-circle {
  color: #0bb;
}
.tag-type-circle > a:hover {
  color: #33CFFF;
}
.tag-type-character > a,
#history .tag-type-character,
.color-tag-types .tag-type-character {
  color: #0A0;
}
.tag-type-character > a:hover {
  color: #33CFFF;
}
.tag-type-copyright > a,
#history .tag-type-copyright,
.color-tag-types .tag-type-copyright {
  color: #D0D;
}
.tag-type-copyright > a:hover {
  color: #33CFFF;
}
.upload-progress-bar {
  display: inline-block;
  width: 100px;
  height: 1em;
  border: 1px solid #FFF;
}
.upload-progress-bar-fill {
  height: 100%;
  background-color: #48F;
}
.tag-completion-box {
  position: absolute;
  background-color: #002;
  top: 0;
  left: 0;
  z-index: 10;
}
.tag-completion-box ul {
  list-style-type: none;
  margin: 0.5em;
}
.tag-completion-box .completed-tag {
  margin: 0;
  cursor: default;
}
.tag-completion-box .completed-tag-alias {
  float: right;
  margin-left: 1em;
}
.tag-completion-box .completed-tag.focused {
  background-color: #005;
}
.tag-completion-box .completed-tag.recent-tag {
  font-weight: bold;
}
.tag-completion-box .completed-tag {
  position: relative;
}
.tag-completion-box .remove-recent-tag {
  left: -1.5em;
  padding-right: 0.5em;
  padding-left: 0.25em;
  position: absolute;
  background-color: #002;
}
.added {
  color: #00CC00;
}
.removed {
  color: #ff0000;
}
.name-change,
.name-change a {
  color: #ffff00;
}
#history .obsolete .name-change,
#history .obsolete .name-change a {
  color: #bbb;
}
#history .id.deleted > a {
  color: #999;
}
#history .id.held > a {
  color: #0bb;
}
#history .new-user {
  font-weight: bold;
}
#history .obsolete,
#history .obsolete span {
  color: #999;
}
.unchanged {
  font-size: 0.8em;
}
.history-search-row {
  float: left;
  position: absolute;
  margin-top: 1em;
  margin-left: 2em;
}
div.footer.history-footer {
  clear: none;
}
.history-search-label {
  width: 10%;
  float: left;
}
div#artist-index > table td {
  white-space: nowrap;
}
div.blocked {
  border: 2px solid #F00;
  background: #FCC;
  color: #F00;
  font-size: 1.2em;
  padding: 1em;
  margin: 1em;
  text-align: center;
}
div#comment-list > div.post .preview {
  margin-bottom: 1em;
}
div#comment-list > div.post > div.col1 {
  width: 200px;
  float: left;
  clear: left;
}
div#comment-list > div.post > div.col2 {
  float: left;
  width: 50em;
  background-color: #333;
  padding: 1px 4px 3px 4px;
  margin-bottom: 1em;
}
div#comment-list > div.post > div.col2 > div.header {
  margin-bottom: 1em;
}
div#comment-list > div.post > div.col2 > div.header > div > span.info {
  margin-right: 1em;
}
div#comment-list > div.post > div.col2 > div.header > div.tags > span {
  margin: 0 0.5em 0 0;
}
div.content {
  float: left;
  margin: 0;
  width: 77%;
}
div.footer {
  margin-top: 1em;
  text-align: center;
  font-size: 120%;
  color: #CCC;
  clear: both;
}
div.footer.footer-aligned-to-content {
  clear: none;
}
div.footer > .footer-disabled {
  color: #777777;
}
div.footer > #label {
  color: #777777;
}
div#forum > table th:first-child {
  text-align: left;
}
div#forum > table td:first-child {
  text-align: left;
}
#has-mail-notice {
  font-weight: bold;
  color: #eeee00;
  display: none;
}
.has-deleted-posts {
  font-weight: bold;
}
div#header {
  margin-bottom: 1em;
  margin-top: -1em;
}
ul.pipe-list {
  display: inline;
}
ul.pipe-list li + li:before {
  content: "| ";
  color: #CCC;
}
ul.pipe-list li {
  display: inline;
  list-style-type: none;
  margin: 0;
  font-weight: normal;
}
ul#subnavbar li + li:before {
  content: "| ";
  color: #CCC;
}
ul#subnavbar {
  display: inline;
}
ul#subnavbar li {
  display: inline;
  list-style-type: none;
  margin: 0;
  font-weight: normal;
}
div#header ul#subnavbar {
  padding: 5px 20px 5px 15px;
  background-color: #F7F7FF;
  margin: 0 0 1em 0;
}
div#header ul#subnavbar li {
  padding: 0 5px;
}
div.help {
  width: 40em;
  margin-top: 2em;
}
div.help a.code {
  font-family: monospace;
}
div.help div.code {
  border: 1px dashed green;
  margin: 1em 0;
  padding: 1em 2em;
  background: #EEE;
  overflow: hidden;
  font-family: monospace;
  color: black;
}
div.help > div.section {
  margin-bottom: 4em;
}
div.help > div.section > div.section {
  margin-bottom: 2em;
}
div.help h1,
div.help h2,
div.help h3,
div.help h4 {
  margin: 0 0 0.5em 0;
}
div.help h4 {
  color: #060;
}
div#info {
  font-style: italic;
}
div.mail .received {
  color: #EE0;
}
div.mail .sent {
  color: #0EE;
}
div#mail-show div.message {
  margin-bottom: 4em;
}
div#notice {
  font-size: 1.5em;
  color: white;
  font-weight: bold;
  padding: 0px 3px 0px 3px;
  border: 1px solid #ddd;
  max-width: 800px;
  border-top: none;
  background-color: #333;
}
#notice-container {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  text-align: center;
  pointer-events: none;
}
#notice-container > table {
  margin: auto;
}
div#notice-container td {
  padding-top: 0px;
}
div#static_notice {
  font-size: 1.2em;
  color: red;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 20px;
}
div#old-browser {
  font-size: 1.2em;
  color: red;
  font-weight: bold;
  margin-bottom: 1em;
  border: 1px solid #EAEAEA;
  text-align: center;
  padding: 1em;
  margin: 1em;
  background: black;
}
div#old-browser > #old-browser-hide {
  font-size: 0.8em;
}
div.page {
  width: 40em;
}
div#paginator {
  display: block;
  padding: 2em 0 1em 0;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  clear: both;
}
div#paginator a {
  margin: 0 3px;
  padding: 2px 6px;
  font-weight: normal;
  border: 1px solid #EAEAEA;
}
div#paginator a.arrow {
  border: none;
}
.text-button {
  padding: 0px 2px;
  border: 1px solid #EAEAEA;
}
.text-button:hover {
  background: #3c3cdc;
  color: white;
}
div#paginator a.arrow:hover {
  background: white;
  color: #33CFFF;
}
div#paginator .current {
  font-style: normal;
  margin: 0 3px;
  padding: 2px 6px;
}
div#paginator a:hover {
  background: #3c3cdc;
  color: white;
}
div#paginator span {
  margin: 0 3px;
  padding: 2px 6px;
}
div#post-add p#scale {
  color: #999;
  font-style: italic;
}
div#post-popular > h3 {
  text-align: center;
  margin-bottom: 1em;
}
div#post-view > div#right-col > div > div#note-container {
  position: absolute;
}
div#post-view > div#right-col > div > div#note-container > div.note-body {
  background: #FFE;
  border: 1px solid black;
  display: none;
  max-width: 300px;
  min-width: 140px;
  min-height: 10px;
  position: absolute;
  padding: 5px;
  cursor: pointer;
  overflow: auto;
  color: #222;
}
div#post-view > div#right-col > div > div#note-container > div.note-body > p.tn {
  font-size: 0.8em;
  color: gray;
}
div#post-view > div#right-col > div > div#note-container > div.note-box {
  position: absolute;
  border: 1px solid black;
  width: 150px;
  height: 150px;
  cursor: move;
  background: #FFE;
}
div#post-view > div#right-col > div > div#note-container > div.note-box > div.note-corner {
  background: black;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
div#post-view > div#right-col > div > div#note-container > div.unsaved {
  background: #FFF;
  border: 1px solid red;
}
div#post-view > div#right-col > div > div#note-container > div.unsaved > div.note-corner {
  background: red;
}
div#post-view > div#right-col > div > img {
  margin-right: 5em;
}
div#post-view > div#right-col > div#edit {
  margin-bottom: 2em;
  padding: 1em;
}
div.quote > a {
  color: #581a21;
}
div#related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div#related > div.tag-column {
  max-width: 12em;
}
div#related > div.tag-column > a {
  margin-right: 1em;
}
div.response-list > div.comment {
  float: left;
  margin-bottom: 1.5em;
}
div.response-list#forum {
  width: 50em;
}
div.response-list > div.comment > div.author {
  float: left;
  width: 12em;
  padding-right: 1em;
  overflow: hidden;
}
div.response-list > div.comment > div.author > h6 {
  font-size: 1.3em;
}
div.response-list > div.comment > div.content {
  float: left;
  width: 36em;
  padding: 0 0 0 10px;
  margin: 0;
}
.translated-notice {
  color: #AAA;
  font-style: italic;
}
div.response-list > div.comment > div.content > div.post-footer {
  margin-top: 1em;
  color: #CCC;
}
div.response-list > div.comment > div.content > div.post-footer a {
  color: #666;
}
div.sidebar {
  width: 20%;
  margin-right: 1em;
  float: left;
  overflow: visible;
}
div.sidebar li {
  list-style-type: none;
  margin: 0;
}
a.original-file-changed#highres-show {
  color: #CC0;
}
div#static-index {
  text-align: center;
}
div#static-index > div#links > a {
  margin: 0 0.5em;
}
div#static-more > div {
  float: left;
  width: 25%;
}
div#static-more > div > ul {
  margin-top: 2em;
}
div#static-more > div > ul > li {
  list-style-type: none;
  margin: 0;
}
div.status-notice {
  border: 2px solid #666;
  padding: 1em;
  margin: 1em;
  background: black;
}
div.status-notice p {
  margin: 0;
}
div#tag-list {
  text-align: center;
  margin-bottom: 2em;
}
div#tag-list > a {
  padding-right: 5px;
}
div#upgrade-account {
  margin: 1em;
  padding: 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
div#upgrade-account a {
  color: black;
}
div#upgrade-account a#hide-upgrade-account-link {
  font-size: 0.8em;
  color: #CCC;
  display: block;
}
div#user-record > table > tbody > tr.positive-record {
  color: black;
  background: #EFE;
}
div#user-record > table > tbody > tr.negative-record {
  color: black;
  background: #FEE;
}
div.wiki > h2.title {
  color: #99F;
  font-size: 1.6em;
}
div#wiki-show > div#body {
  width: 50em;
  text-align: left;
  float: left;
  padding-bottom: 1em;
}
div#wiki-show > div#body ul {
  line-height: 1.2em;
  margin: 0 0 0 1em;
}
div#wiki-show > div#body > ul {
  margin-bottom: 1em;
}
div#wiki-show > div#body > div#byline {
  color: #666;
  font-style: italic;
}
div#wiki-diff > div#body {
  font-family: monospace;
  font-size: 1.2em;
  margin-top: 1em;
}
div#wiki-diff del {
  background-color: #f88;
  text-decoration: line-through;
}
table#history {
  margin-bottom: 0;
}
#history .text-block {
  color: #AAA;
  padding-left: 0.35em;
  margin-left: 0.05em;
  border-left: 1px dashed #fff;
}
#history .initial-diff {
  color: #FFF;
}
#history .diff ins {
  color: #FFF;
  text-decoration: none;
}
#history .diff ins:before {
  content: "+";
  color: #CCC;
}
#history .diff del {
  text-decoration: none;
  color: #F33;
}
#history .diff del:before {
  content: "-";
  color: #CCC;
}
ul.history-header {
  margin-top: 0.5em;
}
.history-header li {
  list-style-type: none;
}
div#wiki-diff ins {
  background-color: #8f8;
}
ul#post-list-posts {
  display: inline;
  list-style-type: none;
}
ul#post-list-posts .deleted {
  opacity: 0.5;
}
ul#post-list-posts .inner {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
ul#post-list-posts li {
  list-style-type: none;
  float: left;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: bottom;
  zoom: 1;
}
img.preview {
  vertical-align: top;
}
a.directlink {
  background: #555;
  display: block;
  height: 15px;
  padding: 1px 0 1px 0;
  margin-top: 15px;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
}
a.largeimg {
  background: #111;
}
.highlighted-post > a.directlink {
  background: #400;
}
a.directlink:hover {
  background-image: none;
}
a.largeimg:hover {
  background-image: none;
}
a.directlink > span.directlink-res {
  display: none;
  margin: 0;
  padding: 0;
  color: #ee8887;
  vertical-align: top;
}
a.directlink:hover > span.directlink-res {
  display: inline;
}
a.directlink:hover > .directlink-icon {
  display: none;
}
a.directlink:hover > .directlink-info {
  display: none;
}
.parent-display {
  display: none;
  height: 16px;
  width: 14px;
}
.has-children .parent-display {
  display: inline;
}
.child-display {
  display: none;
  height: 16px;
  width: 14px;
}
.has-parent .child-display {
  display: inline;
}
.flagged-display {
  display: none;
  height: 16px;
  width: 14px;
}
.flagged .flagged-display {
  display: inline;
}
.pending-display {
  display: none;
  height: 16px;
  width: 14px;
}
.pending .pending-display {
  display: inline;
}
.has-children .directlink-icon {
  display: none;
}
.has-parent .directlink-icon {
  display: none;
}
.flagged .directlink-icon {
  display: none;
}
.pending .directlink-icon {
  display: none;
}
.largeimg .directlink-icon-small {
  display: none;
}
.smallimg .directlink-icon-large {
  display: none;
}
.similar .directlink-icon {
  display: none;
}
.top-corner-float {
  position: fixed;
  background: #222;
  border: solid #000 2px;
  padding: 6px;
  top: 2px;
  right: 2px;
  z-index: 5;
}
.post-hover {
  border: 2px solid #000;
  min-width: 20em;
  max-width: 30em;
  padding: 2px;
  background: #222;
  position: absolute;
  z-index: 2;
}
.post-hover-overlay {
  position: absolute;
  z-index: 2;
}
.post-hover-overlay > a > img {
  vertical-align: top;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #000;
  margin-left: -2px;
}
.clickable {
  cursor: pointer;
}
.no-focus-outline:focus {
  outline: none;
}
.post-hover #hover-top-line {
  background: #333;
  white-space: nowrap;
  width: 100%;
}
#hover-is-parent {
  color: #00FF00;
}
#hover-is-child {
  color: #FFFF00;
}
#hover-is-pending {
  color: #00FFFF;
}
#hover-is-flagged .flagged-text {
  color: #FF0000;
}
a.tag-script-applied {
  background-color: #880 !important;
}
body.dragging-to-post,
body.dragging-to-post * {
  cursor: no-drop;
}
body.dragging-to-post .thumb * {
  cursor: pointer;
}
.similar-original {
  background-color: #000;
}
.similar-match span.similar-text {
  font-weight: bold;
}
img.service-icon {
  height: 15px;
}
img.service-icon#list {
  margin: 1px 0px 0px 0px;
}
img.service-icon#source {
  vertical-align: top;
  margin: -1px 5px 0px 0px;
}
.service-active {
  font-weight: bold;
}
.score:focus {
  outline: none;
}
.score > span {
  display: none;
}
.score > .score-visible {
  display: inline;
}
.star:focus {
  outline: none;
}
.star[data-star="1"] {
  color: #0a0;
}
.star[data-star="2"] {
  color: #0f0;
}
.star[data-star="3"] {
  color: #ff0;
}
.standard-vote-widget .star-set-upto:after {
  content: "\2605";
}
.standard-vote-widget .star-set-after:after {
  content: "\2606";
}
.standard-vote-widget .star-hovered-upto:after {
  content: "\2605";
}
.standard-vote-widget .star-hovered-after:after {
  content: "\2606";
}
.standard-vote-widget [data-star="0"]:after {
  content: "\21b6  ";
}
.standard-vote-widget .star.vote-up:after {
  content: "vote up";
}
.standard-vote-widget .vote-up-block:before {
  content: " (";
}
.standard-vote-widget .vote-up-block:after {
  content: ")";
}
.post-info .standard-vote-widget .vote-up-block {
  display: none;
}
.vote-popup-expand {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.vote-popup-container {
  position: absolute;
  bottom: 0;
  left: 100px;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.vote-popup-container .star {
  display: inline-block;
  font-size: 5em;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -50px;
  margin-bottom: -50px;
}
.vote-popup-container .vote-desc {
  display: none;
}
.vote-popup-container .star-0:after {
  content: "\21b6";
}
.vote-popup-container .star-set {
  -webkit-transform: scale(1.35);
}
.vote-popup-container .vote-up-block {
  display: none;
}
.vote-popup-container .vote-up-block-anonymous {
  display: none;
}
.vote-popup-container .star {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
}
.vote-popup-container.vote-popup-hidden .star {
  -webkit-transform: scale(0.000001);
}
.vote-popup-flash {
  position: absolute;
  font-size: 10em;
}
.vote-popup-flash.star-0 .flash-item:after {
  content: "\21b6";
}
.vote-popup-flash .flash-item:after {
  content: "\2605";
}
.vote-popup-flash.star-1 .flash-item {
  color: #0a0;
}
.vote-popup-flash.star-2 .flash-item {
  color: #0f0;
}
.vote-popup-flash.star-3 .flash-item {
  color: #ff0;
}
.vote-popup-flash.flash-star .flash-item {
  -webkit-transition: all 0.75s cubic-bezier(0, 0.3, 0.5, 1);
  -webkit-transform: translateY(0px) scale(2);
  opacity: 0;
}
.del-mode {
  color: #ee8887;
}
.del-mode > label {
  font-weight: normal;
}
.post-browser {
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: visible;
  z-index: 11;
}
#post-content .image-box {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.browser-bottom-bar {
  text-align: center;
}
.post-browser-tags-form {
  margin-bottom: 5px;
  padding: 0px 0 0 0;
}
.post-browser-posts-container {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.disable-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.post-browser-scroller {
  height: 100%;
  position: relative;
}
.post-browser-posts {
  list-style-type: none;
  white-space: nowrap;
  height: 100%;
  margin: 0;
}
.post-browser-posts .inner {
  overflow: hidden;
}
.post-browser-posts li {
  list-style-type: none;
  position: relative;
  margin: 5px;
  display: inline-block;
  vertical-align: bottom;
  zoom: 1;
}
input.edit-item {
  border: none;
}
textarea.edit-item {
  border: none;
}
.edit-item {
  padding: 0;
  margin: 0;
}
.edit-tags {
  padding: 1px;
}
.browser-thumb-hover-overlay {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  outline: none;
}
.browser-thumb-hover-overlay > img {
  vertical-align: top;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #000;
}
.post-info {
  position: absolute;
  top: 0px;
  width: 40%;
  min-width: 250px;
  max-width: 500px;
  height: auto;
  background-color: #005;
}
.post-info ul {
  list-style-type: none;
}
.post-info .post-frames.no-frames {
  display: none;
}
.post-info .post-frame-list {
  display: inline-block;
}
.post-info .post-frame-link {
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 2px;
  padding: 0 2px;
}
.post-info .post-frame-link.current-post-frame {
  background: #3c3cdc;
  color: #FFF;
}
.frame-editor .frame-label {
  cursor: pointer;
}
.frame-editor TD {
  padding: 0;
  vertical-align: middle;
}
.frame-editor .frame-button-box {
  margin: 0 0.25em;
  font-weight: bold;
  padding: 0 2px;
  border: 1px solid #FFF;
  background-color: #005;
}
.frame-editor .frame-down {
  margin-right: 1em;
}
.frame-editor .frame-label {
  margin: 0 0.5em;
}
.frame-editor TR.frame-focused .frame-label {
  color: #000;
}
.frame-editor TR.frame-focused {
  background: #aaa;
}
.frame-editor .frame-dims {
  padding: 0;
  margin: 0.25em 0;
}
.frame-editor-frame-box {
  position: absolute;
  border: 1px solid #777;
  margin-top: -1px;
  margin-left: -1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.frame-editor-popup-div .frame-editor-frame-box {
  position: absolute;
  top: 0;
  left: 0;
}
body.not-dragging .frame-box-handle.n-resize {
  cursor: n-resize;
}
body.not-dragging .frame-box-handle.s-resize {
  cursor: s-resize;
}
body.not-dragging .frame-box-handle.e-resize {
  cursor: e-resize;
}
body.not-dragging .frame-box-handle.w-resize {
  cursor: w-resize;
}
body.not-dragging .frame-box-handle.nw-resize {
  cursor: nw-resize;
}
body.not-dragging .frame-box-handle.ne-resize {
  cursor: ne-resize;
}
body.not-dragging .frame-box-handle.sw-resize {
  cursor: sw-resize;
}
body.not-dragging .frame-box-handle.se-resize {
  cursor: se-resize;
}
.frame-editor-main-frame .focused-frame-box {
  background-color: rgba(0, 0, 0, 0.3);
}
.frame-editor-popup-container {
  position: absolute;
  right: 0;
}
.frame-editor-popup {
  width: 240px;
  height: 240px;
}
.frame-editor-popup-box {
  position: absolute;
  overflow: hidden;
  width: 120px;
  height: 120px;
  background-color: #000;
}
.frame-editor-popup-div {
  position: relative;
}
.frame-editor-nw {
  left: 0;
  top: 0;
}
.frame-editor-ne {
  right: 0;
  top: 0;
}
.frame-editor-sw {
  left: 0;
  bottom: 0;
}
.frame-editor-se {
  right: 0;
  bottom: 0;
}
.image-navigator {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.image-navigator-box {
  border: 1px solid #000;
}
.navigator-cursor {
  border: 2px solid #0FF;
}
#post-content A.disabled {
  color: #555;
}
.comment-avatar-container {
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.forum-avatar-container {
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.avatar {
}
.avatar-container:hover .avatar {
}
#login-background {
  z-index: 500;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(https://assets.yande.re/assets/login-background-00038cb2481dee3dd1ec84642e7aea853b2b0d1ccccef8d4969596ab9ed0a8b0.png) repeat scroll center center;
}
#login-container {
  z-index: 500;
  width: 100%;
  height: 100%;
  position: fixed;
  display: table;
  left: 0;
  top: 0;
}
#login-container-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
#login-container-with-tabs {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  min-width: 30em;
  width: 50%;
}
#login {
  margin-left: auto;
  margin-right: auto;
  background: #111;
  border: 1px solid #111;
  height: 18em;
}
ul.login-tabs {
  padding-left: 1em;
  left: 0;
  text-align: left;
  height: 1.4em;
}
ul.login-tabs li {
  display: block;
  float: left;
}
ul.login-tabs li > a {
  display: block;
  height: 1.4em;
  background: #111;
  padding: 2px 6px 0px 6px;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #444;
  font-weight: bold;
  color: white;
}
ul.login-tabs .selected > a {
  background: #111;
  color: white;
  border-color: #eee;
}
ul.login-tabs li > a:hover {
  background: #3c3cdc;
  color: white;
}
#login-popup-submit {
  padding: 2px 6px;
  border: 1px solid #EAEAEA;
  margin: 10px;
}
#login-popup-submit:hover {
  background: #3c3cdc;
  color: white;
}
#login-popup-notices {
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
}
.tab-header-text {
  text-align: center;
  padding: 1em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.inline-image > .inline-thumb {
  float: left;
  clear: left;
}
P,
.inline-image + .inline-image > .inline-thumb {
  clear: none;
}
.inline-image + p {
  clear: left;
}
.inline-image + br + br {
  clear: left;
}
.inline-image > .inline-thumb {
  cursor: pointer;
}
.inline-image > .inline-thumb img {
  margin: 0.5em;
}
.inline-image .expanded-image .main-inline-image > img {
  border: 2px solid #000;
}
.inline-image .expanded-image-ui > .expanded-image {
  clear: both;
}
.inline-image .expanded-image-ui {
  padding: 0.75em 0 0.25em 0;
  clear: both;
}
.inline-image .expanded-image-ui .select-image {
  margin: 1px 3px;
  padding: 2px 6px;
  font-weight: normal;
  border: 1px solid #EAEAEA;
  display: inline-block;
}
.inline-image .expanded-image-ui .select-image:hover {
  background: #2828b4;
  color: white;
}
.inline-image .expanded-image-ui .select-image:focus {
  outline: none;
}
.inline-image .expanded-image-ui .select-image.selected-image-tab {
  background: #3c3cdc;
  color: white;
}
.inline-image .expanded-image-ui .edit-link {
  margin-left: 0.5em;
}
.batch-buttons form {
  float: left;
}
#hosting-referral {
  position: absolute;
  width: 25em;
  margin-left: -12.5em;
  left: 50%;
  padding: 0.5em;
  font-size: 150%;
  text-align: center;
  background-color: #008;
  -webkit-transition: top 0.2s ease-out;
  top: -8em;
}
#hosting-referral.shown {
  top: 1em;
}
table#history {
  white-space: nowrap;
}
table#history td.change {
  width: 100%;
  white-space: normal;
}
table .center {
  text-align: center;
}
table.nowrap {
  white-space: nowrap;
}
table td.wrap {
  white-space: normal;
}
table td.full {
  width: 100%;
}
div#news-ticker {
  padding: 5px;
  background: #222;
  border-bottom: 2px solid #666;
  overflow: hidden;
  margin: -1em -3em 1em;
  position: relative;
}
div#news-ticker ul {
  float: left;
  margin: 0;
  padding: 0;
}
div#news-ticker li {
  list-style-type: none;
  float: left;
  margin: 0 2em 0 0;
  padding: 0;
}
div#news-ticker .close-link {
  float: right;
}
/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */
