Wolf Play : Custom Palette CSS styles
Chatbox
 Vulpixles
11:18:38 Pixie, Vul | ♈
Should I have my wolves in a certain order for BE training? I just have it set to randomize every turn but I have a wolf I'm really trying to get to DG tonight and she's about 35BE away
 Amygdala
11:16:55 Amy/Anpmygdala
Karou
Boeing tried to convince me...he didn't succed XD

But fine. If i breed one somehow i am keeping it
 Karou
11:16:00 
amy,
you should try an ES at least, they're fun when they use their boost lol
 SilverBird
11:15:12 Dawn sun
-WP Click-

This color and pattern is absolutely beautiful... too bad he isn't anything else special 😣
 Karou
11:14:39 
poe,
yeah I'd have a full CS team if I didn't look for boosted + defected wolves (of which most are DHs)
CS and ES are great because it legit doesn't matter what weight you breed your wolf to, and ES has an actual advantage too with the double hits unlike CS, but you can't beat the DH meta when you try to pvp sadly
 Poe
11:12:34 
Karou-
I feel like those boosts are underrated, but definitely good ones to have. Nothing wrong with having a few different boosts to have around for battling :)
 Null
11:12:22 Null, Knight
Apples: 0
Apples Saved: 0
Mushrooms: 44
Mushrooms Saved: 0

I wish I had 4500 mush right now
 Amygdala
11:12:10 Amy/Anpmygdala
Karou
I love DH and SV wolves...i don't really keep other boosts. I have one LW nimble foot though
 Poe
11:11:32 
Sky-
The guy I've been stuck with has fully maxed CP and death grip experience.
 Dark sky
11:11:10 Sky but spooky - she
Territory Level: 31
Pack Vs Pack Wins: 31
they are finally equal lol
 Karou
11:11:00 
i love CS and ES over DH, but they're useless in PvP when every one of your enemies has +50 health so I bought a HW DH for it :(
 Dark sky
11:09:58 Sky but spooky - she
poe thats not true.. if he is an almost maxed like apex there is a lot of interest lol
 Poe
11:09:11 
I've learned that if a battle wolf isn't a DH... nobody is interested in it lol
 kycantina
11:07:08 ky but it's spooky
Wolves dead, healing timer back on lol
 Dark sky
11:05:55 Sky but spooky - she
ky lol yeah
 kycantina
11:05:32 ky but it's spooky
Sky, I get you, when my boyo's old enough for DS I'll be thankful for them
 BloodWeb
11:04:30 Blood/Nicole
My alpha male is set to female lol
-WP Click-
 Dark sky
11:03:59 Sky but spooky - she
ky im happy with them
im scared for him ->

-WP Click-
 Amygdala
11:03:35 Amy/Anpmygdala
Purse
I will start naming them...be carefull it's a boy
 Vulpixles
11:02:54 Pixie, Vul | ♈
I know it would be extremely annoying and tedious to do so it probably won't ever happen, but it would be cool to get a few more poses.

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
Jaguar : -4
Arctic Fox : +1
Coyote : -1
    Spring   Day  Weather:  Heavy Rain
 


Forums

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

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
   1   ..    23    24    25    26    27   ..   40 

Custom Palette CSS stylesAugust 23, 2021 02:09 AM


Former Pack

Neutral
 
Posts: 0
#2606712
Give Award
Nevermind, figured that part out!
Though, I am still having problems changing the website text color..? For instance, for Pack life, and the den slots thing, and text everywhere is still black, and with a black background it's impossible to read unless I highlight it TwT
Is there a code for that?
Custom Palette CSS stylesAugust 23, 2021 02:18 AM


CriesInTheNight

Darkseeker
 
Posts: 6676
#2606713
Give Award
Ok so if I understanf this correctly you mean the writing in the game? Like the words said when you do pack life

Ok for chat colors:


.saleschat.sales {
background-color:#6de4fc;}
}
.smalltextblack {
color: #6de4fc}
.main {
background-color:#00ccff;
border-radius: 7px;}
}

And for the rest of the site:

.mainlineblack{ font-family:arial,sans-serif; font-size:15px; color:#003dc2; }
.mainlineblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#29297a;}
.mainlineblack a:link { font-family:arial,sans-serif; font-size:15px; color:#00adff;}
.mainlineblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#c0c0c0;}

I did not memorize what line affects what on the site, you will have to experiment. Unless others remember


Edited at August 23, 2021 02:18 AM by CriesInTheNight
Custom Palette CSS stylesAugust 23, 2021 03:44 AM


Former Pack

Neutral
 
Posts: 0
#2606719
Give Award
Yep, those were the right ones! Thank you! ^^
I had to turn each one white to see which was which, then color each one accordingly XD

CriesInTheNight said:
Ok so if I understanf this correctly you mean the writing in the game? Like the words said when you do pack life

Ok for chat colors:


.saleschat.sales {
background-color:#6de4fc;}
}
.smalltextblack {
color: #6de4fc}
.main {
background-color:#00ccff;
border-radius: 7px;}
}

And for the rest of the site:

.mainlineblack{ font-family:arial,sans-serif; font-size:15px; color:#003dc2; }
.mainlineblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#29297a;}
.mainlineblack a:link { font-family:arial,sans-serif; font-size:15px; color:#00adff;}
.mainlineblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#c0c0c0;}

I did not memorize what line affects what on the site, you will have to experiment. Unless others remember



Custom Palette CSS stylesAugust 23, 2021 03:49 AM


CriesInTheNight

Darkseeker
 
Posts: 6676
#2606721
Give Award
yea i get it^^, i always chose yellow. its sucha. bright color, that it stands out against any other color in your palette

Rest in Peace said:
Yep, those were the right ones! Thank you! ^^
I had to turn each one white to see which was which, then color each one accordingly XD

CriesInTheNight said:
Ok so if I understanf this correctly you mean the writing in the game? Like the words said when you do pack life

Ok for chat colors:


.saleschat.sales {
background-color:#6de4fc;}
}
.smalltextblack {
color: #6de4fc}
.main {
background-color:#00ccff;
border-radius: 7px;}
}

And for the rest of the site:

.mainlineblack{ font-family:arial,sans-serif; font-size:15px; color:#003dc2; }
.mainlineblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#29297a;}
.mainlineblack a:link { font-family:arial,sans-serif; font-size:15px; color:#00adff;}
.mainlineblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#c0c0c0;}

I did not memorize what line affects what on the site, you will have to experiment. Unless others remember





Custom Palette CSS stylesOctober 21, 2021 03:22 PM


Nez.ity

Game Moderator
Darkseeker
 
Posts: 2195
#2643562
Give Award
I need help finding the background image change thing, or something. I have bad eyesight so I might have skipped over it...all I see is changing colors for the background?
Custom Palette CSS stylesNovember 18, 2021 04:55 PM


Axe's Edge

Darkseeker
 
Posts: 2929
#2659420
Give Award
I used the background change thing but it isn't working. Anyone know how to fix it?
Custom Palette CSS stylesNovember 18, 2021 09:13 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5708
#2659540
Give Award
@Axeblade - hard to diagnose problems without an excerpt of your code.
Custom Palette CSS stylesNovember 24, 2021 11:05 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5708
#2663065
Give Award
Self-reminder to make the additional "fun" codes easier to read.
Custom Palette CSS stylesDecember 14, 2021 06:40 PM


Ahora

Darkseeker
 
Posts: 143
#2674478
Give Award
Is there a way to change the color of the "Explore" part?
Opera-Snapshot-2021-12-15-023805-wolfplaygame-com.png
Custom Palette CSS stylesDecember 15, 2021 02:43 AM


Caeruleum

Neutral
 
Posts: 1022
#2674657
Give Award
Skrillex said:
Is there a way to change the color of the "Explore" part?
Opera-Snapshot-2021-12-15-023805-wolfplaygame-com.png
If i remember correctly, thats .navbar a

Forums > Member Help > Guides
   1   ..    23    24    25    26    27   ..   40 

Refresh










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