Here is the lynxchan css if you want it to see if you dont still have it. I guess lynxchan css doesnt work on vichan right?
Is it possible to disable the captcha? It makes so annoying
body {
color: #eee;
background: #0C0C0C;
font-family: 'Hack', monospace, sans-serif;
background-image: url(https://files.catbox.moe/pbrllq.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
}
nav {
background-image: linear-gradient(to left, #0033cc, #000000, #000000);
border-bottom: 1px solid #0099ff;
}
.coloredIcon {
color: #0099ff;
}
.catalogCell {
background: #000000;
border: 1px solid #0099ff;
}
input, select, textarea {
border: 1px double #acacac;
background: #000000;
color: #EEE;
}
input[type=button], input[type=submit], button, .dropzone, .selectedCell
{
border: 3px double #acacac;
background: #000000;
}
#postingForm th {
border: 1px solid #0099ff;
background: #000000;
}
#newPostFieldset, #quick-reply table, .modalDecorationPanel {
border: 1px dashed #0099ff;
}
hr {
border-color: #0099ff;
}
.reportFieldset {
border: 1px dashed #0099ff;
}
.noEmailName, .noEmailName:hover {
color: #0099ff;
}
a {
color: #00D2FF;
}
.sideCatalogCell, .sideCatalogMarkedCell {
background: #232222;
background-color:rgba(0, 0, 0, 0.4);
border: 1px solid #0066ff;
border-radius: 8px;
}
#divLatestPosts .latestPostCell {
background: #0000ff;
border: 1px solid #0099ff;
}
.innerPost, .markedPost {
border: 1px solid #0099FF;
overflow: auto;
padding-right: 0.5em;
padding-left: 0.25em;
padding-top: 0.25em;
border-radius: 10px;
}
hr {
height: 0px;
border-width: 5px medium medium;
border-style: dashed none none;
border-color: rgb(0, 153, 255);
}
.panelBacklinks a {
color: #0099ff;
text-decoration: underline;
}
.panelBacklinks a:hover {
opacity: 1;
color: #0099ff;
}
.quoteLink {
color: #0099ff;
text-decoration: underline;
}
a:hover, .glowOnHover:hover {
text-shadow: 1px 0px 0px;
color: #0099ff;
}
#labelName {
color: #0099ff;
}
#labelDescription {
color: #0099ff;
}
.linkSelf:hover, .linkQuote:hover {
color: #0099ff;
}
#selectedTab {
color: #0099ff;
}
#themeSelector {
color: #0099ff;
}
.floatingMenu, #quick-reply table {
background: #000000;
}
.linkSelf{color: #0099ff;
}
.linkQuote{color: #0099ff;
}
input[type="button"], input[type="submit"], button, .dropzone, .selectedCell{
color: #EEE;
}
.extraMenu, .hideMenu {
color: #AAA;
}
.labelYou {
color: #0099FF;
font-weight: normal;
font-style: italic;
padding: 0 3px;
}
.quoteLink.you:after {
content: " (You)";
color: #00D2FF;
}
.linkName {
color: #00D2FF; /* color of username in posts */
font-size: 14px;
font-weight: bold;
}
.linkName:hover{
color: #0099FF
}
.linkSelf {
color: #0099FF !important; /*color of 'No.' on posts */
}
.linkQuote {
color: #0099FF !important; /*color of of the actual number for a post */
}
.linkQuote:hover {
color: #0099FF !important; /* color when hovering over a post number */
}
a[href*=".html#"] {
color: #00D2FF; /*color of >> links*/
}
span.quote {
color: #00D2FF; /*color of >> links*/
}
/* markdown */
span.spoiler{
background: #121212;
color: #121212;
padding: 0 3px;
}
.spoiler:hover{
color: #FFF;
background: #121212;
}
.orangeText {
color: none;
}
.greenText {
color: none;
}
.redText strong {
color: #00D2FF;
text-shadow: 0px 1px 1px black, 0px 1px 1px black, 0px 0px 1px black, 0px 0px 1px black;
font-weight: bold;
font-size: 50%;
}