Wolf Play Game

Wolf Play Game
 Winter Month: 2   Day   Sunny
    

Chatbox
 starmutt
04:50:56 marsh | they/it
how do you code
-Click-
 Phlame3
04:46:35 Flame | Celeste
Ohh thanks :D
 starmutt
04:45:39 marsh | they/it
stagger the dominance lol
 Phlame3
04:44:18 Flame | Celeste
Does anyone have any idea why my pack happiness is only 15? Everyone’s in green for food and water, and all my wolves are good or excellent affinity except 2 that are ‘Ok’ :’D
 SACRIFICE
04:21:09 ECIFIRCAS
You *chose* to be a bio major? Thoughts and prayers...
 Enigma
04:18:56 
Someone please tell me why I decided to add a bio major. I forgot how crazy the STEM field is
 Urux
04:00:47 Urox, Uris
Eek sorry I was driving haha
So he was a wild card chimera! That makes it even better!
 Catori
03:19:16 Cat
Hahahaha
 SACRIFICE
03:18:45 ECIFIRCAS
"Trying to breed BJake" is all I read. I think it's time to go to sleep.
 Catori
03:04:40 Cat
Rip...just forgot to use my passionflower in the Breeding and popped out an Albino finally but has a negative vital.
(Trying to breed Bjake a low gen HW hero albino)
 Catori
03:01:24 Cat
I'm so happy about him. He is the first ever chim I have ever bred... and it was the time I was aiming for an Albino lol
 Urux
02:59:11 Urox, Uris
Ooo a chim! I do love a nicely customed chim haha
I will have to have a look at gear when im actually at home
 Catori
02:55:48 Cat
I'm going to go through the same problem.
This is my fresh custom and need to sort some gear xD
-WP Click-
 Urux
02:54:49 Urox, Uris
Now…what gear lol
 Catori
02:54:24 Cat
Woohoo!!
 Urux
02:46:38 Urox, Uris
I have been wanting to use that design for ages lol
 starmutt
02:46:04 marsh | they/it
bro got doh!'ed
 Urux
02:44:30 Urox, Uris
-WP Click-
He exists
 Urux
02:42:28 Urox, Uris
:0 it was saying 46, I change the pelt to white and its 47 make it make sense lol
 starmutt
02:41:55 marsh | they/it
hidden tax fees

Refresh

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


Quests
Alliance Battles
Challenges

Hourly Damage Variances
Black Panther : 0
Jaguar : +5
Komodo Dragon : 0


WolfPlay Game
Chatbox
 starmutt
04:50:56 marsh | they/it
how do you code
-Click-
 Phlame3
04:46:35 Flame | Celeste
Ohh thanks :D
 starmutt
04:45:39 marsh | they/it
stagger the dominance lol
 Phlame3
04:44:18 Flame | Celeste
Does anyone have any idea why my pack happiness is only 15? Everyone’s in green for food and water, and all my wolves are good or excellent affinity except 2 that are ‘Ok’ :’D
 SACRIFICE
04:21:09 ECIFIRCAS
You *chose* to be a bio major? Thoughts and prayers...
 Enigma
04:18:56 
Someone please tell me why I decided to add a bio major. I forgot how crazy the STEM field is
 Urux
04:00:47 Urox, Uris
Eek sorry I was driving haha
So he was a wild card chimera! That makes it even better!
 Catori
03:19:16 Cat
Hahahaha
 SACRIFICE
03:18:45 ECIFIRCAS
"Trying to breed BJake" is all I read. I think it's time to go to sleep.
 Catori
03:04:40 Cat
Rip...just forgot to use my passionflower in the Breeding and popped out an Albino finally but has a negative vital.
(Trying to breed Bjake a low gen HW hero albino)
 Catori
03:01:24 Cat
I'm so happy about him. He is the first ever chim I have ever bred... and it was the time I was aiming for an Albino lol
 Urux
02:59:11 Urox, Uris
Ooo a chim! I do love a nicely customed chim haha
I will have to have a look at gear when im actually at home
 Catori
02:55:48 Cat
I'm going to go through the same problem.
This is my fresh custom and need to sort some gear xD
-WP Click-
 Urux
02:54:49 Urox, Uris
Now…what gear lol
 Catori
02:54:24 Cat
Woohoo!!
 Urux
02:46:38 Urox, Uris
I have been wanting to use that design for ages lol
 starmutt
02:46:04 marsh | they/it
bro got doh!'ed
 Urux
02:44:30 Urox, Uris
-WP Click-
He exists
 Urux
02:42:28 Urox, Uris
:0 it was saying 46, I change the pelt to white and its 47 make it make sense lol
 starmutt
02:41:55 marsh | they/it
hidden tax fees




Refresh

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

Forums

→ Wolf Play is a fun game! Sign Up Now!

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following

Forums > Member Help > Guides
   1   ..    21    22    23    24    25   ..   40 

Custom Palette CSS stylesJuly 31, 2021 11:41 PM


Vyratheriya

Neutral
 
Posts: 1152
#2596167
Give Award
Okay thank you ^-^

Dire said:

Venerixen said:
How do I change color of font where it says "The ground becomes quite rocky."?
20.3
Venerixen said:
Is there a way to change the fony color of the moves, level and predator ammount?


20.1



Venerixen said:
and is there a way to change the color of the arrows and adventure box colors?


I haven't found a way to change the colors of the arrow or the explore yellow box, they're images provided by the game itself.


Custom Palette CSS stylesJuly 31, 2021 11:46 PM


Dire

Neutral
 
Posts: 2391
#2596171
Give Award

Venerixen said:
So this is turning the right color when I hover but the text it black when I don't in the folder area. How do I fix that? Screenshot 2021 08 01 003745 — Postimages (postimg.cc)


Add this property

ul.tabbernav li a:hover {
background: #efecc8; color: #ff00ff;
}

These last 2 aren't listed in the first page of this thread, so add these in your palette code please ^^ (This is for text color of unselected tabs)

ul.tabbernav li a:link {
color: #0000ff;
}
ul.tabbernav li a:visited {
color: #0000ff;
}

Edited at July 31, 2021 11:56 PM by Dire
Custom Palette CSS stylesJuly 31, 2021 11:54 PM


Vyratheriya

Neutral
 
Posts: 1152
#2596179
Give Award
Alrighty thank you ^-^

Dire said:

Venerixen said:
So this is turning the right color when I hover but the text it black when I don't in the folder area. How do I fix that? Screenshot 2021 08 01 003745 — Postimages (postimg.cc)


Add this property

ul.tabbernav li a:hover {
background: #efecc8; color: #ff00ff;
}

These last 2 aren't listed in the first page of this thread because so add these in your palette code please ^^ (This is for text color of unselected tabs)

ul.tabbernav li a:link {
color: #0000ff;
}
ul.tabbernav li a:visited {
color: #0000ff;
}


Custom Palette CSS stylesAugust 1, 2021 10:18 AM


queen.

Neutral
 
Posts: 3641
#2596261
Give Award
what is the code to make the page color have less opacity? if that makes sense~
Custom Palette CSS stylesAugust 1, 2021 10:31 AM


Fair Phantom

Darkseeker
 
Posts: 511
#2596268
Give Award
.pgbg {
background-color: rgba(0, 0, 0, 0.75);
}
The last number is the opacity, where 1 is no opacity at all and 0 is fully transparent. You can use decimals to get the specific transparency you want, so 0.50 would be 50% opacity and 0.75 like in the above code would be 75% opacity. The first 3 numbers are the red, green, and blue hues that make up the color (hence the rgb). The "a" represents alpha, which adjusts the opacity of the color. The color in the code above is black (0, 0, 0). White is (255, 255, 255). You can look up other rgba colors as well and there is also rgba color pickers you can search for.

I hope I explained it good enough. ^^

queen. said:
what is the code to make the page color have less opacity? if that makes sense~


Custom Palette CSS stylesAugust 1, 2021 12:45 PM


Caeruleum

Neutral
 
Posts: 1047
#2596298
Give Award
Venerixen said:
and is there a way to change the color of the arrows and adventure box colors?
Adventure text and background:
.mainlinetan2
{color: #HEX; background-color: #HEX;}

The whole yellow table in explore:
.mazelevel + table td[bgcolor] {background: #HEX !important; background-image: none !important;}


Custom Palette CSS stylesAugust 1, 2021 01:26 PM


Vyratheriya

Neutral
 
Posts: 1152
#2596318
Give Award
Thank you!!! ^-^

Crescent Moon Pack said:
Venerixen said:
and is there a way to change the color of the arrows and adventure box colors?
Adventure text and background:
.mainlinetan2
{color: #HEX; background-color: #HEX;}

The whole yellow table in explore:
.mazelevel + table td[bgcolor] {background: #HEX !important; background-image: none !important;}




Custom Palette CSS stylesAugust 1, 2021 03:06 PM


queen.

Neutral
 
Posts: 3641
#2596371
Give Award
thank you! this helps a lot <:

Fair Phantom said:
.pgbg {
background-color: rgba(0, 0, 0, 0.75);
}
The last number is the opacity, where 1 is no opacity at all and 0 is fully transparent. You can use decimals to get the specific transparency you want, so 0.50 would be 50% opacity and 0.75 like in the above code would be 75% opacity. The first 3 numbers are the red, green, and blue hues that make up the color (hence the rgb). The "a" represents alpha, which adjusts the opacity of the color. The color in the code above is black (0, 0, 0). White is (255, 255, 255). You can look up other rgba colors as well and there is also rgba color pickers you can search for.

I hope I explained it good enough. ^^

queen. said:
what is the code to make the page color have less opacity? if that makes sense~




Custom Palette CSS stylesAugust 1, 2021 03:11 PM


queen.

Neutral
 
Posts: 3641
#2596377
Give Award
okay, so another question~
i got the opacity to work with the color i wanted, but i can actually see the header image below that. how would i remove that image, exactly, and why am i seeing it?
Custom Palette CSS stylesAugust 1, 2021 03:28 PM


Caeruleum

Neutral
 
Posts: 1047
#2596382
Give Award
queen. said:
okay, so another question~
i got the opacity to work with the color i wanted, but i can actually see the header image below that. how would i remove that image, exactly, and why am i seeing it?
You need to add background-repeat: no-repeat; to the header code so the image doesnt repeat itself

Forums > Member Help > Guides
   1   ..    21    22    23    24    25   ..   40 

Refresh