Wolf Play : Custom Palette CSS styles
Chatbox
 Destinations End
01:44:52 Toliska, Desti, Coy
@Silver
Eh.. overall I don't really know. Right now I am in lots of pain and I feel kind of far off, distant and numb


How're you doing
 Red River Wolves
01:44:14 Redd Dead
I dethroned Boe for now, so I'm happy. Good fights, Anxiety!
 Anxiety
01:43:54 ancient as hell
okay, I hit my 1k wins, I am done for the night :')

good fights!
 SilverShadow
01:43:53 Ash ☆ Crow
Deti

All is well in your corner of the world?
 Destinations End
01:40:31 Toliska, Desti, Coy
Hello Ash
 SilverShadow
01:39:55 Ash ☆ Crow
Hey Desti
 Broken Archangel
01:37:50 Samael, Fallen, Arch
But surprisingly only 2 of my 6 wolves fled
 Broken Archangel
01:36:56 Samael, Fallen, Arch
Well damn

You spy 5 Black Bears.
 Forest Dwelling
01:36:19 I am on Wolflocke ok
@Dagon

Thank you!
 Broken Archangel
01:36:09 Samael, Fallen, Arch
I wonder how the next even will be
 Destinations End
01:36:09 Toliska, Desti, Coy
Hey
 Frozen Flowers
01:34:44 Dagon/Sheo/Moor
Banner size must be 710 pixels wide by 150 pixels high.
Maximum file size is 300,000 bytes.
 Forest Dwelling
01:33:43 I am on Wolflocke ok
What is the min banner size? I don't have premium so I can't check
 Frozen Flowers
01:33:33 Dagon/Sheo/Moor
-WP Click-
A little at a time
 Broken Archangel
01:32:32 Samael, Fallen, Arch
Graves XD
 Red River Wolves
01:31:58 Redd Dead
Anxiety,
It would've counted as a loss anyway. As long as I can get Boe dethroned XD.

And if anything, that critical hit was f you damage lol
 Night Shade
01:31:48 Graves | Chaos
Broken
She's the one with the two Surpassing Valor pups I don't know what to do with lmao
 Broken Archangel
01:30:56 Samael, Fallen, Arch
Red oop
 Anxiety
01:30:50 ancient as hell
aw, I'm sorry Redd x)
 Broken Archangel
01:30:49 Samael, Fallen, Arch
Grave damn nice

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
Black Bear : +2
Grizzly Bear : +2
Copperhead : -4
    Summer   Day  Weather:  Brimstone
 


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