Spoiler Option Problem

Linzy at 02h25
15
Oct
2011
Hello.
I am having problems with my spoiler box. I fixed the text color so now it is black but I cannot see the "spoiler" title it usually displays.

Here is the CSS code with the addition of the adjusted font color.

/* Spoiler */
.codebox {
display:block;
}
.spoiler_content {
display:none;
}
.spoiler_content.hidden {
display:block;
}
.spoiler_content { color: #000000;}


If possible I would like the colors to match the colors I am using for my forum.
Here is an example of what a post looks like with the spoiler box.


Thanks,
Linzy
1 Base, on 15/10/2011 at 10h18
Hi, please try adding this to your CSS code:

Code:
dl.codebox dt {
    color: #000000;
}


Smile
2 bHulleT.w, on 15/10/2011 at 19h03
About design & appearance rules, For design and appearance problems please provide your forum url. Then you will follow the rules, but now you are not following the rules, thank you !
3 zebadee_19, on 15/10/2011 at 19h56
Base wrote:Hi, please try adding this to your CSS code:

Code:
dl.codebox dt {
    color: #000000;
}


Smile


Hi Smile
Things seem to be OK now thanks.
Used this
.spoiler { color: black; font-weight: bold; cursor: pointer; padding: 0px 0px 0px 25px; }

Which replaced all the code in the OP.

I've posted this in case others are having similar problems & the above doesn't work for them.
Though it looks like it should. Wink
4 Base, on 15/10/2011 at 22h25
bHulleT.w wrote:
About design & appearance rules, For design and appearance problems please provide your forum url. Then you will follow the rules, but now you are not following the rules, thank you !


Moderating other users => Warned and banned after three reminders

@zebadee: Thank you for your help. Smile

Problem Solved:Glad your problem is solved; locked and archived. Smile
Similar topics
ACCORDING TO ME SPOILER IS OF NO USE + IT CAUSES LITTLE BIT PROBLEM TO COPY THE LINK OR ANYTHING. SO MY REQUEST IS HIDE/REPLY INSTEAD OF SPOILER
When I put a large image in a spoiler, it only shows half of it. Does anyone know how to fix this?
My problem is I bought a domain and installed phpbb3 and I want to create the spoiler code but not sure what the code is. Spoiler: Like this Ankillien told you By the way off topic what does your name mean and how do you pronounce it/
Replies 1 to 4 on 4 for "Spoiler Option Problem"
See also
more_less
Informations

4 Replies For the topic :
"Spoiler Option Problem"

This topic has been viewed 570 times.

Last message :
15/10/2011 at 02h25 by "Linzy"