You're right, it's because Subeta automatically adds the backslashes to the code. You can try either the old one (without the backslashes) or this one
div[style='border: 1px solid ; -moz-border-radius: 5px; -webkit-border-radius: 5px; min-height: 75px; text-align: left; max-height: 180px; overflow: auto;'] { max-height:none !important; height:auto !important;}
If there are any backslashes please delete them in your CustomCSS code box :)
Thank you again. The new code works.
Ah that is a good one to add thanks ^_^ That oughta hold me over a little better than typing the web address in like I had been, but I do already have a looong list of bookmarks for getting to my favorite/harder to find features - it would rock if this one could still be added to the you lost page since it makes so much sense there - that's when we need it! :) Any other time it really doesn't need to be present so having it on my sidebar all the time - I'd want it at the top while doing battlequests/bosses/tbt, and the rest of the time I'd want it at the end so my other links wouldn't be knocked down the page. It's the little things lol
Not a big fan of putting pets in a scroll box. I don't have shrinkage or squishing problems for pet images. Putting the scrolling in a box doesn't make for less scrolling and now I can't see all my pets' tiers and such as easily. Plus I have to click the box to begin scrolling. Whereas before the page was auto selected on load so as a whole the scrolling was easier.
Thanks for CCS Maskros, that helps.
oh thats what people were talking about.
Mini Scroll boxes are probably more annoying for people with lots of pets.
For me it doesn't matter since I lock an infinity berry in my inventory and starve all my non-fighters so they don't show up to bother me.
[Center] [tp=thesovereign] :dmg🔥 [tot=thesovereign] :dmg🔥 [egg=thesovereign] [spoiler=Interesting High Score Tables][url=https://subeta.net/games/battle/scores.php?enemy=206]Paramesian Buttwing Bomber[/URL] [url=https://subeta.net/games/battle/scores.php?enemy=210]Paramesian Recycle Beast[/URL] [/Spoiler][/Center]
Would there be any way to make it so the scroll box doesn't activate unless you have enough pets eligible for battle that it goes into a second line? I only have one battle pet, but it still ends up in a scroll box, so when I click on him and then try to scroll I can't do anything for a couple seconds because the cursor is stuck in the box.
Or does anyone have any custom CSS to disable the scroll box portion?
The customCSS I posted at the beginning of this page disables scrollbox for pets :D
If you still want scrollbox but only want it for when you've got two lines of pets you can try this one
div[style='border: 1px solid ; -moz-border-radius: 5px; -webkit-border-radius: 5px; min-height: 75px; text-align: left; max-height: 180px; overflow: auto;'] { max-height:250px !important; }
If there's still a scrollbar you can adjust the max-height value to greater than 250px.
Ah, I don't know how I missed that it's at the top of the page. ;~;
Thank you for the code!
Don't worry about it. The thread is growing (which is a good sign) so it's easy to miss out on posts :D) Looks like the scrollbox proves more inconvenient for many than otherwise. I hope would consider removing it if it isn't popular. That one can be fixed with customCSS so it's quite easy for those who want a scrollbox for pets to fix it.
Yeah, I'm not sure it's really much better than it was before. It keeps all of the pets confined in the box, but if you have a lot of pets that you normally keep fed then you still might have to end up scrolling a bit to find the one you want to battle with. And for people who only have a couple of pets, there's no real need for the box.
I'm glad they are at least trying to make improvements to the battle pages though, it can be tedious with all of the clicking and scrolling.
Yeah, despite the UAs not considering cutting down the clicking for BQs at the moment I'm still holding my hope. Everything else can be fixed with CustomCSS but the excessive clicking is not something CustomCSS can improve on.
i am not a user admin,g osh.
And in some cases, we can't cut things down (like the battle quest going to more challengers etc). It's a matter of those are two different things of code, it's not all in one area. So there are things we'd like to do, we just can't. :p
I am going to work on some more of this soon, though! I've been busy the past few days (preparing for Passover etc) that I haven't had time.
No rush, please take your time. I'm grateful for all the changes you have made to the challenge page :D. And please excuse my loosely (and perhaps incorrectly) used terms XD I'm really not familiar with all the positions and roles of the admins and mods, since I have been only active in the forum for like, a year or so? :D
It's a pity the BQ end pages cannot be condensed, though. In that case I'll gladly take any improvement to the challenge page ^^
I AM CONTENT OVERLORD, or that's my unofficial title. :X
My plan is to work on the FAQ guide a bit more today and then go back to doing what I can to battle (including naming the div box so you can get the customcss fixed for people). Pets are most likely going to stay in the box because overall it matches how other things that overflow on the page work, like on the custom set section where if you have a lot of weapons you scroll in that box. If you have a lot of pets, you scroll in the box. Having things work the same I feel like is better? I LIKE ELEMENTS THAT ARE BALANCED.
Lol glad I spot an undercover ua.
I can live with either option; whether pets are in a box or not are fine to me. I just feel that if those who want a scroll box for pets are in the minority then it would be better if things are kept as before and we can use the custom code instead?
Amber - You can't officially call yourself CONTENT OVERLORD until you fix number 1 on the list. But once you do, I know someone who might even be able to make that a forum title.
(spoiler - its you.)
[Center] [tp=thesovereign] :dmg🔥 [tot=thesovereign] :dmg🔥 [egg=thesovereign] [spoiler=Interesting High Score Tables][url=https://subeta.net/games/battle/scores.php?enemy=206]Paramesian Buttwing Bomber[/URL] [url=https://subeta.net/games/battle/scores.php?enemy=210]Paramesian Recycle Beast[/URL] [/Spoiler][/Center]
I haven't been able to do anything else yet, but I did manage to add an ID to that box! 'id='petselect'' is what you'll want to grab for the pet scroll box :)
: thank you so much, I'll fix the code and ping anyone interested in removing the scrollbox option :D
[edit]
Hi since has assigned an id to the original div here's a much cleaner line of code to put in your customCSS box to remove the scrollbox for pets.
{ max-height:none !important; height:auto !important; }
I guess the old code should still work but hey, the less scrolling in the customCSS box the better I guess!
Thank you for the new code! The tag makes it easier to tell what the code is for too, so that's nice ~
Thank you!
...erm... is there a code for removing the bottom scroll bar on the still existing box/frame? I find it utterly disturbing, esp. because it has no obvious right to exist, since it serves no purpose, the pets still being disfigured by the window size.