User documentation and guides for products sold on the Libre Tech Shop. https://docs.libretech.shop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
1.5 KiB

  1. .title-bar {
  2. background-color: #FFC512;
  3. }
  4. .title-bar .title-bar__title {
  5. color: #000133;
  6. font-family: Iosevka;
  7. }
  8. .side-bar .side-bar__menu .side-bar__link:hover, .side-bar .side-bar__menu .side-bar__link.side-bar__link--active {
  9. color: #B30049;
  10. }
  11. h1 {
  12. color: #EBA80F;
  13. font-family: Iosevka;
  14. font-size: 2em;
  15. }
  16. h2 {
  17. color: #0082C9;
  18. font-family: Iosevka;
  19. font-size: 1.5em;
  20. border: 3px solid #DFDFDF;
  21. padding: 4px;
  22. text-align: center;
  23. box-shadow: 0px 0px 15px #888888;
  24. }
  25. h3 {
  26. color: #B30049;
  27. font-family: Iosevka;
  28. font-size: 1.2em;
  29. }
  30. .p, .kpn-style p:not([class]) {
  31. font-family: Iosevka;
  32. }
  33. body, h1 {
  34. font-family: Iosevka;
  35. }
  36. .h2, .kpn-style h2:not([class]) {
  37. font-family: Iosevka;
  38. font-weight: 800;
  39. }
  40. .tile {
  41. box-shadow: 1px 1px 6px #6f6f6f;
  42. }
  43. a[rel=prev] {
  44. display: none;
  45. }
  46. a[rel=next] {
  47. display: none;
  48. }
  49. .card-title {
  50. text-align: center;
  51. font-size: 1.2em;
  52. }
  53. .card-title h4 {
  54. text-align: center;
  55. }
  56. .card-footer {
  57. text-align: center;
  58. }
  59. .card-footer .btn {
  60. }
  61. .badge {
  62. font-size: 50%;
  63. }
  64. .card-img-top {
  65. width: 100%;
  66. height: 10vw;
  67. object-fit: cover;
  68. margin-top: 0.5em;
  69. }
  70. .md-typeset a, a {
  71. color: #0082C9;
  72. }
  73. .md-tabs__link {
  74. color: #F8E7A5;
  75. }
  76. .md-tabs__link--active {
  77. font-weight: 900;
  78. font-size: 1.6em;
  79. }
  80. figure {
  81. display: inline-block;
  82. }
  83. figure img {
  84. vertical-align: top;
  85. }
  86. figure figcaption {
  87. text-align: center;
  88. }
  89. .md-icon, .md-source__repository {
  90. color: #ffffff;
  91. }
  92. .admonition p {
  93. font-size: 120%;
  94. }