styles.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. :root {
  2. --advanced-tables-helper-size: 28px;
  3. }
  4. .HyperMD-table-row span.cm-inline-code {
  5. font-size: 100%;
  6. padding: 0px;
  7. }
  8. .advanced-tables-buttons>div>.title {
  9. font-weight: var(--font-medium);
  10. font-size: var(--nav-item-size);
  11. color: var(--nav-item-color);
  12. text-decoration: underline;
  13. }
  14. [data-type="advanced-tables-toolbar"] .nav-buttons-container {
  15. column-gap: 0.2rem;
  16. margin: 0.2rem 0 0.2rem 0;
  17. justify-content: start;
  18. }
  19. [data-type="advanced-tables-toolbar"] .nav-buttons-container::before {
  20. min-width: 2.6rem;
  21. line-height: var(--advanced-tables-helper-size);
  22. font-size: var(--nav-item-size);
  23. font-weight: var(--nav-item-weight);
  24. color: var(--nav-item-color);
  25. }
  26. [data-type="advanced-tables-toolbar"] .nav-buttons-container>* {
  27. height: var(--advanced-tables-helper-size);
  28. line-height: var(--advanced-tables-helper-size);
  29. }
  30. [data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button {
  31. width: var(--advanced-tables-helper-size);
  32. height: var(--advanced-tables-helper-size);
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. border-radius: var(--radius-s);
  37. }
  38. [data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button:hover {
  39. background-color: var(--nav-item-background-hover);
  40. color: var(--nav-item-color-hover);
  41. font-weight: var(--nav-item-weight-hover);
  42. }
  43. .advanced-tables-row-label {
  44. width: 50px;
  45. }
  46. .widget-icon {
  47. width: 20px;
  48. height: 20px;
  49. fill: var(--text-muted);
  50. }
  51. .widget-icon:hover {
  52. fill: var(--text-normal);
  53. }
  54. .advanced-tables-csv-export textarea {
  55. height: 200px;
  56. width: 100%;
  57. }
  58. .advanced-tables-donation {
  59. width: 70%;
  60. margin: 0 auto;
  61. text-align: center;
  62. }
  63. .advanced-tables-donate-button {
  64. margin: 10px;
  65. }