
the style i am working with is the Artodia: Ultra Blue which is based on pro silver.
Code: Select all
.phpbb .profile-icons .quote-icon a {
background-image: url("{IMG_ICON_POST_QUOTE_SRC}");
}
Code: Select all
.phpbb .profile-icons .quote-icon a {
width: {IMG_ICON_POST_QUOTE_WIDTH}px;
}
Code: Select all
.thanks-icon, .thanks-icon a { background-image: url("{IMG_THANKPOSTS_SRC}"); }
.removethanks-icon, .removethanks-icon a { background-image: url("{IMG_REMOVETHANKS_SRC}"); }
Code: Select all
.phpbb .profile-icons .quote-icon a {
background-image: url("{IMG_ICON_POST_QUOTE_SRC}");
}
.thanks-icon, .thanks-icon a {
background-image: url("{IMG_THANKPOSTS_SRC}");
}
.removethanks-icon, .removethanks-icon a {
background-image: url("{IMG_REMOVETHANKS_SRC}");
}
Code: Select all
.phpbb .profile-icons .quote-icon a {
width: {IMG_ICON_POST_QUOTE_WIDTH}px;
}
.thanks-icon, .thanks-icon a {
width: {IMG_THANKPOSTS_WIDTH}px;
}
.removethanks-icon, .removethanks-icon a {
width: {IMG_REMOVETHANKS_WIDTH}px;
}
Code: Select all
.phpbb .profile-icons .thanks-icon a {
background-image: url("{IMG_THANKPOSTS_SRC}");
}
Code: Select all
.thanks-icon, .thanks-icon a {
Code: Select all
.phpbb .profile-icons .thanks-icon a {
.thanks-icon,
should be removedCode: Select all
.phpbb .profile-icons .thanks-icon a { background-image: url("{T_IMAGESET_PATH}/thankposts.gif"); }
.phpbb .profile-icons .removethanks-icon a { background-image: url("{T_IMAGESET_PATH}/removethanks.gif"); }
Code: Select all
.phpbb .profile-icons .thanks-icon a {
width: {IMG_THANKPOSTS_WIDTH}px;
}
.phpbb .profile-icons .removethanks-icon a {
width: {IMG_REMOVETHANKS_WIDTH}px;
}
Code: Select all
img_thankposts = thankposts.gif
img_removethanks = removethanks.gif
pimpelbeert wrote:where I went wrong
Code: Select all
.phpbb .profile-icons .quote-icon a {
background-image: url("{IMG_ICON_POST_QUOTE_SRC}");
}
.phpbb .profile-icons .rate-good-icon a {
background-image: url("{IMG_ICON_RATE_GOOD_SRC}");
}
.phpbb .profile-icons .rate-bad-icon a {
background-image: url("{IMG_ICON_RATE_BAD_SRC}");
}
Code: Select all
.phpbb .profile-icons .quote-icon a {
width: {IMG_ICON_POST_QUOTE_WIDTH}px;
}
.phpbb .profile-icons .rate-good-icon a {
width: {IMG_ICON_RATE_GOOD_WIDTH}px;
}
.phpbb .profile-icons .rate-bad-icon a {
width: {IMG_ICON_RATE_BAD_WIDTH}px;
}
Code: Select all
# Attachment
img_icon_topic_attach = attachment.png*10*5
img_icon_rate_good = icon_rate_good.gif*20*20
img_icon_rate_bad = icon_rate_bad.gif*20*20