style.css 2.2 KB

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