<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.linkPreview, .hidePost, .delLink {
    display: none !important;
}
.linkName:not(.noEmailName)[href="mailto:sage" i]::after {
  content: "";
}

.innerOP {
    counter-reset: postnum -1;
}
.linkQuote:after {
    color: green;
    font-weight: bold;
    counter-increment: postnum 1;
    content: " #" counter(postnum);
}
body {
    font-size: larger;
}

/* Look mum, I can center elements!! */
#top, #bottom, #newPostFieldset {
    display: flex;
    justify-content: center !important;
    margin: 10px;
}
#newPostFieldset {
    border-radius: 5px;
}
.wider, #fieldMessage {
    margin: 5px;
}

#flagCombobox &gt; option:hover {
    border: none;
}
#captchaImage {
    border: 3px solid #000;
    border-radius: 3px;
}
.captchaTimer {
    display: flex;
    justify-content: center;
}
#fieldCaptcha {
    width: 300px;
}

.postCell &gt; .innerPost {
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
}

.labelCreated::after {
    content: " |";
}


.linkQuote::after {
  font-weight: bold;
  counter-increment: postnum 1;
  content: " - #" counter(postnum);
}</pre></body></html>