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.

Can I change css of spoiler?

2 posters

Go down

Solved Can I change css of spoiler?

Post by eagle8x April 29th 2009, 5:24 am

I can change css of "quote" and "code", but I dont know where spoiler css is.
Can I? and how to if I can? Neutral
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

Solved Re: Can I change css of spoiler?

Post by Sanket April 29th 2009, 3:45 pm

Search for spoiler.
Code:
   
.spoiler {
   margin: 8px;
   padding: 8px;
   }
.spoiler dt {
   display: block;
   margin: -8px -8px 8px -8px;
   padding: 3px;
   font-weight: bold;
   font-size: 11px;
   text-transform: uppercase;
   }
.spoiler dd {
   padding: 8px;
   }

You will get something similar.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Can I change css of spoiler?

Post by eagle8x April 30th 2009, 4:19 pm

Thank you so much. Invision css has .spoiler , but phpBB2 and 3 don't.

I found other interesting thing :
Code:
.spoiler {
    border-top: 2px dashed #6698FF;
    border-right: 2px dashed #6698FF;
    border-bottom: 2px dashed #6698FF;
    border-left: 2px dashed #6698FF;
    background-color: #e1ebf2;
    }
You will make border dash with color.
:wouhou:
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

Solved Re: Can I change css of spoiler?

Post by Sanket April 30th 2009, 4:28 pm

Is it solved then?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Can I change css of spoiler?

Post by eagle8x April 30th 2009, 4:45 pm

Yes, it is. Thank you!
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

Solved Re: Can I change css of spoiler?

Post by Sanket April 30th 2009, 5:07 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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