Использование BBCode
Код: Выделить всё
[shadow]{TEXT}[/shadow]Код: Выделить всё
<span id="text">{TEXT}</span>
<style type="text/css">
#text{
font-size: 1.5em; /* optional. just to increase the font size. */
display: block;
line-height: 1em;
color: #666; /* shadow color */
background-color: transparent;
white-space: nowrap; /* wrapping breaks the effect */
}
#text:before,
#text:after{
content: "{TEXT}"; /* generated text */
display: block;
}
#text:before{
margin-bottom: -1.05em;
margin-left: 0.1ex;
color: #ccc; /* shadow color */
background-color: transparent;
}
#text:after{
margin-top: -1.05em;
margin-left: -0.1ex;
color: #fff; /* text color */
background-color: transparent;
</style>Код: Выделить всё
Текст с тенью: [shadow]Ваш текст тут [/shadow]Пример работы:Показывать на странице ответа - на усмотрение админа
Код: Выделить всё
[shadow]Модификации, BBcode, Стили - phpbb3.[/shadow]