Guest User

JAJAJAJAJA

a guest
Mar 28th, 2024
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. div:not(.cm-active).HyperMD-header:before {
  2.   content: "...";
  3.   font-family: sans-serif;
  4.   display: inline-block;
  5.   letter-spacing: .05em;
  6.   line-height: .30em;
  7.   width: 4px;
  8.   height: 1.1em;
  9.   margin: 0;
  10.   margin-right: 6px;
  11.   padding: 0;
  12.   vertical-align: middle;
  13.   transform: translate(0.40em, 0);
  14.   color: var(--color-accent);
  15.   writing-mode: vertical-rl;
  16.   text-orientation: mixed;
  17.   text-align: center;
  18.  
  19.   opacity: 30%;
  20. }
  21.  
  22. div:not(.cm-active).HyperMD-header:hover:before {
  23.   display: none;
  24. }
  25.  
  26. div:not(.cm-active).HyperMD-header-1:before {
  27.   content: ".";
  28. }
  29.  
  30. div:not(.cm-active).HyperMD-header-2:before {
  31.   content: "..";
  32. }
  33.  
  34. div:not(.cm-active).HyperMD-header-3:before {
  35.   content: "...";
  36. }
  37.  
  38. div:not(.cm-active).HyperMD-header-4:before {
  39.   content: "..\A..";
  40.   width: 0.5em;
  41. }
  42.  
  43. div:not(.cm-active).HyperMD-header-5:before {
  44.   content: "...\A..";
  45.   width: 0.5em;
  46. }
  47.  
  48. div:not(.cm-active).HyperMD-header-6:before {
  49.   content: "...\A...";
  50.   width: 0.5em;
  51. }
  52.  
  53.  
Advertisement
Add Comment
Please, Sign In to add comment