style.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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 td {
  12. text-align: center;
  13. vertical-align: middle !important;
  14. }
  15. .donate svg.navbar-nav-svg {
  16. width: 96px;
  17. }
  18. #share-buttons {
  19. display: inline-block;
  20. vertical-align: middle;
  21. }
  22. #share-buttons > a {
  23. position: relative;
  24. text-align: left;
  25. height: 36px;
  26. width: 32px;
  27. float: left;
  28. text-align: center;
  29. color: silver;
  30. }
  31. #share-buttons > a {
  32. position: relative;
  33. text-align: left;
  34. height: 36px;
  35. width: 32px;
  36. float: left;
  37. text-align: center;
  38. color: silver;
  39. }
  40. #share-buttons > a > svg {
  41. height: 18px;
  42. fill: #d5d5d5;
  43. margin-top: 9px;
  44. }
  45. #share-buttons > .github:hover,
  46. #share-buttons > .github:hover svg {
  47. color: #000;
  48. fill: #000;
  49. }
  50. #share-buttons > .twitter:hover,
  51. #share-buttons > .twitter:hover svg {
  52. color: #55acee;
  53. fill: #55acee;
  54. }
  55. #share-buttons > .facebook:hover,
  56. #share-buttons > .facebook:hover svg {
  57. color: #3b5998;
  58. fill: #3b5998;
  59. }
  60. #share-buttons > .linkedin:hover,
  61. #share-buttons > .linkedin:hover svg {
  62. color: #0077b5;
  63. fill: #0077b5;
  64. }
  65. #share-buttons > .mail:hover,
  66. #share-buttons > .mail:hover svg {
  67. color: #7d7d7d;
  68. fill: #7d7d7d;
  69. }
  70. .share-desc {
  71. font-size: 12px;
  72. color: #777;
  73. text-align: left;
  74. }
  75. .post-date {
  76. display: block;
  77. margin-top: -.5rem;
  78. margin-bottom: 1rem;
  79. color: #767676;
  80. }