user.css
Hi all,
changelog to 2.5 lists the possibility of adding a user.css - where does this file have to be placed?
Thanks!
m.
by m.rambaldi, (4683 days ago)
Hi all,
changelog to 2.5 lists the possibility of adding a user.css - where does this file have to be placed?
Thanks!
m.
by GROrphan, (4680 days ago) @ m.rambaldi
Place user.css in root directory and delete the file /public/all.css
by m.rambaldi, (4678 days ago) @ GROrphan
Thanks.
Did as you wrote, but after doing a refresh in the browser, the file "all.css" just reappears and the "user.css" is ignored.
by GROrphan, (4677 days ago) @ m.rambaldi
It is OK. Public/all.css should now contain your user.css file. Cf. http://screenshooter.net/data/uploads/yc/sd/dvkv.jpg
by m.rambaldi, (4675 days ago) @ GROrphan
Hi,
doesn't seem to work. I deleted the "all.css" in "public" and created an empty "user.css" for testing purposes in the root directory.
After pressing "reload", the "all.css" reappeared in "public" with 29k and all styles were still as before.
by GROrphan, (4675 days ago) @ m.rambaldi
You have to remove all.css after each change in user.css Delete public/all.css again and try to use my user.css file. It should work like a charm.
by m.rambaldi, (4673 days ago) @ GROrphan
Seems I'm doing something wrong here.
1) Delete "all.css" in "/public" (~29k)
2) Copy your "user.css" to "/" (~26k)
3) Press "Reload" in the browser
4) A file called "all.css" appears in "/public" with ~45k
by GROrphan, (4673 days ago) @ m.rambaldi
Press Ctrl + F5 to clear cache and refresh page. 
by m.rambaldi, (4673 days ago) @ GROrphan
Hi,
it seems the "user.css" is appended at the end of the other css files, and so setting a different background-color (for example) won't work until the background-image is deleted using "background-image: none" ...
Thanks for all the help!
by jaegerschnitzel, (4659 days ago) @ m.rambaldi
same here for me!
I think this is a bug. I'm doing my changes now directly in the "all.css" until this is fixed.
by Francky04, (4359 days ago) @ jaegerschnitzel
Hi,
This seems to work now (selfoss 2.10), at least for me.
Thanks GROrphan for your advice.