/* CSS by Wiethoofd (Info: http://twk.rs/T1m3) Set the preferred Tweakers forum template with: candycolors.php?templateset=$template Available templates: got, silver, tweakers, tweakers_ng Pick your favorite folder color with: candycolors.php?folders=$color Available colors: default, core, pro, mobile, games, electronics, pimp */ /* Hiding the default topic status images */ table.listing td.ind img, table.listing .topic img, .frontpageItem td.forumIcon img, table.listing .forumIcon img { width: 0; height: 0; padding: 8px 11px; background: url(http://tweakers.net/ext/f/OLDhuQ4W8ZY8JN9OUo1dkx8X/full.png) no-repeat; } #listing td.forumTopicListing.forumIcon { text-align: center; width: 15px; } /* Change topic status images */ table.listing .ind img[src*="Open_"], table.listing .topic img[src*="Open_"], table.listing .forumIcon img[src*="Open_"], table.listing .ind img[src*="Forum_"] { background-position: 0 0px; } table.listing .ind img[src*="Open_off"], table.listing .topic img[src*="Open_off"], table.listing .forumIcon img[src*="Open_off"], table.listing .ind img[src*="Forum_off"] { background-position: 0 -20px; } table.listing .ind img[src*="Closed_"], table.listing .topic img[src*="Closed_"], table.listing .forumIcon img[src*="Closed_"] { background-position: 0 -40px; } table.listing .ind img[src*="Closed_off"], table.listing .topic img[src*="Closed_off"], table.listing .forumIcon img[src*="Closed_off"] { background-position: 0 -60px; } table.listing .ind img[src*="Stucky_"], table.listing .topic img[src*="Stucky_"], table.listing .forumIcon img[src*="Stucky_"] { background-position: 0 -80px; } table.listing .ind img[src*="Stucky_off"], table.listing .topic img[src*="Stucky_off"], table.listing .forumIcon img[src*="Stucky_off"] { background-position: 0 -100px; } table.listing .ind img[src*="Faq_"], table.listing .topic img[src*="Faq_"], table.listing .forumIcon img[src*="Faq_"] { background-position: 0 -120px; } table.listing .ind img[src*="Faq_off"], table.listing .topic img[src*="Faq_off"], table.listing .forumIcon img[src*="Faq_off"] { background-position: 0 -140px; } table.listing .ind img[src*="Sticky_"], table.listing .topic img[src*="Sticky_"], table.listing .forumIcon img[src*="Sticky_"] { background-position: 0 -160px; } table.listing .ind img[src*="Sticky_off"], table.listing .topic img[src*="Sticky_off"], table.listing .forumIcon img[src*="Sticky_off"] { background-position: 0 -180px; } /* Change topic alias status images */ table.listing .ind img[src*="Open_alias_"], table.listing .topic img[src*="Open_alias_"], table.listing .forumIcon img[src*="Open_alias_"], table.listing .ind img[src*="Forum_alias_"] { background-position: -25px 0px; } table.listing .ind img[src*="Open_alias_off"], table.listing .topic img[src*="Open_alias_off"], table.listing .forumIcon img[src*="Open_alias_off"], table.listing .ind img[src*="Forum_alias_off"] { background-position: -25px -20px; } table.listing .ind img[src*="Closed_alias_"], table.listing .topic img[src*="Closed_alias_"], table.listing .forumIcon img[src*="Closed_alias_"] { background-position: -25px -40px; } table.listing .ind img[src*="Closed_alias_off"], table.listing .topic img[src*="Closed_alias_off"], table.listing .forumIcon img[src*="Closed_alias_off"] { background-position: -25px -60px; } table.listing .ind img[src*="Stucky_alias_"], table.listing .topic img[src*="Stucky_alias_"], table.listing .forumIcon img[src*="Stucky_alias_"] { background-position: -25px -80px; } table.listing .ind img[src*="Stucky_alias_off"], table.listing .topic img[src*="Stucky_alias_off"], table.listing .forumIcon img[src*="Stucky_alias_off"] { background-position: -25px -100px; } table.listing .ind img[src*="Faq_alias_"], table.listing .topic img[src*="Faq_alias_"], table.listing .forumIcon img[src*="Faq_alias_"] { background-position: -25px -120px; } table.listing .ind img[src*="Faq_alias_off"], table.listing .topic img[src*="Faq_alias_off"], table.listing .forumIcon img[src*="Faq_alias_off"] { background-position: -25px -140px; } table.listing .ind img[src*="Sticky_alias_"], table.listing .topic img[src*="Sticky_alias_"], table.listing .forumIcon img[src*="Sticky_alias_"] { background-position: -25px -160px; } table.listing .ind img[src*="Sticky_alias_off"], table.listing .topic img[src*="Sticky_alias_off"], table.listing .forumIcon img[src*="Sticky_alias_off"] { background-position: -25px -180px; }