|
Lightbringer
|
|
|
Darkseeker
|
cries already gave you the header, but here's the background where the trees are- .daybody {url:"link";} .nightbody (url:"link";} and just add any other positioning/sizing/etc bits to that :3 hope it helps! and if you need any more help, my dms are open, i'll see there faster than posts here lol
|
|
|
|
Neutral
|
CriesInTheNight said: Anyone know how to change the color in explore where it says how many predators there are, moves and the status of the wolves(hunger,health etc>).
Hey, maybe this post has what you're looking for: --------------------------------------------------------------------- For the Predator, Moves and Terrain line it's like Blood said previously:
.explorelevel {color:#000000;} For "status of wolves" if you meant the text which has wolf name, health, hunger, thirst and their values (eg 80/100), the code is this: .mainlineblacksmall {color:#000000;} There are more text that can be edited there. For the feedback during explore "Your wolves wander through ... " div.feedback div font {color:#000000;} For "North, South, West, East" tr.explore {color:#000000;} For the "Adventure" and "Options" titles
|
|
|
|
Darkseeker
|
Thanks friend <3. I realized that with my background gradients, I can't see squat in explore lol Dire said: CriesInTheNight said: Anyone know how to change the color in explore where it says how many predators there are, moves and the status of the wolves(hunger,health etc>).
Hey, maybe this post has what you're looking for: --------------------------------------------------------------------- For the Predator, Moves and Terrain line it's like Blood said previously:
.explorelevel {color:#000000;} For "status of wolves" if you meant the text which has wolf name, health, hunger, thirst and their values (eg 80/100), the code is this: .mainlineblacksmall {color:#000000;} There are more text that can be edited there. For the feedback during explore "Your wolves wander through ... " div.feedback div font {color:#000000;} For "North, South, West, East" tr.explore {color:#000000;} For the "Adventure" and "Options" titles
|
|
|
|
Neutral
|
Does anyone know how to completely get rid of the page background? I've been trying to for like 30 minutes and the only thing it's erasing is the color itself.
|
|
|
|
Game Moderator Darkseeker
|
@purpleparadox - that's hard to diagnose without knowing what your code looks like. could be any number of things.
|
|
|
|
Neutral
|
Vennenum said: @purpleparadox - that's hard to diagnose without knowing what your code looks like. could be any number of things.
This is the code I was trying to use, but I'm not super good with CSS so I'm not sure if I'm trying to do the right thing. .pgbg { background-image: transparent }
|
|
|
|
Darkseeker
|
it would be background: transparent not background-image
|
|
|
|
Neutral
|
Vriouss said: it would be background: transparent not background-image
It still just turns the whole page background dark green
|
|
|
|
Darkseeker
|
hmm. try { background: rgba(0,0,0,0); } or if that still doesn't, try { background-color: rgba(0,0,0,0); }
|
|
|