| |

Lightbringer
|
Both. But I'm actually thinking of just making the header transparent :P
|
|
|
| |

Darkseeker
|
Ok I dont work much with transperency and opacity etc. but to put an image for the header it is: .mainscreen1 { background:url(https://i.postimg.cc/3wMjTfw3/giphy-1-1.gif); } .mainscreen2 { background:url(https://i.postimg.cc/3wMjTfw3/giphy-1-1.gif); } .mainscreen3 { background:url(https://i.postimg.cc/3wMjTfw3/giphy-1-1.gif); } .mainscreen4 { background:url(https://i.postimg.cc/3wMjTfw3/giphy-1-1.gif); }
Please note that I copied and pasted my link, so just replace it with your image. Or you can use mine lol its weird though but with credits
I forgot for the trees, because I dont usually add images. i just do gradients with color, sorry. Will let you know if I remember, or someone else will
Corpses said: Both. But I'm actually thinking of just making the header transparent :P
|
|
|
| |

Lightbringer
|
|
| |

Neutral
|
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.
|
|
|
| |

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 }
|
|
|
| |

Neutral
|
it would be background: transparent not background-image
|
|
|