Chatbox
 Urux
02:30:30 Urox, Uris
Tony
:o that is so impressive haha
 Tonneoshet
02:29:07 Tony - Neo - Bug
@Urux
Uhhhh... Yeah-?
I write in my notes then copy and paste so the game doesn't kick me out and delete all my progress haha.

@Nux
Ahh gotcha :3
 LunnaRhiss
02:22:26 
well like i said my wolfs are kinda newbies like me so they arent really experienced or strong yet
 ~♥Nux♥~
02:22:06 You're just yellow
Neo

It's an incredibly sentimental inside joke with a dear friend of mine, so everyone is yellow now :) Think of it as a term of endearment.
 Magnus Bane
02:18:41 Mag/Maggy
Depends on your wolves
 Siku of Kinapak
02:17:14 
⭐️30 CP = Over 30 feedings of Big Prey!
On these wolves please:
-WP Click-
-WP Click-

⭐️ Full Market

⭐️ Lots of Litters!
Some in sales folder, some still in den. Too many pups to move!
 LunnaRhiss
02:15:51 
is dreki powerful or can newbie like me kill it in explore
 Urux
02:11:03 Urox, Uris
Tony...does that mean..you write those Rp posts on mobile!?
 Tonneoshet
02:01:15 Tony - Neo - Bug
@Nux
Why am I just yellow? I didn't get peed on did I? /J

@Urux
Fair haha! I always have to refresh. I play WP on mobile so- TwT
 ~♥Nux♥~
01:56:08 You're just yellow
I am tired, but I can't sleep at the moment because my brain does not want to power off.
 Urux
01:55:54 Urox, Uris
Oh okay, that makes sense haha. I just always have a tab open when I'm at me PC. Sometimes I forget it's even there
 Tonneoshet
01:53:13 Tony - Neo - Bug
@Urux
Bahaha! Yeah, sorry. My activity is a little splotchy since I've returned to work TwT
Only been on for a few seconds here and there
 Urux
01:52:24 Urox, Uris
Tony I didn't even realise you were online </3
 Tonneoshet
01:52:02 Tony - Neo - Bug
I wish I could help revive but I'm about to head off to bed. It's only 9pm and I'm already so out of it xD
 Magnus Bane
01:48:13 Mag/Maggy
Chat is dead >.>
 Magnus Bane
01:30:29 Mag/Maggy
Goodnight ^^
 ~♥Nux♥~
01:29:35 You're just yellow
Hm. Someone just reached out to me advertising their stud. I'm not sure how I feel about that.
 DoggPuk3
01:18:14 Dogg :>
Well Im gonna head out for the night
Goodnight Mag!
 DoggPuk3
01:11:26 Dogg :>
Basically their coats change with the seasons
tomorrow if her coat is still being weird ill dig thru the forums and see if anyone else is having this issue and if not then ill right a bug report on it
 Magnus Bane
01:08:45 Mag/Maggy
I have no clue about dynamics so I'm no help <.>

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
Badger : +1
Black Panther : -2
Mountain Lion : -5
    Winter   Day  Weather:  Blizzard
 


Forums

→ Wolf Play is a fun game! Sign Up Now!

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
   1   ..    14    15    16    17    18   ..   40 

Custom Palette CSS stylesMarch 23, 2021 01:27 AM


Albino

Darkseeker
 
Posts: 2052
#2494807
Give Award
Might just be me not seeing it but where or what code would be for the white backgrounds in the bio, info, featured wolf, my awards, my familiars, and wolves tabs? On the den page~
Custom Palette CSS stylesMarch 23, 2021 01:40 AM


Dire

Neutral
 
Posts: 2391
#2494808
Give Award

Xesei said:
Might just be me not seeing it but where or what code would be for the white backgrounds in the bio, info, featured wolf, my awards, my familiars, and wolves tabs? On the den page~


There is not an only way to change them, the shortest code for it is:


table div:nth-child(1) {background:rgba(1, 1, 1, 0.99);}


Those white backgrounds don't have a specific class/id so the code would change some unexpected places. (For this particular line the main places are battle screen, forums post blocks and during an item selection)




Custom Palette CSS stylesMarch 23, 2021 02:07 AM


Albino

Darkseeker
 
Posts: 2052
#2494823
Give Award

Dire said:

Xesei said:
Might just be me not seeing it but where or what code would be for the white backgrounds in the bio, info, featured wolf, my awards, my familiars, and wolves tabs? On the den page~


There is not an only way to change them, the shortest code for it is:


table div:nth-child(1) {background:rgba(1, 1, 1, 0.99);}


Those white backgrounds don't have a specific class/id so the code would change some unexpected places. (For this particular line the main places are battle screen, forums post blocks and during an item selection)






Ah alrighty! Thank you~
Custom Palette CSS stylesMarch 23, 2021 04:32 AM


Albino

Darkseeker
 
Posts: 2052
#2494831
Give Award
Nvm! Worked finally!
instead I'm asking about how to code your own image background to only have the single image instead of the repeating grid style?

Edited at March 23, 2021 05:20 AM by Xesei
Custom Palette CSS stylesMarch 23, 2021 05:31 AM


Former Pack

Neutral
 
Posts: 0
#2494836
Give Award
Did you try background-image: repeat or no-repeat?

Xesei said:
Nvm! Worked finally!
instead I'm asking about how to code your own image background to only have the single image instead of the repeating grid style?


Custom Palette CSS stylesMarch 23, 2021 06:31 AM


Albino

Darkseeker
 
Posts: 2052
#2494840
Give Award

Devil's Gambit said:
Did you try background-image: repeat or no-repeat?

Xesei said:
Nvm! Worked finally!
instead I'm asking about how to code your own image background to only have the single image instead of the repeating grid style?


Just tried it! (Might be wrong CSS) Doesn't seem to want to do it any way I put it~
Custom Palette CSS stylesMarch 23, 2021 07:08 AM


Former Pack

Neutral
 
Posts: 0
#2494851
Give Award
I do it like this: .daybody {background: #000 url(https://i.postimg.cc/Kj0V8dML/32-CDF941-8-F22-4-C5-E-8559-9-A11-B63655-A8.jpg); background-size: 100%; background-repeat: repeat;background-attachment: fixed;background-size: cover; background-position: center;border:0px;}
Try that with your link, altogether, and see if it works. If not, something else may be canceling it.

Xesei said:

Devil's Gambit said:
Did you try background-image: repeat or no-repeat?

Xesei said:
Nvm! Worked finally!
instead I'm asking about how to code your own image background to only have the single image instead of the repeating grid style?


Just tried it! (Might be wrong CSS) Doesn't seem to want to do it any way I put it~


Custom Palette CSS stylesMarch 23, 2021 07:17 AM


Albino

Darkseeker
 
Posts: 2052
#2494853
Give Award

Devil's Gambit said:
I do it like this: .daybody {background: #000 url(https://i.postimg.cc/Kj0V8dML/32-CDF941-8-F22-4-C5-E-8559-9-A11-B63655-A8.jpg); background-size: 100%; background-repeat: repeat;background-attachment: fixed;background-size: cover; background-position: center;border:0px;}
Try that with your link, altogether, and see if it works. If not, something else may be canceling it.

Xesei said:

Devil's Gambit said:
Did you try background-image: repeat or no-repeat?

Xesei said:
Nvm! Worked finally!
instead I'm asking about how to code your own image background to only have the single image instead of the repeating grid style?


Just tried it! (Might be wrong CSS) Doesn't seem to want to do it any way I put it~




Ah thank you! Now it is a singular image :D
Custom Palette CSS stylesMarch 23, 2021 07:24 AM


Former Pack

Neutral
 
Posts: 0
#2494855
Give Award
Xesei,
No problem, glad it worked :D
Custom Palette CSS stylesApril 9, 2021 03:24 PM


Former Pack

Neutral
 
Posts: 0
#2509043
Give Award
Hi, Im new with code CSS, so someone could help me:
-insert a banner
-change the color of the message from point
-change background forest imagine
-change white backround under den, avards and more

Thanks for help, I can replay you with a "dontation" ^).
Greetings

Forums > Member Help > Guides
   1   ..    14    15    16    17    18   ..   40 

Refresh










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