I'm not sure how useful others will find this, but I figure I'd share anyway c:
This is the code I use to make the shoutbox a little prettier and easier to read. It keeps the background colors (since those are fun) but mutes the color beneath the text. You kinda have to see it to know what I mean, so give it a try :)
.shoutbox_shout{color:!important;position:relative;margin:3px;border:0!important;}
.shoutbox_shout:before{content:'';background-color:;position:absolute;right:0;top:20px;left:0;bottom:0;z-index:-3;}
.shoutbox_user{border-radius:unset!important;border:0!important;font-weight:normal;}
.shoutbox_user a{color:!important;font-size:110%;}
And here is a quick link to your custom CSS page where you can paste it in as-is.
Pinging (sorry if this was a double ping!!)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Ohh awesome, thanks for the code ^_^
I can bite to give out Crack Head and Love Bug virus!
Thanks!! love the change
Working on: Battle pets. Tier 5 and 12
SPOILER (click to toggle)
holiday links
that's clever! Thank you.
The way some people spell makes me wonder about their pronunciation. My CW shop, and my ping group
Thanks bb! It'll make things so much easier to read now.
Thanks so much.
Is there a way I can follow you Incase you post more helpful stuff?
Skins: Befowled, Brain Rot, Bubble Jelly, Caterkiller, Clusterflux, Creeping, Cryomorph, Deathgrip, Eau de Ceased, Escargloom, Faceworm, Flourishing, Focused, Fungus, Gummy Squirm, Hatchling, Heartburn, Ikupox, Jolly Rotter, Lotus, Magma, Moisturised, Muerte Fuerte, Naughty Nip, Paint pour, Patchwork, Pinkie Patch, Queasea, Sickura, Snack O Lantern, Stinging , Vapors, Threadful, Transmewtation, Unbothered,
These are the codes I shared in my profile ^^
change shoutbox attributes (obviously change to your liking!)
.shoutbox_shout {
background: !important;
color: !important;
font-family: Tahoma !important;
font-size: 10pt !important;
}
Code to change the shoutbox link colors! This includes username and comment bubble.
.shoutbox_shout a:link { color: ; }
.shoutbox_shout a:visited { color: ; }
.shoutbox_shout a:hover { color: ; }
.shoutbox_shout a:active { color: ; }
See the first post!
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights