/* CS4 Post status icons and stats image
-------------------------------------------------------------*/
/* CS4.1 */
div.icon {
background: url(http://forumstatic.ru/files/0012/64/65/87956.png) no-repeat scroll -3px -62px !important;
opacity: 0.3;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
div.inew, div.icon.icon-new, tr.inew div.icon {
background: url(http://forumstatic.ru/files/0012/64/65/87956.png) no-repeat scroll -3px -62px !important;
opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
tr.isticky:not(.inew) div.icon, tr.iclosed.isticky:not(.inew) div.icon {
background: url(http://forumstatic.ru/files/0012/64/65/87956.png) no-repeat scroll -3px -31px !important;
opacity: 0.3;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
tr.inewisticky div.icon, tr.inew.isticky div.icon, tr.inew.iclosed.isticky div.icon {
background: url(http://forumstatic.ru/files/0012/64/65/87956.png) no-repeat scroll -3px -31px !important;
opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
tr.iclosed:not(.inew) div.icon {
background: url(http://forumstatic.ru/files/0012/64/65/87956.png) no-repeat scroll -3px 0 !important;
opacity: 0.4;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
tr.inew.iclosed div.icon {
background: url(http://forumstatic.ru/files/0012/64/65/87956.png) no-repeat scroll -3px 0 !important;
opacity: 0.9;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
#pun-searchtopics.punbb div.icon {
margin-right: 20px;
}
#pun-viewforum div.icon, #pun-searchtopics div.icon {
margin-top: 2px;
margin-bottom: 5px;
}
.punbb .main tr.inew > td:first-child,
.punbb .main tr.inewisticky > td:first-child {
background:#F1F9FF;
background: gradient(linear, left, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -webkit-linear-gradient(left, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -moz-linear-gradient(left, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -o-linear-gradient(left, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -khtml-linear-gradient(left, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
}
.punbb .main tr.inew > td:last-child,
.punbb .main tr.inewisticky > td:last-child {
background:#F1F9FF;
background: gradient(linear, right, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -webkit-linear-gradient(right, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -moz-linear-gradient(right, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -o-linear-gradient(right, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
background: -khtml-linear-gradient(right, #ffffff 0%, #F1F9FF 20px, #F1F9FF 100%) !important;
}
.punbb tr.inew > td:not(:first-child):not(:last-child),
.punbb tr.inewisticky > td:not(:first-child):not(:last-child) {
background-color: #F1F9FF;
}