Wolf Play Game

Wolf Play Game
 Summer Month: 2   Night   Fog  Moon: 
      
Tue 06:37pm  
Packs Online:  83 
Chatbox
 Moonfall
06:33:49 Many moons, one me
Wild, that's fair, it was the only thing that came to me xD
 Moonfall
06:33:00 Many moons, one me
Wild, same here. I forgot I have a new nickname lol
 Master Darkfire
06:32:30 Dark/fire/ice
gotta go dry hair
 Wild Runners
06:31:43 Stalking chat
Eclipse,
hmm I don't know if I'll be able to draw that cause I *will* have to go make dinner
 Wild Runners
06:31:05 Stalking chat
Eclipse,
Ooh I hope it tastes good ^^
 Moonfall
06:31:05 Many moons, one me
Master Owl, lol
 Master Darkfire
06:30:10 Dark/fire/ice
it was much needed. I was very sweaty
 Master Darkfire
06:29:42 Dark/fire/ice
moon literally just took a shower lol
 Moonfall
06:29:20 Many moons, one me
Wild, I'm making dinner, it's taking forever, and I'm hungry. I'm just proud of myself for eating breakfast otherwise this would be much more annoying
 Wild Runners
06:26:39 Stalking chat
My mom is telling me to make food.. but I really do not want to
 Wild Runners
06:26:21 Stalking chat
Aberrance,
the game welcomes you to wolfplay with that wolf. Lol.
 Coveted Aberrance
06:25:39 
I'll accept this as a new player, now what to call him...
 Moonfall
06:23:14 Many moons, one me
Or it's a gambling, I meant wolf party event, then it'll be 50 mush instead. And unless Eve puts another one in before I finish typing, the next one isn't until October
 Coveted Aberrance
06:22:18 
...Let's go gambling!
 Moonfall
06:21:46 Many moons, one me
Coveted, yep! It'll cost 100 unless you use sniff for free
 Coveted Aberrance
06:21:03 
New question: can I still opt to pay the mush cost for wolf party instead of using the tokens?
 Moonfall
06:20:33 Many moons, one me
Wild, an army of ranch fighting an alliance between ketchup and mustard?
 Moonfall
06:19:39 Many moons, one me
It do be like that
 Wild Runners
06:19:30 Stalking chat
what should I draw chat

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 : -1
Badger : -2
Black Panther : 0


WolfPlay Game
Chatbox
 Moonfall
06:33:49 Many moons, one me
Wild, that's fair, it was the only thing that came to me xD
 Moonfall
06:33:00 Many moons, one me
Wild, same here. I forgot I have a new nickname lol
 Master Darkfire
06:32:30 Dark/fire/ice
gotta go dry hair
 Wild Runners
06:31:43 Stalking chat
Eclipse,
hmm I don't know if I'll be able to draw that cause I *will* have to go make dinner
 Wild Runners
06:31:05 Stalking chat
Eclipse,
Ooh I hope it tastes good ^^
 Moonfall
06:31:05 Many moons, one me
Master Owl, lol
 Master Darkfire
06:30:10 Dark/fire/ice
it was much needed. I was very sweaty
 Master Darkfire
06:29:42 Dark/fire/ice
moon literally just took a shower lol
 Moonfall
06:29:20 Many moons, one me
Wild, I'm making dinner, it's taking forever, and I'm hungry. I'm just proud of myself for eating breakfast otherwise this would be much more annoying
 Wild Runners
06:26:39 Stalking chat
My mom is telling me to make food.. but I really do not want to
 Wild Runners
06:26:21 Stalking chat
Aberrance,
the game welcomes you to wolfplay with that wolf. Lol.
 Coveted Aberrance
06:25:39 
I'll accept this as a new player, now what to call him...
 Moonfall
06:23:14 Many moons, one me
Or it's a gambling, I meant wolf party event, then it'll be 50 mush instead. And unless Eve puts another one in before I finish typing, the next one isn't until October
 Coveted Aberrance
06:22:18 
...Let's go gambling!
 Moonfall
06:21:46 Many moons, one me
Coveted, yep! It'll cost 100 unless you use sniff for free
 Coveted Aberrance
06:21:03 
New question: can I still opt to pay the mush cost for wolf party instead of using the tokens?
 Moonfall
06:20:33 Many moons, one me
Wild, an army of ranch fighting an alliance between ketchup and mustard?
 Moonfall
06:19:39 Many moons, one me
It do be like that
 Wild Runners
06:19:30 Stalking chat
what should I draw chat




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   ..    27    28    29    30    31   ..   47 

Custom Palette CSS stylesAugust 21, 2022 02:27 PM


Devils Heart

Neutral
 
Posts:887
#2799003
Give Award
Heyy, I'm new to making pallets, and was wondering on how to change the cursor to a custom cursor? I've seen a few dens with custom cursors and it's really cool! ^^'
Custom Palette CSS stylesAugust 21, 2022 02:57 PM


Former Pack

Neutral
 
Posts:0
#2799021
Give Award
Stxrmmix, this is what I saw while digging through this thread. I haven't used this coding myself though, so I'm not sure how much this helps you.


Venerixen said:

Also is there a way to code your mouse cursor to be different with your pallette? I think there is as I've seen someone's pallette with a different one.



This would help

* {cursor: url(INSERT CURSOR IMAGE LINK 1),auto;}

a:-webkit-any-link {cursor: url(INSTERT CURSOR IMAGE LINK 2),auto;}

.bsmalltext a:link {cursor: url(INSERT CURSOR IMAGE LINK 3),auto;}
.bsmalltext a:visited {cursor: url(INSERT CURSOR IMAGE LINK 3),auto;}

.iclass {cursor: auto;}

* is for every selector

a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)

"INSERT CURSOR IMAGE LINK X" is the link of the cursor you want to be displayed in your palette.
Custom Palette CSS stylesAugust 22, 2022 02:30 PM


Devils Heart

Neutral
 
Posts:887
#2799383
Give Award

Okino said:
Stxrmmix, this is what I saw while digging through this thread. I haven't used this coding myself though, so I'm not sure how much this helps you.


Venerixen said:

Also is there a way to code your mouse cursor to be different with your pallette? I think there is as I've seen someone's pallette with a different one.



This would help

* {cursor: url(INSERT CURSOR IMAGE LINK 1),auto;}

a:-webkit-any-link {cursor: url(INSTERT CURSOR IMAGE LINK 2),auto;}

.bsmalltext a:link {cursor: url(INSERT CURSOR IMAGE LINK 3),auto;}
.bsmalltext a:visited {cursor: url(INSERT CURSOR IMAGE LINK 3),auto;}

.iclass {cursor: auto;}

* is for every selector

a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)

"INSERT CURSOR IMAGE LINK X" is the link of the cursor you want to be displayed in your palette.


Thank you! :D
Custom Palette CSS stylesAugust 22, 2022 04:10 PM


Devils Heart

Neutral
 
Posts:887
#2799400
Give Award
Heyy, I just finished making my s/o's pallet, and I sort of messed up on the text, making it pure black instead of dark orange or red, is there anyway to fix that? >.<
Custom Palette CSS stylesAugust 22, 2022 09:17 PM


Vennenum

Darkseeker
 
Posts:5797
#2799479
Give Award
You're gonna have to re-read your entire palette and see what text got changed. Otherwise, if you shoot me your code and what text color you're trying to change, I might be able to diagnose it.
Custom Palette CSS stylesAugust 23, 2022 12:01 PM


Devils Heart

Neutral
 
Posts:887
#2799715
Give Award
Venn - ;>
Alright, thank you I'll try and figure it out and if I'm unable too, I'll send it over ^^'
Update: Eno managed to fix the pallet. :)

Edited at August 23, 2022 05:44 PM by Stxrmmix <3
Custom Palette CSS stylesSeptember 2, 2022 04:37 PM


los campesinos!

Neutral
 
Posts:2418
#2803105
Give Award
for anyone who doesn't like the new buttons and wants them back how they were before, here's code that will do that:

.wpbutton { font-family:arial,sans-serif; font-size:15px; color:#000000; background-color:rgba(0,0,0,0); padding:0px; border:0px; border-radius:0px; border: 0px solid #000000; }
.wpbutton a:visited { font-family:arial,sans-serif; font-size:15px; color:#000000; background-color:rgba(0,0,0,0); padding:0px; }
.wpbutton a:link { font-family:arial,sans-serif; font-size:15px; color:#000000; background-color:rgba(0,0,0,0); padding:0px; }
.wpbutton a:hover { font-family:arial,sans-serif; font-size:15px; color:#000000; background-color:rgba(0,0,0,0); padding:0px; }

just edit the text colours to how yours are

Custom Palette CSS stylesSeptember 2, 2022 05:38 PM


Eno

Darkseeker
 
Posts:558
#2803137
Give Award
has anyone else figured out which code it is for the hover on the sales history link? I thought it was the .wpbutton a:hover but that doesn't seem to work :/
Custom Palette CSS stylesSeptember 4, 2022 10:12 AM


Vennenum

Darkseeker
 
Posts:5797
#2803688
Give Award
Eno - I took a quick look as I currently dont have time to be editing palettes. It seems weird, but this seems to work:
screenshot-33.png
Custom Palette CSS stylesSeptember 4, 2022 05:49 PM


Eno

Darkseeker
 
Posts:558
#2803817
Give Award
Vennenum said:
Eno - I took a quick look as I currently dont have time to be editing palettes. It seems weird, but this seems to work:
screenshot-33.png
Oooh yes, I forgot to add that. Thanks a bunch ^^

Forums > Member Help > Guides
   1   ..    27    28    29    30    31   ..   47 

Refresh