Wolf Play Game

Wolf Play Game
 Spring Month: 3   Night   Heavy Rain  Moon: 
      

Chatbox

Log in to view the Chat.

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
Coyote : +5
Western Rattlesnake : -3
Mojave Green Rattler : -2


WolfPlay Game
Chatbox

Log in to view the Chat.




Refresh

You must be a member for more than 1 day before you can chat.

Forums

→ WolfPlay is a fun game! Sign Up Now!


My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following

Forums > Artwork > Art Help
   1 

I need help with my palette ^^"November 25, 2020 11:05 AM


Former Pack

Neutral
 
Posts: 0
#2370749
Give Award
I customized my own palette for myself,, buht I still dont know how to change the "WolfPlay" thing at the top with the two wolves,, and I'd like some assistance. I'd create the artwork/image I want up there, I'd transfer my palette to you, along with the image, and who ever is helping me, can edit the image into my palette, then send the palette back,,
I can offer a couple apples, if need be ^^"
I need help with my palette ^^"November 25, 2020 09:29 PM


Grimm

Darkseeker
 
Posts: 7083
#2371692
Give Award
hello hello I have the solution for you :> since there's four images (one for each season) there's this bit of code here that you have to plop in and edit to your liking c:


.mainscreen1 {
background:url(https://i.postimg.cc/0QS4bmmM/sharon-mccutcheon-62vi3-TG5-EDg-unsplash.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.mainscreen2 {
background:url(https://i.postimg.cc/0QS4bmmM/sharon-mccutcheon-62vi3-TG5-EDg-unsplash.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.mainscreen3 {
background:url(https://i.postimg.cc/0QS4bmmM/sharon-mccutcheon-62vi3-TG5-EDg-unsplash.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.mainscreen4 {
background:url(https://i.postimg.cc/0QS4bmmM/sharon-mccutcheon-62vi3-TG5-EDg-unsplash.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}

Edited at November 25, 2020 09:29 PM by Grimm
I need help with my palette ^^"November 25, 2020 09:32 PM


Former Pack

Neutral
 
Posts: 0
#2371697
Give Award
Ahh, thankyou! So I assume 1 is Spring? And then the following goes summer, fall, winter, for 2, 3, and 4? Or,, which is which,,?
And do I just copy and paste all of that to the bottom of the css, and replace the url in between the parentheses, or are the parentheses not mandatory/apart of that url itself?
I need help with my palette ^^"December 8, 2020 03:30 PM


Former Pack

Neutral
 
Posts: 0
#2387907
Give Award
not sure if you got a response to this earlier, but yes, 1, 2, 3, and 4 are each of the seasons in the order that you said them respectively :) so you're correct in that
and all you do is just change the url, so if this is the original:
.mainscreen4 {
background:url(original-image-url);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
your version with your new image should look like this:
.mainscreen4 {
background:url(new-image-url);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
the parenthesis don't go anywhere and the rest of the css stays the same! hope that helped if you needed it :)

Forums > Artwork > Art Help
   1 

Refresh