You need to paste into the CustomCSS page. You can find it under the menu, personal->Dashboard, then from the menu across the top of the page, CustomCSS.
Or just Click here to go there directly.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
I may have just overlooked this somewhere...
I succeeded to move the "Make Your Turn" button to the top of my screen when battling...But I cannot seem to find a way to move the "See Results" button also go up there. Any advice?
Can you post the code you're using right now for the Turn button? I can add on the rest :)
sure!! and thank you! ;3;
/* keep fight button up? */
input[value="Make Your Turn"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 2px 0;
margin: 3px 0;
}
updating my customCSS for the first time since 2019 and hot damn does this site look spiffy now! great work!!!!! i have a degree in java now so my opinion means even more now
A degree? Respectfully avert your eyes from my stinky javascript. [edit] I haven't posted on this thread in a long time, thinking about pushing a big update and making a new thread, big backlog of stuff, some of which is already done just not online yet x_x
Happy new year CSS friends.
I look forward to seeing what new features you'll give us <3 ~I am far too lazy to do custom css so it means the world to me that you take the time to do this, thank you!
Here's some basic code to help you battle the Hydra! I have something much better in the works but it's not ready, stay tuned after the war!
β’ Moves the attack button to top to reduce mouse movement
β’ Moves total healing and damage to top to reduce scrolling
β’ not very polished/perfect so not added to the site, only posting it right here
/** basic boss battle css - Sorcerer */
/ --remove height limit on arena /
-ui-main {
height: unset !important;
}
/ --move turn button to top /
.battle-ui-controls {
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
}
.battle-ui-controls > div:first-child {
order: 1;
}
/ --move total heal/damage to top */
, {
position: relative;
margin-top: 100px;
}
> p:nth-last-child(2),
> p:nth-last-child(2) {
position: absolute;
top: -50px;
}
> p:nth-last-child(1),
> p:nth-last-child(1) {
position: absolute;
top: -100px;
}
[edit]
Shit did it ping battle group? Curse you sCode! Sorry about that.
I could use this plz ping when you have finished with it.
Has anyone told ya lately, how full of awesomesauce you are? Well if not... Here to say you surely are. Thankies for all that you do and your site. Peace! :D
P.S. Is there a way to put the buttons for: Fight This Opponent Again and Back to Challenge Page - to the top of that page?
Yes! Thank you ! Bits of your code is sprinkled through out my CSS.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
This is so helpful, thank you so much! ^_^
Thanks everyone, hoping to have a big announcement soon, I have too many half-finished projects! :P
Totally doable and on my list for battle improvements to release ;)
Makes me want to do my Battle Quests now. Thank you!!

Wow, thought I had responded back, but didnt. Apologize, dont want ya to think I was ignoring ya. =/
That is going to be soooo awesome, having those button up top. :D
Having the damage at top, I was able to see how much I was doing each round against Hydra and it was pretty sweet. :) ( and now for other opps too ). Before, I would have to scroll wayyyyyy down. :K LoL Peace!
[box=#e5f2ff]
I posted the code here on PasteBin (only one version is on MY site for now, since it's a pain to update lol)[/box]

hi there! I copied the default version code but it isn't animated as it should. Idk what I am doing wrong. I removed the previous floating item code which is just to fix it at the top left of the screen
I'm totally clueless when it comes to HTML LOL
I've tried both and they don't float for me either. I'm on Google Chrome Version 100.0.4896.127 (Official Build) (64-bit), which is the latest version.
Crap! Subeta turned "keyframes" into "User not found: keyframes". Copy it from this pastebin instead and let me know, I'm on my phone so can't really test it.