| |

Darkseeker
|
--Categories-- Quality-of-Life + UI Addons Palettes Banner Shenanigans Miscellaneous ToS + Info, Words from Luma Edited at October 30, 2025 03:50 AM by Luma
|
|
|
| |

Darkseeker
|
--QoL + UI Addons-- --Warping Feedback Console for Explore-- | No more explore interactions being hidden by the scrollbar. Mostly useful if you're tired of constantly, accidentally running past important interactions (me with the Birdwatcher). This new console is a bit taller and will warp to accomodate a lot more text. |  | Code: .feedback-size, .feedback.text-sm {align-content:flex-start!important;align-items:stretch!important;min-width:200px!important;min-height:180px!important;overflow:visible!important;height:100%!important;padding-bottom:3%;} --Compacted Blog Follower+Following List-- | Inspired by a thread, I don't recall which one. This username list can get a bit long, to the point where it'll go off of the page. This css will compact and add a scrollbar when the list starts getting a bit too long. |  | | First row of code creates the changes in blogs, second row prevents scrolling boxes appearing in explore battle-scenes. | | Code: .row.mainlineblack div.col-6 {height:130px!important;overflow:scroll!important;} .child.child-2 .row.justify-content-between .col-6 .wolfhealth {height:100%;overflow:none!important;} --Tiny but Still Mighty Creatures-- | Smaller image sizes for enemies in battle-scenes. Prevents Moose from covering the attack button. |  | Code: .exp-size-monster.img-fluid, .exp-size-lg.img-fluid, .exp-size.img-fluid {height:50%;width:50%;} --Nav Dropdown Borders Deleted-- | I've seen a many a profile with those white borders in their dropdown menus. |    | ⁎Flashing light warning The 'bs-dropdown-link-active' css can cause very jarring flashes, when their colors are different from the background of your palette. They've been seperated so they're a little easier to find and alter. | | Code: .dropdown-menu {--bs-dropdown-border-color:hidden;--bs-dropdown-bg:none; --bs-dropdown-link-hover-bg:black; --bs-dropdown-link-active-bg:black; /*Font*/--bs-dropdown-link-active-color:black;} --⁎TBA⁎-- Edited at November 5, 2025 03:46 AM by Luma
|
|
|
| |

Darkseeker
|
--Palettes, Den Layouts-- --⁎TBA⁎-- Edited at October 30, 2025 03:50 AM by Luma
|
|
|
| |

Darkseeker
|
--Banner Shenanigans-- --⁎TBA⁎-- Edited at October 30, 2025 03:49 AM by Luma
|
|
|
| |

Darkseeker
|
Edited at October 30, 2025 03:49 AM by Luma
|
|
|
| |

Darkseeker
|
--ToS + Info-- | ⁎ In case a person new to the game is looking at this (hewwo), palettes are a premium-account feature and you can't apply any of this stuff to your den as is. (Realm>Marketplace>Barter>Apples>Apples and Premium Upgrades) ⁎ QoL section of css' are intended to be added to pre-existing palettes. Please don't try and contact me through this thread to help you make a palette. ⁎ I don't mind if css-shops sell palettes containing anything in this thread. Just at least be honest about where you got them from, a bit of credit would make me happy as well. ⁎ It doesn't matter to me if you alter/edit these. ⁎ If you try to add something and it doesn't appear, there may be a conflicting code you need to get rid of or change. ⁎ If a code breaks or changes a lot of things it's not meant to please DM me. ⁎Reminder⁎: These changes aren't native to the game, try to keep in mind that other people may not be able to see the same things that you can ;) | | Sorry it's a mess in here. I personally don't like making palettes very much but I do enjoy making little bits and bobs which I think are cool and helpful. It'd be a waste to keep them to myself seeing as I don't see myself buying premium many more times, so I'm dropping them in here where other people can maybe use them. Edited at October 30, 2025 03:49 AM by Luma
|
|
|