X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.apps.web%2Ftheme%2Fargeo-classic%2Fpeople-classic.css;fp=org.argeo.suite.apps.web%2Ftheme%2Fargeo-classic%2Fpeople-classic.css;h=4614fa14cea09bc429a6438710ee9d558a115ad4;hp=0000000000000000000000000000000000000000;hb=6d63fef3db3bce8a70e278a9164ee797b5774a99;hpb=4754e4ec30ef5c570f1a45b11c19e5df95ffb0e5 diff --git a/org.argeo.suite.apps.web/theme/argeo-classic/people-classic.css b/org.argeo.suite.apps.web/theme/argeo-classic/people-classic.css new file mode 100644 index 0000000..4614fa1 --- /dev/null +++ b/org.argeo.suite.apps.web/theme/argeo-classic/people-classic.css @@ -0,0 +1,85 @@ +/* PEOPLE ICONS */ + + +/* MISCELLANEOUS */ + +.people_icon_primary { + background-image: url(theme/argeo-classic/icons/people/misc/primary.gif); + border: none; +} + +.people_icon_not_primary { + background-image: url(theme/argeo-classic/icons/people/misc/primaryNOT.gif); + border: none; +} + +/* CONTACTS */ +.people_icon_email { + background-image: url(theme/argeo-classic/icons/people/contacts/mail_black.png); + border: none; +} + +.people_icon_mobile { + background-image: url(theme/argeo-classic/icons/people/contacts/mobile.png); + border: none; +} + +.people_icon_fax { + background-image: url(theme/argeo-classic/icons/people/contacts/fax.png); + border: none; +} + +.people_icon_phone { + background-image: url(theme/argeo-classic/icons/people/contacts/phone_vintage.png); + border: none; +} + +.people_icon_work { + background-image: url(theme/argeo-classic/icons/people/contacts/home.png); + border: none; +} + +.people_icon_address { + background-image: url(theme/argeo-classic/icons/people/contacts/home.png); + border: none; +} + +.people_icon_url { + background-image: url(theme/argeo-classic/icons/people/contacts/link.png); + border: none; +} + +.people_icon_google_plus { + background-image: url(theme/argeo-classic/icons/people/contacts/googleplus.png); + border: none; +} + +.people_icon_facebook { + background-image: url(theme/argeo-classic/icons/people/contacts/facebook.png); + border: none; +} + +.people_icon_twitter { + background-image: url(theme/argeo-classic/icons/people/contacts/twitter.png); + border: none; +} + +.people_icon_linkedin { + background-image: url(theme/argeo-classic/icons/people/contacts/linkedin.png); + border: none; +} + +.people_icon_xing { + background-image: url(theme/argeo-classic/icons/people/contacts/xing.png); + border: none; +} + +.people_icon_social_media { + background-image: url(theme/argeo-classic/icons/people/contacts/socialmedia.png); + border: none; +} + +.people_icon_impp { + background-image: url(theme/argeo-classic/icons/people/contacts/impp.png); + border: none; +}