AudienceView Connect
AudienceView Documentation

CSS Gradients - Pagination Buttons and Availability Legend Header

CSS Selectors Line Reference Default Properties Default Property Values New Property Value
.pagination td#av_paging_links span.current,
#body-articles #availability-legend h3
822 background #686D74  
    background -moz-linear-gradient(top, #686D74 0%, #3A424A 50%, #2C333C 50%, #424851 100%)  
    background -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686D74), color-stop(50%,#3A424A), color-stop(50%,#2C333C), color-stop(100%,#424851))  
    background -webkit-linear-gradient(top, #686D74 0%,#3A424A 50%,#2C333C 50%,#424851 100%)  
    background -o-linear-gradient(top, #686D74 0%,#3A424A 50%,#2C333C 50%,#424851 100%)  
    background -ms-linear-gradient(top, #686D74 0%,#3A424A 50%,#2C333C 50%,#424851 100%)  
    background linear-gradient(top, #686D74 0%,#3A424A 50%,#2C333C 50%,#424851 100%)  
    filter progid:DXImageTransform.Microsoft.gradient( startColorstr='#686d74', endColorstr='#424851',GradientType=0 )