You are here

proto_icons.css in Iconizer 7

Same filename and directory in other branches
  1. 5 proto_icons.css
  2. 6 proto_icons.css
/**
* CSS and Icons taken from:
* http://pooliestudios.com/projects/iconize/
*/

a[href ^="aim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(proto_icons/icon_aim.gif) no-repeat center right;
}

a[href ^="msnim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(proto_icons/icon_msn.gif) no-repeat center right;
}

a[href ^="xmpp:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(proto_icons/icon_jabber.gif) no-repeat center right;
}

a[href *="icq.com"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(proto_icons/icon_icq.gif) no-repeat center right;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(proto_icons/icon_yim.gif) no-repeat center right;
}

a[href ^="callto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(proto_icons/icon_call.gif) no-repeat center right;
}

a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(proto_icons/icon_skype.gif) no-repeat center right;
}

a[href ^="gg:"] {
	padding: 5px 20px 5px 0;
  background: transparent url(proto_icons/icon_gadugadu.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(proto_icons/icon_mailto.gif) no-repeat center right;
}

File

proto_icons.css
View source
  1. /**
  2. * CSS and Icons taken from:
  3. * http://pooliestudios.com/projects/iconize/
  4. */
  5. a[href ^="aim:"] {
  6. padding: 5px 20px 5px 0;
  7. background: transparent url(proto_icons/icon_aim.gif) no-repeat center right;
  8. }
  9. a[href ^="msnim:"] {
  10. padding: 5px 20px 5px 0;
  11. background: transparent url(proto_icons/icon_msn.gif) no-repeat center right;
  12. }
  13. a[href ^="xmpp:"] {
  14. padding: 5px 20px 5px 0;
  15. background: transparent url(proto_icons/icon_jabber.gif) no-repeat center right;
  16. }
  17. a[href *="icq.com"] {
  18. padding: 5px 20px 5px 0;
  19. background: transparent url(proto_icons/icon_icq.gif) no-repeat center right;
  20. }
  21. a[href *="edit.yahoo.com/config/send_webmesg?"] {
  22. padding: 5px 20px 5px 0;
  23. background: transparent url(proto_icons/icon_yim.gif) no-repeat center right;
  24. }
  25. a[href ^="callto:"] {
  26. padding: 5px 20px 5px 0;
  27. background: transparent url(proto_icons/icon_call.gif) no-repeat center right;
  28. }
  29. a[href ^="skype:"] {
  30. padding: 5px 20px 5px 0;
  31. background: transparent url(proto_icons/icon_skype.gif) no-repeat center right;
  32. }
  33. a[href ^="gg:"] {
  34. padding: 5px 20px 5px 0;
  35. background: transparent url(proto_icons/icon_gadugadu.gif) no-repeat center right;
  36. }
  37. /* email */
  38. a[href ^="mailto:"] {
  39. padding: 5px 20px 5px 0;
  40. background: transparent url(proto_icons/icon_mailto.gif) no-repeat center right;
  41. }