Wolf Play : Custom Palette CSS styles
Chatbox
 Sateda
01:07:06 
Why are my wolves friendly to every dog except the German Shepherd. I can't do anything with 3 Jack Russells guys.
 Bruiser
01:05:35 oi
-WP Click-

please vote as well B)
 Bee pack
01:05:07 Belle
I see, I just realised.

How stupid of me...I haven't been online for awhile so a lot has changed too!
 MidnightXHunters
01:04:31 
Venom attacks Violet over a deer leg.

Stats: Battle +2
Affinity: Like
Mood: Fierce
Venom! Don't hurt my blue nosed baby!
Bad!
 Sateda
01:02:41 
Bee-
You can't apply a defect to a custom wolf, they have to be born with it. Unless you're just making a design for fun - then I say, Chimera 9 or 10 :)
 Spellbound
01:01:26 miss fine dining
I am having so much fun writing dragon sheets *^*
 Bee pack
01:00:17 Belle
I'm creating a custom girl, any recomendations on what defect to give her.
 Star Tha AOD
12:59:58 i stalk chat (Star)
I need a name for my Erythrism baby, who happens to be named that right now
 Bruiser
12:59:55 oi
my favorite game is participating in the fmc knowing i don't care about my wolves
 Cruella
12:57:02 ⚫Cruella⚪
I have a soft spot for chim 1 :)
 Sateda
12:56:35 
Boo-
Eesh :( I got 2/6 wrestlers, and another litter coming, but I was hoping for more.
 Sateda
12:56:03 
-WP Click-
Except for her, but I have a soft spot for chimeras, and she was a gift.
 Boo
12:56:00 Chrissy
i rated like 20 pups and not a single wrestler.
 Sateda
12:54:40 
I only keep 49R+ AC and exclusives in my pack, and there haven't been many of those on the market lately. I usually breed my own exclusives but that takes quite a while.
 Revelry
12:54:13 Rev
Hey, Demon Mistress! Did you like the pup?
 EuropaFromSolarBalls
12:53:32 IAmNotEurope / Euro
Sateda
I found multiple young defect wolves in shop (I do breed for defects a little)
 Danceofwolves
12:53:09 Dance, tango
Euro
Oh- that's not- good-
 Star Tha AOD
12:52:52 i stalk chat (Star)
twig accidentally swallows a bug.

Stats: Wisdom +1
Mood: Sheepish

Pfft lol, did it taste good bud?
 Cruella
12:52:41 ⚫Cruella⚪
Sateda,
Yes yes they are... :(
 Sateda
12:51:48 
De Vil-
Mine aren't especially old, but I have twelve that are 15+ and it makes me sad :( Good young ones are hard to find too.

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
Mojave Green Rattler : +1
Grizzly Bear : +4
    Summer Month: 2   Night  Weather:  Clear  Moon: 
 Explore In: Now


Forums

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

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
  1 ..  31  32  33  34  35  36  37  38

Custom Palette CSS stylesNovember 3, 2023 07:20 PM


Sam D

Neutral
 
Posts: 120
#2948079
Give Award
I don't know about the forum border but for the buttons use this. Each button is a different color (RBG) so you know which one is which.

Also for mine I don't know why but it brakes my pallet if it is at the bottom but it doesn't brake it if it is at the top of the pallet coding. Just in case it brakes your pallet.

.wpbutton a:link { font-family:arial,sans-serif; font-size:15px; color:#dac972; background-color: #0000ff;
padding:2px; text-decoration: none; }
.wpbutton a:visited {font-family:arial,sans-serif;font-size:15px;color:#000000;background-color: #ff0000;
padding:2px;text-decoration: none;}
.wpbutton {font-family:arial,sans-serif;font-size:15px;color:#000000;background-color: #00ff00; padding:2px;-webkit-border-radius:5px;border-radius:5px;border: 1px solid #000000;text-decoration: none;}

limbo said:
Sorry to be a bother, but does anyone know how to change these?

button-text.jpg
(Change the colour of the text in the buttons for Post/Submit/Paws Up/etc.)

these-borders-mspaint-arrows.jpg
(Change the colour of/remove the forum borders)



Edited at November 3, 2023 11:19 PM by Sam D
Custom Palette CSS stylesNovember 4, 2023 12:01 AM


Qyusen

Neutral
 
Posts: 2399
#2948123
Give Award
Ack >-< Well, I've struggled with this for a bit.
Can I get more help with changing the page background to be transparent? I'm using this-

.pgbg {
background-color: rgba(0, 0, 0, 0);
}

Edited at November 4, 2023 12:02 AM by Qyusen
Custom Palette CSS stylesNovember 4, 2023 01:35 AM


Sam D

Neutral
 
Posts: 120
#2948133
Give Award
Are you talking about this (The pink Background)?

If so, use this image/ code

.pgbg {
background:url(i.postimg.cc/4NGnyxrs/Clear-BG.png);
}

Let me know if it works for you. I tested it on mine before I made this reply and it worked for me.


Qyusen said:
Ack >-< Well, I've struggled with this for a bit.
Can I get more help with changing the page background to be transparent? I'm using this-

.pgbg {
background-color: rgba(0, 0, 0, 0);
}



Edited at November 4, 2023 01:39 AM by Sam D
Custom Palette CSS stylesNovember 4, 2023 02:09 PM


Qyusen

Neutral
 
Posts: 2399
#2948219
Give Award
Doesn't work, unfortunately, but thanks. Might be something else then if yours works, I'll check again.
Custom Palette CSS stylesNovember 4, 2023 02:43 PM


limbo

Neutral
 
Posts: 302
#2948223
Give Award
Sam D said:
I don't know about the forum border but for the buttons use this. Each button is a different color (RBG) so you know which one is which.
Also for mine I don't know why but it brakes my pallet if it is at the bottom but it doesn't brake it if it is at the top of the pallet coding. Just in case it brakes your pallet.
.wpbutton a:link { font-family:arial,sans-serif; font-size:15px; color:#dac972; background-color: #0000ff;
padding:2px; text-decoration: none; }
.wpbutton a:visited {font-family:arial,sans-serif;font-size:15px;color:#000000;background-color: #ff0000;
padding:2px;text-decoration: none;}
.wpbutton {font-family:arial,sans-serif;font-size:15px;color:#000000;background-color: #00ff00; padding:2px;-webkit-border-radius:5px;border-radius:5px;border: 1px solid #000000;text-decoration: none;}
Thank you, however I already have this code in my palette; it changes some of the buttons, but not the specific buttons (circled in my screenshot) that I would like to edit. Is this a mistake on my part?

Qyusen said:
Ack >-< Well, I've struggled with this for a bit.
Can I get more help with changing the page background to be transparent? I'm using this-

.pgbg {
background-color: rgba(0, 0, 0, 0);
}
This is what I've used for my current palette. It uses rgb instead of rgba, not that there's much of a difference. Not saying it'd fix it, but it's something to try if you haven't already (?)

.pgbg {
background-color:rgb(76,76,76,0.4);
}

*Change the 0.4 to 0 for total transparency
Custom Palette CSS stylesNovember 15, 2023 04:41 AM


Sam D

Neutral
 
Posts: 120
#2951956
Give Award
How do you change the white Background on your profile? I see other players have theirs changed, but I cant figure it out.
Custom Palette CSS stylesNovember 15, 2023 01:00 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5611
#2952022
Give Award
Can you pm me your code? I can look again when i get home tonight.

Qyusen said:
Doesn't work, unfortunately, but thanks. Might be something else then if yours works, I'll check again.
The code is posted somewhere on this board, you'll have to do a little digging.

Sam D said:
How do you change the white Background on your profile? I see other players have theirs changed, but I cant figure it out.


Custom Palette CSS stylesNovember 15, 2023 06:53 PM


SpiritGladian

Darkseeker
 
Posts: 1173
#2952169
Give Award
>->'
The little section above the about pack and the pack info-
what code is it?
Custom Palette CSS stylesNovember 16, 2023 03:53 AM


Sam D

Neutral
 
Posts: 120
#2952270
Give Award
I hope this is it :)

.primary {
background-color: #ff0000;
}


spirit of Christmas said:
>->'
The little section above the about pack and the pack info-
what code is it?



Sam D said:
How do you change the white Background on your profile? I see other players have theirs changed, but I cant figure it out.


For anyone else that needs the code for the den page info (where your info is)
table div:nth-child(1) {
background: rgba(1, 1, 1, 1);
}
Custom Palette CSS stylesDecember 12, 2023 02:46 PM


Wyrmwood

Neutral
 
Posts: 49
#2961322
Give Award
i wanted to ask, how do you change the colour of those brown lines on your wolf page and how do you change the colour on ''event and games'' once you hover over it?


image.png
image.png

Edited at December 15, 2023 01:28 PM by Wyrmwood

Forums > Member Help > Guides
  1 ..  31  32  33  34  35  36  37  38

Refresh










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