Chatbox
 Enigma
05:26:12 
Very unlucky finding toucan feathers today
 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

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
Leopard : +3
Wolverine : +3
Bengal Tiger : -2
    Spring   Day   Heavy Rain
 


Forums

→ Wolf Play 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   ..   40 

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


.Karma

Neutral
 
Posts: 2397
#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: 1044
#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: 1044
#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   ..   40 

Refresh










Copyright ©2013-2025 Go Go Gatsby Designs, LLC    All Rights Reserved
Terms Of Use  |   Privacy Policy   |   DMCA   |   Contact Us