40210d No.528
>no tommorow
>no dark
20b60c No.544
wish the catalog was wider and the default thumbnail was less ugly
2ee2bd No.832
Seriously what's that about?
I nearly didn't even bother with this board because it's just fucking stupid
I appreciate that someone put the time in to make the skin, and I like it, but I'd prefer having options
0cf03a No.833
>>832It's to hide image thumbnails. changing to a normal css would reveal them.
2ee2bd No.834
>>833What's wrong with image thumbnails?
0cf03a No.835
>>834this is intended to be a textboard. If we had image thumbnails, it would just be an imageboard.
2ee2bd No.837
>>835That makes sense, would still prefer a dark theme but at least I understand now
0cf03a No.838
>>837I'll make a dark theme tomorrow. Shouldn't be too hard.
2ee2bd No.839
>>838Wow thanks man, are you a mod?
27de04 No.851
>>839
body{
background:#1d1f21;
color:#C5C8C6;
}
div[id^="thread_"],form:first-of-type{
background-color:#282a2e;
background-image:url('none');
border-color:#81A2BE;
}
div.post.reply{
background-image:url('none');
background-color:#1d1f21;
border-color:#81A2BE;
}
p.introspan.name{
color:#C5C8C6;
}
p.introa.emailspan.name{
color:#81A2BE;
}
p.introspan.subject{
color:#B294BB;
}
div.blotter{
color:#C5C8C6;
}
headerdiv.subtitle,h1{
color:#C5C8C6;
}
formtabletrth{
background:nonerepeatscroll0%0%#1d1f21;
}
div.post.reply.highlighted{
background:#656573;
}
.options_tab{
background:#656573;
}
try using this as a custom CSS. Unfortunately, it will break other boards unless you select something other than [custom].
Post last edited at