Guest User

Untitled

a guest
Dec 16th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. /*
  2. * Archives
  3. * A compressed collection of data.
  4. */
  5. a[href$=".7z"],
  6. a[href$=".cab"],
  7. a[href$=".gz"],
  8. a[href$=".lzh"],
  9. a[href$=".rar"],
  10. a[href$=".tar"],
  11. a[href$=".zip"] {
  12.  
  13. }
  14.  
  15. /*
  16. * Design
  17. * A file typically used by a design application.
  18. */
  19. a[href$=".ai"],
  20. a[href$=".indd"],
  21. a[href$=".indt"],
  22. a[href$=".sketch"],
  23. a[href$=".psb"],
  24. a[href$=".psd"],
  25. a[href$=".xcf"] {
  26.  
  27. }
  28.  
  29. /*
  30. * Development
  31. * A file typically used by a development application.
  32. */
  33. a[href$=".atom"],
  34. a[href$=".cgi"],
  35. a[href$=".coffee"],
  36. a[href$=".css"],
  37. a[href$=".csv"],
  38. a[href$=".erb"],
  39. a[href$=".htm"],
  40. a[href$=".html"],
  41. a[href$=".js"],
  42. a[href$=".less"],
  43. a[href$=".markdown"],
  44. a[href$=".md"],
  45. a[href$=".php"],
  46. a[href$=".php"],
  47. a[href$=".pl"],
  48. a[href$=".py"],
  49. a[href$=".rb"],
  50. a[href$=".rb"],
  51. a[href$=".rss"],
  52. a[href$=".sass"],
  53. a[href$=".scss"],
  54. a[href$=".styl"],
  55. a[href$=".swf"],
  56. a[href$=".xhtml"],
  57. a[href$=".xml"],
  58. a[href$=".yml"] {
  59.  
  60. }
  61.  
  62. /*
  63. * Documents
  64. * A file typically used for word processing.
  65. */
  66. a[href$=".doc"],
  67. a[href$=".docx"],
  68. a[href$=".key"],
  69. a[href$=".numbers"],
  70. a[href$=".odt"],
  71. a[href$=".pages"],
  72. a[href$=".pdf"],
  73. a[href$=".pps"],
  74. a[href$=".ppsx"],
  75. a[href$=".ppt"],
  76. a[href$=".pptx"],
  77. a[href$=".ps"],
  78. a[href$=".pub"],
  79. a[href$=".rtf"],
  80. a[href$=".txt"],
  81. a[href$=".xls"],
  82. a[href$=".xlr"] {
  83.  
  84. }
  85.  
  86. /*
  87. * E-Books
  88. * A file used by E-readers.
  89. */
  90. a[href$=".azw"],
  91. a[href$=".azw3"],
  92. a[href$=".cbr"],
  93. a[href$=".cbz"],
  94. a[href$=".epub"],
  95. a[href$=".mobi"] {
  96.  
  97. }
  98.  
  99. /*
  100. * Fonts
  101. * A file used to display a typeface.
  102. */
  103. a[href$=".eot"],
  104. a[href$=".otf"],
  105. a[href$=".ttf"],
  106. a[href$=".woff"],
  107. a[href$=".woff2"] {
  108.  
  109. }
  110.  
  111. /*
  112. * Images
  113. * A file used to display a picture.
  114. */
  115. a[href$=".bmp"],
  116. a[href$=".gif"],
  117. a[href$=".gifv"],
  118. a[href$=".ico"],
  119. a[href$=".jpg"],
  120. a[href$=".jpeg"],
  121. a[href$=".png"],
  122. a[href$=".svg"],
  123. a[href$=".svz"],
  124. a[href$=".tiff"],
  125. a[href$=".tif"],
  126. a[href$=".webp"] {
  127.  
  128. }
  129.  
  130. /*
  131. * Movies
  132. * A file used to display moving imagery.
  133. */
  134. a[href$=".avi"],
  135. a[href$=".flv"],
  136. a[href$=".mkv"],
  137. a[href$=".mov"],
  138. a[href$=".mp4"],
  139. a[href$=".mpg"],
  140. a[href$=".mpeg"],
  141. a[href$=".wmv"] {
  142.  
  143. }
  144.  
  145. /*
  146. * Music
  147. * A file used for audio.
  148. */
  149. a[href$=".aac"],
  150. a[href$=".aif"],
  151. a[href$=".aiff"],
  152. a[href$=".flac"],
  153. a[href$=".m4a"],
  154. a[href$=".mid"],
  155. a[href$=".midi"],
  156. a[href$=".mp3"],
  157. a[href$=".ogg"],
  158. a[href$=".vob"] {
  159.  
  160. }
  161.  
  162. /*
  163. * Version Control
  164. * Used to help assemble code.
  165. */
  166. a[href$=".git"],
  167. a[href$=".svn"] {
  168.  
  169. }
Add Comment
Please, Sign In to add comment