style.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. .btn-bd-light {
  2. color: #6c757d;
  3. border-color: #dee2e6;
  4. }
  5. .api h2 {
  6. margin-top: 4rem !important;
  7. margin-bottom: 2rem;
  8. }
  9. .extensions h3 {
  10. margin-bottom: 2rem;
  11. }
  12. .donate img {
  13. max-height: 200px;
  14. }
  15. .donate th,
  16. .donate td {
  17. text-align: center;
  18. vertical-align: middle !important;
  19. }
  20. .donate svg.navbar-nav-svg {
  21. width: 96px;
  22. }
  23. #share-buttons {
  24. display: inline-block;
  25. vertical-align: middle;
  26. }
  27. #share-buttons>a {
  28. position: relative;
  29. text-align: left;
  30. height: 36px;
  31. width: 32px;
  32. float: left;
  33. text-align: center;
  34. color: silver;
  35. }
  36. #share-buttons>a {
  37. position: relative;
  38. text-align: left;
  39. height: 36px;
  40. width: 32px;
  41. float: left;
  42. text-align: center;
  43. color: silver;
  44. }
  45. #share-buttons>a>svg {
  46. height: 18px;
  47. fill: #d5d5d5;
  48. margin-top: 9px;
  49. }
  50. #share-buttons>.github:hover,
  51. #share-buttons>.github:hover svg {
  52. color: #000;
  53. fill: #000;
  54. }
  55. #share-buttons>.twitter:hover,
  56. #share-buttons>.twitter:hover svg {
  57. color: #55acee;
  58. fill: #55acee;
  59. }
  60. #share-buttons>.facebook:hover,
  61. #share-buttons>.facebook:hover svg {
  62. color: #3b5998;
  63. fill: #3b5998;
  64. }
  65. #share-buttons>.linkedin:hover,
  66. #share-buttons>.linkedin:hover svg {
  67. color: #0077b5;
  68. fill: #0077b5;
  69. }
  70. #share-buttons>.mail:hover,
  71. #share-buttons>.mail:hover svg {
  72. color: #7d7d7d;
  73. fill: #7d7d7d;
  74. }
  75. .share-desc {
  76. font-size: 12px;
  77. color: #777;
  78. text-align: left;
  79. }
  80. .post-date {
  81. display: block;
  82. margin-top: -.5rem;
  83. margin-bottom: 1rem;
  84. color: #767676;
  85. }
  86. .btn-brand {
  87. background: #7952B3;
  88. color: #ffffff;
  89. }
  90. .btn-brand:hover {
  91. background: #614092;
  92. color: #ffffff;
  93. }
  94. .fa-link {
  95. font-size: 20px;
  96. color: #333;
  97. }
  98. header.themes .bd-lead {
  99. max-width: 100%;
  100. }
  101. .supports-container {
  102. text-align: center;
  103. }
  104. .supports {
  105. display: -webkit-box;
  106. display: -ms-flexbox;
  107. display: flex;
  108. -ms-flex-wrap: wrap;
  109. flex-wrap: wrap;
  110. -webkit-box-pack: center;
  111. -ms-flex-pack: center;
  112. justify-content: center;
  113. padding: 0 .5em 1em;
  114. }
  115. .support-description {
  116. -webkit-box-flex: 0;
  117. -ms-flex: 0 0 100%;
  118. flex: 0 0 100%;
  119. margin-bottom: 1em;
  120. }
  121. .support-item {
  122. position: relative;
  123. display: inline-block;
  124. margin: 3px;
  125. padding: .25rem;
  126. background-color: #fff;
  127. border: 1px solid #dee2e6;
  128. border-radius: .25rem;
  129. }
  130. .support-item:hover {
  131. background-color: rgba(108,117,125,.25098);
  132. }
  133. .support-avatar.Gold {
  134. max-height: 96px;
  135. max-width: 288px;
  136. }
  137. .support-avatar.Bronze {
  138. max-height: 64px;
  139. max-width: 192px;
  140. }
  141. .support-avatar {
  142. max-height: 48px;
  143. max-width: 144px;
  144. min-height: 48px;
  145. min-width: 48px;
  146. vertical-align: middle;
  147. }
  148. .online-editor img {
  149. max-width: 100%;
  150. }