toon79
06-18-2013, 06:41 AM
Ever since I updated my theme the icons that show a user they have posted in a certain forum have stopped working. The theme designer hasn't come up with a reason yet. Anyone here had similar issues like this.
Forum here you can see the icons at the foot.
http://www.estetica-design-forum.com/graphic-design-web-design-help/
--------------- Added 1371543397 at 1371543397 ---------------
Figured that it is in the additional CSS to move this image
http://www.estetica-design-forum.com/themecrate/debutant/statusicon/statusicons.png
Back and forward. CODE:
/* THREADICONS */
#main-content .threadbit .threadstatus {
background: url('{vb:stylevar imgdir_statusicon}/statusicons.png') no-repeat -148px 0;
}
.threadbit.new .threadstatus {
background-position: -196px 0;
}
#main-content .threadbit.hot .threadstatus {
background-position: -244px 0;
opacity: 0.5;
}
.threadbit.hot.new .threadstatus {
background-position: -244px 0;
opacity: 1;
}
#threadlist .threadbit.lock .threadstatus {
background-position: -292px 0;
opacity: 1;
}
.threadbit.hot .threadstatus, .hotold {
opacity: 0.5;
}
Any reason anyone can see why this wouldn't work?
Forum here you can see the icons at the foot.
http://www.estetica-design-forum.com/graphic-design-web-design-help/
--------------- Added 1371543397 at 1371543397 ---------------
Figured that it is in the additional CSS to move this image
http://www.estetica-design-forum.com/themecrate/debutant/statusicon/statusicons.png
Back and forward. CODE:
/* THREADICONS */
#main-content .threadbit .threadstatus {
background: url('{vb:stylevar imgdir_statusicon}/statusicons.png') no-repeat -148px 0;
}
.threadbit.new .threadstatus {
background-position: -196px 0;
}
#main-content .threadbit.hot .threadstatus {
background-position: -244px 0;
opacity: 0.5;
}
.threadbit.hot.new .threadstatus {
background-position: -244px 0;
opacity: 1;
}
#threadlist .threadbit.lock .threadstatus {
background-position: -292px 0;
opacity: 1;
}
.threadbit.hot .threadstatus, .hotold {
opacity: 0.5;
}
Any reason anyone can see why this wouldn't work?