Chatbox
 Existence
05:10:40 Exist / Kuskyn
Oh no that is the worst c.c
 Enigma
05:07:35 
frick I missed out on two pups because I took on two new wolves. And I got SVs in my other litters ;_;
 Existence
04:35:15 Exist / Kuskyn
Okay well I get it she is a vessel and vessel only girl t.t
 Existence
04:31:23 Exist / Kuskyn
-WP Click-
Testing my luck with Deity is making me fear her xD
 Urux
04:14:36 Urox, Uris
-WP Click-
-WP Click-
I goofed. I should have used those breeding items on the SV Alb girl </3
 VioletEcho
03:31:24 Vi, Echo, Aria
AmyD yayy that's good ^^
 Amygdala
03:18:22 Amy/Anpmygdala
Ary
Yup
It's a bit better today so hopefully it will be good by monday

Silver
They give you a higher chance of a boost but it's not guaranteed
Some people use them all the time i just breed my wolves without items
 Silvers Clan
03:11:38 
Are elder berry worth using
 VioletEcho
03:10:35 Vi, Echo, Aria
Im so tempted to change my phone wallpaper to danny phantom XD :0


 VioletEcho
03:10:06 Vi, Echo, Aria
AmyD atleast you can rest now and get better<3
 Amygdala
03:04:02 Amy/Anpmygdala
Ary
Still sick but now atleast i have sick leave hehe
 Amygdala
03:02:48 Amy/Anpmygdala
Demon
Is your partner a light sleeper?
And i am sure they would understand a little bit of noise so you can sleep better
 VioletEcho
03:01:45 Vi, Echo, Aria
AmyD hey I'm doing okay thanks and how are you?
 Demon Mistress
03:01:17 The Scary Mod
@Amy
I do have some peppermint tea...but the other issue is making it is kinda loud and my partner is sleeping so I dont know, I'm torn
 Amygdala
02:59:08 Amy/Anpmygdala
I missed an oportuninty to call it anexietea lol
 Amygdala
02:58:20 Amy/Anpmygdala
Demon
Dang it ;-;
Anxiety it is i guess
(Joking)
I hope you manage to calm down a bit and get some more rest...1 hour is insane
 Demon Mistress
02:56:42 The Scary Mod
@Amy
Currently dont have any ^^'
 Amygdala
02:56:23 Amy/Anpmygdala
Hey ary
How are you
 Amygdala
02:55:58 Amy/Anpmygdala
Demon
Oof it's so scarry when something falls in the middle of the night
What about some chammomile tea?
It's supposed to have calming effects XD
 VioletEcho
02:54:57 Vi, Echo, Aria
Yayy AmyD

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
Black Bear : -1
Jackal : +3
Snapping Turtle : +2
    Spring   Night   Heavy Rain  Moon: 
 


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: 6685
#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: 6685
#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: 2239
#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: 2930
#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: 5760
#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: 5760
#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: 1044
#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-2025 Go Go Gatsby Designs, LLC    All Rights Reserved
Terms Of Use  |   Privacy Policy   |   DMCA   |   Contact Us