Wolf Play Game

Wolf Play Game
 Summer Month: 1   Day   Sunny
    

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
Bobcat : +3
Coyote : -5
Komodo Dragon : 0


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    2 

need palette help (solved, thank y'all!)December 26, 2021 01:25 PM


los campesinos!

Neutral
 
Posts: 2334
#2679983
Give Award
need help with:

• getting backgrounds to not repeat and stay fixed [FIXED]

• removing borders (used 0!important; won't work) [FIXED]

• making center background (like the part in the middle) semi-transparent [FIXED]

• making header (part with howling wolves) transparent [FIXED]

• changing explore button colour [FIXED]


Edited at December 26, 2021 05:29 PM by los campesinos!
need palette help (solved, thank y'all!)December 26, 2021 01:34 PM


Nez.ity

Game Moderator
Darkseeker
 
Posts: 2245
#2679990
Give Award

I am not a pro but I've been tackling a lot of CSS work lately. For the backgrounds I use:

background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
There's a helpful site( Don't know if I should link because of the rules)that helps with backgrounds, border removal, and transparency.

Called W3schools.

I looked and found this for the border: border: none;” or border: 0px.

I'm not a pro but I would try everything, I've been asking for help since I got upgraded and I've only figured stuff out myself lol( Not saying people won't help you, bro)

need palette help (solved, thank y'all!)December 26, 2021 01:41 PM


los campesinos!

Neutral
 
Posts: 2334
#2679996
Give Award
tried these and unfortunately didn't work :(
need palette help (solved, thank y'all!)December 26, 2021 01:47 PM


Nez.ity

Game Moderator
Darkseeker
 
Posts: 2245
#2680004
Give Award
Hmm, maybe it's the format you're using? Usually, when something is wrong even if it's a tiny piece of the format it throws everything off.
need palette help (solved, thank y'all!)December 26, 2021 01:49 PM


los campesinos!

Neutral
 
Posts: 2334
#2680009
Give Award

Nez.ity said:
Hmm, maybe it's the format you're using? Usually, when something is wrong even if it's a tiny piece of the format it throws everything off.


im just usin' the basic format with edits
need palette help (solved, thank y'all!)December 26, 2021 02:15 PM


Drakaina

Darkseeker
 
Posts: 1191
#2680020
Give Award
Damn, nice job with the edited palette! I love it! <3
need palette help (solved, thank y'all!)December 26, 2021 03:04 PM


Former Pack

Neutral
 
Posts: 0
#2680030
Give Award
Do you have a screenshot of what the current background code looks like?
need palette help (solved, thank y'all!)December 26, 2021 03:08 PM


los campesinos!

Neutral
 
Posts: 2334
#2680031
Give Award

Fennell said:
Do you have a screenshot of what the current background code looks like?


for the tree part
for the center part
need palette help (solved, thank y'all!)December 26, 2021 03:15 PM


Dire

Neutral
 
Posts: 2391
#2680034
Give Award
• making header (part with howling wolves) transparent
.mainscreen1{background:rgba(0,0,0,0); background-repeat: no-repeat;border:0px;}
.mainscreen2{background:rgba(0,0,0,0); background-repeat: no-repeat;border:0px;}
.mainscreen3{background:rgba(0,0,0,0); background-repeat: no-repeat;border:0px;}
.mainscreen4{background:rgba(0,0,0,0); background-repeat: no-repeat;border:0px;}
• changing explore button colour
.navbar a {
font-family:arial,sans-serif;
color:#ffffff;
}
need palette help (solved, thank y'all!)December 26, 2021 03:16 PM


Former Pack

Neutral
 
Posts: 0
#2680035
Give Award
Not sure if were looking at the same part of the code, but mine looks a bit different for the center part

Forums > Artwork > Art Help
   1    2 

Refresh