MessageIndex.template.php
', $topic['is_sticky'] ? '<b>' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '</b>' : '';
', $topic['is_sticky'] ? '<span class="sticky">' . $txt['sticky'] . '</span><b>' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '</b>' : '';
Modifications.english.php
$txt['sticky'] = 'Sticky:';
style.css
.sticky
{
}