Advertisement
Guest User

reddit link flair 1.1

a guest
Oct 28th, 2011
3,621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.84 KB | None | 0 0
  1. /*ADD ICONS BASED ON URLS    /
  2. / Created by Raerth          /
  3. / Inspired by exposur3       /
  4. / ========================== /
  5. / To save space you can      /
  6. / delete sites or sections   /
  7. / that are rare for your     /
  8. / subreddit.                 /
  9. / ==========================*/
  10.  
  11. /*Base code, do not adjust*/
  12. a.title:before {
  13.   background-image:url(%%iconsprite2%%);
  14.   height:16px;
  15.   width:16px;
  16.   position:relative;
  17.   content:"";
  18.   display:inline-block;
  19.   margin-right:5px;
  20.   margin-top:2px;
  21.   }
  22.  
  23. /*Reddit (edit in your subreddit name, capitalization important*/
  24. a[href*="YourSubreddit/comments"].title:before {background-position:-32px 0px;}
  25. a[href*="reddit.com"].title:before {background-position:-16px -48px;}
  26.  
  27. /*music*/
  28. a[href*="grooveshark.com"].title:before {background-position:0px -80px;}
  29. a[href*="bandcamp.com"].title:before {background-position:0px -16px;}
  30. a[href*="reverbnation.com"].title:before {background-position:-16px -64px;}
  31. a[href*="last.fm"].title:before {background-position:-16px -16px;}
  32. a[href*="soundcloud.com"].title:before {background-position:-16px -80px;}
  33. a[href*="8tracks.com"].title:before {background-position:-64px -160px;}
  34. a[href*="ultimate-guitar.com"].title:before {background-position:-80px -96px;}
  35. a[href*="http://pitchfork.com"].title:before, a[href*="http://pitchforkmedia.com"].title:before {background-position:0px -128px;}
  36. a[href*="rollingstone.com"].title:before {background-position:-64px -128px;}
  37. a[href*="popmatters.com"].title:before {background-position:-48px -160px;}
  38. a[href*="spotify.com"].title:before {background-position:-80px -16px;}
  39. a[href*="nme.com"].title:before {background-position:-64px -32px;}
  40. a[href*="pandora.com"].title:before {background-position:-48px -64px;}
  41.  
  42. /*social media*/
  43. a[href*="facebook.com"].title:before {background-position:0px -32px;}
  44. a[href*="twitter.com"].title:before {background-position:-32px -32px;}
  45. a[href*="myspace.com"].title:before {background-position:-16px -32px;}
  46. a[href*="delicious.com"].title:before {background-position:0px -144px;}
  47. a[href*="digg.com"].title:before {background-position:-16px -144px;}
  48.  
  49. /*reference and learning*/
  50. a[href*="wikipedia.org"].title:before {background-position:-32px -64px;}
  51. a[href*="wikimedia.org"].title:before {background-position:-64px -336px;}
  52. a[href*="ted.com"].title:before {background-position:-80px -48px;}
  53. a[href*="about.com"].title:before {background-position:-48px -224px;}
  54. a[href*=".edu"].title:before, a[href*=".ac.uk"].title:before {background-position:-48px -224px;}
  55. a[href*=".gov"].title:before {background-position:0px -352px;}
  56.  
  57. /*image hosts*/
  58. a[href*="flickr.com"].title:before, a[href*="flic.kr"].title:before {background-position:0px -48px;}
  59. a[href*="imgur.com"].title:before {background-position:-16px 0px;}
  60. a[href*="deviantart.com"].title:before {background-position:-48px -304px;}
  61. a[href*="imageshack.us"].title:before {background-position:0px -224px;}
  62. a[href*="photobucket.com"].title:before {background-position:-16px -224px;}
  63. a[href*="twitpic.com"].title:before {background-position:-32px -224px;}
  64. a[href*="googleusercontent.com"].title:before, a[href*="picasa.google.com"].title:before {background-position:-32px -240px;}
  65.  
  66. /*video*/
  67. a[href*="vimeo.com"].title:before {background-position:-32px -48px;}
  68. a[href*="youtube.com"].title:before, a[href*="youtu.be"].title:before {background-position:-32px -80px;}
  69. a[href*="break.com"].title:before {background-position:-64px -256px;}
  70. a[href*="dailymotion.com"].title:before {background-position:-80px -256px;}
  71. a[href*="megavideo.com"].title:before {background-position:-48px -272px;}
  72. a[href*="liveleak.com"].title:before {background-position:-64px -272px;}
  73. a[href*="metacafe.com"].title:before {background-position:-80px -272px;}
  74. a[href*="veoh.com"].title:before {background-position:-48px -288px;}
  75. a[href*="videobash.com"].title:before {background-position:-64px -288px;}
  76. a[href*="worldstarhiphop.com"].title:before {background-position:-80px -288px;}
  77.  
  78. /*blog*/
  79. a[href*="tumblr.com"].title:before {background-position:-32px -16px;}
  80. a[href*="blogspot.com"].title:before {background-position:0px -96px;}
  81. a[href*="livejournal.com"].title:before {background-position:-32px -320px;}
  82. a[href*="wordpress.com"].title:before, a[href*="wp.me"].title:before {background-position:-80px -128px;}
  83.  
  84. /*US news*/
  85. a[href*="theatlantic.com"].title:before {background-position:-16px -96px;}
  86. a[href*="bloomberg.com"].title:before {background-position:0px -112px;}
  87. a[href*="businessinsider.com"].title:before {background-position:-16px -112px;}
  88. a[href*="reuters.com"].title:before {background-position:-64px -112px;}
  89. a[href*="washingtonpost.com"].title:before {background-position:-80px -112px;}
  90. a[href*="csmonitor.com"].title:before {background-position:-16px -128px;}
  91. a[href*="latimes.com"].title:before {background-position:-48px -144px;}
  92. a[href*="salon.com"].title:before {background-position:-64px -144px;}
  93. a[href*="motherjones.com"].title:before {background-position:-32px -160px;}
  94. a[href*="msnbc.msn.com"].title:before {background-position:-64px 0px;}
  95. a[href*="theglobeandmail.com"].title:before {background-position:-48px -16px;}
  96. a[href*="bostonherald.com"].title:before {background-position:-64px -16px;}
  97. a[href*="huffingtonpost.com"].title:before {background-position:-48px -48px;}
  98. a[href*="cnn.com"].title:before {background-position:-64px -64px;}
  99. a[href*="npr.org"].title:before {background-position:-80px -160px;}
  100. a[href*="google.com/hostednews/ap"].title:before {background-position:-0px -176px;}
  101. a[href*="dailykos.com"].title:before {background-position:-16px -176px;}
  102. a[href*="forbes.com"].title:before {background-position:-32px -176px;}
  103. a[href*="ft.com"].title:before {background-position:-48px -176px;}
  104. a[href*="abcnews.go.com"].title:before, a[href*="abc.go.com"].title:before {background-position:-80px -176px;}
  105. a[href*="marketwatch.com"].title:before {background-position:-16px -192px;}
  106. a[href*="wsj.com"].title:before {background-position:-32px -192px;}
  107. a[href*="realclearpolitics.com"].title:before {background-position:-48px -192px;}
  108. a[href*="thehill.com"].title:before {background-position:-64px -192px;}
  109. a[href*="washingtonpost.com"].title:before {background-position:-80px -192px;}
  110. a[href*="washingtontimes.com"].title:before {background-position:-0px -208px;}
  111. a[href*="politico.com"].title:before {background-position:-16px -208px;}
  112. a[href*="usatoday.com"].title:before {background-position:-32px -208px;}
  113. a[href*="newsmax.com"].title:before {background-position:-48px -208px;}
  114. a[href*="theblaze.com"].title:before {background-position:-64px -208px;}
  115. a[href*="boston.com"].title:before {background-position:-80px -208px;}
  116.  
  117. /*world news*/
  118. a[href*="bbc.co.uk/news"].title:before, a[href*="bbc.co.uk/programmes"].title:before {background-position:-32px -96px;}
  119. a[href*="independent.co.uk"].title:before {background-position:-48px -96px;}
  120. a[href*="cbc.ca"].title:before {background-position:-32px -112px;}
  121. a[href*="dw-world.de"].title:before {background-position:-32px -144px;}
  122. a[href*="rte.ie"].title:before {background-position:-80px -144px;}
  123. a[href*="spiegel.de"].title:before {background-position:0px -160px;}
  124. a[href*="economist.com"].title:before {background-position:-48px 0px;}
  125. a[href*="sky.com"].title:before {background-position:-80px 0px;}
  126. a[href*="guardian.co.uk"].title:before {background-position:-48px -32px;}
  127. a[href*="telegraph.co.uk"].title:before {background-position:-80px -64px;}
  128. a[href*="presseurop.eu"].title:before {background-position:-64px -80px;}
  129. a[href*="channel4.com"].title:before {background-position:-64px -48px;}
  130. a[href*="globalpost.com"].title:before {background-position:0px -320px;}
  131. a[href*="haaretz.com"].title:before {background-position:-16px -320px;}
  132.  
  133. /*sci & tech news*/
  134. a[href*="techdirt.com"].title:before {background-position:-80px -32px;}
  135. a[href*="engadget.com"].title:before {background-position:-64px -240px;}
  136. a[href*="gizmodo.com"].title:before {background-position:-80px -240px;}
  137. a[href*="mashable.com"].title:before {background-position:0px -256px;}
  138. a[href*="techcrunch.com"].title:before {background-position:-16px -256px;}
  139. a[href*="arstechnica.com"].title:before {background-position:-32px -302px;}
  140. a[href*="nasa.com"].title:before {background-position:-80px -320px;}
  141. a[href*="pcmag.com"].title:before {background-position:0px -336px;}
  142. a[href*="physorg.com"].title:before {background-position:0px -336px;}
  143. a[href*="discovery.com"].title:before {background-position:-32px -368px;}
  144. a[href*="eurekalert.org"].title:before {background-position:-48px -368px;}
  145. a[href*="nature.com"].title:before {background-position:-64px -368px;}
  146. a[href*="newscientist.com"].title:before {background-position:-80px -368px;}
  147. a[href*="popsci.com"].title:before {background-position:0px -384px;}
  148. a[href*="sciencedaily.com"].title:before {background-position:-16px -384px;}
  149. a[href*="torrentfreak.com"].title:before {background-position:-32px -384px;}
  150. a[href*="wired.com"].title:before {background-position:-48px -384px;}
  151.  
  152. /*entertainment*/
  153. a[href*="imdb.com"].title:before {background-position:-48px -80px;}
  154. a[href*="comedy.co.uk"].title:before {background-position:-16px -160px;}
  155. a[href*="boingboing.net"].title:before {background-position:-48px -240px;}
  156. a[href*="tmz.com"].title:before {background-position:-32px -256px;}
  157. a[href*="deadline.com"].title:before {background-position:-48px -256px;}
  158. a[href*=".ew.com"].title:before {background-position:0px -272px;}
  159. a[href*="hollywoodreporter.com"].title:before {background-position:-16px -272px;}
  160. a[href*="rottentomatoes.com"].title:before {background-position:-16px -288px;}
  161. a[href*="variety.com"].title:before {background-position:-32px -288px;}
  162. a[href*="aintitcool.com"].title:before {background-position:0px -304px;}
  163. a[href*="theonion.com"].title:before {background-position:-48px -336px;}
  164. a[href*="slashfilm.com"].title:before {background-position:-80px -336px;}
  165.  
  166. /*internet*/
  167. a[href*="maps.google.com"].title:before, a[href*="g.co/maps"].title:before {background-position:0px -64px;}
  168. a[href*="google.com"].title:before, a[href*="goo.gl"].title:before {background-position:-64px -176px;}
  169. a[href*="apple.com"].title:before {background-position:-64px -224px;}
  170. a[href*="ask.com"].title:before {background-position:-80px -224px;}
  171. a[href*="bing.com"].title:before {background-position:0px -240px;}
  172. a[href*="microsoft.com"].title:before, a[href*="msn.com"].title:before {background-position:-16px -240px;}
  173. a[href*="amazon.com"].title:before, a[href*="amazon.co.uk"].title:before {background-position:-16px -304px;}
  174. a[href*="ebay.com"].title:before, a[href*="ebay.co.uk"].title:before {background-position:-48px -304px;}
  175. a[href*="etsy.com"].title:before {background-position:-80px -304px;}
  176. a[href*="mozilla.com"].title:before {background-position:-64px -320px;}
  177.  
  178. /*media*/
  179. a[href*="radiotimes.com"].title:before {background-position:-64px -96px;}
  180. a[href*="bbc.co.uk/iplayer"].title:before {background-position:-48px -112px;}
  181. a[href*="itv.com"].title:before {background-position:-48px -128px;}
  182. a[href*="hulu.com"].title:before {background-position:-32px -272px;}
  183. a[href*="netflix.com"].title:before {background-position:0px -288px;}
  184.  
  185. /*shitlist*/
  186. a[href*="dailymail.co.uk"].title:before, a[href*="thesun.co.uk"].title:before, a[href*="mirror.co.uk"].title:before, a[href*="dailystar.co.uk"].title:before, a[href*="foxnews.com"].title:before, a[href*="freerepublic.com"].title:before, a[href*="perezhilton.com"].title:before , a[href*="gawker.com"].title:before {background-position:-32px -128px;}
  187.  
  188. /* unassigned icons */
  189. spam_icon {background-position:-32px -336px;}
  190. cross_icon {background-position:-16px -352px;}
  191. sad_icon {background-position:-32px -352px;}
  192. happy_icon {background-position:-48px -352px;}
  193. star_icon {background-position:-64px -352px;}
  194. stop_icon {background-position:-80px -352px;}
  195. tick_icon {background-position:0px -368px;}
  196. warn_icon {background-position:-16px -368px;}
  197. pdf_icon {background-position:-64px -384px;}
  198.  
  199.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement