Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. /* Created by c0debuddy */
  2.  
  3. a[href$="mailto:red"] {
  4. font-size: 0px;
  5. text-decoration: none;
  6. font-weight: bold;
  7. }
  8.  
  9. a[href$="mailto:red"]:after {
  10. font-size: 13px;
  11. color: red;
  12. content: "Le Anonymous Poster";
  13. }
  14.  
  15. a[href$="mailto:blue"] {
  16. font-size: 0px;
  17. text-decoration: none;
  18. font-weight: bold;
  19. }
  20.  
  21. a[href$="mailto:blue"]:after {
  22. font-size: 13px;
  23. color: blue;
  24. content: "Le Anonymous Poster";
  25. }
  26.  
  27. a[href$="mailto:black"] {
  28. font-size: 0px;
  29. text-decoration: none;
  30. font-weight: bold;
  31. }
  32.  
  33. a[href$="mailto:black"]:after {
  34. font-size: 13px;
  35. color: black;
  36. content: "Le Anonymous Poster";
  37. }
  38.  
  39. a[href$="mailto:white"] {
  40. font-size: 0px;
  41. text-decoration: none;
  42. font-weight: bold;
  43. }
  44.  
  45. a[href$="mailto:white"]:after {
  46. font-size: 13px;
  47. color: white;
  48. content: "Le Anonymous Poster";
  49. }
  50.  
  51. a[href$="mailto:purple"] {
  52. font-size: 0px;
  53. text-decoration: none;
  54. font-weight: bold;
  55. }
  56.  
  57. a[href$="mailto:purple"]:after {
  58. font-size: 13px;
  59. color: purple;
  60. content: "Le Anonymous Poster";
  61. }
  62.  
  63. a[href$="mailto:pink"] {
  64. font-size: 0px;
  65. text-decoration: none;
  66. font-weight: bold;
  67. }
  68.  
  69. a[href$="mailto:pink"]:after {
  70. font-size: 13px;
  71. color: pink;
  72. content: "Le Anonymous Poster";
  73. }
  74.  
  75. a[href$="mailto:brown"] {
  76. font-size: 0px;
  77. text-decoration: none;
  78. font-weight: bold;
  79. }
  80.  
  81. a[href$="mailto:brown"]:after {
  82. font-size: 13px;
  83. color: brownr;
  84. content: "Le Anonymous Poster";
  85. }
  86.  
  87. a[href$="mailto:yellow"] {
  88. font-size: 0px;
  89. text-decoration: none;
  90. font-weight: bold;
  91. }
  92.  
  93. a[href$="mailto:yellow"]:after {
  94. font-size: 13px;
  95. color: yellow;
  96. content: "Le Anonymous Poster";
  97. }
  98.  
  99. a[href$="mailto:green"] {
  100. font-size: 0px;
  101. text-decoration: none;
  102. font-weight: bold;
  103. }
  104.  
  105. a[href$="mailto:green"]:after {
  106. font-size: 13px;
  107. color: green;
  108. content: "Le Anonymous Poster";
  109. }
  110.  
  111. a[href$="mailto:grey"] {
  112. font-size: 0px;
  113. text-decoration: none;
  114. font-weight: bold;
  115. }
  116.  
  117. a[href$="mailto:grey"]:after {
  118. font-size: 13px;
  119. color: grey;
  120. content: "Le Anonymous Poster";
  121. }
  122.  
  123. a[href$="mailto:orange"] {
  124. font-size: 0px;
  125. text-decoration: none;
  126. font-weight: bold;
  127. }
  128.  
  129. a[href$="mailto:orange"]:after {
  130. font-size: 13px;
  131. color: orange;
  132. content: "Le Anonymous Poster";
  133. }
  134.  
  135.  
  136. a[href$="mailto:turquoise"] {
  137. font-size: 0px;
  138. text-decoration: none;
  139. font-weight: bold;
  140. }
  141.  
  142. a[href$="mailto:turquoise"]:after {
  143. font-size: 13px;
  144. color: turquoise;
  145. content: "Le Anonymous Poster";
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement