Wolf Play Game

Wolf Play Game
 Summer Month: 1   Day   Heavy Rain
    
Mon 07:15am  
Packs Online:  44 
Chatbox
 PhoenixClan
07:14:55 Phoenix~
🐿️
 omg
06:57:43 
Hola ^^
 MLadySkylar
06:57:10 P'Sky/Sky-kun
Eat me?
Oof am I edible now lol
 Spicy Star
06:42:03 Starlight
:O Sky! You go girl!! I'll Eat-i mean see you later! >:D
 MLadySkylar
06:41:13 P'Sky/Sky-kun
I certainly enjoy it ^°^
It can be difficult but I love the science of it
 Master Darkfire
06:39:41 Dark/fire/ice
yayeeeeeeee!!
 Spicy Star
06:39:16 Starlight
Bestie!!!
 Spicy Star
06:38:52 Starlight
:O Sky! Is it a good job?
 Master Darkfire
06:38:25 Dark/fire/ice
hiiiiiii starlight!!
 MLadySkylar
06:38:01 P'Sky/Sky-kun
Spicy Star ^°^
I'm a waste water lab technician
 Spicy Star
06:37:04 Starlight
dang
 Jester
06:35:35 
-WP Click- have thine pups already
 Spicy Star
06:29:26 Starlight
I smell papa... >:D @[Devilsplayground]
 Spicy Star
06:28:21 Starlight
whats the job? (if you dont mind me asking that)
 MLadySkylar
06:27:47 P'Sky/Sky-kun
I'm getting ready for work, I'll be in an and out for a minute
 MLadySkylar
06:27:30 P'Sky/Sky-kun
Hiya 😁😁
 Spicy Star
06:25:37 Starlight
Sky!!!
 MLadySkylar
06:25:27 P'Sky/Sky-kun
Heyo chat
 Spicy Star
06:25:09 Starlight
Jester!! Hello!
 Tartarus
06:13:34 Husky
-WP Click-
Please vote!!

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
Leopard : +1
Jackal : -3
Jackal : -3


WolfPlay Game
Chatbox
 PhoenixClan
07:14:55 Phoenix~
🐿️
 omg
06:57:43 
Hola ^^
 MLadySkylar
06:57:10 P'Sky/Sky-kun
Eat me?
Oof am I edible now lol
 Spicy Star
06:42:03 Starlight
:O Sky! You go girl!! I'll Eat-i mean see you later! >:D
 MLadySkylar
06:41:13 P'Sky/Sky-kun
I certainly enjoy it ^°^
It can be difficult but I love the science of it
 Master Darkfire
06:39:41 Dark/fire/ice
yayeeeeeeee!!
 Spicy Star
06:39:16 Starlight
Bestie!!!
 Spicy Star
06:38:52 Starlight
:O Sky! Is it a good job?
 Master Darkfire
06:38:25 Dark/fire/ice
hiiiiiii starlight!!
 MLadySkylar
06:38:01 P'Sky/Sky-kun
Spicy Star ^°^
I'm a waste water lab technician
 Spicy Star
06:37:04 Starlight
dang
 Jester
06:35:35 
-WP Click- have thine pups already
 Spicy Star
06:29:26 Starlight
I smell papa... >:D @[Devilsplayground]
 Spicy Star
06:28:21 Starlight
whats the job? (if you dont mind me asking that)
 MLadySkylar
06:27:47 P'Sky/Sky-kun
I'm getting ready for work, I'll be in an and out for a minute
 MLadySkylar
06:27:30 P'Sky/Sky-kun
Hiya 😁😁
 Spicy Star
06:25:37 Starlight
Sky!!!
 MLadySkylar
06:25:27 P'Sky/Sky-kun
Heyo chat
 Spicy Star
06:25:09 Starlight
Jester!! Hello!
 Tartarus
06:13:34 Husky
-WP Click-
Please vote!!




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    47 

Custom Palette CSS stylesSeptember 25, 2025 09:20 PM


Tartarus

Darkseeker
 
Posts:1771
#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:1624
#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:1624
#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:496
#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:16
#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


Kháos

Forum Moderator
Lightbringer
 
Posts:4368
#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:1701
#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


Kháos

Forum Moderator
Lightbringer
 
Posts:4368
#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:1701
#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    47 

Refresh