Wolf Play : Custom Palette CSS styles
Chatbox
 TheFlyingKitten
12:58:33 Petri Dish/Sorceress
The new login screen got me fucked up. Why is the login box in the top left? XD
 Nikwasi
12:58:26 Mac
ET
I think that's why I was so confused 😭
I thought lower scores were better but I never pvp
 Eternity
12:56:57 ET
If you do a single pvp and lose your score will still go up if you've never done one LMAO
 Nikwasi
12:55:16 Mac
PVP Power Rank: 60
I only have one PvP win too
 Eternity
12:53:43 ET
Mood
 Ecifircas
12:53:25 
ScardeyKat, meee.
 ScardeyKat
12:52:37 Kat ?
my PVP power rank is 4740 pfft (I start rounds then log off and forget)
 Nikwasi
12:52:21 Mac
Eci
Ohh okay
Thank youu
 Ecifircas
12:51:32 
The lower the number the better.

So 30 is better than 6500.
 Nikwasi
12:50:32 Mac
Is a higher or lower PvP power rank better
 Ecifircas
12:47:40 
No.
 Purgatory
12:46:15 Purge
Is there any specializations that increase defect or boost chance?
 Ecifircas
12:45:01 
Venn, the cycle of abuse is clear. Hachi gives you attitude so you give it to others. lmaooo
 Vennenum
12:43:50 Venn/Venne
Eci - just fulfilling my daily brattiness. 😅

I kid I don't do that.
 Eternity
12:43:32 ET
I want the wolfparty mush counter so bad, it'd make my day
 Ecifircas
12:42:38 
Voting 'no' on potentially useful suggestions definitely isn't counterproductive at all.
 Salem
12:42:06 Chat Hurts My Soul
Dragon & Dragon Rider RP
-WP Click-
 Vennenum
12:41:38 Venn/Venne
Oh. Cool!
 Moonflower87
12:41:16 
Venne

Nope! I made my Custom boy!
-WP Click-
 Vennenum
12:41:07 Venn/Venne
@apo - Tempted to vote no just because 😅

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
Ocelot : +1
Mojave Green Rattler : +2
Coyote : +5
    Spring 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   ..    37    38    39 

Custom Palette CSS stylesJuly 11, 2024 07:11 PM


Night Shade

Darkseeker
 
Posts: 256
#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: 5654
#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: 3775
#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: 5654
#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


Aurelius

Neutral
 
Posts: 3302
#3047466
Give Award



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.

Custom Palette CSS stylesAugust 3, 2024 11:59 PM


Eno

Darkseeker
 
Posts: 424
#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;}


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

Refresh










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