Wolf Play Game

Wolf Play Game
 Winter Month: 2   Day   Light Snow
    

Chatbox
 SouthernScorpion
03:49:10 Scorpion
I paid 20$ for 40 lol... to buy mushrooms
 Moonfall
03:47:17 Many moons, one me
I once got 2 apples at 950 each and I'm forever chasing that high
 Wild Runners
03:46:02 Stalking chat
I just bought 4 apples for 1000 each with no regrets
 Moonfall
03:45:15 Many moons, one me
Wild
🤷
It's ever so barely above freezing for me
 EvergreenHills
03:44:15 Juicy Arm Boy
Wild
I dont know TwT
 Wild Runners
03:43:41 Stalking chat
I'm back!!
And freezing
WHY does it have to be SO cold outside
 EvergreenHills
03:37:12 Juicy Arm Boy
Moonfall
I mean its better than before but not the best
 Moonfall
03:34:50 Many moons, one me
Why are apple prices attainable only when I'm broke?
 EvergreenHills
03:34:15 Juicy Arm Boy
Why is this dunkin donuts freezing ahdgdbfid
 EvergreenHills
03:34:02 Juicy Arm Boy
Im so cold
 Stormsong
03:32:41 Luckystorm (she/her)
My three stuffed frogs are watching the news right along with me
 Stormsong
03:31:45 Luckystorm (she/her)
I’m currently in my room, watching the news and playing WP
 Stormsong
03:30:21 Luckystorm (she/her)
I made it home safe and sound yesterday afternoon.
 East MountainClan
03:30:02 Edith, Edie, Stella
alright, time to go be productive.
bye chat! have a good afternoon!
 MLadySkylar
03:27:25 P'Sky/Sky-kun
Now there's 18 apples for sale
 MLadySkylar
03:19:55 P'Sky/Sky-kun
Tired
 EvergreenHills
03:07:01 Juicy Arm Boy
Bye wild !
 Wild Runners
03:06:55 Stalking chat
Bye chat
 EvergreenHills
03:06:51 Juicy Arm Boy
Nrc
Wait what
 EvergreenHills
03:06:42 Juicy Arm Boy
NRC
Nah they didn't TwT bye !

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
Black Bear : -2
Cheetah : 0
Mojave Green Rattler : +5


WolfPlay Game
Chatbox
 SouthernScorpion
03:49:10 Scorpion
I paid 20$ for 40 lol... to buy mushrooms
 Moonfall
03:47:17 Many moons, one me
I once got 2 apples at 950 each and I'm forever chasing that high
 Wild Runners
03:46:02 Stalking chat
I just bought 4 apples for 1000 each with no regrets
 Moonfall
03:45:15 Many moons, one me
Wild
🤷
It's ever so barely above freezing for me
 EvergreenHills
03:44:15 Juicy Arm Boy
Wild
I dont know TwT
 Wild Runners
03:43:41 Stalking chat
I'm back!!
And freezing
WHY does it have to be SO cold outside
 EvergreenHills
03:37:12 Juicy Arm Boy
Moonfall
I mean its better than before but not the best
 Moonfall
03:34:50 Many moons, one me
Why are apple prices attainable only when I'm broke?
 EvergreenHills
03:34:15 Juicy Arm Boy
Why is this dunkin donuts freezing ahdgdbfid
 EvergreenHills
03:34:02 Juicy Arm Boy
Im so cold
 Stormsong
03:32:41 Luckystorm (she/her)
My three stuffed frogs are watching the news right along with me
 Stormsong
03:31:45 Luckystorm (she/her)
I’m currently in my room, watching the news and playing WP
 Stormsong
03:30:21 Luckystorm (she/her)
I made it home safe and sound yesterday afternoon.
 East MountainClan
03:30:02 Edith, Edie, Stella
alright, time to go be productive.
bye chat! have a good afternoon!
 MLadySkylar
03:27:25 P'Sky/Sky-kun
Now there's 18 apples for sale
 MLadySkylar
03:19:55 P'Sky/Sky-kun
Tired
 EvergreenHills
03:07:01 Juicy Arm Boy
Bye wild !
 Wild Runners
03:06:55 Stalking chat
Bye chat
 EvergreenHills
03:06:51 Juicy Arm Boy
Nrc
Wait what
 EvergreenHills
03:06:42 Juicy Arm Boy
NRC
Nah they didn't TwT bye !




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