I'm wondering how get my spoilers to look like this.
3 posters
How can I get my spoiler to look like this?
Kamui- Forumember
- Posts : 291
Reputation : 3
Language : English
Location : Greed Island
Kamui- Forumember
- Posts : 291
Reputation : 3
Language : English
Location : Greed Island
bump
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
Kamui- Forumember
- Posts : 291
Reputation : 3
Language : English
Location : Greed Island
Link:Â http://narutowindstorm.motionforum.net/t9-mainstream-systems#20
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
Add this to your CSS :
It should give you a similar effect. btw the button is actually a pseudo-button made with the CSS above, you can edit it to look like whatever you want.
- Code:
dl.codebox.spoiler, dl.codebox.spoiler > dt {
background:none;
border:none;
}
dl.codebox.spoiler > dd {
background:none;
border:1px solid #666;
border-bottom-color:#CCC;
}
dl.codebox.spoiler > dt:after {
content:"Show";
color:#333;
background:#EEE;
border:1px solid #333;
display:inline-block;
padding:1px 8px;
margin:0 3px;
vertical-align:middle;
}
dl.codebox.spoiler > dt:hover:after {
background:#FFD;
}
It should give you a similar effect. btw the button is actually a pseudo-button made with the CSS above, you can edit it to look like whatever you want.
Kamui- Forumember
- Posts : 291
Reputation : 3
Language : English
Location : Greed Island
 Thank you very much!
SLGray- Administrator
- Posts : 51554
Reputation : 3524
Language : English
Location : United States
Topic solved and archived
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.