Wolf Play : Custom Palette CSS styles
Chatbox
 Voxtexy
08:50:45 Vox, Corey
Ah, snap. I should've bought the other deranged animals when they were in the event store ;-;
 Voxtexy
08:48:56 Vox, Corey
I need more screaming animal decor/gear lmao
 Existence
08:46:31 Exist / Kuskyn
Kind of wish we had a auto set CP settings to off or on ;-;
 Noricai
08:45:05 Young Po
purgatory
thanks! im looking at the website now
 Luna's Sanctuary
08:44:21 Luna
Vox
So that's why they're screaming :0
 Luna's Sanctuary
08:43:09 Luna
:')
 Voxtexy
08:43:05 Vox, Corey
-WP Click-

Deranged birb do be scaring the possum and cat.
 Radiant Den
08:41:46 Foxtails, Inayah
Luna
You're right.
Chat! big hugs all around. Hugs for everyone!
 Purgatory
08:41:27 Purge
I use adobe fresco for everything, works both mobile and pc
 BuggyOs
08:41:10 Bug 𓆣
-WP Click-

Join the Swarm!
 Serpents
08:41:07 Waterfall,Zane,Pixal
anyone up for an rp pm me

if anyone sees my wolves In explore pm me
 Noricai
08:40:43 Young Po
Venne
Oooooo thanks!
 Luna's Sanctuary
08:40:29 Luna
Foxtails
Ah, well, I wouldn't be surprised if a lot of people needed a hug. best wishes :)
 Noricai
08:39:39 Young Po
thanks too!
that helps but im looking for something i can use on pc single i only have an i phone 6 and some android i dont use much, i cant find anything all that good though and i hate using krita and fireaplaca is just not it, i need better brushes and the lines are incapible of being CRISP
 Radiant Den
08:39:11 Foxtails, Inayah
Luna
Honestly even just a big hug sounds good right now. Alas, hubby is away so I will have to wait until he comes home
 Luna's Sanctuary
08:38:49 Luna
Necro
Cemetery?
 Vennenum
08:38:22 Venn/Venne
There's a free "photoshop" crack on -Click-

You guys can try that.
 Sanania
08:38:14 San, Sangria
Vox-

Gotcha! I also wouldnÂ’t know the statistic but IÂ’m fairly certain I raven feathered this one female and she lived to like 23/24 possibly older IÂ’d have to go check.
 Luna's Sanctuary
08:37:13 Luna
Foxtails
Man, that does sound nice..
 Existence
08:37:09 Exist / Kuskyn
-WP Click-
Ohh I should deage you c.c

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 : +3
Wolverine : +4
Anaconda : -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   ..    37    38    39    40 

Custom Palette CSS stylesJuly 11, 2024 07:11 PM


Night Shade

Darkseeker
 
Posts: 320
#3040286
Give Award
Thank you!
I don't mind having coding issues. I have a palette made by another user where the bars are different, but I don't know the code to play around with it myself.

Vennenum said:

.mainscreen5 changes the header image, not the footer images. It also needs to be a specific size or you'll have issues.

Use.mainlinetan img for the footer images.

PH, Health bars, and CP bars can't be changed at the moment (unless you're okay dealing with the various other issues that code bring up).



Custom Palette CSS stylesJuly 11, 2024 11:56 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5682
#3040382
Give Award

I tested this on my own palette and haven't found many issues so far:

Try these out:
/* PH Bar */
.mainlineblack .mainlineblack div {
border-radius: 0px !important;
background: rgba(255,205,153, 0.5) !important;
}

/* Wolf CP Bar */
#rightcolumn .mainlinegr div {
background: rgba(255,205,153, 0.75) !important;
border-radius: 0px !important;
border: 1px solid black !important;
}

PH Bar does trickle over to the mailbox (not a huge deal for me) but if anyone else figures out something better, I'm all ears.

The !important overrides the hardcoding. Don't leave it out.

Lemme know!


Edited at July 12, 2024 12:10 AM by Vennenum
Custom Palette CSS stylesJuly 12, 2024 01:43 PM


SixBears

Administrator
Lightbringer
 
Posts: 3812
#3040496
Give Award

If your tables are transparent, use this code:

.cinco {
background-color:colorofyourchoice;
}


Edited at July 12, 2024 03:29 PM by SixBears
Custom Palette CSS stylesJuly 12, 2024 02:13 PM


Sam D

Neutral
 
Posts: 122
#3040503
Give Award
Can someone either help me with the bottom images or give me the full code for it? Everytime I try it, my image either gets stuck behind the holly berries or it doesn`t work.
If someone want to post their code I will change the bottom images to my own.
This is the code that gets stuck behind the holly berries images:
.mainlinetan img {
background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/images/85137994_2GOgSTW1RcesCf4.png);
}
Custom Palette CSS stylesJuly 12, 2024 08:56 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5682
#3040572
Give Award
Use background, not background-image.
You shouldn't be hotlinking directly from toyhou.se anyway.
Custom Palette CSS stylesAugust 3, 2024 06:46 PM


Kháos

Neutral
 
Posts: 3338
#3047466
Give Award

[Resolved, removed image for cleanliness]

I have not played in a while... could somebody help me please? The image is the forum links, although I need more help then that. I can't figure out the border coloring for the PH/CP bars except to make them transparent (I tried HEX codes and it didn't work), and on one of my palettes it appears that the CP part at the top along with parts of the forums are... green. Thank you for any help.


Edited at August 28, 2024 11:36 AM by Kháos
Custom Palette CSS stylesAugust 3, 2024 11:59 PM


Eno

Darkseeker
 
Posts: 434
#3047519
Give Award

1

Aurelius said:



I have not played in a while... could somebody help me please? The image is the forum links, although I need more help then that. I can't figure out the border coloring for the PH/CP bars except to make them transparent (I tried HEX codes and it didn't work), and on one of my palettes it appears that the CP part at the top along with parts of the forums are... green. Thank you for any help.



Hey!

For the forum text these are the codes

.veryblack { font-family:arial,sans-serif; font-size:15px; color:#HEX;}
.veryblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#HEX;}
.veryblack a:link { font-family:arial,sans-serif; font-size:15px; color:#HEX;}
.veryblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#HEX;}

Custom Palette CSS stylesAugust 12, 2024 06:07 PM


Kháos

Neutral
 
Posts: 3338
#3049856
Give Award

Thank you! [This post was self resolved.]


Edited at August 27, 2024 01:37 PM by Kháos
Custom Palette CSS stylesAugust 25, 2024 12:01 PM


Kháos

Neutral
 
Posts: 3338
#3052588
Give Award

Is it possible to edit this background?

Battle

Custom Palette CSS stylesAugust 27, 2024 12:39 PM


Salt Shaker

Neutral
 
Posts: 870
#3053010
Give Award
what are the dimensions for the .mainscreen5 image? i couldn't find them anywhere

Forums > Member Help > Guides
   1   ..    37    38    39    40 

Refresh










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