Wolf Play : Custom Palette CSS styles
Chatbox
 Victorian Ghost
08:27:01 Aloysius (he,him)
-WP Click-

he's so pretty I hope he's worth the 10 mush I spent on him
 Victorian Ghost
08:26:10 Aloysius (he,him)
I think its cool that they change like that
 ~♥Nux♥~
08:26:06 I eat souls, nom nom
Postimages is down >:<
 Arachne
08:25:31 Ara/Kat
pup**
 Arachne
08:25:23 Ara/Kat
ahhh i got a DH puppet from Ghostface :'D
 BuggyOs
08:24:57 Bug-a-boo
Aloysius
oh thats so cool I didn't even notice until now
 ZEFHYR
08:24:37 
oh i had to go try it
 Victorian Ghost
08:23:13 Aloysius (he,him)
oh wait they change everytime I refresh that's cool
 Victorian Ghost
08:22:39 Aloysius (he,him)
do the news page pumpkins change every time to log in?
 BuggyOs
08:21:30 Bug-a-boo
No problem!
 JunglePack
08:21:10 
thanks you so much !
 ~♥Nux♥~
08:20:00 I eat souls, nom nom
-WP Click-

In labor with you 🤺🤺🤺
 BuggyOs
08:19:31 Bug-a-boo
Jungle
pack activities? Change custom ranks
 Night Crescent
08:18:18 Grey (she/her)
You unlock the next explore level at level 10.
 JunglePack
08:18:07 
hey sorry me again :/. my wolfes have not the titles like alpha and omega. does somebody knows where i can change it back to its original titels? (sorry if this is confusing)
 BuggyOs
08:17:19 Bug-a-boo
Zefhyr
I think it was just every 10 levels?
 Autumn's Wraith
08:17:15 Flayre, Autumn
Pathri ambushes Taurak and playfully tackles them.

Stats: Stealth +3
Affinity: Strong Like
Mood: Shifty
 Null
08:17:11 Null, Knight
zefhyr

pretty sure its level 10 for each one but I'm not sure
 ZEFHYR
08:16:19 
in Swamp explore what level gets you to unlock the next realm?
 Dhaundax
08:10:45 Lumos, Dax (he,him)
Apples: 0
Apples Saved: 0
Mushrooms: 0
Mushrooms Saved: 0

I don't have the mush now to restart my pack

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
Bobcat : +1
Cougar : +5
Komodo Dragon : -5
    Winter   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   ..    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: 2193
#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: 1020
#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