Chatbox
 Destinations End
10:34:54 Toliska, Desti, Coy
@Cae
I think Shura or Kochi
 Destinations End
10:34:14 Toliska, Desti, Coy
@Nin
Hey :)
 Serpents
10:33:31 Waterfall,Zane,Pixal
okau now im off for a walk
 Serpents
10:33:17 Waterfall,Zane,Pixal
im parrioned my mail did not mail, I really hate my mail at times
 Destinations End
10:32:55 Toliska, Desti, Coy
I guess I will just leave it for now.. I am fine with some staying the creamy white but I do wish the black links were all made yellow(like the drop down menu links for pack, relics, roleplay and so on)
 Caeruleum
10:32:30 Cae, Blue
help, which name suits her the best:
-WP Click-

1) Kochi
2) Shura
3) Elphin
 Serpents
10:31:03 Waterfall,Zane,Pixal
im off now
 Caeruleum
10:29:51 Cae, Blue
i just check chat links
 Destinations End
10:29:17 Toliska, Desti, Coy
And some are still black
 Destinations End
10:28:58 Toliska, Desti, Coy
@Cae
They aren't? Some are at least showing yellow for me. Some are still white though
 Caeruleum
10:28:18 Cae, Blue
aaand nope :(
 Destinations End
10:27:50 Toliska, Desti, Coy
There we go. Links should be yellow now
 Caeruleum
10:27:24 Cae, Blue
so much red
 Destinations End
10:25:43 Toliska, Desti, Coy
@Cae
Alright
 Destinations End
10:25:23 Toliska, Desti, Coy
@Cae
Yes. Chat text changed when I did what you said
 Caeruleum
10:25:03 Cae, Blue
try adding !important between hex code and the ;
 Destinations End
10:24:56 Toliska, Desti, Coy
@Cae
Oh. Okay. I'll have to find where I did that as I want them a different color now ^^'
 Caeruleum
10:24:44 Cae, Blue
although the same can be said for chat text too, but it did change..?
 Destinations End
10:23:57 Toliska, Desti, Coy
@Cae
Do I need to do anything else for the links? The links didn't change at all unfortunately
 Caeruleum
10:23:32 Cae, Blue
links in chat didnt change because you have them set to different color later in code, so that bit overrides the one for all links

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
Brown Bear : +1
Bobcat : -1
Jaguar : 0
    Winter   Day  Weather:  Sunny
 


Forums

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

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
   1   ..    23    24    25    26    27   ..   40 

Custom Palette CSS stylesAugust 23, 2021 02:09 AM


Former Pack

Neutral
 
Posts: 0
#2606712
Give Award
Nevermind, figured that part out!
Though, I am still having problems changing the website text color..? For instance, for Pack life, and the den slots thing, and text everywhere is still black, and with a black background it's impossible to read unless I highlight it TwT
Is there a code for that?
Custom Palette CSS stylesAugust 23, 2021 02:18 AM


CriesInTheNight

Darkseeker
 
Posts: 6685
#2606713
Give Award
Ok so if I understanf this correctly you mean the writing in the game? Like the words said when you do pack life

Ok for chat colors:


.saleschat.sales {
background-color:#6de4fc;}
}
.smalltextblack {
color: #6de4fc}
.main {
background-color:#00ccff;
border-radius: 7px;}
}

And for the rest of the site:

.mainlineblack{ font-family:arial,sans-serif; font-size:15px; color:#003dc2; }
.mainlineblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#29297a;}
.mainlineblack a:link { font-family:arial,sans-serif; font-size:15px; color:#00adff;}
.mainlineblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#c0c0c0;}

I did not memorize what line affects what on the site, you will have to experiment. Unless others remember


Edited at August 23, 2021 02:18 AM by CriesInTheNight
Custom Palette CSS stylesAugust 23, 2021 03:44 AM


Former Pack

Neutral
 
Posts: 0
#2606719
Give Award
Yep, those were the right ones! Thank you! ^^
I had to turn each one white to see which was which, then color each one accordingly XD

CriesInTheNight said:
Ok so if I understanf this correctly you mean the writing in the game? Like the words said when you do pack life

Ok for chat colors:


.saleschat.sales {
background-color:#6de4fc;}
}
.smalltextblack {
color: #6de4fc}
.main {
background-color:#00ccff;
border-radius: 7px;}
}

And for the rest of the site:

.mainlineblack{ font-family:arial,sans-serif; font-size:15px; color:#003dc2; }
.mainlineblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#29297a;}
.mainlineblack a:link { font-family:arial,sans-serif; font-size:15px; color:#00adff;}
.mainlineblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#c0c0c0;}

I did not memorize what line affects what on the site, you will have to experiment. Unless others remember



Custom Palette CSS stylesAugust 23, 2021 03:49 AM


CriesInTheNight

Darkseeker
 
Posts: 6685
#2606721
Give Award
yea i get it^^, i always chose yellow. its sucha. bright color, that it stands out against any other color in your palette

Rest in Peace said:
Yep, those were the right ones! Thank you! ^^
I had to turn each one white to see which was which, then color each one accordingly XD

CriesInTheNight said:
Ok so if I understanf this correctly you mean the writing in the game? Like the words said when you do pack life

Ok for chat colors:


.saleschat.sales {
background-color:#6de4fc;}
}
.smalltextblack {
color: #6de4fc}
.main {
background-color:#00ccff;
border-radius: 7px;}
}

And for the rest of the site:

.mainlineblack{ font-family:arial,sans-serif; font-size:15px; color:#003dc2; }
.mainlineblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#29297a;}
.mainlineblack a:link { font-family:arial,sans-serif; font-size:15px; color:#00adff;}
.mainlineblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#c0c0c0;}

I did not memorize what line affects what on the site, you will have to experiment. Unless others remember





Custom Palette CSS stylesOctober 21, 2021 03:22 PM


Nez.ity

Game Moderator
Darkseeker
 
Posts: 2233
#2643562
Give Award
I need help finding the background image change thing, or something. I have bad eyesight so I might have skipped over it...all I see is changing colors for the background?
Custom Palette CSS stylesNovember 18, 2021 04:55 PM


Axe's Edge

Darkseeker
 
Posts: 2930
#2659420
Give Award
I used the background change thing but it isn't working. Anyone know how to fix it?
Custom Palette CSS stylesNovember 18, 2021 09:13 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5739
#2659540
Give Award
@Axeblade - hard to diagnose problems without an excerpt of your code.
Custom Palette CSS stylesNovember 24, 2021 11:05 PM


Vennenum

Game Moderator
Darkseeker
 
Posts: 5739
#2663065
Give Award
Self-reminder to make the additional "fun" codes easier to read.
Custom Palette CSS stylesDecember 14, 2021 06:40 PM


Ahora

Darkseeker
 
Posts: 143
#2674478
Give Award
Is there a way to change the color of the "Explore" part?
Opera-Snapshot-2021-12-15-023805-wolfplaygame-com.png
Custom Palette CSS stylesDecember 15, 2021 02:43 AM


Caeruleum

Neutral
 
Posts: 1032
#2674657
Give Award
Skrillex said:
Is there a way to change the color of the "Explore" part?
Opera-Snapshot-2021-12-15-023805-wolfplaygame-com.png
If i remember correctly, thats .navbar a

Forums > Member Help > Guides
   1   ..    23    24    25    26    27   ..   40 

Refresh










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