You are here

files_icons.css in Iconizer 6

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

a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'], a[href$='.xlsx'] {
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_xls.gif) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_feed.gif) no-repeat center right;
}

a[href$='.opml'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_opml.gif) no-repeat center right;
}

a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_phps.gif) no-repeat center right;
}

a[href$='.vcard'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_vcard.gif) no-repeat center right;
}

a[href$='.exe'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_exe.gif) no-repeat center right;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_dmg.gif) no-repeat center right;
}

a[href$='.pps'], a[href$='.ppt'], a[href$='.pptx']{ 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'], a[href*='.pdf#page='] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.xpi'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_plugin.gif) no-repeat center right;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_flash.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'], a[href$='.7z'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_archive.gif) no-repeat center right;
}

a[href$='.ical'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_ical.gif) no-repeat center right;
}

a[href$='.css'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_css.gif) no-repeat center right;
}

a[href$='.ttf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_ttf.gif) no-repeat center right;
}

a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_pic.gif) no-repeat center right;
}

a[rel*='lightbox['] {
	padding: inherit;
	background: none;
}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_film.gif) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_music.gif) no-repeat center right;
}

a[href$='.torrent'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/icon_torrent.gif) no-repeat center right;
}

a[href$='.odt'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/odt.gif) no-repeat center right;
}

a[href$='.odp'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(files_icons/odp.gif) no-repeat center right;
}

File

files_icons.css
View source
  1. /**
  2. * CSS and Icons taken from:
  3. * http://pooliestudios.com/projects/iconize/
  4. */
  5. a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'] {
  6. padding: 5px 20px 5px 0;
  7. background: transparent url(files_icons/icon_doc.gif) no-repeat center right;
  8. }
  9. a[href$='.txt'] {
  10. padding: 5px 20px 5px 0;
  11. background: transparent url(files_icons/icon_txt.gif) no-repeat center right;
  12. }
  13. a[href$='.xls'], a[href$='.xlsx'] {
  14. padding: 5px 20px 5px 0;
  15. background: transparent url(files_icons/icon_xls.gif) no-repeat center right;
  16. }
  17. a[href$='.rss'], a[href$='.atom'] {
  18. padding: 5px 20px 5px 0;
  19. background: transparent url(files_icons/icon_feed.gif) no-repeat center right;
  20. }
  21. a[href$='.opml'] {
  22. padding: 5px 20px 5px 0;
  23. background: transparent url(files_icons/icon_opml.gif) no-repeat center right;
  24. }
  25. a[href$='.phps'] {
  26. padding: 5px 20px 5px 0;
  27. background: transparent url(files_icons/icon_phps.gif) no-repeat center right;
  28. }
  29. a[href$='.vcard'] {
  30. padding: 5px 20px 5px 0;
  31. background: transparent url(files_icons/icon_vcard.gif) no-repeat center right;
  32. }
  33. a[href$='.exe'] {
  34. padding: 5px 20px 5px 0;
  35. background: transparent url(files_icons/icon_exe.gif) no-repeat center right;
  36. }
  37. a[href$='.dmg'], a[href$='.app'] {
  38. padding: 5px 20px 5px 0;
  39. background: transparent url(files_icons/icon_dmg.gif) no-repeat center right;
  40. }
  41. a[href$='.pps'], a[href$='.ppt'], a[href$='.pptx']{
  42. padding: 5px 20px 5px 0;
  43. background: transparent url(files_icons/icon_pps.gif) no-repeat center right;
  44. }
  45. a[href$='.pdf'], a[href*='.pdf#page='] {
  46. padding: 5px 20px 5px 0;
  47. background: transparent url(files_icons/icon_pdf.gif) no-repeat center right;
  48. }
  49. a[href$='.xpi'] {
  50. padding: 5px 20px 5px 0;
  51. background: transparent url(files_icons/icon_plugin.gif) no-repeat center right;
  52. }
  53. a[href$='.fla'], a[href$='.swf'] {
  54. padding: 5px 20px 5px 0;
  55. background: transparent url(files_icons/icon_flash.gif) no-repeat center right;
  56. }
  57. a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'], a[href$='.7z'] {
  58. padding: 5px 20px 5px 0;
  59. background: transparent url(files_icons/icon_archive.gif) no-repeat center right;
  60. }
  61. a[href$='.ical'] {
  62. padding: 5px 20px 5px 0;
  63. background: transparent url(files_icons/icon_ical.gif) no-repeat center right;
  64. }
  65. a[href$='.css'] {
  66. padding: 5px 20px 5px 0;
  67. background: transparent url(files_icons/icon_css.gif) no-repeat center right;
  68. }
  69. a[href$='.ttf'] {
  70. padding: 5px 20px 5px 0;
  71. background: transparent url(files_icons/icon_ttf.gif) no-repeat center right;
  72. }
  73. a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] {
  74. padding: 5px 20px 5px 0;
  75. background: transparent url(files_icons/icon_pic.gif) no-repeat center right;
  76. }
  77. a[rel*='lightbox['] {
  78. padding: inherit;
  79. background: none;
  80. }
  81. a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] {
  82. padding: 5px 20px 5px 0;
  83. background: transparent url(files_icons/icon_film.gif) no-repeat center right;
  84. }
  85. a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] {
  86. padding: 5px 20px 5px 0;
  87. background: transparent url(files_icons/icon_music.gif) no-repeat center right;
  88. }
  89. a[href$='.torrent'] {
  90. padding: 5px 20px 5px 0;
  91. background: transparent url(files_icons/icon_torrent.gif) no-repeat center right;
  92. }
  93. a[href$='.odt'] {
  94. padding: 5px 20px 5px 0;
  95. background: transparent url(files_icons/odt.gif) no-repeat center right;
  96. }
  97. a[href$='.odp'] {
  98. padding: 5px 20px 5px 0;
  99. background: transparent url(files_icons/odp.gif) no-repeat center right;
  100. }