nr458h
24 February 2020 14:16
1
This is my acutall joplin-look. I only used the debugging-tool
As you can see this is not finished, so the questions thar rised during configuration:
How to make the viewer pane also black
how to make all the litle lines in-between black (they are all div, but if I make div black, everything goes lack ^^)
how to make the little part in front of the checkbox black?
any idea how to beautify the search and the title-bar?
Thanks for your help (and when I'm finished I will provide my css file of course
Edit: I was able to show how I want it to look like with de debugging tool:
2 Likes
I'm looking too for a way to make tile lines black. How did you make disappear the search border lines, instead?
It would be very nice if you could share your userstyle.css
and userchrome.css
files, @nr458h
nr458h
24 February 2020 16:59
3
How did you make disappear the search border lines, instead?
I used this settings for the input (search and title):
input {
border-radius: 25px !important;
outline: none;
background-color: #263238 !important;
border: none !important;
}
It would be very nice if you could share your userstyle.css
and userchrome.css
files, @nr458h
Of course - I'm going to - but this is not very solid at the moment and not commented - so in my opinion very useless. And solving the tile lines and the task problem has also a impact on the styling.
Propaply @tessus has an idea of how to solve this problems:
nr458h:
How to make the viewer pane also black
how to make all the litle lines in-between black (they are all div, but if I make div black, everything goes lack ^^)
how to make the little part in front of the checkbox black?
any idea how to beautify the search and the title-bar?
1 Like
Thank you very much!
Another little question: How did you change the whole background color?
nr458h
24 February 2020 17:47
5
thats why I want to provide a commented and full css.
But to answer the question: this are different div classes (div.sidebar, div.header, div.xxxx) I'm not on my computer right now. If you can wait some hours otherwise you need to look up the classes with the debugging console
@moderators : after I provided the css probably we can remove this comments?
1 Like
tessus
24 February 2020 22:09
6
I'm really bad with css. It took me a very long time just to write the few lines of css which I use now.
@moderators : after I provided the css probably we can remove this comments?
Just let me know which ones I shall delete, when you are ready to get rid of the comments.
nr458h
24 February 2020 22:25
7
Than we need to ask @laurent