Border for codes and spoilers?

viankova at 11h50
09
Dec
2011
Hello. I want to know how can I add borders to codes and spilers and make that border rounded.

Here is a screen shot of quotes. I want to make codes and spoilers like it.




I don't have any border for codes and spoilers. The screen shot bellow. How can I make it look like the border in quotes?



My forum version is phpBB2
1 Matti_7, on 09/12/2011 at 13h28
Hi, viankova

Add this codes in your CSS Stylesheet and save.

Code:
.code {
background-color: #FAFAFA;
border:solid 1px #666666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.spoiler_closed {
border:solid 1px #666666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.spoiler_content {
border:solid 1px #666666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
2 viankova, on 09/12/2011 at 13h51
Thank you. It worked.

Solved
3 Sanket, on 09/12/2011 at 17h30
Topic Solved & Locked
Similar topics
Ok so our official banner is here! All members who owns a file sales shop MUST use this banner in their IMVU Homepage. You may also create your own banner image to match your homepage graphics but your banner must link to / If you want to share the FSF
After Survivor fan Jim Early was sued for revealing the show’s secrets, he pointed a finger at one of its most popular players, Russell Hantz, as his source. Andy Dehnart reports: • Mark Burnett Productions and CBS sued Early for successfully spoiling
Here are some codes. Name: Code: setshield 2k1police-shield.png Status: Description: _________________________________ Name: Code: setshield 6axe-shield.gif Status:
Replies 1 to 3 on 3 for "Border for codes and spoilers?"
See also
more_less
Informations

3 Replies For the topic :
"Border for codes and spoilers?"

This topic has been viewed 441 times.

Last message :
09/12/2011 at 11h50 by "viankova"