Wolf Play : Custom Palette CSS styles
Chatbox
 Amygdala
02:16:08 Amy
Another pack, Feiella, is in the area. You spot each other and approach, hackles raised.

Fei come and get your wolves they got out again XD
 Graywing
02:07:32 Slate, Gray
How did my wolves just chase off the birdwatcher?!!
 CloudGazer
02:06:58 
i love the move that doesnt allow your target to flee makes hunting so much easier for bigger pray
 Apothecary
02:06:08 Tay
I got my 300 dog bones for the day though so time to sleep
 Apothecary
02:05:43 Tay
Not gonna do fmc this time around. I hate when it falls on weekends. Always the days I double.
 CloudGazer
02:00:38 
I feel like HEE is so much harder to make money on than WP.
 Blood lust tide
01:57:32 BewareWhoYouTrust
When autocorrect nesses your mail up so bad you reget it now
 Blood lust tide
01:50:39 BewareWhoYouTrust
Fei
Imma pm you
 Feiella
01:49:48 Fei the writer
Blood lust
Everything ok?
 Blood lust tide
01:48:52 BewareWhoYouTrust
Fei
Terrible but fine
 Amygdala
01:47:08 Amy
Fei
Ooo nice do a poem XD
 Feiella
01:46:07 Fei the writer
Ember
Lucky you :)

Amy
still tired but mum is visiting tomorrow and I'm stuck between doing a poem or a story
 Sharp Fang
01:44:31 UcanCallmeFang
I'm good, thank you
 Embershed
01:44:22 The Minor Nuisance
Fei,
excited, because today was the last day of term and I now have a 3 week-holiday! :>

Perfect for grinding FMC...

 Amygdala
01:44:00 Amy
Hi fei

I am okay...could be better but nothing to complain

How are you?
 Feiella
01:43:04 Fei the writer
how is everyone?
 Sharp Fang
01:42:09 UcanCallmeFang
Embershed

Maybe sell? Or I'd use it on Harvest, except if the male one is wanted as a breeder for others.

Oh my gosh, Sunburnt potato!
 Sharp Fang
01:39:17 UcanCallmeFang
*Not me realizing I've 3 howlers in my pack after using a ton of mush on ratings*
 Embershed
01:36:33 The Minor Nuisance
Should I use a jasmine on

-WP Click-

or on

-WP Click-

or should I just try to sell it?
 Continental Wolves
01:29:07 Emmet , Spoopy Wolf
Hunting score of 1404 so far, not too bad >.>

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
Grizzly Bear : +2
Brown Bear : +3
Alligator : -1
    Summer Month: 2   Day  Weather:  Heavy Rain
 Explore In: Now


Forums

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

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
  1  2  3  4  5  6  7 .. 38

Custom Palette CSS stylesApril 27, 2020 08:15 AM


Former Pack

Neutral
 
Posts: 0
#1979622
Give Award
Oh ok thank you ^^ Wilverbeast and leopard lover.
Custom Palette CSS stylesMay 18, 2020 01:27 PM


Quoth the Raven

Neutral
 
Posts: 1528
#2040889
Give Award

Yellow said:
Thank you! May I ask how to change the header image and the hind trees?


Custom Palette CSS stylesMay 18, 2020 09:07 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5611
#2042663
Give Award
Quoth the Raven said:

Yellow said:
Thank you! May I ask how to change the header image and the hind trees?

I'm not entirely comfortable divulging this information, as it's easy to get confused. If you can figure out how to change these on your own, then there's a good chance you can figure out how to fix it if something goes wrong.

To change the tree background, use the following codes:

Daytime BG only:

.daybody {
background: #262936;
}

Nighttime BG only:

.nightbody {
background: #2e3141;
}

Use both together if you want the background to remain permanent.

To change the header image, use the following:

Spring only:
.mainscreen1 {
background: #000000;
}
Summer only:
.mainscreen2 {
background: #000000;
}
Fall only:
.mainscreen3 {
background: #000000;
}
Winter only:
.mainscreen4 {
background: #000000;
}
Use all of them together if you only need one header image, otherwise something different's going to pop up every season.
Custom Palette CSS stylesMay 18, 2020 09:15 PM


Destinations End

Game Moderator
Neutral
 
Posts: 11908
#2042692
Give Award
I'm still not sure how to change the box for daily personal CP and gifting CP, has anyone figured out how to change the color for that?
Custom Palette CSS stylesMay 18, 2020 10:15 PM


Dire

Neutral
 
Posts: 2391
#2042906
Give Award

Destinations End said:
I'm still not sure how to change the box for daily personal CP and gifting CP, has anyone figured out how to change the color for that?


Hi, if you are talking about that box,
then the code is:
.validmsg {
background-color:#ffffff;
}
By the way, for error messages like this : the code is:
.errormsg {
background-color:#f3d1cc;
}
Hopefully it helps :)

Edited at May 18, 2020 10:21 PM by Dire
Custom Palette CSS stylesMay 20, 2020 03:19 PM


AyukioCC

Darkseeker
 
Posts: 6296
#2047366
Give Award
Ah hecc I've wrestled with this part for like... a solid 30 mins qwq
*Ignore the tab buttons- I gotta fix that aha

Do any of y'all know how to change the color for the white background box for like... your basic info and the "about this pack" section? ;w;
Custom Palette CSS stylesMay 20, 2020 03:20 PM


Dash Attacked

Lightbringer
 
Posts: 5580
#2047376
Give Award
As of right now it isn't possible to change those boxes.
Custom Palette CSS stylesMay 20, 2020 03:24 PM


AyukioCC

Darkseeker
 
Posts: 6296
#2047395
Give Award
Aw hecc qwq
Guess I'll stick to figuring out the tab buttons now lol
Thanks Dash <3

Edited at May 20, 2020 03:24 PM by Akugitsune328
Custom Palette CSS stylesMay 20, 2020 03:35 PM


AyukioCC

Darkseeker
 
Posts: 6296
#2047438
Give Award
Ah wait take that back, tab buttons are being rebellious :0
I'm pretty sure this is right, but hecc-
Placement wise it's near the end of all the code for custom palettes-
Custom Palette CSS stylesMay 20, 2020 09:42 PM


Dire

Neutral
 
Posts: 2391
#2048640
Give Award

Leopard Lover said:
@Mewni ~ I may be wrong, but for me the chat buttons always matched the background color of chat. Try changing chat color and seeing if the button color changes?

I also have no idea how to change pack names :')


there is a way to make the background and the buttons have different colors.


.sales {
background-color:#ffffff;
}
.saleschat.main {
background-color:#ffffff;
}
Those are for sales chat and main chat buttons respectively.
.main {
background-color:#ffffff;
}
Then, this last one will only affect the button color.

Edited at May 25, 2020 10:54 AM by Dire

Forums > Member Help > Guides
  1  2  3  4  5  6  7 .. 38

Refresh










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