Wolf Play Game

Wolf Play Game
 Summer Month: 3   Day   Fog
    
Wed 01:46pm  
Packs Online:  91 
Chatbox
 Saint
01:45:56 Is a bee
What was the reason postimg isn't allowed again?
 Saint
01:40:31 Is a bee
Sabbath, I literally thought that when I saw you lol. I'm good, exploring a lot now that I'm back from my break and questioning how I have almost 400 territory level and can't even complete a level in several days
 Sabbath
01:38:17 Rook
Hi Saint. Almost thought I had posted in chat again xD How are you?
 Seiwoo Kivichi
01:38:04 Starlight
Wild runners #2
 Seiwoo Kivichi
01:37:16 Starlight
@[love story] computer glitched on me and also strict teacher/
 Jester
01:33:50 
Bye Dark
 Master Darkfire
01:33:15 Dark/fire/ice
by chat ima go for a bit
 Saint
01:32:56 Is a bee
Hey rook
 Jester
01:32:52 
Hey chat
 Sabbath
01:32:25 Rook
hello chatters
 Winterfell
01:31:58 Winter
Doodle
Perfect ! Thank you <3
 Doodle Dragon
01:30:26 He/They pronouns
River has to go, if Winter wants to respond, please pm :3
 Doodle Dragon
01:29:31 He/They pronouns
Winter,
Is this good? :p
-WP Click-
The wolf is 57R ac :p
 thebaddies
01:27:15 
hi
 Master Darkfire
01:27:15 Dark/fire/ice
hi sunset
 the sunset pack
01:26:42 
hi
 Master Darkfire
01:26:06 Dark/fire/ice
i like how he is now :3
 Wild Runners
01:22:22 Stalking chat
do we like him more like this:
-WP Click-

or this:
(Had to screenshot then refresh the page)
-Click-
 Master Darkfire
01:21:02 Dark/fire/ice
^^ tired. ^^also hungry
 Master Darkfire
01:18:10 Dark/fire/ice
doodle nooo!!

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
Cougar : +4
Arctic Fox : +2
Mamba : -2


WolfPlay Game
Chatbox
 Saint
01:45:56 Is a bee
What was the reason postimg isn't allowed again?
 Saint
01:40:31 Is a bee
Sabbath, I literally thought that when I saw you lol. I'm good, exploring a lot now that I'm back from my break and questioning how I have almost 400 territory level and can't even complete a level in several days
 Sabbath
01:38:17 Rook
Hi Saint. Almost thought I had posted in chat again xD How are you?
 Seiwoo Kivichi
01:38:04 Starlight
Wild runners #2
 Seiwoo Kivichi
01:37:16 Starlight
@[love story] computer glitched on me and also strict teacher/
 Jester
01:33:50 
Bye Dark
 Master Darkfire
01:33:15 Dark/fire/ice
by chat ima go for a bit
 Saint
01:32:56 Is a bee
Hey rook
 Jester
01:32:52 
Hey chat
 Sabbath
01:32:25 Rook
hello chatters
 Winterfell
01:31:58 Winter
Doodle
Perfect ! Thank you <3
 Doodle Dragon
01:30:26 He/They pronouns
River has to go, if Winter wants to respond, please pm :3
 Doodle Dragon
01:29:31 He/They pronouns
Winter,
Is this good? :p
-WP Click-
The wolf is 57R ac :p
 thebaddies
01:27:15 
hi
 Master Darkfire
01:27:15 Dark/fire/ice
hi sunset
 the sunset pack
01:26:42 
hi
 Master Darkfire
01:26:06 Dark/fire/ice
i like how he is now :3
 Wild Runners
01:22:22 Stalking chat
do we like him more like this:
-WP Click-

or this:
(Had to screenshot then refresh the page)
-Click-
 Master Darkfire
01:21:02 Dark/fire/ice
^^ tired. ^^also hungry
 Master Darkfire
01:18:10 Dark/fire/ice
doodle nooo!!




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   ..    26    27    28    29    30   ..   47 

Custom Palette CSS stylesMay 18, 2022 02:56 AM


British Empire

Neutral
 
Posts:324
#2766658
Give Award

How do I change the white denpage tables? (Pack Bio, Familiars, Pack Stats ect.) And also basically every other table. xD

Secondly, how do I remove the border that outlines all site contents? Or at least edit it to be tranparent.

Edited at May 18, 2022 02:29 PM by British Empire
Custom Palette CSS stylesMay 18, 2022 07:50 PM


Eno

Darkseeker
 
Posts:558
#2766901
Give Award
British Empire said:

How do I change the white denpage tables? (Pack Bio, Familiars, Pack Stats ect.) And also basically every other table. xD

Secondly, how do I remove the border that outlines all site contents? Or at least edit it to be tranparent.
table div:nth-child(1) {background-color: #HEX;} will change the white tables, but it also causes a few code breaks in the palette.

as for the banner and page borders just put border: none; in your code like

.mainscreen1 {background: transparent; border: none;}

.pgbg {background-color: #color; border: none;}

Edited at May 18, 2022 07:50 PM by Eno
Custom Palette CSS stylesMay 18, 2022 08:08 PM


British Empire

Neutral
 
Posts:324
#2766904
Give Award

Eno said:
British Empire said:

How do I change the white denpage tables? (Pack Bio, Familiars, Pack Stats ect.) And also basically every other table. xD

Secondly, how do I remove the border that outlines all site contents? Or at least edit it to be tranparent.
table div:nth-child(1) {background-color: #HEX;} will change the white tables, but it also causes a few code breaks in the palette.

as for the banner and page borders just put border: none; in your code like

.mainscreen1 {background: transparent; border: none;}

.pgbg {background-color: #color; border: none;}


Thank you! <33
Custom Palette CSS stylesJune 20, 2022 02:22 AM


Vennenum

Darkseeker
 
Posts:5797
#2779484
Give Award
Question to all those more proficient at this than I am:
Is there a way to get rid of this border?
screenshot-10.png
Custom Palette CSS stylesJune 20, 2022 04:02 PM


Former Pack

Neutral
 
Posts:0
#2779690
Give Award
adding border:0px!important; under .mainlineblack div.primary should get rid of it

Vennenum said:
Question to all those more proficient at this than I am:
Is there a way to get rid of this border?
screenshot-10.png


Custom Palette CSS stylesJune 20, 2022 09:35 PM


Vennenum

Darkseeker
 
Posts:5797
#2779798
Give Award
Such a simple solution.
It worked, thanks!
Custom Palette CSS stylesJuly 9, 2022 12:35 AM


Flaming Rose

Neutral
 
Posts:53
#2785465
Give Award
how do i make the white box that has my pack info on the den page transparent? like under where it says info, how do i make that box transparent?
Custom Palette CSS stylesJuly 14, 2022 12:37 PM


Vennenum

Darkseeker
 
Posts:5797
#2787069
Give Award
Eno posted the solution a few posts above yours.
However, I don't recommend fiddling with this until you've gotten the hang of CSS.

Crowe said:
how do i make the white box that has my pack info on the den page transparent? like under where it says info, how do i make that box transparent?



Edited at July 14, 2022 12:40 PM by Vennenum
Custom Palette CSS stylesJuly 28, 2022 06:48 PM


Kháos

Forum Moderator
Lightbringer
 
Posts:4374
#2792084
Give Award
I went through the entire Custom Palette CSS styles topic, and found nothing on this. Please forgive me if it was already asked.

How do I change these borders?

Custom Palette CSS stylesAugust 20, 2022 11:29 PM


Pandemonium

Darkseeker
 
Posts:479
#2798912
Give Award

I have a gap between my navbar box and drop down menu. I can't use my drop down menu because it disappears when I move the cursor to the circled area. I'm not sure how to fix this without deleting everything and starting again. Is it because its hidden behind the weather/mush/apple bar?

https://postimg.cc/gallery/nBhcJkK


Forums > Member Help > Guides
   1   ..    26    27    28    29    30   ..   47 

Refresh