Wolf Play : Custom Palette CSS styles
Chatbox
 \\ Akari Ahava //
02:34:02 
FMC question. If you use familiars in explore and they kill an animal, does those points count for hunting tourney?
 Amygdala
02:32:31 Amy/Anpmygdala
Desti
Thanks XD
I just need to rate him
 Destinations End
02:31:19 Toliska, Desti, Coy
@Amy
Oh. Then he's stunning ^^'
 Destinations End
02:30:57 Toliska, Desti, Coy
@Amy
I personally don't care about weight xD
 Amygdala
02:30:37 Amy/Anpmygdala
Desti
It's a male XD
I just have them all set to female pose ;P

I have one more charon's blessing let's see what else i get XD
 Continental Wolves
02:30:32 Emmet , Spoopy Wolf
I am so ready for winter
 Destinations End
02:30:29 Toliska, Desti, Coy
@Purge
It's a bug. Someone reported it earlier
 Hallow's Eve
02:30:26 Hallow, Eve
Amy

I totally understand that.
 The Pumpkin King
02:30:08 
Did anyone else change their pack flag to be more Halloween-ey? 🎃
 Amygdala
02:29:51 Amy/Anpmygdala
Hallow
I know 49 AC +16 hero...just wish he was a HW
 Purgatory
02:29:37 Purge/Purse/Pug
Anyone else trying to buy seasonal decor and it's saying Error: Invalid Amount ? I have 220 mush trying to buy scared pumpkin for 150
 Destinations End
02:29:21 Toliska, Desti, Coy
@Amy
She's stunning
 Hallow's Eve
02:29:14 Hallow, Eve
Amy

That aint bad!
 Destinations End
02:28:51 Toliska, Desti, Coy
@Kate
Ah. It's nice seeing you again.
I am also very far behind in exploring and have no trained wolves too ^^'

Congratulations on the mela
 Amygdala
02:28:47 Amy/Anpmygdala
-WP Click-

Damn...took me a while but here is my round 5 wolf
 EkaterinaGoldstone
02:26:18 Kate/Gold
Desti- Ah not much. Been on other games more lately & now I'm trying to rebuild my pack. Very far behind my explore levels now though, wolves are too weak for most enemies. Managed to breed my first Mela though! Hero vitals too. Midnight.
 Amygdala
02:25:45 Amy/Anpmygdala
Desti, hallow
I'm okay, aside from the beef i have with wolf party. Why is it so hard to make it to round 5😭
 Hallow's Eve
02:24:56 Hallow, Eve
Nothing much, just exploring and stalking chat XD how are you?
 Destinations End
02:24:43 Toliska, Desti, Coy
@Kate
Hey. It's been a while, what have you been up to

@Amy
Hey. In some ways not great and in others I don't know. How're you
 Amygdala
02:24:23 Amy/Anpmygdala
Hey hallow
What's up XD

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
Green Python : +3
Red Fox : -2
Polar Bear : +3
    Fall   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   ..    31    32    33    34    35   ..   40 

Custom Palette CSS stylesApril 20, 2023 06:48 PM


KillGraves

Darkseeker
 
Posts: 48
#2880285
Give Award
How do I change the color and font of the submit/post buttons? I've been trying and can't seem to find the right code.
Custom Palette CSS stylesApril 24, 2023 12:05 AM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5708
#2881775
Give Award
Use ".iclass" for the textboxes.
Buttons are a little more complicated because they don't all use the same code, but I'd try "button.main", see if that works.
Custom Palette CSS stylesMay 7, 2023 07:26 PM


KillGraves

Darkseeker
 
Posts: 48
#2885858
Give Award
Thank you! That seemed to work.
Also how does one code in a new cursor?

Vennenum said:
Use ".iclass" for the textboxes.
Buttons are a little more complicated because they don't all use the same code, but I'd try "button.main", see if that works.


Custom Palette CSS stylesMay 26, 2023 08:45 AM


Soul☆Walkers

Neutral
 
Posts: 718
#2892381
Give Award
I dont know if this has been asked but thare are 33 pages and well heh I don't plan to go threw 33 pages today. The menu bar, when it drops down I know you can change the color of it. But I have seen whare some have an image how do I do that?
Custom Palette CSS stylesMay 26, 2023 08:41 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5708
#2892554
Give Award
Custom Palette CSS stylesMay 27, 2023 01:02 AM


Eno

Darkseeker
 
Posts: 441
#2892587
Give Award
have been struggling with this a hot second. does anyone know what the code is for this table on the battle page in explore? Is it possible to change it from the default white?
Custom Palette CSS stylesMay 27, 2023 03:57 PM


Fair Phantom

Darkseeker
 
Posts: 511
#2892671
Give Award
Eno,

These are the codes I've found so far to help with the battle page. They seem to work for me if used together, but I haven't figured out how to make the tables to where they're not transparent yet. Hope that helps! :)

.wolfhealth tbody {
background-color: rgba(0, 0, 0, 1);
}
.wolfhealth table {
border-spacing: 0px;
}
.enemyhealth tbody {
background-color: rgba(0, 0, 0, 1);
color: #1ee029;
}
.enemyhealth table {
border-spacing: 0px;
}
Custom Palette CSS stylesMay 27, 2023 05:00 PM


Eno

Darkseeker
 
Posts: 441
#2892678
Give Award
Fair Phantom said:
Eno,

These are the codes I've found so far to help with the battle page. They seem to work for me if used together, but I haven't figured out how to make the tables to where they're not transparent yet. Hope that helps! :)

.wolfhealth tbody {
background-color: rgba(0, 0, 0, 1);
}
.wolfhealth table {
border-spacing: 0px;
}
.enemyhealth tbody {
background-color: rgba(0, 0, 0, 1);
color: #1ee029;
}
.enemyhealth table {
border-spacing: 0px;
}
Ah thank you! it worked <3
Custom Palette CSS stylesMay 27, 2023 05:29 PM


Fair Phantom

Darkseeker
 
Posts: 511
#2892681
Give Award
Eno
You're welcome! :)
Custom Palette CSS stylesMay 30, 2023 09:12 AM


avelexa

Darkseeker
 
Posts: 94
#2893257
Give Award
Sorry if this has been asked already, I checked through all the pages and can't seem to find an answer, how do I change the buttons right below the chatbox and at the bottom of my den page? I've been able to change other buttons but not those.

Edited at May 30, 2023 09:13 AM by avelexa

Forums > Member Help > Guides
   1   ..    31    32    33    34    35   ..   40 

Refresh










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