Wolf Play : Custom Palette CSS styles
Chatbox
 The Sigma
02:37:01 Leon, Sigma
Vox

Thanks!

Oh oof, could have been awesome to serve as a breeding factor. The wolf is still cool nonetheless :)
 Voxtexy
02:35:19 Vox, Corey
Same thing goes for any wolf that shows two coat defects. Whichever defect is the one listed on their page is the one that'll actually factor into breedings. :>
 Voxtexy
02:34:22 Vox, Corey
I mentioned in chat that if a wolf shows chimera on top of axanthic, that it's purely just visuals. It's a bug that sticks around since it's harmless.

The chimera won't factor into breeding or anything, just the listed defect (axanthic)
 Voxtexy
02:33:03 Vox, Corey
Emmet,
Ooo, that's gonna look so good!
 The Sigma
02:32:08 Leon, Sigma
Urux

Wait IÂ’m sorry, but what do you mean by Vox covered it ToT

I feel like I missed something lol :,)
 Continental Wolves
02:31:47 Emmet , Spoopy Wolf
Vox
Probably wont be until Friday when I buy more apples, I think im going to use that first design you linked
 Stygian Forest
02:31:28 
Vox

Hoping for a boost/defect G1 wolf at once. Melanism would look so good on him due to his lore role in the pack.
 Voxtexy
02:30:24 Vox, Corey
Emmet,
Ooo, really? :D
 Voxtexy
02:28:42 Vox, Corey
Stygian Forest,
That's kind of what I have planned for Ghostface!

I plan to make another high talent stud in the future, with a G1 instead. Hopefully I'll get a nice HW boost or defect with nice vitals and ratings too, that way he has a solid base
 Urux
02:28:40 Urox
Sigma
Oooh! Yes :') Sorry I'm tired lol
Vox covered that one though lol
 The Sigma
02:28:12 Leon, Sigma
Urux

No, I mean chim doesn’t show up in his “birth defect” section, only axanthic :,)
 Continental Wolves
02:27:52 Emmet , Spoopy Wolf
Vox
Ill probably customize that Mela+SV
 Voxtexy
02:27:26 Vox, Corey
Only one coat defect will be listed, even if a wolf expresses two. It's a visual bug/glitch that was kept in the game. :>

If a wolf is axanthic and shows chimera as well, the chimera isn't something that plays into breedings
 Stygian Forest
02:27:16 
Vox

I do want to remake Solstice in the far future, but as a G1 wolf instead.
 Urux
02:26:41 Urox
Sigma
Haha, he will be. This is my current design. I wanted AC but the plum coat looks too good :')

The chimera does show up! It's the red bits, the rest of him is axanthic

-WP Click-
Might change the pelt and eyes still
 Voxtexy
02:26:20 Vox, Corey
Stygian Forest,
I bet! For me, normal customs/customs without talents are cheap xD

Ghostface took 6k apples just to get his talents :'D
 The Sigma
02:25:35 Leon, Sigma
Urux

You definitely need to make him a stud

And how come the chimera defect doesnÂ’t show up? ThatÂ’s so strange lol
 Voxtexy
02:25:33 Vox, Corey
I mean, he's still alive- just retired lmaoo
 Stygian Forest
02:25:13 
Vox

He was rather pricey to customise and I'm surprised he's doing as well as he is despite not being a G1 wolf.
 Voxtexy
02:25:10 Vox, Corey
-WP Click-

The real ones remember Vellichor. Poor mans didn't get nearly as far as Ghostface has gotten since I deployed when he was alive and uhh, I couldn't log on to set him 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 : +2
Margay : -2
Mountain Lion : -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