mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
44 lines
2.4 KiB
CSS
44 lines
2.4 KiB
CSS
.reply-icon span { background-image: url("./images/button_topic_reply_.gif"); }
|
|
.post-icon span { background-image: url("./images/button_topic_new_.gif"); }
|
|
.locked-icon span { background-image: url("./images/button_topic_locked_.gif"); }
|
|
.pmreply-icon span { background-image: url("./images/button_pm_reply_.gif"); }
|
|
.newpm-icon span { background-image: url("./images/button_pm_new_.gif"); }
|
|
.forwardpm-icon span { background-image: url("./images/button_pm_forward_.gif"); }
|
|
.email-icon, .email-icon a { background-image: url("./images/icon_contact_email_.gif"); }
|
|
.aim-icon, .aim-icon a { background-image: url("./images/icon_contact_aim_.gif"); }
|
|
.yahoo-icon, .yahoo-icon a { background-image: url("./images/icon_contact_yahoo_.gif"); }
|
|
.web-icon, .web-icon a { background-image: url("./images/icon_contact_www_.gif"); }
|
|
.msnm-icon, .msnm-icon a { background-image: url("./images/icon_contact_msnm_.gif"); }
|
|
.icq-icon, .icq-icon a { background-image: url("./images/icon_contact_icq_.gif"); }
|
|
.jabber-icon, .jabber-icon a { background-image: url("./images/icon_contact_jabber_.gif"); }
|
|
.pm-icon, .pm-icon a { background-image: url("./images/icon_contact_pm_.gif"); }
|
|
.quote-icon, .quote-icon a { background-image: url("./images/icon_post_quote.gif"); }
|
|
.report-icon, .report-icon a { background-image: url("./images/icon_post_report.gif"); }
|
|
.edit-icon, .edit-icon a { background-image: url("./images/icon_post_edit_.gif"); }
|
|
.delete-icon, .delete-icon a { background-image: url("./images/icon_post_delete_.gif"); }
|
|
.info-icon, .info-icon a { background-image: url("./images/icon_post_info_.gif"); }
|
|
.warn-icon, .warn-icon a { background-image: url("./images/icon_user_warn_.gif"); }
|
|
|
|
/* Online image */
|
|
.online { background-image: url("./images/icon_user_online.gif"); }
|
|
|
|
.imageset.icon_user_online {
|
|
background-image: url("./images/icon_user_online.gif");
|
|
padding-left: 58px;
|
|
padding-top: 58px;
|
|
}
|
|
|
|
.dfzitatbutton {
|
|
background-image:
|
|
url("./images/icon_post_quote.gif")
|
|
}
|
|
|
|
.dfzitatbutton:hover {
|
|
background-image:
|
|
url("./images/icon_post_quote.gif")
|
|
}
|
|
|
|
/*
|
|
.icon-button:before, .dropdown-select:after { background-image: url("./images/icons_button.png"); }
|
|
*/
|