Categories > Coding > CSS >
WRD Simple CSS
Posted
I got annoyed by the default border-radius so i make this.
Also i make the top bar stick to the top so i can going to any page in lightspeed.
And im fan of Mulish font so why not to add it + fixing reply thing
U can use stylus for this or whatever
Dogwater code ik but works ig ✌✌
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
* {
font-family: "Mulish"!important;
}
.theme1, .round {
border-radius:5px;
}
.theme2 {
margin-right:0px!important;
}
.thread_replycontent {
padding-top: 15px!important;
}
.thread_replytime {
font-size: 15px;
padding-top: 15px!important;
}
#navigationbar {
position:sticky;
top:0px;
}
Here how it looks:
https://prnt.sc/B8kf_MEfaDIT
A generic in /quote "programmer"
Replied
damn looks pretty good ngl, vouch
Cancel
Post
Replied
Pretty cool not going to lie, gives me a 2020 forum UI vibe
You can actually import custom CSS using DavidTube's WRD plugin, https://wearedevs.net/forum/t/25032
Cancel
Post
Replied
Hmm yes pretty cool
Cancel
Post
https://cdn.discordapp.com/attachments/895548946578030592/959378680763805736/hi_ricecracker.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post