/www/static/css/iconize.css

https://bitbucket.org/toni/pywbe · CSS · 178 lines · 136 code · 36 blank · 6 comment · 0 complexity · f7da45fee5a9087df3c45fb95c231f5b MD5 · raw file

  1. /* Iconize 0.5 */
  2. /* websites (pictures and movies) */
  3. a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] {
  4. padding: 5px 20px 5px 0;
  5. background: transparent url(../images/icons/icon_film.gif) no-repeat center right;
  6. }
  7. a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] {
  8. padding: 5px 20px 5px 0;
  9. background: transparent url(../images/icons/icon_pic.gif) no-repeat center right;
  10. }
  11. /* extensions */
  12. a[href$='.doc'], a[href$='.rtf'] {
  13. padding: 5px 20px 5px 0;
  14. background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
  15. }
  16. a[href$='.txt'] {
  17. padding: 5px 20px 5px 0;
  18. background: transparent url(../images/icons/icon_txt.gif) no-repeat center right;
  19. }
  20. a[href$='.xls'] {
  21. padding: 5px 20px 5px 0;
  22. background: transparent url(../images/icons/icon_xls.gif) no-repeat center right;
  23. }
  24. a[href$='.rss'], a[href$='.atom'] {
  25. padding: 5px 20px 5px 0;
  26. background: transparent url(../images/icons/icon_feed.gif) no-repeat center right;
  27. }
  28. a[href$='.opml'] {
  29. padding: 5px 20px 5px 0;
  30. background: transparent url(../images/icons/icon_opml.gif) no-repeat center right;
  31. }
  32. a[href$='.phps'] {
  33. padding: 5px 20px 5px 0;
  34. background: transparent url(../images/icons/icon_phps.gif) no-repeat center right;
  35. }
  36. a[href$='.phps'] {
  37. padding: 5px 20px 5px 0;
  38. background: transparent url(../images/icons/icon_phps.gif) no-repeat center right;
  39. }
  40. a[href$='.torrent'] {
  41. padding: 5px 20px 5px 0;
  42. background: transparent url(../images/icons/icon_torrent.gif) no-repeat center right;
  43. }
  44. a[href$='.vcard'] {
  45. padding: 5px 20px 5px 0;
  46. background: transparent url(../images/icons/icon_vcard.gif) no-repeat center right;
  47. }
  48. a[href$='.exe'] {
  49. padding: 5px 20px 5px 0;
  50. background: transparent url(../images/icons/icon_exe.gif) no-repeat center right;
  51. }
  52. a[href$='.dmg'], a[href$='.app'] {
  53. padding: 5px 20px 5px 0;
  54. background: transparent url(../images/icons/icon_dmg.gif) no-repeat center right;
  55. }
  56. a[href$='.pps'] {
  57. padding: 5px 20px 5px 0;
  58. background: transparent url(../images/icons/icon_pps.gif) no-repeat center right;
  59. }
  60. a[href$='.pdf'] {
  61. padding: 5px 20px 5px 0;
  62. background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
  63. }
  64. a[href$='.xpi'] {
  65. padding: 5px 20px 5px 0;
  66. background: transparent url(../images/icons/icon_plugin.gif) no-repeat center right;
  67. }
  68. a[href$='.fla'], a[href$='.swf'] {
  69. padding: 5px 20px 5px 0;
  70. background: transparent url(../images/icons/icon_flash.gif) no-repeat center right;
  71. }
  72. a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] {
  73. padding: 5px 20px 5px 0;
  74. background: transparent url(../images/icons/icon_archive.gif) no-repeat center right;
  75. }
  76. a[href$='.ical'] {
  77. padding: 5px 20px 5px 0;
  78. background: transparent url(../images/icons/icon_ical.gif) no-repeat center right;
  79. }
  80. a[href$='.css'] {
  81. padding: 5px 20px 5px 0;
  82. background: transparent url(../images/icons/icon_css.gif) no-repeat center right;
  83. }
  84. a[href$='.ttf'] {
  85. padding: 5px 20px 5px 0;
  86. background: transparent url(../images/icons/icon_ttf.gif) no-repeat center right;
  87. }
  88. a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] {
  89. padding: 5px 20px 5px 0;
  90. background: transparent url(../images/icons/icon_pic.gif) no-repeat center right;
  91. }
  92. a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] {
  93. padding: 5px 20px 5px 0;
  94. background: transparent url(../images/icons/icon_film.gif) no-repeat center right;
  95. }
  96. a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] {
  97. padding: 5px 20px 5px 0;
  98. background: transparent url(../images/icons/icon_music.gif) no-repeat center right;
  99. }
  100. /* messenger */
  101. a[href ^="aim:"] {
  102. padding: 5px 20px 5px 0;
  103. background: transparent url(../images/icons/icon_aim.gif) no-repeat center right;
  104. }
  105. a[href ^="msnim:"] {
  106. padding: 5px 20px 5px 0;
  107. background: transparent url(../images/icons/icon_msn.gif) no-repeat center right;
  108. }
  109. a[href ^="xmpp:"] {
  110. padding: 5px 20px 5px 0;
  111. background: transparent url(../images/icons/icon_jabber.gif) no-repeat center right;
  112. }
  113. a[href *="icq.com"] {
  114. padding: 5px 20px 5px 0;
  115. background: transparent url(../images/icons/icon_icq.gif) no-repeat center right;
  116. }
  117. a[href *="edit.yahoo.com/config/send_webmesg?"] {
  118. padding: 5px 20px 5px 0;
  119. background: transparent url(../images/icons/icon_yim.gif) no-repeat center right;
  120. }
  121. a[href ^="callto:"] {
  122. padding: 5px 20px 5px 0;
  123. background: transparent url(../images/icons/icon_call.gif) no-repeat center right;
  124. }
  125. a[href ^="skype:"] {
  126. padding: 5px 20px 5px 0;
  127. background: transparent url(../images/icons/icon_skype.gif) no-repeat center right;
  128. }
  129. a[href ^="gg:"] {
  130. padding: 5px 20px 5px 0;
  131. background: transparent url(../images/icons/icon_gadugadu.gif) no-repeat center right;
  132. }
  133. /* email */
  134. a[href ^="mailto:"] {
  135. padding: 5px 20px 5px 0;
  136. background: transparent url(../images/icons/icon_mailto.gif) no-repeat center right;
  137. }
  138. /* use this class to make sure that images won't get iconized */
  139. .imageLink {
  140. padding-right: 0px !important;
  141. background: none !important;
  142. }