Chatbox
 MLadySkylar
07:22:57 P'Sky
Stray
<3
It's Oki,
Lesson learned the next guy.

Graywing
Yea since I have a daughter they have to be cool with kids.
I won't ask them to be a father figure
 Stray Secrets
07:20:50 Stray.
@MLadySkylar
i'm sorry, that sucks
 Graywing
07:20:20 Slate, Gray
P'Sky

If they arent willing to have kids and you are a mother... i doubt it would work
 MLadySkylar
07:20:04 P'Sky
Autumn
Thank you for your opinion.
I'm also weary of that.
I'm extremely stubborn/set in my ways. I doubt someone can change my opinion on that
 Amygdala
07:20:02 Amy/Anpmygdala
P'sky
Awwwwww
 MLadySkylar
07:19:09 P'Sky
Stray
I was talking to a guy while back, we clicked.
Liked matched each other's crazy but he didn't want kids and I was so sad ;-;
It's just something I want to clarified I'm too antisocial IRL to talk to a lot of people xD

Amy
<3

He just asked me for coffee ^°^
 AutumnLeafdust
07:18:48 Trying to BE train
*Okay I should have been more clear, lying to be with you, and then trying to get you to change your mind, and it swings both ways
 AutumnLeafdust
07:18:01 Trying to BE train
@P'Sky
If you both are hitting it off initially, then yes, you should, given that it's a hard boundary for a lot of people. Just be aware that there IS the possibly that people will lie just to be with you, since people suck >.>
 Amygdala
07:17:32 Amy/Anpmygdala
P'sky
I say go for it...you will see how it goes
 Stray Secrets
07:17:25 Stray.
i think expressing interest is fine, and even good. i've heard cases where couples have almost split because one wanted kids and one didn't. better to know from the start, and it's part of getting to know someone, too. in my opinion.
 MLadySkylar
07:17:22 P'Sky
Graywing
I'm a single mother.
I've had married men tell me not to bring it up because it's awkward but shouldn't you know like in the beginning if your interests align?
 MLadySkylar
07:16:40 P'Sky
Amy
I am xD, too old to pretend.
 Graywing
07:16:39 Slate, Gray
P'Sky
hmm, i would
 Yukon's Castle
07:16:03 
Stray, thank you!
 MLadySkylar
07:15:41 P'Sky
Chat
So if you're talking to a guy, is it ok to bring up the fact that you want kids right? As in just talking about your future?
I'm getting mixed answers.
I just don't want to waste my time talking to someone who doesn't want kids
 Amygdala
07:15:00 Amy/Anpmygdala
P'sky
Well if you are still talking it means it works XD
Just be you
 Stray Secrets
07:15:00 Stray.
ac means all common base, nose, and eyes
 MLadySkylar
07:14:40 P'Sky
Stray
Nope,
I'm a bit of an emotional wreck so I need adult beverage assistance
 Yukon's Castle
07:14:21 
What does AC mean?

Gosh - I feel like a newbie all over again... aha
 MLadySkylar
07:14:11 P'Sky
Amy
Yea I'm talking to 2 guys, to see who I like better. They're both sweet

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
Bobcat : -5
Death Adder : 0
Black Bear : +2
    Fall   Night   Clear  Moon: 
 


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: 5752
#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-2025 Go Go Gatsby Designs, LLC    All Rights Reserved
Terms Of Use  |   Privacy Policy   |   DMCA   |   Contact Us