Wolf Play Game

Wolf Play Game
 Summer Month: 2   Day   Earthquake
    
Tue 11:40am  
Packs Online:  89 
Chatbox
 Jester
11:39:57 
In waiting room to get new glasses
 Timber Wood Pack
11:38:04 Timber
Yeah it’s so annoying 😫, they sure do,
 Black Dawn Den
11:37:41 Dawn
Love
The 5,4,3,2,1 method is to find 5 things you can see, 4 things you feel, 3 things you hear, 2 things you smell, and one thing you taste
 Stormsong
11:37:38 Stormy (she/her)
Dawn

Axanthic makes the wolf all grayscale
 Black Dawn Den
11:36:40 Dawn
Moon
Of course
 love story
11:36:39 
Moonfall
ok ty
but if it is not working who can i ask
 Wild Runners
11:36:16 Stalking chat
Timber,
your name reminds me of a wolf I had lol
but yeah our females love making us wait
 Moonfall
11:35:55 Many moons, one me
Love, take some deep steady breaths, look away from dogs, and try the 5,4,3,2,1 method, I gotta go, so I can't look it up just right now to share with you
Dawn, we fight for rocky right?
 Timber Wood Pack
11:35:34 Timber
Bro I have two wolves who just won’t pop their pups out, they’ve been pregnant for 90 hours, and on is in labor hours the other isn’t 😩
 love story
11:35:34 
Moonfall
help T^T
 Black Dawn Den
11:35:01 Dawn
Wild
What does axanthic do?
 Black Dawn Den
11:34:34 Dawn
And even though I knew how it was going to end, it still made me hold my breath
 Crystal Moon
11:34:15 Blue/Indu
My alliance has died since I ran outta premium.
 Wild Runners
11:34:15 Stalking chat
-WP Click-

second axanthic ever :D
Since she's already grayscale,
(dalmation)
I'm gonna get her a dye then I'm gonna get magnus a dye
 Black Dawn Den
11:34:09 Dawn
Moon
Yeah x.x
But other than that I loved it
 Moonfall
11:33:06 Many moons, one me
Dawn, I'm so mad they didn't include emperor comatose lol, but I was on the edge of my seat the entire time
 Wild Runners
11:32:31 Stalking chat
I like Rick Riordan aswell
 love story
11:32:20 
Moonfall
having a panic attack again
 Black Dawn Den
11:32:07 Dawn
Moon
I loved how closely it followed the book. Has to be one of my top 3 favorite movies
 Moonfall
11:31:59 Many moons, one me
Love, with what?

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
Grizzly Bear : +4
Green Python : +5
Jaguar : +1


WolfPlay Game
Chatbox
 Jester
11:39:57 
In waiting room to get new glasses
 Timber Wood Pack
11:38:04 Timber
Yeah it’s so annoying 😫, they sure do,
 Black Dawn Den
11:37:41 Dawn
Love
The 5,4,3,2,1 method is to find 5 things you can see, 4 things you feel, 3 things you hear, 2 things you smell, and one thing you taste
 Stormsong
11:37:38 Stormy (she/her)
Dawn

Axanthic makes the wolf all grayscale
 Black Dawn Den
11:36:40 Dawn
Moon
Of course
 love story
11:36:39 
Moonfall
ok ty
but if it is not working who can i ask
 Wild Runners
11:36:16 Stalking chat
Timber,
your name reminds me of a wolf I had lol
but yeah our females love making us wait
 Moonfall
11:35:55 Many moons, one me
Love, take some deep steady breaths, look away from dogs, and try the 5,4,3,2,1 method, I gotta go, so I can't look it up just right now to share with you
Dawn, we fight for rocky right?
 Timber Wood Pack
11:35:34 Timber
Bro I have two wolves who just won’t pop their pups out, they’ve been pregnant for 90 hours, and on is in labor hours the other isn’t 😩
 love story
11:35:34 
Moonfall
help T^T
 Black Dawn Den
11:35:01 Dawn
Wild
What does axanthic do?
 Black Dawn Den
11:34:34 Dawn
And even though I knew how it was going to end, it still made me hold my breath
 Crystal Moon
11:34:15 Blue/Indu
My alliance has died since I ran outta premium.
 Wild Runners
11:34:15 Stalking chat
-WP Click-

second axanthic ever :D
Since she's already grayscale,
(dalmation)
I'm gonna get her a dye then I'm gonna get magnus a dye
 Black Dawn Den
11:34:09 Dawn
Moon
Yeah x.x
But other than that I loved it
 Moonfall
11:33:06 Many moons, one me
Dawn, I'm so mad they didn't include emperor comatose lol, but I was on the edge of my seat the entire time
 Wild Runners
11:32:31 Stalking chat
I like Rick Riordan aswell
 love story
11:32:20 
Moonfall
having a panic attack again
 Black Dawn Den
11:32:07 Dawn
Moon
I loved how closely it followed the book. Has to be one of my top 3 favorite movies
 Moonfall
11:31:59 Many moons, one me
Love, with what?




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