brooklyndesignstudio

ComplicAID Table of Contents

Aug 22nd, 2020 (edited)
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.47 KB | None | 0 0
  1. <h2 class="toc-title">TABLE OF CONTENTS</h2>
  2. </br>
  3. <table class="toc-table">
  4. <tbody>
  5. <tr>
  6. <td>
  7. <h4>Abrupt Vessel Closure</h4>
  8. </td>
  9. <td>02</td>
  10. </tr>
  11. <tr>
  12. <td>
  13. <h4><a href="/toc-test/#page/2">Coronary Perforations</a></h4>
  14. </td>
  15. <td>12</td>
  16. </tr>
  17. <tr>
  18. <td>
  19. <h4>Atherectomy Complications</h4>
  20. </td>
  21. <td>17</td>
  22. </tr>
  23. <tr>
  24. <td>
  25. <h4>Longitudinal Stent Deformation</h4>
  26. </td>
  27. <td>23</td>
  28. </tr>
  29. <tr>
  30. <td>
  31. <h4>Miscellaneous</h4>
  32. </td>
  33. <td>29</td>
  34. </tr>
  35. <tr>
  36. <td>
  37. <h5 style="margin-left: 20px">Device Embolization</h5>
  38. </td>
  39. <td>29</td>
  40. </tr>
  41. <tr>
  42. <td>
  43. <h5 style="margin-left: 20px">Ostial PCI Complications</h5>
  44. </td>
  45. <td>33</td>
  46. </tr>
  47. </tbody>
  48. </table>
  49.  
  50.  
  51.  
  52. /* COMPLICAID TABLE OF CONTENTS STYLING */
  53. .toc-table {
  54.   width: 400px !important; 
  55.   border: 0;
  56. }
  57. .toc-table tr {
  58.   border: 0 !important;
  59. }
  60. .toc-table td {
  61.   border: 0 !important;
  62.   margin: 0 auto;
  63.   font-size: 19px;
  64.   font-weight: 500;
  65. }
  66. .toc-title {
  67.   text-align: center;
  68.   font-size: 28px;
  69.   font-weight: 900;
  70. }
  71. .toc-table h4 {
  72.   margin-bottom: -10px !important;
  73.   font-size: 18px;
  74.   font-weight: 600;
  75.   text-decoration: none !important;
  76.   color: #000 !important;
  77. }
  78. .toc-table h5 {
  79.   margin-bottom: -10px !important;
  80.   font-size: 16px;
  81.   font-weight: 500;
  82.   text-decoration: none !important;
  83. }
  84. .toc-table a:link {
  85.   color: black;
  86. }
  87. .toc-table a:visited {
  88.   color: black;
  89. }
  90. .toc-table a:hover {
  91.   color: hotpink;
  92. }
  93. .toc-table a:active {
  94.   color: black;
  95. }
Add Comment
Please, Sign In to add comment