/* NOTE This file is for linking styles only used on the forum, it overloads normal common */

a[href^="https://forum.melonland"]::before
{
	display: none;
}

.signature {
  max-height: 250px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* Profiles */
#profile_comments .content::after {
  content: "";
  display: block;
  clear: both;
}

#creator .content dl {
  overflow: hidden;
}

/* Quick reply fixes */
#quickreplyoptions textarea,
#quickreplyoptions .sceditor-container {
  min-height: 100px !important;
}

/* Shoutbox stuff - why is this here?? */
#shoutbox hr {
  border: 0 !important;
  margin: 4px !important;
}

#shoutbox_error {
  display: none !important;
}

/* Ignored Topics listing */
a.ignored_topic, a.ignored_topic:visited {
  font-style: italic;
  opacity: 0.3;
}

/* Board index icons */
td.board_icon_cell {
  text-align: center;
  vertical-align: middle;
  width: 48px;
}

td.board_icon_cell img.board_icon {
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
}

/* Super quotes collapsing, now in common.js! */
.quote_collapse blockquote.bbc_standard_quote {
  max-height: 150px;
  overflow: hidden;
}

.quote_collapse blockquote.bbc_standard_quote.quote_open {
  max-height: none;
}

blockquote.quote_folded {
  margin-bottom: 21px;
}

.bbc_quote_footer {
  font-size: 13px;
  text-align: center;
  background-color: rgb(252, 252, 255);
  padding: 0px 20px;
  border: 1px solid #D7D7D7;
  border-top: 1px none black;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: block;
  outline: 0;
  position: relative;
  right: -40%;
  width: 150px;
  bottom: 20px;
  clear: both;
}
