Wolf Play Game

Wolf Play Game
 Spring Month: 1   Day   Sunny
    
Mon 07:38am  
Packs Online:  57 
Chatbox

Log in to view the Chat.

Refresh

You must be a registered member for more
than 1 day before you can use our chatbox.


Quests

Embark on a Quest.

Alliance Battles

Join an Alliance.

Challenges

Hourly Damage Variances
Jackal : +5
Red Fox : +3
Badger : +4


WolfPlay Game
Chatbox

Log in to view the Chat.




Refresh

You must be a member for more than 1 day before you can chat.

Forums

→ WolfPlay is a fun game! Sign Up Now!


My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following

Forums > Member Help > Guides
   1   ..    43    44    45    46 

Custom Palette CSS stylesSeptember 25, 2025 09:20 PM


TheCuteHuskyPack

Darkseeker
 
Posts:1619
#3111797
Give Award
Never mind, I found it

Edited at September 26, 2025 02:12 PM by DarkAngels
Custom Palette CSS stylesSeptember 28, 2025 05:54 PM


distant-lands

Darkseeker
 
Posts:1602
#3112042
Give Award

1
little confused on this one. the code to change the pack happiness bar color / character attributes is breaking the rest of the palette and forcing the profile color and parts of the wolf page to also be white; making the font difficult to read. i don't want to change the font color because than the rest of the site will be hard to read >.> does anyone have a better code for it, or know what i'm doing wrong here?
..
.
screenshots:
the code i'm using:

/* Pack Happiness Bar Color */

.mainlineblack .mainlineblack div {

border-radius: 0px !important;

background: rgba(232,223,221,0.7) !important;

}

.....

/* Wolf CP Bar Color */

#rightcolumn .mainlinegr div {

background: rgba(232,223,221,0.75) !important;

border-radius: 0px !important;

border: 1px solid black !important;

}

Custom Palette CSS stylesSeptember 28, 2025 11:01 PM


Luma

Darkseeker
 
Posts:506
#3112099
Give Award
Distant- You'll have to insert your own code into these, but you can basically replace both of your ones with:

-------------------------------------------

/*Wolf CP Bar, background color, remember to add !important after everything*/
div.progress {background-color:#000!important;}


/*Wolf CP Bar, color, wolf health color, familiar background color, remember to add !important after everything*/
.progress-bar.text-start {background-color:#000!important;}


/*Pack Happiness Bar, background color, remember to add !important after everything*/
div.col-12.mainlineblack.text-center .mainlineblack.text-vs td div {background-color:#000!important;}

/*Pack Happiness Bar, color filling, familiar health color, remember to add !important after everything*/
div.col-12.mainlineblack.text-center .mainlineblack .mainlineblack tbody tr td div div {background-color:#000!important;background-image:none!important;}


-------------------------------------------

Edited at November 10, 2025 05:33 AM by Luma
Custom Palette CSS stylesSeptember 29, 2025 07:46 PM


distant-lands

Darkseeker
 
Posts:1602
#3112196
Give Award
thank you so much 🙌 i'm gonna try this and see if it fixes things.
Custom Palette CSS stylesOctober 3, 2025 10:10 AM


Mushroom Addict

Darkseeker
 
Posts:451
#3112577
Give Award
Does anyone have a full layout for the CSS that works? I have tried to keep updating mine but everytime I touch something I mess it up and I don't know how to fix it. If you do please pm me, I was hoping to talk to someone expeirienced as my coding classes haven't been helping me very much.
Custom Palette CSS stylesNovember 10, 2025 02:05 AM


Ashallayn

Neutral
 
Posts:14
#3116683
Give Award
Hi! Is there a code for this? Having the same issue

Night Shade said:
Is there a code for the packs online and friends online pages? They seem to be broken for most custom palettes.
°
Also what is the code for the background for the mobile version and is it in the default code?


Custom Palette CSS stylesNovember 10, 2025 02:09 AM


Reficul

Forum Moderator
Lightbringer
 
Posts:3883
#3116684
Give Award

At the moment, there is not. I don't think Eve ever turned custom palettes back on for the Packs Online page. I don't even remember if it were ever on in the first place, oops.


Edited at November 10, 2025 02:09 AM by Reficul
Custom Palette CSS stylesNovember 10, 2025 08:07 AM


Smilecat

Lightbringer
 
Posts:1454
#3116687
Give Award
Is there a code to change the color of the links here?
Edit: What's the code for changing the background color of toast notifications?

Edited at November 10, 2025 08:45 AM by Smilecat
Custom Palette CSS stylesNovember 10, 2025 09:50 AM


Reficul

Forum Moderator
Lightbringer
 
Posts:3883
#3116694
Give Award

Question, do you mean the Realm/Help tabs for links in that first image or the Packs Online # link?

For the first image "Explore/Battle" links, you need to change the .veryblack hex code or add it if it's not in your palette already.

For the second image, that's the .veryblack a:link and .veryblack a:visited hex code.

For the code to change the Toast notifications background, that'll be the following:

.poll-body { background-color: #HEX !important; }

along with .tertiary for a bit of it.


Edited at November 10, 2025 10:50 AM by Reficul
Custom Palette CSS stylesNovember 10, 2025 10:21 AM


Smilecat

Lightbringer
 
Posts:1454
#3116697
Give Award

Reficul said:

Will edit an answer in about three hours, or sooner if I can access my laptop before then.

Question, do you mean the Realm/Help tabs for links in that first image or the Packs Online # link?

For now, you could use the "Find On Page" feature to track down the #000 HEX set for links. It might be mainlineblack a:link, but I'm not 100% sure without checking my own palettes. I also have the codes for the Toast feature, so I'll be adding that when I can [today].



The "Explore" and "Battle" links

Forums > Member Help > Guides
   1   ..    43    44    45    46 

Refresh