The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Spoiler Problem

5 posters

Go down

Solved Spoiler Problem

Post by Donal May 9th 2010, 10:23 am

My spoiler is just a color filled block, how can I make it so it's the ones like forumotion?
Spoiler:
but I want mine like a dark grey..
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by madman May 9th 2010, 12:28 pm

You probably need the same theme as forumotion.
madman
madman
Forumember

Male Posts : 73
Reputation : 0
Language : English
Location : Australia

http://sportschat-666.forumotion.com/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 9th 2010, 12:49 pm

So you don't think I could edit some code to maybe change this?
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by Darren1 May 9th 2010, 12:55 pm

Hello,

can we get a screenshot of this?
Also, what version are u using?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 9th 2010, 2:08 pm

PHPBB2
and here:

Spoiler Problem X2w0ic
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 10th 2010, 6:20 pm

BUMP
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 11th 2010, 3:21 pm

BUMP
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 12th 2010, 4:55 pm

BUMP! Please someone help me.
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 13th 2010, 6:15 pm

BUMP! Please someone!
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 13th 2010, 6:24 pm

Hello,

You can fix the spoiler look with CSS.
Please navigate to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
.spoiler {
background : #FFF;
}
.spoiler tbody tr td b {
color : #333;
padding : 5px;
}

Please note that whis code will make your spoiler similar to spoilers on here but not exactly same since the versions are different.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 14th 2010, 8:17 am

ankillien wrote:Hello,

You can fix the spoiler look with CSS.
Please navigate to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
.spoiler {
background : #FFF;
}
.spoiler tbody tr td b {
color : #333;
padding : 5px;
}

Please note that whis code will make your spoiler similar to spoilers on here but not exactly same since the versions are different.

Great, that's really nice!
Now I want to change the quote, code and stuff similar to it because they all are just a block of black bg..
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 14th 2010, 9:45 am

Please try adding this code to your CSS...

Code:
.postbody table {
background : #FFF;
padding : 5px;
}
.quote , .code {
background : #FFF;
border : none;
padding : 5px;
border-top : 1px solid #666;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 14th 2010, 2:37 pm

ankillien wrote:Please try adding this code to your CSS...

Code:
.postbody table {
background : #FFF;
padding : 5px;
}
.quote , .code {
background : #FFF;
border : none;
padding : 5px;
border-top : 1px solid #666;
}

Thanks but now there's just a white box for quotes, the text color on my forum is white, might that be the problem?
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 14th 2010, 3:20 pm

Try adding this fix...

Code:
.quote {
color : black;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 14th 2010, 4:36 pm

Thanks but still the thing says like for example "Donal says.." Is still white.. Help please?
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by E-Mark May 14th 2010, 4:44 pm

Try this one ..
Admin CP > Display > Pictures and Colors > Colors
then scroll down find the word "Buttons, Code and Quote color" then change the color ..
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 14th 2010, 6:23 pm

mark1111 wrote:Try this one ..
Admin CP > Display > Pictures and Colors > Colors
then scroll down find the word "Buttons, Code and Quote color" then change the color ..
tried that already, it's still white.
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 15th 2010, 4:23 am

This code would help...

Code:
.postbody table tbody tr td b {
color : #000;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Spoiler Problem

Post by Donal May 15th 2010, 8:06 am

Thanks a lot Ankillien!

>Solved.
Donal
Donal
Forumember

Male Posts : 467
Reputation : 3
Language : English
Location : England

http://advertisepilot.com/

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 15th 2010, 9:07 am

Glad I could help Very Happy
Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum