| |

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
|
|
|
| |

Neutral
|
CriesInTheNight said: 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
Amount of moves/predators .explorelevel {color: #ff0000;font-family: arial,sans-serif;}
Wolves' name and stats in explore .mainlineblacksmall { color: #ff0000;}
|
|
|
| |

Darkseeker
|
it didnt work for me:(. Can I send you my aplette, I might have done someting wrong Dire said: CriesInTheNight said: 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
Amount of moves/predators .explorelevel {color: #ff0000;font-family: arial,sans-serif;}
Wolves' name and stats in explore .mainlineblacksmall { color: #ff0000;}
Edited at January 19, 2023 02:55 AM by CriesInTheNight
|
|
|