Advertisement
decembre

FLICKR - 04perso - User Are Blocking YOU (Warning) v.63

Oct 6th, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 41.78 KB | None | 0 0
  1. /* AGENT_SHEET */
  2. @namespace url(http://www.w3.org/1999/xhtml);
  3.  
  4. @-moz-document domain("flickr.com") ,domain("fffflckr.com") {
  5.  
  6. /* ====  FLICKR - 04perso - NEW - Flickr WideScreen - Flickr User Are Blocking YOU (Warning)  v.63 (new63) - Need AGENT_SHEET - WATnew05  ====== */
  7.  
  8. @keyframes fade {
  9.     from {opacity: 0;}
  10.     to {opacity: 1;}
  11. }
  12.  
  13. /* (new11) KEYFRAME - BLINK TEXT */
  14. @keyframes blink {
  15.     from {color: red}
  16.     to {color: gold }
  17. }
  18.  
  19. /*  
  20. BLINK TEXT:before{
  21.     animation: blink ease-in infinite alternate 0.5s !important;
  22. }
  23. */
  24.  
  25. /* (new35) KEYFRAME - FONT SIZE TEXT */
  26. @keyframes fontbulger {
  27. 0% {font-size: 5px;}
  28. 50% { font-size: 15px;}
  29. 100% { font-size: 10px;}
  30. }
  31.  
  32. /* KEYFRAME - FONT BUGLER */
  33. @keyframes fontbulger {
  34. 0%, 100% {font-size: 5px;}
  35. 50% {font-size: 20px;}
  36. }
  37.  
  38. /* KEYFRAME - ROTATE */
  39. @-moz-keyframes rotate {
  40. from {transform: rotate(0deg);}
  41. to {transform: rotate(3600deg);}
  42. }
  43.  
  44. /* KEYFRAME - SCALE */
  45. @-moz-keyframes scale {
  46. from { transform: scale(0.002);}
  47. to {transform: scale(0.003);}
  48. }
  49.  
  50. /*
  51. TEST - KEYFRAME - SCALE :before {
  52.     animation: blink ease-in infinite alternate 0.5s ,fontbulger 4s ease infinite ,  rotate 15s ease infinite alternate;
  53. }
  54. */
  55.  
  56.  
  57.  
  58. /* GENERAL RULE - GENERAL INDICATOR (NoT Poossible to Follow) -
  59. NOR FOR ME:
  60. [style="background-image: url(//c2.staticflickr.com/8/7382/buddyicons/15064538@N00_r.jpg?1369561028#15064538@N00);"]
  61. === */
  62. /* .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):after */
  63. /* *~ .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):after , */
  64. /* .avatar:not([style*="15064538@N00);"]) + .title-block-content .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):after */
  65.  
  66. a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):after {
  67. content: "⛔" !important;
  68. /* position: absolute !important; */
  69. position: relative !important;
  70. display: inline-block !important;
  71. /* vertical-align: top !important; */
  72. /* height: 25px !important; */
  73. /* line-height: 25px !important; */
  74. /* min-width: 27px !important; */
  75. /* max-width: 25px !important; */
  76. /* margin-top: 34% !important; */
  77. /* left: -10px !important; */
  78. padding: 2px !important;
  79. border-radius: 100% !important;
  80. font-size: inherit !important;
  81. /* font-size: 15px !important; */
  82. color: gold !important;
  83. text-align: center  !important;
  84. transform: scale(1) !important;
  85. z-index: 50000 !important;
  86.     border: 1px solid red !important;
  87. background: red !important;
  88. transition: all ease 0.7s !important;
  89. }
  90.  
  91. a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):after  {
  92.     animation: fade 40s;
  93.     animation-iteration-count: 1;
  94. /* animation-delay: 20s ; */
  95.     animation-fill-mode: forwards;
  96. }
  97.  
  98.  
  99. a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):hover:after  {
  100. content: "This user block you..." !important;
  101. /* position: absolute !important; */
  102. position: relative !important;
  103. display: inline-block !important;
  104. /* vertical-align: top !important; */
  105. /* height: 25px !important; */
  106. /* line-height: 25px !important; */
  107. /* min-width: 27px !important; */
  108. /* max-width: 25px !important; */
  109. /* margin-top: 34% !important; */
  110. /* left: -10px !important; */
  111. padding: 2px !important;
  112. border-radius: 5px !important;
  113. font-size: inherit !important;
  114. color: gold !important;
  115. text-align: center  !important;
  116. transform: scale(1) !important;
  117. z-index: 50000 !important;
  118.     border: 1px solid red !important;
  119. background: red !important;
  120. }
  121.  
  122. /* a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):hover:after {
  123.     animation: fade 40s;
  124.     animation-iteration-count: 1;
  125. animation-delay: 20s ;
  126.     animation-fill-mode: forwards;
  127. } */
  128.  
  129.  
  130. /* GENERAL RULE - USER WHICH BLOCK YOU - IN THEIR CONTACTS PAGE - === */
  131.  #SubNav .Extras p span:not(.edit_relationship) a[href="/help/contacts/#95"]:after {
  132. content: "⛔" !important;
  133. /* position: absolute !important; */
  134. position: relative !important;
  135. display: inline-block !important;
  136. /* vertical-align: top !important; */
  137. /* height: 25px !important; */
  138. /* line-height: 25px !important; */
  139. /* min-width: 27px !important; */
  140. /* max-width: 25px !important; */
  141. /* margin-top: 34% !important; */
  142. /* left: -10px !important; */
  143. padding: 2px !important;
  144. border-radius: 100% !important;
  145. font-size: inherit !important;
  146. /* font-size: 15px !important; */
  147. color: gold !important;
  148. text-align: center  !important;
  149. transform: scale(1) !important;
  150. z-index: 50000 !important;
  151.     border: 1px solid red !important;
  152. background: red !important;
  153. transition: all ease 0.7s !important;
  154. }
  155.  
  156.  
  157. /* GENERAL RULE - NOT POSSIBLE TO FAV... - PHOTO PAGE - === */
  158. a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):before {
  159. content: "X" !important;
  160. position: fixed !important;
  161. display: inline-block !important;
  162. top: 133px !important;
  163. right: 488px !important;
  164. width: 18px !important;
  165. height: 18px !important;
  166. line-height: 18px !important;
  167. border-radius: 100% !important;
  168. text-align: center !important;
  169. color: white!important;
  170. white-space: nowrap !important;
  171. transition: all ease 0.2s !important;
  172. background: red !important;
  173. }
  174. a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):hover:before {
  175. content: "Not Possible to Fav" !important;
  176. position: fixed !important;
  177. display: inline-block !important;
  178. top: 133px !important;
  179. right: 328px !important;
  180. width: 180px !important;
  181. height: 18px !important;
  182. line-height: 18px !important;
  183. border-radius: 5px !important;
  184. text-align: center !important;
  185. color: white!important;
  186. white-space: nowrap !important;
  187. transition: all ease 0.5s !important;
  188. background: red !important;
  189. }
  190.  
  191.  
  192. /* a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):hover:before , */
  193. a.owner-name-with-by.truncate:not([href="/photos/bruno-decembre/"]) + .view.follow-view:first-of-type:empty:not([data-view-signature*="follow-view__"]):before  {
  194.     animation: fade 40s;
  195.     animation-iteration-count: 1;
  196. /* animation-delay: 20s ; */
  197.     animation-fill-mode: forwards;
  198. }
  199.  
  200.  
  201. /* GENERAL RULE - IN PROFILE PAGE - USER WHICH BOCK YOU -
  202. .vcard .person h1 span.character-name-holder  a + #editRelationshipDialog
  203. === */
  204. .vcard .person h1 span.character-name-holder  a {
  205. content: "X" !important;
  206. display: inline-block !important;
  207. /* position: relative !important; */
  208. float: right !important;
  209. clear: none !important;
  210. top: 2px !important;
  211. margin-left: -20px !important;
  212. /* left: -50px !important; */
  213. }  
  214. .vcard .person h1 span.character-name-holder:after {
  215. content: "⛔" !important;
  216. display: inline-block !important;
  217. /* position: relative !important; */
  218. float: right !important;
  219. height: 20px !important;
  220. line-height: 20px !important;
  221. /* clear: both !important; */
  222. margin-top: 5px !important;
  223. margin-left: 10px !important;
  224. /* left: -50px !important; */
  225. width: 20px !important;
  226. border-radius: 100% !important;
  227. font-size: 15px !important;
  228. text-align: center !important;
  229. color: gold !important;
  230. background: red !important;
  231. }
  232.  
  233. .vcard .person h1 span.character-name-holder:after  {
  234.     animation: fade 40s;
  235.     animation-iteration-count: 1;
  236. /* animation-delay: 20s  */;
  237.     animation-fill-mode: forwards;
  238. }
  239.  
  240.  
  241.  
  242.  
  243. /* (new10) RULES PERSO ============== LIST APLPABETIQUE - BLOCED by THEM - RED BORDER =============
  244. IdGETTR : http://idgettr.com/
  245. =================================================
  246. 1 - aliscarpulla - 7989487@N06 - aliscarpulla - OK
  247. http://www.flickr.com/photos/aliscarpulla/5431303606/in/faves-coco2020/
  248.  
  249. 2 - Akin Cetin - 44497153@N02 - akincetin - OK
  250. https://www.flickr.com/photos/akincetin/14231797189/
  251.  
  252. 3 - Alexey Dubinsky - 29318358@N05 - alexeydubinsky
  253. http://www.flickr.com/photos/alexeydubinsky/9042340437/in/datetaken/
  254.  
  255. 4 - Ben Rains == PF == 8376113@N07 - benrains
  256. http://www.flickr.com/photos/benrains/10770434124/in/datetaken/
  257.  
  258. 5 - Can Dagarslani - 59353304@N07 - candagarslani - OK
  259. https://www.flickr.com/photos/candagarslani/9784970995/in/faves-59460828@N02/
  260. http://www.flickr.com/photos/candagarslani/10780841193/in/datetaken/
  261.  
  262. 6 - Carlo Wagner == CPF == 76875233@N05 - carlo_china3 - OK
  263. https://www.flickr.com/photos/carlo_china3/8141517510/in/pool-portrait_faces_open_minded_|carlo_china3
  264. https://www.flickr.com/photos/carlo_china3/14246963214/in/faves-49503168697@N01/
  265.  
  266. 7 - *Erika Huffman  - 50891598@N03 - vlhn - OK - NO PHOTO -
  267. https://www.flickr.com/photos/vlhn/
  268. http://www.flickr.com/photos/vlhn/7718866564/in/photostream/
  269.  
  270. 8 - Elisa Scascitelli  - 59184570@N05 - elisascascitelli - OK
  271. https://www.flickr.com/photos/elisascascitelli/15145630311/in/pool-2692211@N24/
  272.  
  273. 9 - greg pths - 57115590@N03 - greg-pths - OK
  274. http://www.flickr.com/photos/greg-pths/8690232625/
  275. https://www.flickr.com/photos/57115590@N03/16275688378/
  276.  
  277. 10 - Heiner Luepke - 53519312@N08 - doktore_mabuse - OK
  278. http://www.flickr.com/photos/doktore_mabuse/5786439858
  279.  
  280. 11 - Junkie / Andrea Buia - 21782096@N04 - _junkie_ - OK
  281. https://www.flickr.com/photos/_junkie_/5901088864/in/pool-1274129@N23
  282. https://www.flickr.com/photos/_junkie_/25317776020/in/faves-35669598@N04/
  283.  
  284. 12 - LJ - 16536699@N07  - NOT USER NAME
  285. http://www.flickr.com/groups/1951177@N20/pool/16536699@N07
  286.  
  287. 13 - Lauren Withrow - 32928900@N05 - laurennicole81
  288. http://www.flickr.com/photos/laurennicole81/4347690402
  289.  
  290. 14 - L.E.jovik - 11848168@N03
  291. https://www.flickr.com/photos/11848168@N03/9318379293/
  292.  
  293. 15 - Martín Castillo Morales - Martin Chateau  (CPF) - martinchateau / 76559731@N00 ( NOT ACTIVE)
  294. https://www.flickr.com/photos/martinchateau/1495728471/in/pool-the_cream_of_portraitfaces_
  295. http://www.flickr.com/photos/meganleonard/martinchateau/
  296.  
  297. 17 - Megan Leonard (PF) - meganleonard / 30345026@N06  - 404 page -
  298. http://www.flickr.com/photos/meganleonard/4921899099/in/datetaken/
  299.  
  300. 18 - Milki - milki.c == PF == thecarlina == 22186092@N00 - OK -
  301. http://www.flickr.com/photos/thecarlina/6144758926/in/datetaken/
  302.  
  303. 19 - Naenzieh  (PF) - 40763138@N03  - naenzieh - OK
  304. https://www.flickr.com/people/40763138@N03/
  305. https://www.flickr.com/photos/40763138@N03/5071161077/in/pool-portrait_face|40763138@N03/
  306.  
  307. 20 - NVMillustration - 49608858@N08 - est88 - OK
  308. https://www.flickr.com/groups/58146428@N00/pool/49608858@N08
  309.  
  310. 21 - Lilla Elfin - lilliputian princess ==  jessicabrenneke / 51073089@N05
  311. http://www.flickr.com/photos/51073089@N05/5834746488/
  312. https://www.flickr.com/photos/jessicabrenneke/albums/72157652144539102
  313. https://www.flickr.com/people/jessicabrenneke/
  314. https://www.flickr.com/photos/jessicabrenneke/8495945700/in/faves-21172551@N00/
  315.  
  316. 22 - Susannah B - ireland1324 / 90314850@N00 - OK
  317. http://www.flickr.com/photos/ireland1324/5920129466/in/datetaken/
  318. https://www.flickr.com/groups/43116471@N00/pool/90314850@N00/
  319.  
  320. 23 - Tamar Burduli === (PFO / CPF) === tburdeau / 46546640@N05 - OK -
  321. http://www.flickr.com/photos/tburdeau/8217124053/in/datetaken/
  322. https://www.flickr.com/people/tburdeau/?rb=1
  323.  
  324. 24 - Zach McCaffree - zsm_images / 60620633@N04 - OK
  325. https://www.flickr.com/photos/zsm_images
  326.  
  327. 25 - Spyder - 22213833@N02 - NO NAME - OK
  328. https://www.flickr.com/photos/22213833@N02
  329. https://www.flickr.com/photos/22213833@N02/14918396987/in/pool-heads_and_hair
  330.  
  331. 26 - Chris Day == CPF === chrismday -
  332. https://www.flickr.com/people/chrismday/
  333. https://www.flickr.com/photos/chrismday/12895461665/in/faves-37561982@N08/
  334.  
  335. 27 - Lars Wästfelt / lawa  -
  336.  
  337. 28 - the artist formerly known as knackwurst / Torsten Gajda - torsten-g - OK (PF/CPF/PFO)
  338. https://www.flickr.com/photos/torsten-g/25008763479/in/pool-lafebbra2|torsten-g
  339. https://www.flickr.com/groups/940119@N23/pool/26005956@N04/
  340.  
  341. 29 - rusnature.ru - Iurii & Natali - 97942197@N05
  342. https://www.flickr.com/photos/matseevskii/29161415405/in/pool-portrait_face|matseevskii
  343. PF: https://www.flickr.com/groups/58146428@N00/pool/97942197@N05/
  344. href="/photos/matseevskii/"
  345.  
  346.  
  347. 30 - Alexander Bergstrom - alexander.bergstrom - 24765092@N08
  348. https://www.flickr.com/people/24765092@N08/?rb=1
  349. https://www.flickr.com/people/24765092@N08/
  350. https://www.flickr.com/photos/24765092@N08/32143777266/in/faves-54104112@N08/
  351. https://www.flickr.com/photos/24765092@N08/
  352. VOIR YELLOW BORDER -  href="/photos/alex-malex/
  353.  
  354. 31 - Darío Paredes - squirrelled - 126040976@N06
  355. https://www.flickr.com/people/126040976@N06/contacts/
  356. https://www.flickr.com/people/126040976@N06/?rb=1
  357. https://www.flickr.com/photos/126040976@N06/25144349380/in/pool-nudesdb|126040976@N06
  358. https://www.flickr.com/groups/44001204@N00/pool/126040976@N06/
  359.  
  360. 32 - highcastle - highcastlephotography - 78284071@N00
  361. https://www.flickr.com/photos/highcastlephotography/
  362. https://www.flickr.com/people/highcastlephotography/?rb=1
  363.  
  364. 33 - Eylül Aslan / EYLUL ASLAN  - yllparisienne -
  365. https://www.flickr.com/photos/yllparisienne/
  366.  
  367. 34 - aki*3 - aki*3 - 41438176@N07
  368. https://www.flickr.com/photos/aki3/32665225413/in/faves-22728641@N02/
  369.  
  370. 35 - Marcel Pommer - 44137320@N00
  371. https://www.flickr.com/people/44137320@N00/
  372.  
  373. 36 - Mindseye1029 - 60189066@N07
  374. https://www.flickr.com/people/60189066@N07/
  375.  
  376. 37 - Toby Harvard / toby.harvard -- tobyharvard
  377. https://www.flickr.com/people/tobyharvard/
  378. https://www.flickr.com/groups/portrait_faces_open_minded_/pool/47559933@N04/?thumb=1
  379. https://www.flickr.com/photos/tobyharvard/29248808353/
  380.  
  381. 38 - Barbara B. / BB perception -- beiserbarbara
  382. https://www.flickr.com/people/beiserbarbara/
  383. https://www.flickr.com/photos/beiserbarbara/14257879970/in/faves-61175295@N00/
  384. https://www.flickr.com/groups/portrait_face/pool/121383244@N07/?thumb=1
  385.  
  386. 39 - 和曦 / denniszhu - 48256397@N03
  387. https://www.flickr.com/people/48256397@N03/contacts/
  388. https://www.flickr.com/people/denniszhu/
  389. https://www.flickr.com/groups/portrait_faces_open_minded_/pool/48256397@N03/?
  390.  
  391. 40 - zgodzinski / Piotr Zgodziński  - 84833623@N00
  392. https://www.flickr.com/photos/zgodzinski/3560741420/in/faves-61873372@N04
  393. https://www.flickr.com/photos/84833623@N00
  394. https://www.flickr.com/photos/pat-at-flickr/favorites/
  395.  
  396. 41 - Lisa Smit / lisasmit - 40986970@N07
  397. https://www.flickr.com/people/lisasmit/
  398. https://www.flickr.com/groups/portrait_faces_open_minded_/pool/40986970@N07/?
  399. ===============/==================================================================================== */
  400.  
  401. /* ============== AUTHOR BLOCK ME =================================================== */
  402. /* EXAMPLE ==== IN POOL / FAVS / PHOTOSTREAM / PROFILE / GALLERY -=====
  403. == FOR aliscarpulla - 7989487@N06 - aliscarpulla ==
  404.  
  405. == ALBUM ( double with attribution)
  406. .photo-list-photo-interaction a.overlay[href*="/photos/aliscarpulla/"]:after,
  407.  
  408. == PROFILE (mini-thumbnail):
  409. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/aliscarpulla/"]:after,
  410.  
  411. == GALLERIE:
  412. ul.square-thumb-list li a[href^="/photos/aliscarpulla/"]:after,
  413.  
  414. = PHOTOSTREAM :
  415. #photostream a[href="/photos/aliscarpulla/"]:after,
  416.  
  417. = FAV POOL (SQUARE / JUSTIFIED) :
  418. .owner[userphoto="aliscarpulla"]:after,
  419. .attribution[href="/photos/aliscarpulla/"]:after,
  420. .attribution[href="/photos/7989487@N06/"]:after,
  421. .pool-photo.photo-display-item[data-photo-owner="7989487@N06"] .meta .owner:after,
  422.  
  423. == SUPP ==
  424. .pool-photo.photo-display-item[data-photo-owner="aliscarpulla/"] .meta .owner:after ,
  425. .pool-photo .meta a[href="/photos/aliscarpulla/"]:after,
  426. #photostream a[href="/photos/aliscarpulla/"]:after,
  427.  
  428.  
  429. == TEST LINKS : IN POOL / FAVS / PHOTOSTREAM :
  430. = TEST IN FAV JUSTIFIED for Pixelwelten :   - pixelwelten:
  431. https://www.flickr.com/photos/pixelwelten/favorites/page5/
  432.  
  433. = TEST LINKS = POOL JUSTIFIED for Naenzieh : 40763138@N03  - naenzieh:
  434. https://www.flickr.com/groups/58146428@N00/pool/40763138@N03/
  435.  
  436. = TEST LINK = POOL SQUARE for Naenzieh : 40763138@N03  - naenzieh:
  437. https://www.flickr.com/groups/58146428@N00/pool/40763138@N03/?thumb=1
  438.  
  439. = TEST LINK = PHOTO PAGE (GENERAL RULE) for Naenzieh : 40763138@N03  - naenzieh:
  440. https://www.flickr.com/photos/40763138@N03/23871844994/in/pool-portrait_face|40763138@N03
  441.  
  442. = TEST LINK = PROFILE (GENERAL RULE) for Naenzieh : 40763138@N03  - naenzieh:
  443. https://www.flickr.com/people/40763138@N03/
  444.  
  445.  
  446. ====================================================================================== */
  447.  
  448. /* PROFILE (small thumbnail) */
  449. ul.square-thumb-list li a:after {
  450.     content: "" !important;
  451. /* position: absolute !important; */
  452.     position: relative !important;
  453.     display: inline-block !important;
  454.     vertical-align: top !important;
  455. /* height: 25px !important; */
  456. /* line-height: 25px !important; */
  457.     min-width: 5px !important;
  458.     max-width: 5px !important;
  459. margin-top: -20px !important;
  460.     left: 0px !important;
  461.     margin-left: -15px !important;
  462.     padding: 0 !important;
  463.     border-radius: 100% !important;
  464.     font-size: 15px !important;
  465.     color: gold !important;
  466.     text-align: center  !important;
  467.     transform: scale(1) !important;
  468.     z-index: 50000 !important;
  469.     border: 1px solid transparent !important;
  470. background: none !important;
  471. }
  472.  
  473.  
  474. /*01 - Aliscarpulla - aliscarpulla - 7989487@N06 - OK */
  475. /* ALBUM / POOL BETA / FAV */
  476. .photo-list-photo-interaction a.overlay[href*="/photos/aliscarpulla/"]:after,
  477. /* POOL no BETA */
  478. .photo_container a[href*="/photos/aliscarpulla/"]:after,
  479. /* GALLERRY */
  480. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/aliscarpulla/"]:after,
  481. /* PROFILE (small Thumbnail */
  482. ul.square-thumb-list li a[href^="/photos/aliscarpulla/"]:after,
  483.  
  484. /*02 - Akin Cetin - akincetin - 44497153@N02 - OK */
  485. /* ALBUM / POOL BETA / FAV */
  486. .photo-list-photo-interaction a.overlay[href*="/photos/akincetin/"]:after,
  487. /* POOL no BETA */
  488. .photo_container a[href*="/photos/akincetin/"]:after,
  489. /* GALLERRY */
  490. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/akincetin/"]:after,
  491. /* PROFILE (small Thumbnail */
  492. ul.square-thumb-list li a[href^="/photos/akincetin/"]:after,
  493.  
  494.  
  495. /*03 - Alexey Dubinsky - alexeydubinsky - 29318358@N05 - OK */
  496. /* ALBUM / POOL BETA / FAV */
  497. .photo-list-photo-interaction a.overlay[href*="/photos/alexeydubinsky/"]:after,
  498. /* POOL no BETA */
  499. .photo_container a[href*="/photos/alexeydubinsky/"]:after,
  500. /* GALLERRY */
  501. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/alexeydubinsky/"]:after,
  502. /* PROFILE (small Thumbnail */
  503. ul.square-thumb-list li a[href^="/photos/alexeydubinsky/"]:after,
  504.  
  505.  
  506. /*04 - Ben Rains  == PF == benrains / 8376113@N07 - VOIR NO NAME  */
  507. /* ALBUM / POOL BETA / FAV */
  508. .photo-list-photo-interaction a.overlay[href*="/photos/benrains/"]:after,
  509. /* POOL no BETA */
  510. .photo_container a[href*="/photos/benrains/"]:after,
  511. /* GALLERRY */
  512. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/benrains/"]:after,
  513. /* PROFILE (small Thumbnail */
  514. ul.square-thumb-list li a[href^="/photos/benrains/"]:after,
  515.  
  516.  
  517. /*05 - Can Dagarslani - candagarslani / 59353304@N07 - OK */
  518. /* ALBUM / POOL BETA / FAV */
  519. .photo-list-photo-interaction a.overlay[href*="/photos/candagarslani/"]:after,
  520. /* POOL no BETA */
  521. .photo_container a[href*="/photos/candagarslani/"]:after,
  522. /* GALLERRY */
  523. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/candagarslani/"]:after,
  524. /* PROFILE (small Thumbnail */
  525. ul.square-thumb-list li a[href^="/photos/candagarslani/"]:after,
  526.  
  527.  
  528. /*06 - Carlo Wagner == CPF == carlo_china3 / 76875233@N05 - OK */
  529. /* ALBUM / POOL BETA / FAV */
  530. .photo-list-photo-interaction a.overlay[href*="/photos/carlo_china3/"]:after,
  531. /* POOL no BETA */
  532. .photo_container a[href*="/photos/carlo_china3/"]:after,
  533. /* GALLERRY */
  534. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/carlo_china3/"]:after,
  535. /* PROFILE (small Thumbnail */
  536. ul.square-thumb-list li a[href^="/photos/carlo_china3/"]:after,
  537.  
  538.  
  539. /*07 - *Erika Huffman ==  vlhn / 50891598@N03 - OK - NO PHOTO */
  540. /* ALBUM / POOL BETA / FAV */
  541. .photo-list-photo-interaction a.overlay[href*="/photos/vlhn/"]:after,
  542. /* POOL no BETA */
  543. .photo_container a[href*="/photos/vlhn/"]:after,
  544. /* GALLERRY */
  545. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/vlhn/"]:after,
  546. /* PROFILE (small Thumbnail */
  547. ul.square-thumb-list li a[href^="/photos/vlhn/"]:after,
  548.  
  549.  
  550. /*08 - Elisa Scascitelli == elisascascitelli / 59184570@N05 - OK */
  551. /* ALBUM / POOL BETA / FAV */
  552. .photo-list-photo-interaction a.overlay[href*="/photos/elisascascitelli/"]:after,
  553. /* POOL no BETA */
  554. .photo_container a[href*="/photos/elisascascitelli/"]:after,
  555. /* GALLERRY */
  556. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/elisascascitelli/"]:after,
  557. /* PROFILE (small Thumbnail */
  558. ul.square-thumb-list li a[href^="/photos/elisascascitelli/"]:after,
  559.  
  560.  
  561. /*09 - greg pths == greg-pths / 57115590@N03 - OK */
  562. /* ALBUM / POOL BETA / FAV */
  563. .photo-list-photo-interaction a.overlay[href*="/photos/greg-pths/"]:after,
  564. /* POOL no BETA */
  565. .photo_container a[href*="/photos/greg-pths/"]:after,
  566. /* GALLERRY */
  567. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/greg-pths/"]:after,
  568. /* PROFILE (small Thumbnail */
  569. ul.square-thumb-list li a[href^="/photos/greg-pths/"]:after,
  570.  
  571.  
  572. /*10 - Heiner Luepke == doktore_mabuse / 53519312@N08 - OK */
  573. /* ALBUM / POOL BETA / FAV */
  574. .photo-list-photo-interaction a.overlay[href*="/photos/doktore_mabuse/"]:after,
  575. /* POOL no BETA */
  576. .photo_container a[href*="/photos/doktore_mabuse/"]:after,
  577. /* GALLERRY */
  578. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/doktore_mabuse/"]:after,
  579. /* PROFILE (small Thumbnail */
  580. ul.square-thumb-list li a[href^="/photos/doktore_mabuse/"]:after,
  581.  
  582.  
  583. /*11 - Junkie / Andrea Buia ==  _junkie_  / 21782096@N04 - OK */
  584. /* ALBUM / POOL BETA / FAV */
  585. .photo-list-photo-interaction a.overlay[href*="/photos/_junkie_/"]:after,
  586. /* POOL no BETA */
  587. .photo_container a[href*="/photos/_junkie_/"]:after,
  588. /* GALLERRY */
  589. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/_junkie_/"]:after,
  590. /* PROFILE (small Thumbnail */
  591. ul.square-thumb-list li a[href^="/photos/_junkie_/"]:after,
  592.  
  593.  
  594. /*12 - LJ - 16536699@N07/ - VOIR NO NAME - */
  595. /* ALBUM / POOL BETA / FAV */
  596. .photo-list-photo-interaction a.overlay[href*="/photos/16536699@N07/"]:after,
  597. /* POOL no BETA */
  598. .photo_container a[href*="/photos/_junkie_/"]:after,
  599. /* GALLERRY */
  600. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/16536699@N07/"]:after,
  601. /* PROFILE (small Thumbnail */
  602. ul.square-thumb-list li a[href^="/photos/16536699@N07/"]:after,
  603.  
  604.  
  605. /*13 - Lauren Withrow - laurennicole81 / 32928900@N05 - OK */
  606. /* ALBUM / POOL BETA / FAV */
  607. .photo-list-photo-interaction a.overlay[href*="/photos/laurennicole81/"]:after,
  608. /* POOL no BETA */
  609. .photo_container a[href*="/photos/laurennicole81/"]:after,
  610. /* GALLERRY */
  611. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/laurennicole81/"]:after,
  612. /* PROFILE (small Thumbnail */
  613. ul.square-thumb-list li a[href^="/photos/laurennicole81/"]:after,
  614.  
  615.  
  616. /*14 - L.E.jovik - 11848168@N03 - VOIR NO NAME */
  617. /* ALBUM / POOL BETA / FAV */
  618. .photo-list-photo-interaction a.overlay[href*="/photos/11848168@N03/"]:after,
  619. /* POOL no BETA */
  620. .photo_container a[href*="/photos/11848168@N03/"]:after,
  621. /* GALLERRY */
  622. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/11848168@N03/"]:after,
  623. /* PROFILE (small Thumbnail */
  624. ul.square-thumb-list li a[href^="/photos/11848168@N03/"]:after,
  625.  
  626.  
  627. /*15 - Martín Castillo Morales - Martin Chateau  (CPF) - martinchateau / 76559731@N00  */
  628. /* ALBUM / POOL BETA / FAV */
  629. .photo-list-photo-interaction a.overlay[href*="/photos/martinchateau/"]:after,
  630. /* POOL no BETA */
  631. .photo_container a[href*="/photos/martinchateau/"]:after,
  632. /* GALLERRY */
  633. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/martinchateau/"]:after,
  634. /* PROFILE (small Thumbnail */
  635. ul.square-thumb-list li a[href^="/photos/martinchateau/"]:after,
  636.  
  637.  
  638. /*16 - Megan Leonard (PF) - meganleonard / 30345026@N06  - 404 page -
  639. /* ALBUM / POOL BETA / FAV */
  640. .photo-list-photo-interaction a.overlay[href*="/photos/meganleonard/"]:after,
  641. /* POOL no BETA */
  642. .photo_container a[href*="/photos/meganleonard/"]:after,
  643. /* GALLERRY */
  644. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/meganleonard/"]:after,
  645. /* PROFILE (small Thumbnail */
  646. ul.square-thumb-list li a[href^="/photos/meganleonard/"]:after,
  647.  
  648.  
  649. /*17 - Milki - milki.c == PF == thecarlina / 22186092@N00 - OK - */
  650. /* ALBUM / POOL BETA / FAV */
  651. .photo-list-photo-interaction a.overlay[href*="/photos/thecarlina/"]:after,
  652. /* POOL no BETA */
  653. .photo_container a[href*="/photos/thecarlina/"]:after,
  654. /* GALLERRY */
  655. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/thecarlina/"]:after,
  656. /* PROFILE (small Thumbnail */
  657. ul.square-thumb-list li a[href^="/photos/thecarlina/"]:after,
  658.  
  659.  
  660. /*18 - Naenzieh   == (PF) == naenzieh / 40763138@N03 - OK  */
  661.  
  662. /* PROFILE / ALBUM / POOL BETA / FAV - OK */
  663. .photo-list-photo-interaction a.overlay[href*="/photos/40763138@N03/"]:after,
  664. /* POOL no BETA - OK */
  665. .photo_container a[href*="/photos/40763138@N03/"]:after,
  666. /* GALLERRY - OK */
  667. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/naenzieh/"]:after,
  668. /* PROFILE (small Thumbnail */
  669. ul.square-thumb-list li a[href^="/photos/naenzieh/"]:after,
  670.  
  671.  
  672. /*19 -  NVMillustration == PF == est88 / 49608858@N08 - OK */
  673. /* ALBUM / POOL BETA / FAV */
  674. .photo-list-photo-interaction a.overlay[href*="/photos/est88/"]:after,
  675. /* POOL no BETA */
  676. .photo_container a[href*="/photos/est88/"]:after,
  677. /* GALLERRY */
  678. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/est88/"]:after,
  679. /* PROFILE (small Thumbnail */
  680. ul.square-thumb-list li a[href^="/photos/est88/"]:after,
  681.  
  682.  
  683. /*20 - Lilla Elfin - lilliputian princess ==  jessicabrenneke / 51073089@N05 */
  684. /* ALBUM / POOL BETA / FAV */
  685. .photo-list-photo-interaction a.overlay[href*="/photos/jessicabrenneke/"]:after,
  686. /* POOL no BETA */
  687. .photo_container a[href*="/photos/jessicabrenneke/"]:after,
  688. /* GALLERRY */
  689. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/jessicabrenneke/"]:after,
  690. /* PROFILE (small Thumbnail */
  691. ul.square-thumb-list li a[href^="/photos/jessicabrenneke/"]:after,
  692.  
  693.  
  694. /*21 - Susannah B == ireland1324 / 90314850@N00 - OK */
  695. /* ALBUM / POOL BETA / FAV */
  696. .photo-list-photo-interaction a.overlay[href*="/photos/ireland1324/"]:after,
  697. /* POOL no BETA */
  698. .photo_container a[href*="/photos/ireland1324/"]:after,
  699. /* GALLERRY */
  700. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/ireland1324/"]:after,
  701. /* PROFILE (small Thumbnail */
  702. ul.square-thumb-list li a[href^="/photos/ireland1324/"]:after,
  703.  
  704.  
  705. /*22 - Tamar Burduli === (PFO / CPF) === tburdeau / 46546640@N05 - OK - */
  706. /* ALBUM / POOL BETA / FAV */
  707. .photo-list-photo-interaction a.overlay[href*="/photos/tburdeau/"]:after,
  708. /* POOL no BETA */
  709. .photo_container a[href*="/photos/tburdeau/"]:after,
  710. /* GALLERRY */
  711. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/tburdeau/"]:after,
  712. /* PROFILE (small Thumbnail */
  713. ul.square-thumb-list li a[href^="/photos/tburdeau/"]:after,
  714.  
  715.  
  716. /*23 - Zach McCaffree - zsm_images / 60620633@N04 - OK */
  717. /* ALBUM / POOL BETA / FAV */
  718. .photo-list-photo-interaction a.overlay[href*="/photos/zsm_images/"]:after,
  719. /* POOL no BETA */
  720. .photo_container a[href*="/photos/zsm_images/"]:after,
  721. /* GALLERRY */
  722. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/zsm_images/"]:after,
  723. /* PROFILE (small Thumbnail */
  724. ul.square-thumb-list li a[href^="/photos/zsm_images/"]:after,
  725.  
  726.  
  727. /*24 - Spyder - 22213833@N02 - NO NAME - OK */
  728. /* ALBUM / POOL BETA / FAV */
  729. .photo-list-photo-interaction a.overlay[href*="/photos/22213833@N02/"]:after,
  730. /* POOL no BETA */
  731. .photo_container a[href*="/photos/22213833@N02/"]:after,
  732. /* GALLERRY */
  733. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/22213833@N02/"]:after,
  734. /* PROFILE (small Thumbnail */
  735. ul.square-thumb-list li a[href^="/photos/22213833@N02/"]:after,
  736.  
  737.  
  738. /* 25 - Chris Day == CPF === chrismday -  */
  739. /* ALBUM / POOL BETA / FAV */
  740. .photo-list-photo-interaction a.overlay[href*="/photos/chrismday/"]:after,
  741. /* POOL no BETA */
  742. .photo_container a[href*="/photos/chrismday/"]:after,
  743. /* GALLERRY */
  744. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/chrismday/"]:after,
  745. /* PROFILE (small Thumbnail */
  746. ul.square-thumb-list li a[href^="/photos/chrismday/"]:after,
  747.  
  748.  
  749. /* 26 - Lars Wästfelt / lawa  - OK */
  750. /* ALBUM / POOL BETA / FAV */
  751. .photo-list-photo-interaction a.overlay[href*="/photos/lawa/"]:after,
  752. /* POOL no BETA */
  753. .photo_container a[href*="/photos/lawa/"]:after,
  754. /* GALLERRY */
  755. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/lawa/"]:after,
  756. /* PROFILE (small Thumbnail */
  757. ul.square-thumb-list li a[href^="/photos/chrismday/"]:after,
  758.  
  759.  
  760. /* 27 - the artist formerly known as knackwurst / Torsten Gajda ==  torsten-g - OK */
  761. /* ALBUM / POOL BETA / FAV */
  762. .photo-list-photo-interaction a.overlay[href*="/photos/torsten-g/"]:after,
  763. /* POOL no BETA */
  764. .photo_container a[href*="/photos/torsten-g/"]:after,
  765. /* GALLERRY */
  766. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/torsten-g/"]:after,
  767. /* PROFILE (small Thumbnail */
  768. ul.square-thumb-list li a[href^="/photos/torsten-g/"]:after,
  769.  
  770.  
  771. /* 28 - Neya photography - every portrait is a journey == neya365 */
  772. /* ALBUM / POOL BETA / FAV */
  773. .photo-list-photo-interaction a.overlay[href*="/photos/neya365/"]:after,
  774. /* POOL no BETA */
  775. .photo_container a[href*="/photos/neya365/"]:after,
  776. /* GALLERRY */
  777. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/neya365/"]:after,
  778. /* PROFILE (small Thumbnail */
  779. ul.square-thumb-list li a[href^="/photos/neya365/"]:after,
  780.  
  781.  
  782. /* 29 - rusnature.ru - Iurii & Natali = matseevskii / 97942197@N05 - OK */
  783. /* ALBUM / POOL BETA / FAV */
  784. .photo-list-photo-interaction a.overlay[href*="/photos/matseevskii/"]:after,
  785. /* POOL no BETA */
  786. .photo_container a[href*="/photos/matseevskii/"]:after,
  787. /* GALLERRY */
  788. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/matseevskii/"]:after,
  789. /* PROFILE (small Thumbnail */
  790. ul.square-thumb-list li a[href^="/photos/matseevskii/"]:after,
  791.  
  792.  
  793. /* 30 - Alexander Bergstrom == alexander.bergstrom / 24765092@N08 */
  794. /* ALBUM / POOL BETA / FAV */
  795. .photo-list-photo-interaction a.overlay[href*="/photos/alexander.bergstrom/"]:after,
  796. .photo-list-photo-interaction a.overlay[href*="/photos/24765092@N08/"]:after,
  797. /* POOL no BETA */
  798. .photo_container a[href*="/photos/alexander.bergstrom/"]:after,
  799. /* GALLERRY */
  800. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/alexander.bergstrom/"]:after,
  801. /* PROFILE (small Thumbnail */
  802. ul.square-thumb-list li a[href^="/photos/alexander.bergstrom/"]:after,
  803.  
  804.  
  805. /* 31 - Darío Paredes == squirrelled / 126040976@N06 */
  806. /* ALBUM / POOL BETA / FAV */
  807. .photo-list-photo-interaction a.overlay[href*="/photos/squirrelled/"]:after,
  808. /* POOL no BETA */
  809. .photo_container a[href*="/photos/squirrelled/"]:after,
  810. /* GALLERRY */
  811. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/squirrelled/"]:after,
  812. /* PROFILE (small Thumbnail */
  813. ul.square-thumb-list li a[href^="/photos/squirrelled/"]:after,
  814.  
  815.  
  816. /* 32 - highcastle == highcastlephotography / 78284071@N00 */
  817. /* ALBUM / POOL BETA / FAV */
  818. .photo-list-photo-interaction a.overlay[href*="/photos/highcastlephotography/"]:after,
  819. /* POOL no BETA */
  820. .photo_container a[href*="/photos/highcastlephotography/"]:after,
  821. /* GALLERRY */
  822. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/highcastlephotography/"]:after,
  823. /* PROFILE (small Thumbnail */
  824. ul.square-thumb-list li a[href^="/photos/highcastlephotography/"]:after,
  825.  
  826.  
  827. /* 33 - Eylül Aslan / EYLUL ASLAN  == yllparisienne */
  828. /* ALBUM / POOL BETA / FAV */
  829. .photo-list-photo-interaction a.overlay[href*="/photos/yllparisienne/"]:after,
  830. /* POOL no BETA */
  831. .photo_container a[href*="/photos/yllparisienne/"]:after,
  832. /* GALLERRY */
  833. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/yllparisienne/"]:after,
  834. /* PROFILE (small Thumbnail */
  835. ul.square-thumb-list li a[href^="/photos/yllparisienne/"]:after  ,
  836.  
  837. /* 34 - aki*3 - aki3 -41438176@N07 */
  838. /* ALBUM / POOL BETA / FAV */
  839. .photo-list-photo-interaction a.overlay[href*="/photos/aki3/"]:after,
  840. /* POOL no BETA */
  841. .photo_container a[href*="/photos/aki3/"]:after,
  842. /* GALLERRY */
  843. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/aki3/"]:after,
  844. /* PROFILE (small Thumbnail */
  845. ul.square-thumb-list li a[href^="/photos/aki/"]:after ,
  846.  
  847. /* 35 - Marcel Pommer / marcelpommer - 44137320@N00 */
  848. /* ALBUM / POOL BETA / FAV */
  849. .photo-list-photo-interaction a.overlay[href*="/photos/marcelpommer/"]:after,
  850. /* POOL no BETA */
  851. .photo_container a[href*="/photos/marcelpommer/"]:after,
  852. /* GALLERRY */
  853. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/marcelpommer/"]:after,
  854. /* PROFILE (small Thumbnail */
  855. ul.square-thumb-list li a[href^="/photos/marcelpommer/"]:after ,
  856.  
  857. /* 36 - Mindseye1029 - 60189066@N07 */
  858. /* ALBUM / POOL BETA / FAV */
  859. .photo-list-photo-interaction a.overlay[href*="/photos/60189066@N07/"]:after,
  860. /* POOL no BETA */
  861. .photo_container a[href*="/photos/60189066@N07/"]:after,
  862. /* GALLERRY */
  863. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/60189066@N07/"]:after,
  864. /* PROFILE (small Thumbnail */
  865. ul.square-thumb-list li a[href^="/photos/60189066@N07/"]:after ,
  866.  
  867. /*37 - Toby Harvard / toby.harvard -- tobyharvard -  */
  868. /* ALBUM / POOL BETA / FAV */
  869. .photo-list-photo-interaction a.overlay[href*="/photos/tobyharvard/"]:after,
  870. /* POOL no BETA */
  871. .photo_container a[href*="/photos/tobyharvard/"]:after,
  872. /* GALLERRY */
  873. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/tobyharvard/"]:after,
  874. /* PROFILE (small Thumbnail */
  875. ul.square-thumb-list li a[href^="/photos/tobyharvard/"]:after ,
  876.  
  877. /* 38 - Barbara B. / BB perception -- beiserbarbara
  878. /* ALBUM / POOL BETA / FAV */
  879. .photo-list-photo-interaction a.overlay[href*="/photos/beiserbarbara/"]:after,
  880. /* POOL no BETA */
  881. .photo_container a[href*="/photos/beiserbarbara/"]:after,
  882. /* GALLERRY */
  883. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/beiserbarbara/"]:after,
  884. /* PROFILE (small Thumbnail */
  885. ul.square-thumb-list li a[href^="/photos/tobyharvard/"]:after ,
  886.  
  887. /* 39 - 和曦 / denniszhu - 48256397@N03 */
  888. /* ALBUM / POOL BETA / FAV */
  889. .photo-list-photo-interaction a.overlay[href*="/photos/denniszhu/"]:after,
  890. /* POOL no BETA */
  891. .photo_container a[href*="/photos/denniszhu/"]:after,
  892. /* GALLERRY */
  893. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/denniszhu/"]:after,
  894. /* PROFILE (small Thumbnail */
  895. ul.square-thumb-list li a[href^="/photos/denniszhu/"]:after  ,
  896.  
  897. /* 40 - zgodzinski / Piotr Zgodziński  - 84833623@N00 */
  898. /* ALBUM / POOL BETA / FAV */
  899. .photo-list-photo-interaction a.overlay[href*="/photos/zgodzinski/"]:after,
  900. /* POOL no BETA */
  901. .photo_container a[href*="/photos/zgodzinski/"]:after,
  902. /* GALLERRY */
  903. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/zgodzinski/"]:after,
  904. /* PROFILE (small Thumbnail */
  905. ul.square-thumb-list li a[href^="/photos/zgodzinski/"]:after ,
  906.  
  907. /* 41 - Lisa Smit / lisasmit - 40986970@N07 */
  908. /* ALBUM / POOL BETA / FAV */
  909. .photo-list-photo-interaction a.overlay[href*="/photos/lisasmit/"]:after,
  910. /* POOL no BETA */
  911. .photo_container a[href*="/photos/lisasmit/"]:after,
  912. /* GALLERRY */
  913. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a[href^="/photos/lisasmit/"]:after,
  914. /* PROFILE (small Thumbnail */
  915. ul.square-thumb-list li a[href^="/photos/lisasmit/"]:after  {
  916.  
  917. content: "🚫" !important;
  918.     animation: blink ease-in infinite alternate 0.5s ,fontbulger 4s ease infinite ,  rotate 15s ease infinite alternate !important;
  919. /* position: absolute !important; */
  920. position: relative ;
  921. display: inline-block !important;
  922. vertical-align: top !important;
  923. /* height: 25px !important; */
  924. /* line-height: 25px !important; */
  925. /* min-width: 35px !important; */
  926. /* max-width: 35px !important; */
  927. /* margin-top: 34% !important; */
  928. left: 0px ;
  929. margin-left: 0px !important;
  930. padding: 0 !important;
  931. border-radius: 100% !important;
  932. /* font-size: 25px !important; */
  933. color: gold !important;
  934. text-align: center  !important;
  935. transform: scale(1) ;
  936. z-index: 50000 !important;
  937.     border: 1px solid red !important;
  938. outline: none !important;
  939. /* background: red !important; */
  940. }
  941.  
  942. /* FAVORITES */
  943. .fluid.html-favorites-page-view .photo-list-photo-interaction .overlay:before  ,
  944. .fluid.html-favorites-page-view .photo-list-photo-interaction .overlay:after {
  945. position: relative !important;
  946. display: inline-block !important;
  947. transform: scale(1.5) !important;
  948.     animation: blink ease-in infinite alternate 0.5s ,fontbulger 4s ease infinite ,  rotate 15s ease infinite alternate !important;
  949. }
  950. /* GALLERY /*/
  951. #gallery-big-photos .gallery-item.clearfix .gallery-photos span.photo_container a:after {
  952. transform: scale(2) !important;
  953. }
  954. /* POOL - BETA */
  955. .photo-list-photo-interaction a.overlay:after {
  956. position: absolute !important;
  957. height: 12px !important;
  958. line-height: 10px !important;
  959. left: 5px !important;
  960. top: 5px !important;
  961. font-size: 10px !important;
  962. transform: scale(1) !important;
  963. /*     animation: blink ease-in infinite alternate 0.5s ,fontbulger 4s ease infinite ,  rotate 15s ease infinite alternate !important; */
  964. outline: none !important;
  965. }
  966. /* POOL - NO BETA */
  967. .photo_container a:after {
  968. position: absolute !important;
  969. left: 20px !important;
  970. top: 10px !important;
  971. }
  972.  
  973.  
  974.  
  975. /* (new7) USER PROBLEM? - YELLOW BORDER ============================================
  976.  
  977. - Aleksandra Patova / alex-malex
  978. https://www.flickr.com/photos/alex-malex/3867601464/in/datetaken/
  979. https://www.flickr.com/photos/22234591@N04/archives/date-taken/?view=sm
  980.  
  981. - Angela K. Rough  / eclectic.vision
  982. https://www.flickr.com/photos/angela_rough/9766910041/in/datetaken/
  983. https://www.flickr.com/photos/31228286@N05/archives/date-taken/?view=sm
  984. - dictus international
  985. https://www.flickr.com/photos/alex-bilder/8155292333/in/datetaken/
  986. https://www.flickr.com/photos/49705846@N06/archives/date-taken/?view=sm
  987. https://www.flickr.com/mail/72157641326958173
  988. - Claudia Moroni / cloudy (NO BADGE]
  989. https://www.flickr.com/photos/claudia_moroni/12138843293/in/datetaken/
  990. https://www.flickr.com/mail/72157643201061614
  991. - Gjesdal (off on vacation until 3rd April, might be
  992. https://www.flickr.com/photos/gjesdal/11342126263/in/datetaken/
  993. https://www.flickr.com/photos/63219576@N08/archives/date-taken/?view=sm
  994. - Pete (POST CPF)
  995. https://www.flickr.com/photos/pete_tainsh/9061549704/in/datetaken/
  996. https://www.flickr.com/photos/pete_tainsh/archives/date-taken/page2/
  997. https://www.flickr.com/mail/72157631656183517
  998. - Lightbender
  999. https://www.flickr.com/photos/rdhobbet/9159962962/in/datetaken/
  1000. https://www.flickr.com/photos/7451641@N05/archives/date-taken/?view=sm
  1001. https://www.flickr.com/mail/72157633033621098
  1002. - Samantha West
  1003. https://www.flickr.com/photos/westholme/10569631996/in/datetaken/
  1004. https://www.flickr.com/photos/54003919@N00/archives/date-taken/?view=sm
  1005. - J C E P O N G / JC Epong (POST CPF)
  1006. https://www.flickr.com/photos/jclep/8544960596/in/datetaken/
  1007. https://www.flickr.com/photos/46943678@N07/archives/date-taken/?view=sm
  1008. https://www.flickr.com/mail/72157640230666834
  1009. - S J Emberton
  1010. https://www.flickr.com/photos/sjemberton/8712752823/in/datetaken/
  1011. https://www.flickr.com/photos/91216538@N08/archives/date-taken/?view=sm
  1012. https://www.flickr.com/mail/72157640286354494
  1013. - Lou Noble (STOP INVITING)
  1014. https://www.flickr.com/photos/louobedlam/
  1015. https://www.flickr.com/photos/louobedlam/12085857595/in/datetaken/
  1016. https://www.flickr.com/mail/72157627409891605
  1017.  
  1018.  
  1019. ============================================================= */
  1020.  
  1021. a[href*="/photos/louobedlam/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1022. a[href*="/photos/pete_tainsh/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1023. a[href*="/photos/claudia_moroni/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1024. a[href*="/photos/alex-malex/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1025. a[href*="/photos/rdhobbet/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1026. a[href*="/photos/sjemberton/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1027. a[href*="/photos/alex-bilder/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1028. a[href*="/photos/angela_rough/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1029. a[href*="/photos/westholme/"] img:not(.FCO-gradient):not([id^="FCO-image"]) ,
  1030. a[href*="/photos/gjesdal/"] img:not(.FCO-gradient):not([id^="FCO-image"]) {
  1031.     outline: 4px solid yellow !important;
  1032. }
  1033.  
  1034.  
  1035. /* ====== END === Flickr User Are Blocking YOU (Warning) ====== */
  1036.  
  1037. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement