Wolf Play : Custom Palette CSS styles
Chatbox
 Karou
10:13:42 
katy,
she's very evil but the colour scheme I had for the custom couldn't've fit anyone else lol
 distant-screams
10:13:01 katy | beetle
back when i use to sign my art with my real name </3
 distant-screams
10:12:21 katy | beetle
my art from like 2021 (uploaded late because i didn't have a TH lol)
-Click-

my art now
-Click-
 BooJake
10:12:03 Don't call me BJ.
@Frostyhills
That 1019 piece must be millions 👀
 BuggyOs
10:11:25 boobug
Frosty
1019? man that art is old xD
 distant-screams
10:10:47 katy | beetle
karou,
ooo they look very cool
 Luna👻
10:10:28 Silver (She/her)
lets all take a moment to notice how shiny he is -WP Click-
 Frostyhills24
10:10:10 Frosty, (She/Her)
my art in 1019
-Click-

My art now
-Click-

wanted to join in ^^
 Lazy Kingdom
10:10:09 Lazy, Crazy Cat Lady
Oh good, apparently if I cancel it automatically counts as a no show ;.;. That just makes it better DX
 Karou
10:09:54 
katy,
-Click-
this is the character so dead eye is very accurate, but with only one it's meh XD
 distant-screams
10:07:14 katy | beetle
karou,
ah i can understand that ^^ that's how i like blind eyes drawn typically, i think it looks more eerie.
 Lazy Kingdom
10:07:13 Lazy, Crazy Cat Lady
Well time to cancel this appointment and prepare for an email being concerned for me t-t
 Luna👻
10:07:09 Silver (She/her)
what is the fastest way to get mush, I want to open a junk bucket
 Karou
10:06:16 
katy,
oh the reason I like dead eye for this character is because you can tell where the iris + pupil are because they've got a slightly different colour, but I'd still rather have the blind eye gear than visible pupils
 distant-screams
10:06:08 katy | beetle
Luna,
good game! your wolves managed to take down my 2k BE girl xD
 Lazy Kingdom
10:04:53 Lazy, Crazy Cat Lady
And I know already if I cancel appointment, I'm going to get an email XD
 Luna👻
10:04:39 Silver (She/her)
Let's compare my art. Then: -Click- Now: -Click-
 Frostyhills24
10:04:21 Frosty, (She/Her)
She's pretty but I don't like her stats- but she is a 9th gen... with high rarity and a bloodline with good boosts and defects-

-WP Click-
 distant-screams
10:04:18 katy | beetle
Karou,
it's a bit brighter than the dead eyes gear but it might work!
 Karou
10:03:38 
katy,
oh there are? lemme look 'em up, like basically I just want the dead eye gear x2 because it's literally how her eyes look XD

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
Jackal : -3
Red Fox : -5
Leopard : +4
    Summer   Night  Weather:  Clear  Moon: 
 


Forums

→ Wolf Play is a fun game! Sign Up Now!

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
   1   ..    20    21    22    23    24   ..   40 

Custom Palette CSS stylesJuly 31, 2021 09:56 PM


Vyratheriya

Neutral
 
Posts: 1141
#2596101
Give Award
Ah okay thank you ^-^

Fair Phantom said:
Hi Venerixen,
I didn't use a special code for the sparkles. I made a GIF and then inserted the URL into the background property where I wanted it to be. I also made the image a smaller size and made it repeat. Here is one of the codes I used:

.primary {

background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(186, 255, 201, 0), rgba(186, 225, 255, 0), rgba(254, 200, 216, 0)), url(LINK);

background-color: rgba(255, 255, 255, 0.45);

background-size: 75px 75px;

background-repeat: repeat;

}



Custom Palette CSS stylesJuly 31, 2021 09:56 PM


Vyratheriya

Neutral
 
Posts: 1141
#2596102
Give Award
Thank you :3

Dire said:

Venerixen said:
Yes thank you so much :D and last 2 question I think at least XD
I seen sparkles on some peoples pallettes is there a code I can add to do that?
I don't really know if there is a property that adds sparkles on a selector, but you can make an image in an image editor and use the background-image property to display in in your selector.
Ex:
.wolfheader {background-image:url(INSERT IMAGE DIRECT LINK HERE);}

Venerixen said:
Also I know radial and linear gradient what other gradients are there?
There is a third type of gradient: the conic gradient.


Custom Palette CSS stylesJuly 31, 2021 11:05 PM


Vyratheriya

Neutral
 
Posts: 1141
#2596135
Give Award
Okay so turns out a few things still aren't fixed and QI need help again >->

How do I fix the wolf names so they aren't black and I can actually see the letters in the main explore page here? Screenshot 2021 07 31 234833 — Postimages (postimg.cc)

Also how do I change the character points box font a different color than black? Screenshot 2021 07 31 235137 — Postimages (postimg.cc)

Custom Palette CSS stylesJuly 31, 2021 11:11 PM


Vyratheriya

Neutral
 
Posts: 1141
#2596139
Give Award
And last thing how do I change the color of brown line in the message? and how do I change the font color in the mailbox folders? Ignore the messed up colors on the folders just a mess up I have to fix. Screenshot 2021 08 01 000918 — Postimages (postimg.cc)
Custom Palette CSS stylesJuly 31, 2021 11:11 PM


Dire

Neutral
 
Posts: 2391
#2596140
Give Award
.

Venerixen said:
Okay so turns out a few things still aren't fixed and QI need help again >->

How do I fix the wolf names so they aren't black and I can actually see the letters in the main explore page here? Screenshot 2021 07 31 234833 — Postimages (postimg.cc)



Try .mainlineblacksmall {color: #a7a7a7;}



Also how do I change the character points box font a different color than black? Screenshot 2021 07 31 235137 — Postimages (postimg.cc)

Take a look on the error and valid message codes ^^

.errormsg {
background-color:#272727; color:#989898; border:1px solid #000000;
}
.validmsg {
background-color:#c00000; color:#989898; border:1px solid #000000;
}
Custom Palette CSS stylesJuly 31, 2021 11:24 PM


Dire

Neutral
 
Posts: 2391
#2596148
Give Award

Venerixen said:
And last thing how do I change the color of brown line in the message?


Arf arf!

div#msg hr {
border-top-color: #0000ff;
border-right-color: #0000ff;
border-bottom-color: #0000ff;
border-left-color: #0000ff;
background-color: #0000ff;
}


Venerixen said:
and how do I change the font color in the mailbox folders? Ignore the messed up colors on the folders just a mess up I have to fix. Screenshot 2021 08 01 000918 — Postimages (postimg.cc)


Put a color property in each of the selectors of the "Set the tab color for the tabs under your Mailbox" section posted in the first page of this thread. This way:


ul.tabbernav li.tabberactive a {
color:#cccccc; background-color:#070707;
}
ul.tabbernav li.tabberactive a:hover {
color:#dddddd; background-color:#080808;
}

Edited at July 31, 2021 11:24 PM by Dire
Custom Palette CSS stylesJuly 31, 2021 11:26 PM


Vyratheriya

Neutral
 
Posts: 1141
#2596154
Give Award
Okay thank you and thank you for being so patient as I ask my millions of questions ^-^

Dire said:

Venerixen said:
And last thing how do I change the color of brown line in the message?


Arf arf!

div#msg hr {
border-top-color: #0000ff;
border-right-color: #0000ff;
border-bottom-color: #0000ff;
border-left-color: #0000ff;
background-color: #0000ff;
}


Venerixen said:
and how do I change the font color in the mailbox folders? Ignore the messed up colors on the folders just a mess up I have to fix. Screenshot 2021 08 01 000918 — Postimages (postimg.cc)


Put a color property in each of the selectors of the "Set the tab color for the tabs under your Mailbox" section posted in the first page of this thread. This way:


ul.tabbernav li.tabberactive a {
color:#cccccc; background-color:#070707;
}
ul.tabbernav li.tabberactive a:hover {
color:#dddddd; background-color:#080808;
}


Custom Palette CSS stylesJuly 31, 2021 11:28 PM


Vyratheriya

Neutral
 
Posts: 1141
#2596156
Give Award
How do I change color of font where it says "The ground becomes quite rocky."?
Is there a way to change the fony color of the moves, level and predator ammount?
and is there a way to change the color of the arrows and adventure box colors?
Custom Palette CSS stylesJuly 31, 2021 11:39 PM


Vyratheriya

Neutral
 
Posts: 1141
#2596163
Give Award
So this is turning the right color when I hover but the text it black when I don't in the folder area. How do I fix that? Screenshot 2021 08 01 003745 — Postimages (postimg.cc)
Custom Palette CSS stylesJuly 31, 2021 11:39 PM


Dire

Neutral
 
Posts: 2391
#2596164
Give Award

Venerixen said:
How do I change color of font where it says "The ground becomes quite rocky."?
20.3
Venerixen said:
Is there a way to change the fony color of the moves, level and predator ammount?


20.1



Venerixen said:
and is there a way to change the color of the arrows and adventure box colors?


I haven't found a way to change the colors of the arrow or the explore yellow box, they're images provided by the game itself.

Forums > Member Help > Guides
   1   ..    20    21    22    23    24   ..   40 

Refresh










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