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.

119 lines
1.7 KiB

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

Powered by TurnKey Linux.