/* 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;
}
