Categories > Coding > CSS >

WRD Simple CSS

Posts: 42

Threads: 5

Joined: Apr, 2022

Reputation: 0

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

  • 1

A generic in /quote "programmer"

Posts: 511

Threads: 32

Joined: Aug, 2021

Reputation: 58

Replied

damn looks pretty good ngl, vouch

  • 1

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

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

  • 1

Unfairroblox91

still no com back

Posts: 224

Threads: 1

Joined: Nov, 2021

Reputation: 10

Replied

Hmm yes pretty cool

  • 0

https://cdn.discordapp.com/attachments/895548946578030592/959378680763805736/hi_ricecracker.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )