Wolf Play Game

Wolf Play Game
 Summer Month: 1   Night   Earthquake  Moon: 
      
Mon 06:09am  
Packs Online:  47 
Chatbox
 Jester
06:07:15 
Good morning
 Savik
06:05:56 Nalavara
Good morning, everyone
 Red Willow
05:52:53 Red
hi guys
hi Darkfire
 Winterfell
05:52:08 Winter
Cae oh Cae
 Master Darkfire
05:39:39 Dark/fire/ice
Hi chat
 Amygdala
05:23:08 Amy/Anpmygdala
Caeeeee <3
 Jester
05:10:13 
my favorite wolf just has to be the one who has 0 hunting skills ;w; [Its Ludus]
 Caeruleum
04:43:39 Caesar
log off ;-; as long as youre online, theres a chance someone will steal from you in explore. its a random encounter

you can, however, turn off stolen food notifications in pack > account
 PapyrusPups
04:41:40 
How do I stop people from stealing all my food? It really sucks and I can't bury most of it
 Celestial Saga
03:26:03 Queen / Jo
Good morning
 A bonsaitreasure
02:54:06 
savik my wolves change they go from exelent to okey same wolf
 Savik
02:48:45 Nalavara
Thank you, Eve. <3
 SixBears
02:43:53 evebot
She was active on Saturday. She isn't missing. :)
 Savik
02:42:07 Nalavara
We are missing her.
 SixBears
02:39:50 evebot
She's been active though.
 SixBears
02:39:20 evebot
Sometimes life comes first.
 Savik
02:38:41 Nalavara
Eve, do you know why Demon Mistress seems to be MIA?
 Savik
02:35:59 Nalavara
A bonsaitreasure,
I use Make Friends on any of my wolves that are not excellent. But if I breed any of my excellent rated wolves to an OK/Bad/Very Bad, the pups will be OK or Good.
 SixBears
02:34:38 evebot
She looks really cool!
 Sabbath
02:33:28 Rook
she needs some gear on her back but I have no idea what >.<
-WP Click-

Refresh

You must be a registered member for more
than 1 day before you can use our chatbox.


Quests

Embark on a Quest.

Alliance Battles

Join an Alliance.

Challenges

Hourly Damage Variances
Leopard : -3
Grey Fox : +4
Ermine : +1


WolfPlay Game
Chatbox
 Jester
06:07:15 
Good morning
 Savik
06:05:56 Nalavara
Good morning, everyone
 Red Willow
05:52:53 Red
hi guys
hi Darkfire
 Winterfell
05:52:08 Winter
Cae oh Cae
 Master Darkfire
05:39:39 Dark/fire/ice
Hi chat
 Amygdala
05:23:08 Amy/Anpmygdala
Caeeeee <3
 Jester
05:10:13 
my favorite wolf just has to be the one who has 0 hunting skills ;w; [Its Ludus]
 Caeruleum
04:43:39 Caesar
log off ;-; as long as youre online, theres a chance someone will steal from you in explore. its a random encounter

you can, however, turn off stolen food notifications in pack > account
 PapyrusPups
04:41:40 
How do I stop people from stealing all my food? It really sucks and I can't bury most of it
 Celestial Saga
03:26:03 Queen / Jo
Good morning
 A bonsaitreasure
02:54:06 
savik my wolves change they go from exelent to okey same wolf
 Savik
02:48:45 Nalavara
Thank you, Eve. <3
 SixBears
02:43:53 evebot
She was active on Saturday. She isn't missing. :)
 Savik
02:42:07 Nalavara
We are missing her.
 SixBears
02:39:50 evebot
She's been active though.
 SixBears
02:39:20 evebot
Sometimes life comes first.
 Savik
02:38:41 Nalavara
Eve, do you know why Demon Mistress seems to be MIA?
 Savik
02:35:59 Nalavara
A bonsaitreasure,
I use Make Friends on any of my wolves that are not excellent. But if I breed any of my excellent rated wolves to an OK/Bad/Very Bad, the pups will be OK or Good.
 SixBears
02:34:38 evebot
She looks really cool!
 Sabbath
02:33:28 Rook
she needs some gear on her back but I have no idea what >.<
-WP Click-




Refresh

You must be a member for more than 1 day before you can chat.

Forums

→ WolfPlay 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   ..   47 

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:6970
#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:6970
#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


Nezachii

Game Moderator
Darkseeker
 
Posts:2283
#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


Former Pack

Neutral
 
Posts:0
#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

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


Vennenum

Darkseeker
 
Posts:5797
#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:1098
#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   ..   47 

Refresh