Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2021
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. :root {
  5. --topic1: "TOPIC2";
  6. --topic2: "TOPIC2";
  7. --topic3: "TOPIC3";
  8. --topic4: "TOPIC4";
  9. --topic5: "TOPIC5";
  10. --topic6: "TOPIC6";
  11.  
  12. --myactions: "CONTACT TITLE";
  13. --mytopics: "INTERESTS TITLE";
  14. --mylinks: "LINKS TITLE";
  15.  
  16. }
  17.  
  18. .table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
  19.  
  20. .details-table tr td:first-child p::after{
  21. color:#000000 !important;
  22. letter-spacing:normal !important;
  23. text-shadow: 0px px black !important;
  24. filter: brightness(95%) !important;
  25. }
  26. .table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
  27. content: var(--topic1);
  28. }
  29. .table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
  30. content: var(--topic2);
  31. }
  32. .table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
  33. content: var(--topic3);
  34. }
  35. .table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
  36. content: var(--topic4);
  37. }
  38. .table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
  39. content: var(--topic5);
  40. }
  41. .table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
  42. content: var(--topic6);
  43. }
  44. .table-section:not(:last-child) .details-table tr:nth-child(7) td:first-child p::after{
  45. content: var(--topic7);
  46. }
  47.  
  48. .w-40 .table-section:last-child .heading::after{
  49. content: var(--mylinks);}
  50.  
  51.  
  52. .w-40 .table-section:nth-last-child(2) .heading::after{
  53. content: var(--mytopics);
  54. }
  55.  
  56. .w-40 .contact .heading::after{
  57. content: var(--myactions);
  58. }
  59.  
  60. .w-40 .table-section:last-child .heading h4{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
  61.  
  62. .w-40 .table-section:nth-last-child(2) .heading h4{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
  63.  
  64.  
  65. .w-40 .contact .heading h4{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
  66.  
  67. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement