Wolf Play Game

Wolf Play Game
 Winter Month: 1   Day   Sunny
    

Chatbox
 Wild Runners
11:37:59 Stalking chat
Doodle,
It would be!
I can't wait eee
 Jester
11:37:09 
Yeah that
 Mistakes
11:35:33 Cryptic | Crypt
Boost Guide: -WP Click-
 Jester
11:33:31 
I forget but there's a list of mutations somewhere if you click the info thing next to boosts
 Wild Runners
11:33:22 Stalking chat
Oh yeah 25 agility and 25 battle
 Wild Runners
11:32:57 Stalking chat
Dawn,
it gives 25 battle and I think, either 25 agility or 25 resolve!
 Black Dawn Den
11:32:12 Dawn
What does adaptive vitality boost mean?
 Dare Devil Pack
11:31:34 
Oh, cool! They were born this morning I've never had that before
 Wild Runners
11:31:28 Stalking chat
Dare,
which by the looks of it Foxy would be a great explorer :D
 Jester
11:30:41 
Dare
It has more health in battle
 Wild Runners
11:30:39 Stalking chat
Dare,
its a boost and it gives 50 more health!
it's really good if the wolf is a good explorer
 Doodle Dragon
11:30:36 He/They pronouns
Wild,
Yeah
 Wild Runners
11:29:37 Stalking chat
Doodle,
it would, but It'll take a while so I gotta hold on to my horses till he gets there lol
 Dare Devil Pack
11:29:34 
-WP Click-
On my 2 female pups, what does it mean divine heath
 EvergreenHills
11:28:56 Juicy Arm Boy
Hi again sorry I poofed
 Doodle Dragon
11:27:02 He/They pronouns
Wild,
That would be super cool :3
 Wild Runners
11:26:33 Stalking chat
my ladies don't want to go into labor today.
 Wild Runners
11:25:29 Stalking chat
That'd be a HUGE achievement for me
 Wild Runners
11:24:50 Stalking chat
I wanna get him to #10 bred
 Doodle Dragon
11:24:47 He/They pronouns
Wild,
Ooo, lots of mush

Refresh

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


Challenges

Hourly Damage Variances
Red Fox : +3
Mojave Green Rattler : +3
Anaconda : +1


WolfPlay Game
Chatbox
 Wild Runners
11:37:59 Stalking chat
Doodle,
It would be!
I can't wait eee
 Jester
11:37:09 
Yeah that
 Mistakes
11:35:33 Cryptic | Crypt
Boost Guide: -WP Click-
 Jester
11:33:31 
I forget but there's a list of mutations somewhere if you click the info thing next to boosts
 Wild Runners
11:33:22 Stalking chat
Oh yeah 25 agility and 25 battle
 Wild Runners
11:32:57 Stalking chat
Dawn,
it gives 25 battle and I think, either 25 agility or 25 resolve!
 Black Dawn Den
11:32:12 Dawn
What does adaptive vitality boost mean?
 Dare Devil Pack
11:31:34 
Oh, cool! They were born this morning I've never had that before
 Wild Runners
11:31:28 Stalking chat
Dare,
which by the looks of it Foxy would be a great explorer :D
 Jester
11:30:41 
Dare
It has more health in battle
 Wild Runners
11:30:39 Stalking chat
Dare,
its a boost and it gives 50 more health!
it's really good if the wolf is a good explorer
 Doodle Dragon
11:30:36 He/They pronouns
Wild,
Yeah
 Wild Runners
11:29:37 Stalking chat
Doodle,
it would, but It'll take a while so I gotta hold on to my horses till he gets there lol
 Dare Devil Pack
11:29:34 
-WP Click-
On my 2 female pups, what does it mean divine heath
 EvergreenHills
11:28:56 Juicy Arm Boy
Hi again sorry I poofed
 Doodle Dragon
11:27:02 He/They pronouns
Wild,
That would be super cool :3
 Wild Runners
11:26:33 Stalking chat
my ladies don't want to go into labor today.
 Wild Runners
11:25:29 Stalking chat
That'd be a HUGE achievement for me
 Wild Runners
11:24:50 Stalking chat
I wanna get him to #10 bred
 Doodle Dragon
11:24:47 He/They pronouns
Wild,
Ooo, lots of mush




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   ..    16    17    18    19    20   ..   47 

Custom Palette CSS stylesMay 8, 2021 10:34 AM


Fair Phantom

Darkseeker
 
Posts:511
#2537828
Give Award
.mainlineblacksmall {
color: #######;
}

Savage said:
Does anyone know if I can change the text color here?

image.png


Custom Palette CSS stylesMay 8, 2021 10:44 AM


Former Pack

Neutral
 
Posts:0
#2537831
Give Award
awesome thank you
Custom Palette CSS stylesMay 8, 2021 10:45 AM


Fair Phantom

Darkseeker
 
Posts:511
#2537832
Give Award
You're welcome. ^^
Custom Palette CSS stylesMay 15, 2021 04:36 PM


Lone

Neutral
 
Posts:1469
#2544545
Give Award
How can I change the color of a pack name on sales and main chat? If you could please leave an example as well that way I have an idea. Im a visual learner lol.
Custom Palette CSS stylesMay 15, 2021 08:38 PM


Dire

Neutral
 
Posts:2391
#2544699
Give Award

Lone said:
How can I change the color of a pack name on sales and main chat? If you could please leave an example as well that way I h/*ave an idea. Im a visual learner lol.


The ones you mention are related to .bsmalltext selector
These are the codes for chatbox text

/* Nicknames in chat */
.bsmalltext {font-family:arial,sans-serif; color:#000000;}
/* Pack names in chat - visited should be the same as link */
.bsmalltext a:link {font-family:arial,sans-serif; color:#010101;}
.bsmalltext a:visited {font-family:arial,sans-serif; color:#010101;}
/*Pack names in chat - hovered*/
.bsmalltext a:hover {font-family:arial,sans-serif; color:#020202;}

/*Message text*/
.smalltextblack {font-family:arial,sans-serif; color:#030303;}
/*Links (WP,YT,Click) - visited should be the same as link */
.smalltextblack a:link {font-family:arial,sans-serif; color:#040404;}
.smalltextblack a:visited {font-family:arial,sans-serif; color:#040404}
/* Links - hovered */
.smalltextblack a:hover {font-family:arial,sans-serif; color:#050505;}




It's possible to make sales chat text color different from main chat, the codes are similar, it just needs to specify which are for each chat at the beginning (.saleschat.sales or .saleschat.main)

/* MAIN CHAT TEXT */

.saleschat.main .mainbsmalltext {font-family:arial,sans-serif; color:#5579af;}
.saleschat.main .bsmalltext a:link {font-family:arial,sans-serif; color:#4d9afb;}
.saleschat.main .bsmalltext a:visited {font-family:arial,sans-serif; color:#4d9afb;}
.saleschat.main .bsmalltext a:hover {font-family:arial,sans-serif; color:#538ad0;}

.saleschat.main .smalltextblack {font-family:arial,sans-serif; color:#0f90ff;}
.saleschat.main .smalltextblack a:link {font-family:arial,sans-serif; color:#1179d2;}
.saleschat.main .smalltextblack a:visited {font-family:arial,sans-serif; color:#1179d2;}
.saleschat.main .smalltextblack a:hover {font-family:arial,sans-serif; color:#60aae8;}

/* SALES CHAT TEXT */
.saleschat.sales .bsmalltext {font-family:arial,sans-serif; color:#a13a3a;}
.saleschat.sales .bsmalltext a:link {font-family:arial,sans-serif; color:#310505;}
.saleschat.sales .bsmalltext a:visited {font-family:arial,sans-serif; color:#310505;}
.saleschat.sales .bsmalltext a:hover {font-family:arial,sans-serif; color:#d80000;}

.saleschat.sales .smalltextblack {font-family:arial,sans-serif; color:#cc0000;}
.saleschat.sales .smalltextblack a:link {font-family:arial,sans-serif; color:#a80b0b;}
.saleschat.sales .smalltextblack a:visited {font-family:arial,sans-serif; color:#a80b0b;}
.saleschat.sales .smalltextblack a:hover {font-family:arial,sans-serif; color:#ff0000;}

Edited at May 15, 2021 08:50 PM by Dire
Custom Palette CSS stylesMay 17, 2021 02:21 PM


Former Pack

Neutral
 
Posts:0
#2546290
Give Award
How do I put an image in the header? Sorry if I missed the responce to this question already
Custom Palette CSS stylesMay 17, 2021 02:26 PM


Caeruleum

Neutral
 
Posts:1098
#2546293
Give Award
Dragonhorse said:
How do I put an image in the header? Sorry if I missed the responce to this question already
.mainscreen1{background:url(LINK);}
.mainscreen2{background:url(LINK);}
.mainscreen3{background:url(LINK);}
.mainscreen4{background:url(LINK);}
Custom Palette CSS stylesMay 17, 2021 07:18 PM


Former Pack

Neutral
 
Posts:0
#2546617
Give Award
How do I make my header dissapear? XD I'm sick of my dumb self not being able to size it right. Or what is the size for the header?
Custom Palette CSS stylesMay 17, 2021 09:07 PM


Caeruleum

Neutral
 
Posts:1098
#2546741
Give Award
Size is 900x200 px; to make it disappear just put background:transparent;
Custom Palette CSS stylesMay 23, 2021 11:39 AM


Former Pack

Neutral
 
Posts:0
#2552085
Give Award
I am soo confused

Forums > Member Help > Guides
   1   ..    16    17    18    19    20   ..   47 

Refresh