mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-01-16 02:12:04 +01:00
31 lines
1.9 KiB
CSS
31 lines
1.9 KiB
CSS
/* Online image */
|
|
.imageset.icon_contact_aim { background-image: url("./icon_contact_aim.gif"); }
|
|
.imageset.icon_contact_email { background-image: url("./icon_contact_email.gif"); }
|
|
.imageset.icon_contact_icq { background-image: url("./icon_contact_icq.gif"); }
|
|
.imageset.icon_contact_jabber { background-image: url("./icon_contact_jabber.gif"); }
|
|
.imageset.icon_contact_msnm { background-image: url("./icon_contact_msnm.gif"); }
|
|
.imageset.icon_contact_pm { background-image: url("./icon_contact_pm.gif"); }
|
|
.imageset.icon_contact_yahoo { background-image: url("./icon_contact_yahoo.gif"); }
|
|
.imageset.icon_contact_www { background-image: url("./icon_contact_www.gif"); }
|
|
|
|
.imageset.icon_post_delete { background-image: url("./icon_post_delete.gif"); }
|
|
.imageset.icon_post_edit { background-image: url("./icon_post_edit.gif"); }
|
|
.imageset.icon_post_info { background-image: url("./icon_post_info.gif"); }
|
|
.imageset.icon_post_quote { background-image: url("./icon_post_quote.gif"); }
|
|
.imageset.icon_post_report { background-image: url("./icon_post_report.gif"); }
|
|
|
|
.imageset.icon_user_online { background-image: url("./icon_user_online.gif"); }
|
|
.imageset.icon_user_offline { background-image: url("./icon_user_offline.gif"); }
|
|
.imageset.icon_user_profile { background-image: url("./icon_user_profile.gif"); }
|
|
.imageset.icon_user_search {
|
|
background-image: url("./icon_user_search.gif");
|
|
padding-left: 72px;
|
|
padding-top: 20px;
|
|
}
|
|
.imageset.icon_user_warn { background-image: url("./icon_user_warn.gif"); }
|
|
|
|
.imageset.button_pm_new { background-image: url("./button_pm_new.gif"); }
|
|
.imageset.button_pm_reply { background-image: url("./button_pm_reply.gif"); }
|
|
.imageset.button_topic_locked { background-image: url("./button_topic_locked.gif"); }
|
|
.imageset.button_topic_new { background-image: url("./button_topic_new.gif"); }
|
|
.imageset.button_topic_reply { background-image: url("./button_topic_reply.gif"); } |