this post was submitted on 18 Jun 2023
337 points (99.1% liked)

Lemmy.World Announcements

29098 readers
19 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to info@lemmy.world e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 2 years ago
MODERATORS
 

Reddit refugee here.

I have really started to like Lemmy and love the fact that it's free and open source, but I wasn't feeling so home with the UI, so I found nice looking style from https://userstyles.world/style/10345/lemmy-world but I personally prefer dark theme so I adjusted some colours and made the radiuses and margins bigger. I thought that maybe someone will find this useful and hence I decided to post it here. I am not a professional programmer, just a guy who likes to tinker with computers so this style may not be perfect. Critique, feedback and suggestions are welcome.

Edit: The colors are from reddit and if you want the colors to look more like the original lemmy, change the bg primary and default to hex #303030 and #222222. I really like this color scheme too

--bg-primary: #303030;
--bg-default: #222222;

Edit2: I have now made some small adjustments using the feedback and suggestion I got from you. I'm really grateful for the feedback :)

I also have now two styles, which have slightly different color scheme https://userstyles.world/user/VILPAUTOEE

Keep the feedback coming ;D Thx

(page 2) 34 comments
sorted by: hot top controversial new old
[โ€“] Cantstopthesignal@lemmynsfw.com 2 points 1 year ago (1 children)

I love this so much, but is there any way to either move the floating bar tighter to the top of the page so it doesn't obstruct posts as much, or turn off it's floating?

load more comments (1 replies)
[โ€“] KLISHDFSDF@lemmy.ml 1 points 1 year ago

Super awesome! Appreciate the UI upgrade.

[โ€“] tallwookie@lemmy.world 1 points 1 year ago
[โ€“] Mihuy@lemmy.world 1 points 1 year ago (1 children)
load more comments (1 replies)
[โ€“] Kangy@lemmy.world 1 points 1 year ago

I really like the look of that! Thanks for sharing!

[โ€“] subzero12479@lemmy.world 1 points 1 year ago

I love it, thanks a lot. :) You could add "feddit.de" as a domain as well, it's the same but for German communities.

[โ€“] that_ginger_one@feddit.uk 1 points 1 year ago

Oh nice! Never used any CSS or user.styles stuff before, but that was easy and worked.

Now watch me be too stupid to try an ever change anything about it for myself...

[โ€“] quinten@lemmy.world 1 points 1 year ago

I'm new to installing custom themes like this and cannot find documentation on the userstyles.world website. Anyone have a description on how to install it?

[โ€“] rr7@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (1 children)

I love it! Any possibility to change the ugly teal/green link color to something else? Orange maybe?

[โ€“] 1337tux@lemmy.world 0 points 1 year ago (1 children)

A quick fix to that is, if you change the theme from your lemmy settings to darkly-red. I will look into that ;)

[โ€“] rr7@lemmy.world 0 points 1 year ago (1 children)

Great work, looking forward to it!

Also, is it possible to lower the overall (but not alla) font size? Some elements gets way too small though if I zoom out the entire page (ctrl+down). I think it is mostly titles and general text that could be lowered.

[โ€“] 1337tux@lemmy.world 0 points 1 year ago (1 children)

Sure ;)

This should do the trick. Just add this to the style. It also changes the color of the links to orange, even if you have darkly theme. You can then adjust the size of the fonts according to your taste.

body {
  font-size: 0.8rem;
}

.h5, h5 {
  font-size: 1rem;
}

a {
  color: #ff8300;
}
[โ€“] rr7@lemmy.world 1 points 1 year ago

Thank you! I fiddled around with the values and this is what I came up with:

body, .form-control {
  font-size: 0.8rem;
}
    
.h5, h5 {
  font-size: 1rem;
  font-weight: 600;
}

.small, .btn {
  font-size: 0.75rem;
}
 
.badge {
  font-size: 85%;
}

.text-warning {
  color: #ffdd55 !important
}

Btw, I noticed the arrows above and under the total votes wandered away. Is it possible to fix?

load more comments
view more: โ€น prev next โ€บ