/theme/ - Custom Stylesheets

Someone has to do it.

Posting mode: Reply

Check to confirm you're not a robot
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Board Rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096

Manage Board | Moderate Thread

Return | Magrathea | Catalog | Bottom


Endchan's Javascript currently breaks Board CSS, please use the CSS in your browser instead until the problem is resolved.

Expand All Images


UI Modifications Anonymous 01/04/2016 (Mon) 17:48:59 [Preview] No. 3
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
Edited last time by cssguy on 01/04/2016 (Mon) 20:46:35.


Anonymous 01/04/2016 (Mon) 20:42:11 [Preview] No. 8 del
(170.55 KB 836x343 spoilers.png)
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;
}



Top | Catalog | Post a reply | Magrathea | Return