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.

157 lines
2.2 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. margin:20px 0 10px;
  33. border-bottom: 1px solid #e5e5e5;
  34. }
  35. .post-content h2 {
  36. text-indent: -6px;
  37. margin:20px 0 10px;
  38. border-bottom: 1px solid #e5e5e5;
  39. }
  40. .post-content h3 {
  41. margin:20px 0 10px;
  42. text-indent: -5px;
  43. }
  44. .post-content h4 {
  45. margin:20px 0 10px;
  46. text-indent: -4px;
  47. }
  48. .post-content h5 {
  49. margin:20px 0 10px;
  50. text-indent: -3px;
  51. }
  52. .post-content h6 {
  53. margin:20px 0 10px;
  54. text-indent: -2px;
  55. }
  56. .post-content p {
  57. margin:20px 0 10px;
  58. text-indent: 2em;
  59. margin-bottom: 5px;
  60. }
  61. h1 .octicon,
  62. h2 .octicon,
  63. h3 .octicon,
  64. h4 .octicon,
  65. h5 .octicon,
  66. h6 .octicon {
  67. visibility: hidden;
  68. }
  69. h1:hover .octicon,
  70. h2:hover .octicon,
  71. h3:hover .octicon,
  72. h4:hover .octicon,
  73. h5:hover .octicon,
  74. h6:hover .octicon {
  75. visibility: visible;
  76. }
  77. .octicon {
  78. fill: currentColor;
  79. padding: 0;
  80. margin-left: -16px;
  81. vertical-align: middle;
  82. }
  83. div.highlight {
  84. position: relative;
  85. }
  86. div.highlight:hover button {
  87. opacity: 1;
  88. }
  89. div.highlight button {
  90. opacity: 0;
  91. position: absolute;
  92. top: 0.5em;
  93. right: 1em;
  94. height: 2em;
  95. transition: all 0.2s ease-out;
  96. }
  97. div.highlight button:active,
  98. div.highlight button:focus,
  99. div.highlight button:hover {
  100. opacity: 1;
  101. }
  102. .footnotes {
  103. font-size: 14px;
  104. line-height: 1.4;
  105. }
  106. .footnotes p {
  107. margin: 0;
  108. text-indent: 0;
  109. }
  110. .wrapper{
  111. width: 90%;
  112. }
  113. header{
  114. width: 25%;
  115. }
  116. footer{
  117. width: 25%;
  118. }
  119. section{
  120. width: 65%;
  121. }
  122. @media print, screen and (max-width: 960px) {
  123. .wrapper {
  124. width: auto;
  125. }
  126. header {
  127. width: auto;
  128. }
  129. footer {
  130. width: auto;
  131. }
  132. section {
  133. width: auto;
  134. }
  135. }

Powered by TurnKey Linux.