<!-- Shortcode for news ticker -->
<div class="tiva-newsticker" title="Latest News" layout="3" width="100%" height="40px" ticker-background="#f5f5f5" ticker-border="#f46e27" title-background="#f46e27" title-color="#ffffff" news-color="#666666">
<div class="item">
<!-- HTML for news item -->
</div>
.....
</div>
Attributes:
- title: Title of ticker.
- layout: Layout of ticker (1 -> 3). Default: 1.
- width: Width of ticker (px or %). Default: 100%.
- height: Height of ticker (px). Default: 40px.
- ticker-background: Background color of ticker. Default: #f5f5f5.
- ticker-border: Color of ticker's border.
- title-background: Background color of title. Default: #337ab7.
- title-color: Color of title. Default: #ffffff.
- news-color: Color of news's text. Default: #666666.