Wolf Play Game

Wolf Play Game
 Winter Month: 3   Night   Clear  Moon: 
      

Chatbox
 MLadySkylar
06:03:37 P'Sky/Sky-kun
I wanna go back to bed
 Red Willow
05:44:36 Red
oh good for you!
 Owlstar
05:42:59 tiger\Owl|she\her
#42 in darkseekers and #30 in hunter league
 Owlstar
05:41:39 tiger\Owl|she\her
WoW I was in the top 50 go darkseekers and something else too. Both gave me 250 mush then I also had an alliance battle that was won
 Red Willow
05:39:34 Red
lol how? I'm in need of that right now xD
 Owlstar
05:38:21 tiger\Owl|she\her
Yo I wake up and I find I got like over 500 mushies in the morning and last night I had like 10
 Red Willow
05:34:17 Red
probably going to sell him when the pups are born
 Red Willow
05:34:01 Red
I know, he's not my favorite but I'm keeping him because I'm trying to breed a dynamic.
 MLadySkylar
05:32:24 P'Sky/Sky-kun
Red willow
Ehh
 MLadySkylar
05:31:22 P'Sky/Sky-kun
Im cleaning whilst waiting for explore cool down
 Red Willow
05:30:36 Red
-WP Click-
thoughts?
 Red Willow
05:25:26 Red
i know!!!
 MLadySkylar
05:23:42 P'Sky/Sky-kun
Good luck on apples prices ;-;
 Red Willow
05:19:49 Red
But maybe you're luckier than I am! So hey, try your luck
 Red Willow
05:19:25 Red
you can buy them and earn them. Buying is the easier option, but you have to pay with real money. You can also bid on apples in Raffles but so manny people do those that your chances of winning are low.
 Imladris
05:19:18 
Snowclan, you can buy them for real money, or for mush in the market, and sometimes there are some competitions or events where you can win them
 Snowclan
05:16:03 
How do I get apples?
 Lupins333
05:15:47 
sad
 Giftofeden
05:15:38 Eden/ Key/ TS
hiya
 Red Willow
05:13:36 Red
chat is dead right now <P

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
Bobcat : -4
Leopard : +1
Baboon : +2


WolfPlay Game
Chatbox
 MLadySkylar
06:03:37 P'Sky/Sky-kun
I wanna go back to bed
 Red Willow
05:44:36 Red
oh good for you!
 Owlstar
05:42:59 tiger\Owl|she\her
#42 in darkseekers and #30 in hunter league
 Owlstar
05:41:39 tiger\Owl|she\her
WoW I was in the top 50 go darkseekers and something else too. Both gave me 250 mush then I also had an alliance battle that was won
 Red Willow
05:39:34 Red
lol how? I'm in need of that right now xD
 Owlstar
05:38:21 tiger\Owl|she\her
Yo I wake up and I find I got like over 500 mushies in the morning and last night I had like 10
 Red Willow
05:34:17 Red
probably going to sell him when the pups are born
 Red Willow
05:34:01 Red
I know, he's not my favorite but I'm keeping him because I'm trying to breed a dynamic.
 MLadySkylar
05:32:24 P'Sky/Sky-kun
Red willow
Ehh
 MLadySkylar
05:31:22 P'Sky/Sky-kun
Im cleaning whilst waiting for explore cool down
 Red Willow
05:30:36 Red
-WP Click-
thoughts?
 Red Willow
05:25:26 Red
i know!!!
 MLadySkylar
05:23:42 P'Sky/Sky-kun
Good luck on apples prices ;-;
 Red Willow
05:19:49 Red
But maybe you're luckier than I am! So hey, try your luck
 Red Willow
05:19:25 Red
you can buy them and earn them. Buying is the easier option, but you have to pay with real money. You can also bid on apples in Raffles but so manny people do those that your chances of winning are low.
 Imladris
05:19:18 
Snowclan, you can buy them for real money, or for mush in the market, and sometimes there are some competitions or events where you can win them
 Snowclan
05:16:03 
How do I get apples?
 Lupins333
05:15:47 
sad
 Giftofeden
05:15:38 Eden/ Key/ TS
hiya
 Red Willow
05:13:36 Red
chat is dead right now <P




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   ..    12    13    14    15    16   ..   47 

Custom Palette CSS stylesFebruary 22, 2021 09:10 AM


Corpses

Lightbringer
 
Posts:3776
#2467032
Give Award
No worries, thank you!
Custom Palette CSS stylesFebruary 22, 2021 12:31 PM


Former Pack

Neutral
 
Posts:0
#2467232
Give Award

cries already gave you the header, but here's the background where the trees are-

.daybody {url:"link";}

.nightbody (url:"link";}

and just add any other positioning/sizing/etc bits to that :3 hope it helps! and if you need any more help, my dms are open, i'll see there faster than posts here lol

Custom Palette CSS stylesFebruary 22, 2021 02:35 PM


Dire

Neutral
 
Posts:2391
#2467364
Give Award

CriesInTheNight said:
Anyone know how to change the color in explore where it says how many predators there are, moves and the status of the wolves(hunger,health etc>).


Hey, maybe this post has what you're looking for:


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

For the Predator, Moves and Terrain line it's like Blood said previously:

.explorelevel {color:#000000;}

For "status of wolves" if you meant the text which has wolf name, health, hunger, thirst and their values (eg 80/100), the code is this:

.mainlineblacksmall {color:#000000;}

There are more text that can be edited there.

For the feedback during explore "Your wolves wander through ... "

div.feedback div font {color:#000000;}

For "North, South, West, East"

tr.explore {color:#000000;}

For the "Adventure" and "Options" titles

.mainlinetan2 {color:#000000;}

For the text of the items in the options table . Each type of item ( healthing, chrysalises ,etc) has its own number

div.options2 table {color:#000000;}
div.options3 table {color:#000000;}
div.options4 table {color:#000000;}
div.options5 table {color:#000000;}
div.options6 table {color:#000000;}
div.options7 table {color:#000000;}
div.options8 table {color:#000000;}
div.options9 table {color:#000000;}
div.options10 table {color:#000000;}
div.options11 table {color:#000000;}
div.options12 table {color:#000000;}
div.options13 table {color:#000000;}
Custom Palette CSS stylesFebruary 22, 2021 03:00 PM


CriesInTheNight

Darkseeker
 
Posts:6970
#2467398
Give Award
Thanks friend <3. I realized that with my background gradients, I can't see squat in explore lol

Dire said:

CriesInTheNight said:
Anyone know how to change the color in explore where it says how many predators there are, moves and the status of the wolves(hunger,health etc>).


Hey, maybe this post has what you're looking for:


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

For the Predator, Moves and Terrain line it's like Blood said previously:

.explorelevel {color:#000000;}

For "status of wolves" if you meant the text which has wolf name, health, hunger, thirst and their values (eg 80/100), the code is this:

.mainlineblacksmall {color:#000000;}

There are more text that can be edited there.

For the feedback during explore "Your wolves wander through ... "

div.feedback div font {color:#000000;}

For "North, South, West, East"

tr.explore {color:#000000;}

For the "Adventure" and "Options" titles

.mainlinetan2 {color:#000000;}

For the text of the items in the options table . Each type of item ( healthing, chrysalises ,etc) has its own number

div.options2 table {color:#000000;}
div.options3 table {color:#000000;}
div.options4 table {color:#000000;}
div.options5 table {color:#000000;}
div.options6 table {color:#000000;}
div.options7 table {color:#000000;}
div.options8 table {color:#000000;}
div.options9 table {color:#000000;}
div.options10 table {color:#000000;}
div.options11 table {color:#000000;}
div.options12 table {color:#000000;}
div.options13 table {color:#000000;}


Custom Palette CSS stylesFebruary 27, 2021 10:45 PM


Paradoxical

Neutral
 
Posts:8
#2473005
Give Award
Does anyone know how to completely get rid of the page background? I've been trying to for like 30 minutes and the only thing it's erasing is the color itself.
Custom Palette CSS stylesFebruary 27, 2021 11:04 PM


Vennenum

Darkseeker
 
Posts:5797
#2473020
Give Award
@purpleparadox - that's hard to diagnose without knowing what your code looks like. could be any number of things.
Custom Palette CSS stylesFebruary 27, 2021 11:15 PM


Paradoxical

Neutral
 
Posts:8
#2473032
Give Award

Vennenum said:
@purpleparadox - that's hard to diagnose without knowing what your code looks like. could be any number of things.


This is the code I was trying to use, but I'm not super good with CSS so I'm not sure if I'm trying to do the right thing.
.pgbg { background-image: transparent }
Custom Palette CSS stylesFebruary 27, 2021 11:17 PM


Former Pack

Neutral
 
Posts:0
#2473036
Give Award
it would be
background: transparent
not background-image
Custom Palette CSS stylesFebruary 27, 2021 11:21 PM


Paradoxical

Neutral
 
Posts:8
#2473039
Give Award

Vriouss said:
it would be
background: transparent
not background-image


It still just turns the whole page background dark green
Custom Palette CSS stylesFebruary 27, 2021 11:25 PM


Former Pack

Neutral
 
Posts:0
#2473042
Give Award
hmm. try { background: rgba(0,0,0,0); }
or if that still doesn't, try { background-color: rgba(0,0,0,0); }

Forums > Member Help > Guides
   1   ..    12    13    14    15    16   ..   47 

Refresh