Wolf Play : Custom Palette CSS styles
Chatbox
 Bobcat
09:24:03 (She/Her) Cat
Vagabond

No, not really
 Regen
09:23:23 Chior, Jax
-WP Click-

Name help?
 The Vagabonds
09:20:14 
I ment geodes. My keyboard keeps changing my words.
 The Vagabonds
09:19:24 
Are geodesic worth buying?
 Regen
09:17:43 Chior, Jax
Hi chat
 Ámor
09:14:29 Cloudz, Pumpkin
@Nux
ah makes sense
 ~♥Nux♥~
09:13:56 Chat's snack
Amor

It's because the wolf you start with looks albino.
 Ámor
09:13:43 Cloudz, Pumpkin
@Whispering
ive noticed it when i import my albinos into it lol
 Whispering Rain
09:13:05 Whisp, Rain
Amor
That's weird
 Ámor
09:11:42 Cloudz, Pumpkin
Did you guys notice in the custom wolf maker, albino isnt an option as a defect
 Whispering Rain
09:05:05 Whisp, Rain
Nux
I know!
 ~♥Nux♥~
09:04:02 Chat's snack
Whisp

Yeah, the lowest ones are 850 at the moment
 Ámor
09:03:43 Cloudz, Pumpkin
I wanna remake
-WP Click-
-WP Click-
 Whispering Rain
09:03:28 Whisp, Rain
Nux
I just want a custom of my avatar but apples are so darn expensive
 ~♥Nux♥~
09:02:33 Chat's snack
Whisp

I wanted all the markings, but I wanted to see the dye... I love the jade dye.
 Ámor
09:02:31 Cloudz, Pumpkin
@Emmet
I'm even more terrified
 Whispering Rain
09:01:50 Whisp, Rain
Nux
That's beautiful! I'm saving for a custom too, but mine is way less complicated 😅
 Continental Wolves
09:01:17 Emmet , Spoopy Wolf
Amor
<3
~
I've only spent 200 or so apples today
 Ámor
08:58:52 Cloudz, Pumpkin
@Emmet
>.>
 Continental Wolves
08:58:32 Emmet , Spoopy Wolf
Amor
Oh you'll find out later

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 : -2
Mamba : +5
Vicuna Wolf : -2
    Winter Month: 3   Night  Weather:  Heavy Snow  Moon: 
 Explore In: Now


Forums

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

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
  1 ..  12  13  14  15  16  17  18  19  20 .. 37

Custom Palette CSS stylesMarch 23, 2021 01:27 AM

Xesei
Darkseeker
 
Posts: 2034
#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

Xesei
Darkseeker
 
Posts: 2034
#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

Xesei
Darkseeker
 
Posts: 2034
#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

Xesei
Darkseeker
 
Posts: 2034
#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

Xesei
Darkseeker
 
Posts: 2034
#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 ..  12  13  14  15  16  17  18  19  20 .. 37

Refresh










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