Replies

Nov 28, 2024 1 year ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

"Make Your Turn" and "See Results" buttons for battles, to above the weapons block/section?

Also, is there a way to resize the equip-table weapons

ie: [item2=Dark Fire Potion]

and Scrolls sections? As it is right now, if I have a bunch of one-time use equip-tables and several scrolls, it causing me to have to scroll down the screen alot, to get to the: Make Your Turn/See Results button. I do have some very old CustomCSS, but have no idea what it all means nowadays/how this stuff even works. lol ( I had someone make the CustomCSS I already have - like for the floating items to appear in the top left corner and some other stuff ). I can sMail the code I have, if it will help. Hope I am making sense. Help with this, if it can be done or if it can not be done... will be most appreciated! Peace! :)

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Dec 1, 2024 1 year ago
purring
is made of stardust
User Avatar

definitely possible, i can try whip something together based off of this description [:

  • move the "make your turn/see results" to above the weapon selection
  • make the weapon and scroll icons smaller - is this still necessary if i do the first thing?

i'll try to do both, let me know if there's something else you wanted that i missed

Dec 1, 2024 1 year ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

waves

To be honest, not sure if both is necessary. I am more of a "visual" person, so maybe let us try the moving the buttons first? :) Do you need what CustomCSS I already have? I know I see something to do with battle in it:

.battle-select {width: auto !important; } .battle-select.active, , {width:45% !important; } .battle-section-title {display:none; }

Tho, like I said... do not remember what it does. =/

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Dec 2, 2024 1 year ago
purring
is made of stardust
User Avatar

replace your code you showed me with this to move the buttons. i made the buttons larger and the same size too so they're easier to click .battle-ui-controls{display:flex;flex-direction:column;} .battle-ui-controls div:first-of-type{order: -2;} .endBattle{order: -1;} .endBattle h2{display:none;} ,.endBattle .btn{margin:25px 0;padding:20px 0;width:80%;}

i also tried something to make the potions and spells more compact. it makes two columns for each, and you have to hover over them to see the name (i'm hovering over Gale Force in this pic). .choices-box{text-align:left;} .potion-choice,.spell-choice{position:relative;width:42px;height:42px;display:inline-block;margin-right:2px;} .potion-choice img,.spell-choice img{position:absolute;top:0;left:0;} .choice-name{position:absolute;top:0;left:0;line-height:1;text-align:left;background:rgba(255,255,255,.8);opacity:0;padding-bottom:2px;z-index:999;} .potion-choice:hover .choice-name, .spell-choice:hover .choice-name{opacity:1;}

it looks a bit messy if a spell has a long name. if you don't like that and want it to cut off the name instead, use this one instead .choices-box{text-align:left;} .potion-choice,.spell-choice{position:relative;width:42px;height:42px;display:inline-block;margin-right:2px;overflow:hidden;} .potion-choice img,.spell-choice img{position:absolute;top:0;left:0;} .choice-name{position:absolute;top:0;left:0;width:42px;line-height:1;text-align:left;background:rgba(255,255,255,.8);opacity:0;padding-bottom:2px;} .potion-choice:hover .choice-name, .spell-choice:hover .choice-name{opacity:1;}

please feel free to try them out for a bit and see how you like it! if you want any changes let me know <3

Dec 2, 2024 1 year ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

Quote by purring
replace your code you showed me with this to move the buttons. i made the buttons larger and the same size too so they&;re easier to click
.battle-ui-controls{display:flex;flex-direction:column;}
.battle-ui-controls div:first-of-type{order: -2;}
.endBattle{order: -1;}
.endBattle h2{display:none;}
,.endBattle .btn{margin:25px 0;padding:20px 0;width:80%;}
</p>
<p>i also tried something to make the potions and spells more compact. it makes two columns for each, and you have to hover over them to see the name (i&;m hovering over Gale Force in this pic).

.choices-box{text-align:left;}
.potion-choice,.spell-choice{position:relative;width:42px;height:42px;display:inline-block;margin-right:2px;}
.potion-choice img,.spell-choice img{position:absolute;top:0;left:0;}
.choice-name{position:absolute;top:0;left:0;line-height:1;text-align:left;background:rgba(255,255,255,.8);opacity:0;padding-bottom:2px;z-index:999;}
.potion-choice:hover .choice-name, .spell-choice:hover .choice-name{opacity:1;}
</p>
<p>it looks a bit messy if a spell has a long name. if you don&;t like that and want it to cut off the name instead, use this one instead
.choices-box{text-align:left;}
.potion-choice,.spell-choice{position:relative;width:42px;height:42px;display:inline-block;margin-right:2px;overflow:hidden;}
.potion-choice img,.spell-choice img{position:absolute;top:0;left:0;}
.choice-name{position:absolute;top:0;left:0;width:42px;line-height:1;text-align:left;background:rgba(255,255,255,.8);opacity:0;padding-bottom:2px;}
.potion-choice:hover .choice-name, .spell-choice:hover .choice-name{opacity:1;}

please feel free to try them out for a bit and see how you like it! if you want any changes let me know &lt;3
This is so brilliant! No changes needed! I love the names on the items, especially the scrolls. Lucky, Spacial Abyss, and The Void scrolls are all the same color and having the names on hover is 😍

~

Please set up a junk trade and let me know how much to compensate you! :*

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Dec 4, 2024 1 year ago
purring
is made of stardust
User Avatar

no payment needed! i love doing these little helpful css addons so i'm glad to be of assistance <3 feel free to ping me directly in the future if you need help with something else like this!

Dec 4, 2024 1 year ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

Thank you so much and I know you said payment is not needed, but I sent you a little something. Peace!

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Please log in to reply to this topic.