Mayx's Home Page https://mabbs.github.io
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.

109 lines
1.6 KiB

  1. ---
  2. ---
  3. @import "{{ site.theme }}";
  4. .backToTop {
  5. display: none;
  6. width: 18px;
  7. line-height: 1.2;
  8. padding: 5px 0;
  9. background-color: #000;
  10. color: #fff;
  11. font-size: 12px;
  12. text-align: center;
  13. position: fixed;
  14. _position: absolute;
  15. right: 10px;
  16. bottom: 100px;
  17. _bottom: "auto";
  18. cursor: pointer;
  19. opacity: .6;
  20. filter: Alpha(opacity=60);
  21. }
  22. .post-content {
  23. font-size: 15px;
  24. line-height: 1.6;
  25. }
  26. .post-content h1 {
  27. text-indent: -8px;
  28. border-bottom: 1px solid #e5e5e5;
  29. }
  30. .post-content h2 {
  31. text-indent: -6px;
  32. border-bottom: 1px solid #e5e5e5;
  33. }
  34. .post-content h3 {
  35. text-indent: -5px;
  36. }
  37. .post-content h4 {
  38. text-indent: -4px;
  39. }
  40. .post-content h5 {
  41. text-indent: -3px;
  42. }
  43. .post-content h6 {
  44. text-indent: -2px;
  45. }
  46. h1 .octicon,
  47. h2 .octicon,
  48. h3 .octicon,
  49. h4 .octicon,
  50. h5 .octicon,
  51. h6 .octicon {
  52. visibility: hidden;
  53. }
  54. h1:hover .octicon,
  55. h2:hover .octicon,
  56. h3:hover .octicon,
  57. h4:hover .octicon,
  58. h5:hover .octicon,
  59. h6:hover .octicon {
  60. visibility: visible;
  61. }
  62. .octicon {
  63. fill: currentColor;
  64. padding: 0;
  65. margin-left: -16px;
  66. vertical-align: middle;
  67. }
  68. div.highlight {
  69. position: relative;
  70. }
  71. div.highlight:hover button {
  72. opacity: 1
  73. }
  74. div.highlight button {
  75. opacity: 0;
  76. position: absolute;
  77. top: 0.5rem;
  78. right: 1rem;
  79. height: 2em;
  80. transition: all 0.2s ease-out
  81. }
  82. div.highlight button:active,
  83. div.highlight button:focus,
  84. div.highlight button:hover {
  85. opacity: 1
  86. }
  87. .footnotes {
  88. font-size: 14px;
  89. line-height: 1.4;
  90. }
  91. .footnotes p {
  92. margin: 0;
  93. }

Powered by TurnKey Linux.