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.

114 lines
1.6 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. h1 .octicon,
  51. h2 .octicon,
  52. h3 .octicon,
  53. h4 .octicon,
  54. h5 .octicon,
  55. h6 .octicon {
  56. visibility: hidden;
  57. }
  58. h1:hover .octicon,
  59. h2:hover .octicon,
  60. h3:hover .octicon,
  61. h4:hover .octicon,
  62. h5:hover .octicon,
  63. h6:hover .octicon {
  64. visibility: visible;
  65. }
  66. .octicon {
  67. fill: currentColor;
  68. padding: 0;
  69. margin-left: -16px;
  70. vertical-align: middle;
  71. }
  72. div.highlight {
  73. position: relative;
  74. }
  75. div.highlight:hover button {
  76. opacity: 1
  77. }
  78. div.highlight button {
  79. opacity: 0;
  80. position: absolute;
  81. top: 0.5rem;
  82. right: 1rem;
  83. height: 2em;
  84. transition: all 0.2s ease-out
  85. }
  86. div.highlight button:active,
  87. div.highlight button:focus,
  88. div.highlight button:hover {
  89. opacity: 1
  90. }
  91. .footnotes {
  92. font-size: 14px;
  93. line-height: 1.4;
  94. }
  95. .footnotes p {
  96. margin: 0;
  97. }

Powered by TurnKey Linux.