Simon Lloyd |
01-13-2009 02:46 PM |
Put this in your second additional css definitions box, remember its case sensitive so the images you uploaded case must be the same as those here!
PHP Code:
.warning-box,
.attention-box,
.notice-box,
.help-box,
.Information-box
{
color: #000;
border: 1px solid #000;
-moz-border-radius: 5px;
background-color: #FCF8C7;
padding: 6px;
text-align:left;
}
.warning-box img,
.attention-box img,
.help-box img,
.notice-box img,
.information-box img
{
float:left;
margin-top: 10px;
margin-right: 5px;
vertical-align:middle;
border: 0px;
}
.warning-box h2,
.warning-box p,
.notice-box h2,
.notice-box p,
.attention-box h2,
.attention-box p,
.help-box h2,
.help-box p,
.Information-box h2,
.Information-box p
{
padding: 0px;
margin: 0px;
margin-left: 60px;
}
.warning-box h2,
.attention-box h2,
.notice-box h2,
.help-box h2,
.Information-box h2
{
padding-bottom: 4px;
font-size: 14px;
border-bottom: 1px solid #000;
}
.warning-box h1,
.attention-box h1,
.notice-box h1,
.help-box h1,
.Information-box h1
{
padding: 0px;
margin: 0px;
margin-left: 60px;
font-size: 12px;
font-weight:normal;
}
.warning-box h6,
.attention-box h6,
.notice-box h6,
.help-box h6,
.Information-box h6
{
margin: 20px;
padding: 0px;
margin-left: 60px;
font-size: 12px;
font-weight:normal;
}
.warning-box
{
background-color: #FFCCCC;
}
.help-box
{
background-color: #d5eeb6;
}
.warning-box ul,
.attention-box ul,
.notice-box ul,
.help-box ul,
.Information-box ul
{
margin-left: 30px;
}
Quote:
Originally Posted by mA|tRiX
(Post 1708388)
Ive installed the version Alert BBC v3.5 (Fix).
The CSS-Code is integrated.
Oh. My forumversion is 3.8.0
@ Simon.
sure :)
|
|