/*
 * Name: czchan
 */

/* Body */
html body {
  
	background: #ffe url("/.media/3f410c35e70632eb457bbf2940b0e20f-imagepng.png") repeat 0 0;
  color: #800000;
}

/* Nav Bar / Header */
html nav {
  background-color: #F0E0D6;
  color: #B86;
  border-bottom: 1px solid #800;
}

html nav a {
  color: #800;
}

html .boardHeader p {
  color: #af0a0f;
}

/* post form */
html .form-post th {
  background-color: #EA8;
}

/* thread/post report and management form */
html .contentAction, html #transferControls, html #ipDelete {
  background: #f0e0d6;
  border-color: #d9bfb7;
}

html .threadPages, html #divPages {
  background: #f0e0d6;
  border-color: #d9bfb7;
}


/* posts */
html .innerPost, html .markedPost {
  background: #f0e0d6;
  border-color: #d9bfb7;
}

html .markedPost {
  background-color: #f0c0b0;
}

html .linkName {
  color: #0F0C5D;
}

html .linkName:hover {
    color: #ff0000;
}


html .noEmailName, html .noEmailName:hover {
  color: #117743;
}

html .linkName:not(.noEmailName)[href="mailto:sage" i] {
color:red;
}

html .linkName:not(.noEmailName)[href="mailto:sage" i]::after {
content:" [SAGE]";
color:red;
}

Apaga isso:
html .linkName:not(.noEmailName)[href="sage" i] {
color:red;

}

&::after {
content:" [SAGE]";
color:red;
}

html .quoteLink {
  color: #ff0000;
}

html .linkSelf {
  color: #800000;
}

html .linkSelf:hover {
  color: #d00;
}

html .linkQuote {
  color: #800000;
}

html.linkQuote:hover {
  color: #d00;
}

html .labelSubject {
  color: #d00;
}

html .labelRole {
  color: #ff0000;
}

html .divBanMessage {
  color: #ff0000;
}


/* markdown */
html .greenText {
  color: #789922;
}

html .redText {
  color: #d00;
}

html span.spoiler {
  background: #000;
  color: #000;
}

html .spoiler:hover {
  color: #800000;
  background-color: #f0e0d6;
}

/* catalog */
html .red {
  color: #af0a0f;
}

html .catalogCell {
  bac