Wolf Play : Custom Palette CSS styles
Chatbox
 Amygdala
02:14:45 Amy/Anpmygdala
Plane
I said i am not going easy on you >:]
 Boeing
02:14:17 Boe is a bear, Rawr!
Damnit Amy I'need one more win lol
 Charlie Bone
02:14:06 
i would wait blood web and keep them but what do i know
 Amygdala
02:13:12 Amy/Anpmygdala
Plane
Wanna pvp again? If not i am going back to explore...sabbath is catching up
 Charlie Bone
02:13:08 
i could always need more mushrooms
 BloodWeb
02:13:01 Blood/Nicole
Should I bones any of these or wait
-WP Click-
-WP Click-
-WP Click-
-WP Click-
 Boeing
02:12:33 Boe is a bear, Rawr!
Grey
Doing nothing, great way to spend my time lol
I haven't seen you on that recently, maybe that's just me being busy though >.>
 Boeing
02:11:13 Boe is a bear, Rawr!
Oup hi and bye Rogue lol
 Graywing
02:10:55 Slate, Gray
Bean
How are you?
 Rogue Whispers
02:10:08 Rogue is a Ghost
Hi/Bye chat :3
 Graywing
02:09:47 Slate, Gray
Bean!
 Amygdala
02:09:38 Amy/Anpmygdala
Dangit...i hope rhaegal will take down another DH
 Boeing
02:09:33 Boe is a bear, Rawr!
Grey!!!
 Graywing
02:09:17 Slate, Gray
Hi chat
 Boeing
02:09:01 Boe is a bear, Rawr!
Amy
Mine have been lazy and staying in my den for the past two weeks because I've been busy lol
 technoblade
02:08:03 Lil Techy | Techno
hey Boe ^^
 Amygdala
02:08:03 Amy/Anpmygdala
Plane
Mine have been runing on drugs and caffeine since FMC started XD
 Boeing
02:07:36 Boe is a bear, Rawr!
Hi techno ^^
 Boeing
02:07:19 Boe is a bear, Rawr!
heh
Why are my wolves so bad today
 technoblade
02:06:57 Lil Techy | Techno
Hi amy :D

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
Grizzly Bear : +2
Green Python : -1
Coyote : +5
    Spring   Night  Weather:  Heavy Rain  Moon: 
 


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