Chatbox
 Destinations End
09:49:00 Toliska, Desti, Coy
@Enigma
Yeah. That's it exactly
 The Tea Drinkers
09:46:47 Tea, Tea Queen
Exist
mine never worked right lol it was sublime however, for listening to siblings' conversations
 Existence
09:46:16 Exist / Kuskyn
Tea, I despised them with a passion xD
 Enigma
09:45:58 
Oh right, since you're a mod you will now purposefully have to check chat to see if there's anything weird
 Existence
09:45:49 Exist / Kuskyn
I kind of wish we could have an option for how the game setup looks ;-; rather than setting the whole game for mobile ;-;
 The Tea Drinkers
09:44:57 Tea, Tea Queen
Exist
I still remember corded phones 😔 I had a clear one with sparkles in it. very 2000s core
 Destinations End
09:44:15 Toliska, Desti, Coy
I am not really upset personally ^^'
I just have a hard time getting used to certain kinds of things if they change.
The way it appears chat will work now is something I'll just have to get used to. I'll have to have at least two tabs open now
 Enigma
09:43:41 
However I do hope that if the chat is taking up the whole screen, it's formatted better as the white border takes up the whole screen
 Enigma
09:42:48 
@Desti
I think that's the idea. There is only so much room on a mobile phone screen, text has to be readable for all ages while fitting onto the screen. This way I'm guessing players can browse the main and chat pages without it being cramped
 Existence
09:42:26 Exist / Kuskyn
Tea oh god not the corded phones xD
 FIAB
09:41:00 
I was kind of excited to see what it looks like
 FIAB
09:40:21 
Mine hasn't changed yet for some reason.
 The Tea Drinkers
09:39:15 Tea, Tea Queen
Its hilarious how upset we all are over this we're like old people trying to switch from corded phones to mobile >.>
 FIAB
09:38:55 
I use a web browser on mobile that has a UA customizable slot so I don't have to view it as a computer or a web page I can view it as a pop-up window
 Destinations End
09:37:05 Toliska, Desti, Coy
The only thing that I will take some getting used to is not being able to browse the site and chat in the same tab.
When I open chat in the updated tabs it takes up the entire
phone screen so I can't see anything but the chat. I am unsure if this is what it's supposed to do or if it could be a bug though..
 Existence
09:36:52 Exist / Kuskyn
One of the title buttons done even line up on mobile either x.x
 Existence
09:32:24 Exist / Kuskyn
Tea, yeah it suchs because I prefer the old set up ;-;
 The Tea Drinkers
09:29:27 Tea, Tea Queen
Exist
ah rats ;.; I suppose its not worth me looking for it then XD
 Serpents
09:29:05 Waterfall,Zane,Pixal
-WP Click- vote comment
 Luna❄
09:26:10 Silver (She/her)
Your wolves played: Aila accidentally knocks over a pup with its tail.

Aila whyyy- wait I don't have any pups where are you finding a nonexistent pup?!?

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
Snapping Turtle : 0
Jackal : -3
Red Fox : -4
    Spring   Night   Clear  Moon: 
 


Forums

→ Wolf Play 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










Copyright ©2013-2024 Go Go Gatsby Designs, LLC    All Rights Reserved
Terms Of Use  |   Privacy Policy   |   DMCA   |   Contact Us