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.

123 lines
1.4 KiB

  1. .sd-menus {
  2. width: 300px;
  3. }
  4. .section.is-small {
  5. padding: 20px 20px;
  6. }
  7. .mkcontent {
  8. h1 {
  9. border-bottom: 1px dotted $grey-light;
  10. padding-bottom: 4px;
  11. font-weight: 400;
  12. color: $grey-dark;
  13. }
  14. a.toc-anchor {
  15. font-size: 80%;
  16. color: $purple;
  17. border-bottom: none;
  18. &:visited {
  19. color: $purple !important;
  20. }
  21. }
  22. a.external-link {
  23. position: relative;
  24. padding-left: 20px;
  25. &:before {
  26. content: "\f08e";
  27. font-family: FontAwesome;
  28. font-style: normal;
  29. font-weight: normal;
  30. text-decoration: inherit;
  31. color: $grey;
  32. font-size: 14px;
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. }
  37. }
  38. pre {
  39. padding: 0;
  40. > code {
  41. box-shadow: inset 0 0 5px 0 $grey-light;
  42. border-radius: 5px;
  43. }
  44. }
  45. pre + p {
  46. padding-top: 1em;
  47. }
  48. img.right {
  49. float:right;
  50. }
  51. img.pagelogo {
  52. float: right;
  53. margin-top: -50px;
  54. max-width: 200px;
  55. }
  56. strong {
  57. color: $grey-dark;
  58. }
  59. .twa {
  60. font-size: 120%;
  61. }
  62. }
  63. .content a:not(.button):visited {
  64. color: $turquoise;
  65. font-weight: 500;
  66. }
  67. code {
  68. font-weight: 500;
  69. color: $purple;
  70. }
  71. p code {
  72. padding: 2px 5px;
  73. border-radius: 4px;
  74. }
  75. .modal {
  76. align-items: flex-start;
  77. }
  78. .modal-background {
  79. animation: 0.4s ease fadeIn;
  80. }
  81. .modal-content {
  82. animation: 0.4s ease slideInDown;
  83. }
  84. .card-header {
  85. background-color: $turquoise;
  86. }
  87. .card-header-title {
  88. color: #FFF;
  89. font-weight: 400;
  90. font-size: 16px;
  91. padding: 10px 20px;
  92. }
  93. .modal-content .card-footer-item {
  94. font-weight: 500;
  95. }