Chatbox
 DoggPuk3
12:43:07 Dogg :>
Are the crystalline eye colors able to appear in non crystalline wolves?
 Urux
12:26:34 Urox, Uris
Ecifircas
I keep forgetting your new pack name is Hades :') I was sitting here like who is that
 Magnus Bane
12:20:35 Mag/Maggy
-Click-
He looks a mess because I need to give him a haircut. But he's still acting so sleepy
 Hades
12:07:25 
Magnus Bane, it did at first but then it was just cute because that's the first time he's ever done that. xP

But awh, I wish. Mine cries at me waiting for me to wake up.
 Magnus Bane
12:06:34 Mag/Maggy
Okay that would scare me too lol.

He's gonna be mad when he realizes he has to get up early tomorrow
 Transcendence
12:06:12 anti gen ai
Im curious because unlike WP we have breeds of horses and wp is like one generic wolf lol
Different bases
 Zeraphia
12:06:08 Vah is less okay
Good question.

I'll probably head to bed, I'm kind of tired lol
 Transcendence
12:05:46 anti gen ai
Wondering if i should bring back my toothy horse mouth edits

I only made them for certain breeds though
 Hades
12:04:44 
Mine too, just decided to pop up and remind me he existed by scaring the heck out of me with a loud howl out of nowhere, lol. At 11 at night.
 Zeraphia
12:04:18 Vah is less okay
I saw that!

It'll be interesting to see what happens there and how much it'll cost/how it'll work.
 Magnus Bane
12:03:44 Mag/Maggy
My dog is sleeping at my feet like he's done something today>.> he's slept all day
 Transcendence
12:03:23 anti gen ai
Zeraphia

I think Eve might add custom gear to HEE but itll be custom tack
Maybe
Shes doing a poll there aaa
 Hades
12:02:55 
Trying to play a game with howling in it but my dog keeps howling. lmaoo
 Zeraphia
12:01:22 Vah is less okay
Mag

Oooh gorgeous!
 Magnus Bane
12:00:55 Mag/Maggy
-WP Click-
*^*
 The Night Walker
11:53:20 Anemoia/Aedra PS4Usr
They're also really small-
 The Night Walker
11:47:30 Anemoia/Aedra PS4Usr
Venne
The thing on its nose is a stinger of sorts! It's like a needle, or a dart. They fly into you and inject venom as a way to protect themselves.
 Vennenum
11:45:15 Venn/Venne
Cool concept! For what evolutionary reason do they need a nose larger than their head?
 The Night Walker
11:35:57 Anemoia/Aedra PS4Usr
Chat
What do we think of my species of dragon? Any suggestions? -Click- (I would LOVE to talk about Humming Wyrm ideas in PMs)
 Sherwood Wolves
11:30:00 
I didnt know wolves would die while pregnant :(

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
Rattlesnake : +5
Polar Bear : -5
Red Fox : +3
    Winter   Day  Weather:  Sunny
 


Forums

→ Wolf Play 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   ..   40 

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


Vriouss

Darkseeker
 
Posts: 860
#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: 6685
#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

Game Moderator
Darkseeker
 
Posts: 5739
#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


Vriouss

Darkseeker
 
Posts: 860
#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


Vriouss

Darkseeker
 
Posts: 860
#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   ..   40 

Refresh










Copyright ©2013-2024 Go Go Gatsby Designs, LLC    All Rights Reserved
Terms Of Use  |   Privacy Policy   |   DMCA   |   Contact Us