Question Trying to make a dark theme
- HerzScheisse
- Offline
- New Member
Less
More
1 week 5 days ago - 1 week 5 days ago #21
by HerzScheisse
webtrees 2.1.20 - modules: all vesta, faces, legal notice, privacy policy, fancy treeview, fancy research links
Linux Ubuntu | PHP 8.3.3 | MariaDB 10.5.23 | rewrite_urls="1"
Replied by HerzScheisse on topic Trying to make a dark theme
Hey @ekdahl
Thank you very much for this awesome theme...I really like this one!
I've played a bit with this theme and already created a PR for the mising News Menu Item in the Navbar...
If soemone is interessted in adjusting the header, here is what i modified:
in theme.css
and
which then results in:
Thank you very much for this awesome theme...I really like this one!
I've played a bit with this theme and already created a PR for the mising News Menu Item in the Navbar...
If soemone is interessted in adjusting the header, here is what i modified:
in theme.css
Code:
.wt-site-title { font-size: 30px; color: #347D39 !important; text-shadow: -1px -1px 0 #C5D1DE, 1px -1px 0 #C5D1DE, -1px 1px 0 #C5D1DE, 1px 1px 0 #C5D1DE; letter-spacing: 2px; }
and
Code:
.wt-site-title::before { font-family: "Font Awesome 6 Free"; font-size: 32px; vertical-align: middle; display: inline-block; margin-right: 1rem; content: url(https://www.eisold.family/public/website_logo_65.png); }
which then results in:
webtrees 2.1.20 - modules: all vesta, faces, legal notice, privacy policy, fancy treeview, fancy research links
Linux Ubuntu | PHP 8.3.3 | MariaDB 10.5.23 | rewrite_urls="1"
Last edit: 1 week 5 days ago by HerzScheisse. Reason: formating
Please Log in or Create an account to join the conversation.
- ekdahl
- Topic Author
- Offline
- New Member
Less
More
- Posts: 28
1 week 4 days ago #22
by ekdahl
Replied by ekdahl on topic Trying to make a dark theme
Thanks, glad you like it!
I've accepted the PRs.
I've accepted the PRs.
Please Log in or Create an account to join the conversation.
- ekdahl
- Topic Author
- Offline
- New Member
Less
More
- Posts: 28
1 week 23 hours ago #23
by ekdahl
Replied by ekdahl on topic Trying to make a dark theme
I've continued doing some small enhancements to the theme the last days.
The theme now use palette colors for the custom module webtrees-fan-chart
The theme now use palette colors for the custom module webtrees-fan-chart
Please Log in or Create an account to join the conversation.