shelbsart

ao3 Podfic Workskin

Apr 6th, 2021 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. #workskin table {
  2.   font-family: arial, sans-serif;
  3.   border-collapse: collapse;
  4.   width: 100%;
  5. }
  6.  
  7. #workskin td,
  8. #workskin th {
  9.   border: 1px solid #dddddd;
  10.   text-align: left;
  11.   padding: 8px;
  12. }
  13.  
  14. #workskin tr:nth-child(even) {
  15.   background-color: #dddddd;
  16. }
  17.  
  18. #workskin h2:not(.title) {
  19.   border-bottom: 5px solid #7a0000;
  20. }
  21.  
  22. #workskin div.notes {
  23.   background: gainsboro;
  24. }
  25.  
  26. #workskin .chapter.preface h3.title {
  27.   display: none;
  28. }
  29.  
  30. #workskin th {
  31.   background-color: #474747;
  32.   font-weight: bold;
  33.   color: white;
  34. }
  35.  
  36. #workskin audio {
  37.   width: 100%;
  38.   max-width: 500px;
  39. }
  40.  
Add Comment
Please, Sign In to add comment