Advertisement
decembre

FLICKR - 06perso - POOL PHOTOS ITEMS COUNTER v.63

Oct 6th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.58 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("flickr.com") {
  4.  
  5. /* ====  FLICKR - 06perso - NEW - Flickr WideScreen - POOL PHOTOS ITEMS COUNTER v.63  - WATnew05  ==== */
  6.  
  7. /* JUSTIFIED - TEST - PHOTOS ITEMS COUNTER - === */
  8. .photo-display-container.ju>  span ~ .row:first-of-type .pool-photo.photo-display-item:first-of-type a.owner:before {
  9. position: fixed !important;
  10. /*     position: sticky !important; */
  11. display: inline-block !important;
  12. width: 300px !important;
  13. top: -50px !important;
  14. /* right: 200px !important; */
  15. left: 1830px !important;
  16. font-size: 30px !important;
  17. text-align: center !important;
  18. z-index: 5000000 !important;
  19. content: attr(userphoto) !important;
  20. background: tan !important;
  21. }
  22. #pool-photos.sm  ,
  23. .photo-display-container.ju {
  24. /*     counter-increment: myIndex2 ! important; */
  25.     counter-reset: myIndex2 00 !important;
  26. /* visibility: hidden !important; */
  27. }
  28. /* #pool-photos.sm #photo-display-container .pool-photo .hover-target .meta a.owner:after , */
  29. .photo-display-container.ju>  span ~ .row .pool-photo.photo-display-item a.owner:after {
  30. position: fixed !important;
  31. /* position: absolute !important; */
  32. /* position: sticky !important; */
  33. display: inline-block !important;
  34. float: none !important;
  35. width: 70px !important;
  36. /* margin-top: -50% !important; */
  37. left: -55px !important;
  38. font-size: 30px !important;
  39. text-align: center !important;
  40. z-index: 5000000 !important;
  41.     content: counter(myIndex2, decimal) ;
  42. counter-increment: myIndex2 ! important;
  43. background-color: blue !important;
  44. visibility: hidden !important;
  45. }
  46. #pool-photos.sm #photo-display-container .pool-photo .hover-target .meta a.owner:after {
  47. position: fixed !important;
  48. /* position: absolute !important; */
  49. /* position: sticky !important; */
  50. display: inline-block !important;
  51. float: none !important;
  52. width: 80px !important;
  53. height: 20px !important;
  54. line-height: 20px !important;
  55. top: 90px !important;
  56. left: 855px !important;
  57. font-size: 15px !important;
  58. text-align: center !important;
  59. color: red !important;
  60. z-index: 5000000 !important;
  61. overflow: visible !important;
  62.     content: "total : "counter(myIndex2, decimal) ;
  63. counter-increment: myIndex2 ! important;
  64. visibility: hidden !important;
  65. background-color: yellow !important;
  66. }
  67. #pool-photos.sm #photo-display-container .pool-photo:last-of-type  .hover-target .meta a.owner:after ,
  68. .photo-display-container.ju>  span ~ .row:last-of-type .pool-photo.photo-display-item:last-of-type a.owner:after {
  69. left: -50% !important;
  70. top: 390px !important;
  71. visibility: visible !important;
  72. }
  73.  
  74.  
  75. /* ==== END  ==== */
  76.  
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement