Spoiler code
4 posters
Page 1 of 1
Spoiler code
Got a couple of coding problems. I think the answer somewhere in CSS coding, because color-modifying doesn't give any result.
Is there any good way to change colors to this one (something closer to the boards colors)? I knew that the most forums are white and stuff, so even spoiler tag is really perfect fit to them... but seriously, is there any possibilities to change its colors and make it's text visible so it people wouldn't need to highlight it to see it.
Is there any good way to change colors to this one (something closer to the boards colors)? I knew that the most forums are white and stuff, so even spoiler tag is really perfect fit to them... but seriously, is there any possibilities to change its colors and make it's text visible so it people wouldn't need to highlight it to see it.
Last edited by MHerushingu on August 19th 2013, 12:36 am; edited 1 time in total
MHerushingu- Forumember
- Posts : 49
Reputation : 1
Language : Finnish, English, Russian
Location : Helsinki, Finland
Re: Spoiler code
Please use the CSS Selector
- Code:
.spoiler
Re: Spoiler code
That's the problem is: I don't want to keep backgrounds white.
MHerushingu- Forumember
- Posts : 49
Reputation : 1
Language : Finnish, English, Russian
Location : Helsinki, Finland
Re: Spoiler code
So you are saying that you want to change the color of the background correct? If so useMHerushingu wrote:That's the problem is: I don't want to keep backgrounds white, while I can change the colors for the texts.
- Code:
.spoiler {
background-color: black !important;
}
Edited Code
Re: Spoiler code
Some parts doesn't change color at all. How to fix that?
MHerushingu- Forumember
- Posts : 49
Reputation : 1
Language : Finnish, English, Russian
Location : Helsinki, Finland
Re: Spoiler code
Damn, the selector for that part is different. I could help with that as well but I do not know the selector. Once you do find the selector and want to make all of that same you can simply change to code to...MHerushingu wrote:
Some parts doesn't change color at all. How to fix that?
- Code:
.spoiler, other selectors {
background-color: black;
}
Re: Spoiler code
Hi MHerushingu,
Try this in your CSS:
Try this in your CSS:
- Code:
.spoiler_content.hidden, .spoiler_content{
background-color:#bbbbbb;
}
dl.codebox.spoiler{
background-color:#dddddd;
}
Re: Spoiler code
Oh... Now it's working. Thanks to you two!
MHerushingu- Forumember
- Posts : 49
Reputation : 1
Language : Finnish, English, Russian
Location : Helsinki, Finland
Re: Spoiler code
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Code/Spoiler/Hidden border info
» Altering the Code+Spoiler Box
» Code & Spoiler Design
» [HELP]Change the Spoiler & Code Layout [????]
» Spoiler Code for a HTML page
» Altering the Code+Spoiler Box
» Code & Spoiler Design
» [HELP]Change the Spoiler & Code Layout [????]
» Spoiler Code for a HTML page
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum