Wolf Play Game

Wolf Play Game
 Summer Month: 2   Night   Earthquake  Moon: 
      
Wed 12:24am  
Packs Online:  68 
Chatbox
 Apothecary
12:24:19 Medicinally Autistic
Time to explore for a little bit.
 Apothecary
12:13:59 Medicinally Autistic
I can't speak about it here. It was just gross.
 Cypress Road
12:12:26 Axan hoarder
Apoth
Why? What happened to day?
 skeet
12:09:25 
The daily reward you get for logging in I mean
 skeet
12:09:10 
Your login streak will still be there, it’s just the rewards that reset
 Pink kitty🐈
12:03:29 Finger stealer
When I log in it says I have logged in for 91 days and earned wood planks, below that "this resets tomorrow"
 Apothecary
12:02:15 Medicinally Autistic
What do you mean it resets tomorrow?
 Pink kitty🐈
12:01:10 Finger stealer
91 one days of nonstop logging in and it resets tomorrow, is it supposed to reset?
 Apothecary
11:57:45 Medicinally Autistic
I never want a repeat of today
 Cypress Road
11:23:47 Axan hoarder
Serpent
No worries and have a good night. Imma finish coloring in my snake nd probably wait til tomorrow to add details to it
 Serpents
11:22:19 Waterfall,Zane,Pixal
I should head off soon
 Serpents
11:22:09 Waterfall,Zane,Pixal
@Cypress thanks
 Hollyleaf
11:05:46 Shy, Jess (She/her)
Ophelia 🎶 shivers a little and Silverina 🎶 cuddles up to them to warm up.
Stats: Empathy +2
Affinity: --- Strong Like
Mood: Protective
 Cypress Road
11:05:33 Axan hoarder
Don't worry serpent I got you
 Serpents
10:58:08 Waterfall,Zane,Pixal

someone pm me some letters and eye colors and hair styles please
also anyone up for an rp pm me
 Cypress Road
10:56:58 Axan hoarder
Are we wanting realistic or no?
 EntityW0LF
10:35:18 Sorrel/EW0LF
Cypress, same lmao. Ideas for deer colors?
 Cypress Road
10:34:12 Axan hoarder
Crimson
Im drawing right now so I vote that
 Crimson Eclipse
10:31:35 Sunnyy
what should I do
 Crimson Eclipse
10:31:28 Sunnyy
Guys I wanna draw but I also don't wanna draw.

Refresh

You must be a registered member for more
than 1 day before you can use our chatbox.


Quests

Embark on a Quest.

Alliance Battles

Join an Alliance.

Challenges

Hourly Damage Variances
Brown Bear : -1
Bobcat : 0
Baboon : -5


WolfPlay Game
Chatbox
 Apothecary
12:24:19 Medicinally Autistic
Time to explore for a little bit.
 Apothecary
12:13:59 Medicinally Autistic
I can't speak about it here. It was just gross.
 Cypress Road
12:12:26 Axan hoarder
Apoth
Why? What happened to day?
 skeet
12:09:25 
The daily reward you get for logging in I mean
 skeet
12:09:10 
Your login streak will still be there, it’s just the rewards that reset
 Pink kitty🐈
12:03:29 Finger stealer
When I log in it says I have logged in for 91 days and earned wood planks, below that "this resets tomorrow"
 Apothecary
12:02:15 Medicinally Autistic
What do you mean it resets tomorrow?
 Pink kitty🐈
12:01:10 Finger stealer
91 one days of nonstop logging in and it resets tomorrow, is it supposed to reset?
 Apothecary
11:57:45 Medicinally Autistic
I never want a repeat of today
 Cypress Road
11:23:47 Axan hoarder
Serpent
No worries and have a good night. Imma finish coloring in my snake nd probably wait til tomorrow to add details to it
 Serpents
11:22:19 Waterfall,Zane,Pixal
I should head off soon
 Serpents
11:22:09 Waterfall,Zane,Pixal
@Cypress thanks
 Hollyleaf
11:05:46 Shy, Jess (She/her)
Ophelia 🎶 shivers a little and Silverina 🎶 cuddles up to them to warm up.
Stats: Empathy +2
Affinity: --- Strong Like
Mood: Protective
 Cypress Road
11:05:33 Axan hoarder
Don't worry serpent I got you
 Serpents
10:58:08 Waterfall,Zane,Pixal

someone pm me some letters and eye colors and hair styles please
also anyone up for an rp pm me
 Cypress Road
10:56:58 Axan hoarder
Are we wanting realistic or no?
 EntityW0LF
10:35:18 Sorrel/EW0LF
Cypress, same lmao. Ideas for deer colors?
 Cypress Road
10:34:12 Axan hoarder
Crimson
Im drawing right now so I vote that
 Crimson Eclipse
10:31:35 Sunnyy
what should I do
 Crimson Eclipse
10:31:28 Sunnyy
Guys I wanna draw but I also don't wanna draw.




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 > Member Help > Guides
   1   ..    21    22    23    24    25   ..   47 

Custom Palette CSS stylesJuly 31, 2021 11:54 PM


Vyratheriya

Neutral
 
Posts:1174
#2596179
Give Award
Alrighty thank you ^-^

Dire said:

Venerixen said:
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)


Add this property

ul.tabbernav li a:hover {
background: #efecc8; color: #ff00ff;
}

These last 2 aren't listed in the first page of this thread because so add these in your palette code please ^^ (This is for text color of unselected tabs)

ul.tabbernav li a:link {
color: #0000ff;
}
ul.tabbernav li a:visited {
color: #0000ff;
}


Custom Palette CSS stylesAugust 1, 2021 10:18 AM


queen.

Neutral
 
Posts:3643
#2596261
Give Award
what is the code to make the page color have less opacity? if that makes sense~
Custom Palette CSS stylesAugust 1, 2021 10:31 AM


Fair Phantom

Darkseeker
 
Posts:511
#2596268
Give Award
.pgbg {
background-color: rgba(0, 0, 0, 0.75);
}
The last number is the opacity, where 1 is no opacity at all and 0 is fully transparent. You can use decimals to get the specific transparency you want, so 0.50 would be 50% opacity and 0.75 like in the above code would be 75% opacity. The first 3 numbers are the red, green, and blue hues that make up the color (hence the rgb). The "a" represents alpha, which adjusts the opacity of the color. The color in the code above is black (0, 0, 0). White is (255, 255, 255). You can look up other rgba colors as well and there is also rgba color pickers you can search for.

I hope I explained it good enough. ^^

queen. said:
what is the code to make the page color have less opacity? if that makes sense~


Custom Palette CSS stylesAugust 1, 2021 12:45 PM


Caeruleum

Neutral
 
Posts:1098
#2596298
Give Award
Venerixen said:
and is there a way to change the color of the arrows and adventure box colors?
Adventure text and background:
.mainlinetan2
{color: #HEX; background-color: #HEX;}

The whole yellow table in explore:
.mazelevel + table td[bgcolor] {background: #HEX !important; background-image: none !important;}


Custom Palette CSS stylesAugust 1, 2021 01:26 PM


Vyratheriya

Neutral
 
Posts:1174
#2596318
Give Award
Thank you!!! ^-^

Crescent Moon Pack said:
Venerixen said:
and is there a way to change the color of the arrows and adventure box colors?
Adventure text and background:
.mainlinetan2
{color: #HEX; background-color: #HEX;}

The whole yellow table in explore:
.mazelevel + table td[bgcolor] {background: #HEX !important; background-image: none !important;}




Custom Palette CSS stylesAugust 1, 2021 03:06 PM


queen.

Neutral
 
Posts:3643
#2596371
Give Award
thank you! this helps a lot <:

Fair Phantom said:
.pgbg {
background-color: rgba(0, 0, 0, 0.75);
}
The last number is the opacity, where 1 is no opacity at all and 0 is fully transparent. You can use decimals to get the specific transparency you want, so 0.50 would be 50% opacity and 0.75 like in the above code would be 75% opacity. The first 3 numbers are the red, green, and blue hues that make up the color (hence the rgb). The "a" represents alpha, which adjusts the opacity of the color. The color in the code above is black (0, 0, 0). White is (255, 255, 255). You can look up other rgba colors as well and there is also rgba color pickers you can search for.

I hope I explained it good enough. ^^

queen. said:
what is the code to make the page color have less opacity? if that makes sense~




Custom Palette CSS stylesAugust 1, 2021 03:11 PM


queen.

Neutral
 
Posts:3643
#2596377
Give Award
okay, so another question~
i got the opacity to work with the color i wanted, but i can actually see the header image below that. how would i remove that image, exactly, and why am i seeing it?
Custom Palette CSS stylesAugust 1, 2021 03:28 PM


Caeruleum

Neutral
 
Posts:1098
#2596382
Give Award
queen. said:
okay, so another question~
i got the opacity to work with the color i wanted, but i can actually see the header image below that. how would i remove that image, exactly, and why am i seeing it?
You need to add background-repeat: no-repeat; to the header code so the image doesnt repeat itself
Custom Palette CSS stylesAugust 1, 2021 03:34 PM


queen.

Neutral
 
Posts:3643
#2596384
Give Award
gotcha. i'll try that ^^

Crescent Moon Pack said:
queen. said:
okay, so another question~
i got the opacity to work with the color i wanted, but i can actually see the header image below that. how would i remove that image, exactly, and why am i seeing it?
You need to add background-repeat: no-repeat; to the header code so the image doesnt repeat itself


Custom Palette CSS stylesAugust 1, 2021 03:38 PM


queen.

Neutral
 
Posts:3643
#2596386
Give Award
new question lmao:
that code did work, but there's still a section of it showing on the page part.

Edited at August 1, 2021 03:43 PM by queen.

Forums > Member Help > Guides
   1   ..    21    22    23    24    25   ..   47 

Refresh