|
Neutral
|
Oddity said: Huh, that's odd. I wasn't meaning that, it was just a bright white line that ran down the right side. I can't see it anymore on my computer, but lookng at your screenshot it's on the left side. I can still faintly see it on mobile but it's not nearly as obnoxious as it was before. I haven't touched my palette in a while, so I have no idea why it showed up for a few days just to disappear.
What about editing the padding? This would align this cell to the header of the table. (and prevent that right edge to cross the border on the Profile) Hope it's what you were asking for:
#Pack div:nth-child(1) div table tbody tr:nth-child(2) td div {border-radius: 0px 0px 8px 8px; padding-right: 0px !important;}
#Profile div:nth-child(1) div table tbody tr:nth-child(2) td div {border-radius: 0px 0px 8px 8px; padding-right: 0px !important;}
#Characters div div table tbody tr:nth-child(2) td div {border-radius: 0px 0px 8px 8px; padding-right: 0px !important;} Edited at December 13, 2022 07:03 PM by Dire
|
|
|
|
Neutral
|
My blog text colors are all wonky-they are blue and black. How do I change those colors specifically because everything else is fine it's just my blog colors.
|
|
|
|
Darkseeker
|
|
|
Darkseeker
|
ShimmerPaws said:
It should be .mainline {color: #000; } .mainline a:link {color: #000;}
You might also want this, for when you hover on the links. .mainline a:hover {color: #000; }
|
|
|
|
Darkseeker
|
Zippli said: My blog text colors are all wonky-they are blue and black. How do I change those colors specifically because everything else is fine it's just my blog colors.
This should be the code for the default blue: a { color: #000; }
The black "Blogs" should change by using .mainlineblack { color: #fff; }
Edit: I just realized both lines of code change other text around the site as well as on the blog page, so just be careful with that. Edited at January 5, 2023 06:37 PM by Stray Secrets
|
|
|
|
Darkseeker
|
Ok i did something and now i cant reverse the color for thecraft section when you have all the items and can now craft, if you cant craft all the items the color is visible but if you can craft them all it all goes to black...makes sense? Edited at January 16, 2023 10:47 AM by CriesInTheNight
|
|
|
|
Neutral
|
CriesInTheNight said: Ok i did something and now i cant reverse the color for thecraft section when you have all the items and can now craft, if you cant craft all the items the color is visible but if you can craft them all it all goes to black...makes sense?
I use this selector for crafts with incomplete items: .greybox {background-color: #b9bfb9; border:1px solid #263408;} And when you are able to craft them: .genericbox.secondary {background-color: #3b6d6c; border:1px solid #263408;} Maybe editing these help you :)
|
|
|
|
Neutral
|
Zippli said: My blog text colors are all wonky-they are blue and black. How do I change those colors specifically because everything else is fine it's just my blog colors.
What about trying this? (1st line is for blogs contained in folders, 2nd line is for the folder itself and 3rd for blogs outside of folders)
[id^=qq] a {color:#ff0000;} a[href*=qq] {color: #ff0000;} a[href^=blog] {color: #ff0000;} Edited at January 16, 2023 08:10 PM by Dire
|
|
|
|
Darkseeker
|
i will try that Dire said: Zippli said: My blog text colors are all wonky-they are blue and black. How do I change those colors specifically because everything else is fine it's just my blog colors.
What about trying this? (1st line is for blogs contained in folders, 2nd line is for the folder itself and 3rd for blogs outside of folders)
[id^=qq] a {color:#ff0000;} a[href*=qq] {color: #ff0000;} a[href^=blog] {color: #ff0000;}
|
|
|
|
Darkseeker
|
also how dou change the color of the words in the explore , so its black by me right now. for isnatce the names of the wolves, amount of moves/predators is all black
|
|
|