/theme/ - Custom Stylesheets

Someone has to do it.


New Reply on thread #3
X
Max 20 files0 B total
[New Reply]

[Index] [Catalog] [Banners] [Logs]
Posting mode: Reply [Return]


This thread is mainly meant for standalone changes to the CSS, no major overhauls.

This can mean changes related to positioning, hiding things, text colors, mascots, etc. Functional changes.

If it is combined with major color changes, please post it under Themes here  >>/2/
thumbnail of spoilers.png
thumbnail of spoilers.png
spoilers png
(170.55 KB, 836x343)
Old Spoilers
version 1

Makes spoilers black on black, and white on black when you hover.

CSS


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

.spoiler:hover {
    color: #FFF;
    background-color: #000;
}


Post(s) action:


Moderation Help
Scope:
Duration: Days

Ban Type:


1 replies | 1 file
New Reply on thread #3
Max 20 files0 B total