Chatbox
 Zeraphia
08:07:56 Vah is less okay
Katy

They honestly are. We were almost going to use one with my old cat but luckily he was too stupid.
 distant-lands
08:07:22 katy | beetle
vah,
that's amazing xD they're such a useful tool lol
 Zeraphia
08:06:33 Vah is less okay
Katy

Pfft the fact that I know exactly what you're talking about--

XDD
 distant-lands
08:06:06 katy | beetle
i got bit by a cat at work today e.o

we had to put him in the panini press after that.
 ~♥Nux♥~
08:03:57 You're just yellow
I love how when you add "feel free to retire" to a post in sales, it makes people more eager to buy :|
 Saint
08:02:08 and your just blue
nux i'm not surprised lmao

shadow thank you so much! yeah i'm just listening to music and texting my partner (but she's too busy for me 😕) and waiting on my freedom
 Shadows At Twilight
07:58:29 You're loved! <3
Saint,
Sucks you gotta stick around, but you may regret it if you don't stay. Congrats on finishing your final!
 ~♥Nux♥~
07:58:13 You're just yellow
Saint

I'm proud to say I've done all of the above plus some
 SunGaze
07:56:56 Sunny/Alastair/Sam
You could say you feel like throwing up and make a big scene of making vomiting noises in the trashcan?
 Saint
07:55:12 and your just blue
i wouldn't know, i'm proud of the fact i've never done any of the above
 ~♥Nux♥~
07:54:37 You're just yellow
I mean, if you vomit, they'll send you home and tell you to rest.
 ~♥Nux♥~
07:54:15 You're just yellow
"Pass out"?
 Saint
07:52:35 and your just blue
i don't wanna get sent to the hospital, i wanna go home
 ~♥Nux♥~
07:51:15 You're just yellow
Saint

Pass out, make your nose bleed, puke, there are so many things that could get you out of ass
 Saint
07:49:53 and your just blue
someone save me from class, i've been watching presentations for 3 hours. it's for my final exam but i went first and we can't leave until all 35 of us are done
 The Tea Drinkers
07:49:45 Tea, Tea Queen
dang it. I was going to try to get him to 300 BE before Spring 1 when my next trainee ages up :P
-WP Click-
 SunGaze
07:49:25 Sunny/Alastair/Sam
Zera,
Haha, yeah. Same.
 Saint
07:48:48 and your just blue
nux
 ~♥Nux♥~
07:47:53 You're just yellow
Saint 🐠
 Saint
07:47:11 and your just blue
hey 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
Wolverine : -3
Death Adder : -4
Coyote : +4
    Winter   Day  Weather:  Blizzard
 


Forums

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

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

Custom Palette CSS stylesNovember 3, 2023 07:20 PM


Sam D

Neutral
 
Posts: 122
#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: 2527
#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: 122
#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: 2527
#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: 336
#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: 122
#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: 5739
#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


Spirit of Christmas

Darkseeker
 
Posts: 1212
#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: 122
#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   ..    33    34    35    36    37   ..   40 

Refresh










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