Description : Display a nice BBCode to disturb your Mods or other with pretty background (with differents colors)
BBCode :
Code: Select all
[dlbox]{TEXT},{TEXT1},{SIMPLETEXT}[/dlbox]
Code: Select all
<style type="text/css">
.title {
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
text-align: center;
padding-top: 17px;
overflow: hidden;
text-shadow:0px 2px 4px #333333
}
.version {
font-weight: bold;
color: #AECB8C;
font-size: 15px;
font-style: italic;
text-align: center;
padding-top: 18px;
text-shadow:0px 2px 4px #333333
}
.blue {
background-image : url(./images/dlbox/blue.png);
background-repeat: no-repeat;
width: 200px;
height: 80px;
overflow: hidden;
}
.green {
background-image : url(./images/dlbox/green.png);
background-repeat: no-repeat;
width: 200px;
height: 80px;
overflow: hidden;
}
.red {
background-image : url(./images/dlbox/red.png);
background-repeat: no-repeat;
width: 200px;
height: 80px;
overflow: hidden;
}
.grey {
background-image : url(./images/dlbox/grey.png);
background-repeat: no-repeat;
width: 200px;
height: 80px;
overflow: hidden;
}
.orange {
background-image : url(./images/dlbox/orange.png);
background-repeat: no-repeat;
width: 200px;
height: 80px;
overflow: hidden;
}
</style>
<div class="{SIMPLETEXT}">
<div style="text-align:center; padding-right: 4px;">
<div class="title">{TEXT}</div>
<div class="version">{TEXT1}</div>
</div>
</div>
Code: Select all
[dlbox]Name,Version,Color[/dlbox]
"dlbox" to your root/images/*.*
Demo :http://graphogames.fr/demo/viewtopic.ph ... 9&p=62#p62
Example :
Code: Select all
[dlbox]User Status,1.0.0,red[/dlbox]
Screenshot :