Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <style>
  5. p { width:150px; line-height:2em; }
  6.  
  7. span.annotation { border-bottom:1px solid; }
  8.  
  9. span.annotation span.annotation { padding-bottom:2px; }
  10.  
  11. span.annotation span.annotation span.annotation { padding-bottom:4px; }
  12.  
  13. span.annotation span.annotation span.annotation span.annotation { padding-bottom:6px; }
  14.  
  15. span[data-uid="001"] { border-color:orange; }
  16. span[data-uid="002"] { border-color:blue; }
  17. span[data-uid="003"] { border-color:red; }
  18. span[data-uid="004"] { border-color:green; }
  19. </style>
  20.  
  21. </head>
  22. <body>
  23.  
  24. <p>
  25. Lorem
  26. <span class="annotation" data-uid="004">ipsum dolor
  27. <span class="annotation" data-uid="001">sit amet,
  28. <span class="annotation" data-uid="002">consectetuer adipiscing
  29. </span>
  30. elit.
  31. </span> Aenean commodo ligula eget dolor. Aenean massa.
  32. <span class="annotation" data-uid="002">Cum sociis
  33. <span class="annotation" data-uid="001">natoque penatibus et
  34. <span class="annotation" data-uid="003">magnis
  35. </span>
  36. dis parturient montes, nascetur
  37. </span> ridiculus mus.
  38. </span> Donec quam felis, ultricies nec,
  39. <span class="annotation" data-uid="002">pellentesque eu,
  40. </span>
  41.  
  42. <span class="annotation" data-uid="001">
  43. <span class="annotation" data-uid="002">pretium
  44. </span>
  45. quis, sem
  46. </span>
  47. Donec pede justo, fringilla vel, aliquet nec,
  48. </span> vulputate eget, arcu.
  49. </p>
  50.  
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement