My ham website
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.

241 lines
3.5 KiB

6 years ago
6 years ago
4 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
4 years ago
6 years ago
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. font-family: Hack, Menlo, Monaco, Ubuntu Mono, monospace;
  6. font-size: 14px;
  7. color: #222;
  8. background: #ddd;
  9. padding: 20px;
  10. margin: 0;
  11. display: flex;
  12. justify-content: center;
  13. line-height: 1.5;
  14. height: 100%;
  15. }
  16. h1,
  17. h2,
  18. h3,
  19. h4,
  20. h5,
  21. h6,
  22. p,
  23. code,
  24. kbd,
  25. tt,
  26. var {
  27. font-size: 14px;
  28. }
  29. article h1,
  30. h2,
  31. h3,
  32. h4,
  33. h5,
  34. h6 {
  35. padding: 20px 0 20px 0
  36. }
  37. .entry-content h1 {
  38. display: none;
  39. }
  40. #disqus_thread {
  41. margin-top: 100px;
  42. padding-top: 1em;
  43. }
  44. blockquote {
  45. border-left: 5px solid #AAA;
  46. margin: 0;
  47. padding: 10px 20px;
  48. margin: 0 100px 25px 40px;
  49. background-color: #CCC;
  50. }
  51. .container {
  52. display: flex;
  53. flex-direction: column;
  54. width: 100%;
  55. max-width: 700px;
  56. align-items: center;
  57. }
  58. header {
  59. padding-top: 20px;
  60. padding-bottom: 40px;
  61. }
  62. footer.footer-container {
  63. align-self: left;
  64. padding-top: 120px;
  65. }
  66. div.site {
  67. align-items: center;
  68. width: 100%;
  69. }
  70. a {
  71. color: #222;
  72. }
  73. a:hover {
  74. color: #F28;
  75. }
  76. .main-menu a,
  77. .social-menu a {
  78. color: #ddd;
  79. }
  80. .main-menu-container {
  81. margin-top: 0em;
  82. }
  83. nav {
  84. width: 100%;
  85. }
  86. nav ul {
  87. padding: 0 0 100px 0;
  88. margin: 0;
  89. }
  90. nav ul li {
  91. font-size: 14px;
  92. display: inline-block;
  93. text-transform: lowercase;
  94. }
  95. nav ul li.logo a {
  96. text-decoration: none;
  97. }
  98. nav ul li a:hover {
  99. border-bottom: none;
  100. color: #999;
  101. }
  102. .title {
  103. margin-bottom: 0;
  104. text-transform: none;
  105. color: #ddd;
  106. padding-bottom: 0;
  107. }
  108. main {
  109. align-self: left;
  110. width: 100%;
  111. }
  112. div.meta {
  113. padding-right: 10px;
  114. width: 100px;
  115. }
  116. header.list-item-header {
  117. overflow: hidden;
  118. white-space: nowrap;
  119. width: calc(100% - 100px);
  120. }
  121. .list-item-header h3,
  122. header {
  123. padding: 0;
  124. margin: 0;
  125. }
  126. article li {
  127. list-style-type: square;
  128. }
  129. .list {
  130. display: -webkit-box;
  131. display: -ms-flexbox;
  132. display: flex;
  133. -webkit-box-orient: vertical;
  134. -webkit-box-direction: normal;
  135. -ms-flex-flow: column nowrap;
  136. flex-flow: column nowrap;
  137. margin: 0;
  138. padding: 0;
  139. list-style: none;
  140. }
  141. .list-item article {
  142. display: -webkit-box;
  143. display: -ms-flexbox;
  144. display: flex;
  145. -webkit-box-orient: horizontal;
  146. -webkit-box-direction: normal;
  147. -ms-flex-flow: row nowrap;
  148. flex-flow: row nowrap;
  149. -webkit-box-align: baseline;
  150. -ms-flex-align: baseline;
  151. align-items: baseline;
  152. }
  153. img {
  154. max-width: 100%;
  155. }
  156. pre {
  157. padding: 20px 10px !important;
  158. background: #CCC;
  159. border: 1px solid #888;
  160. border-radius: 4px;
  161. overflow-x: scroll;
  162. }
  163. pre>code {
  164. color: #333;
  165. padding: 0px;
  166. }
  167. code {
  168. color: #333;
  169. background: #CCC;
  170. padding: 2px 6px;
  171. border-radius: 4px;
  172. }
  173. code.prettyprint {
  174. background: #CCC;
  175. padding: 2px 8px;
  176. border-radius: 4px;
  177. }
  178. .mute {
  179. color: #999;
  180. }
  181. /*
  182. Hack Font
  183. */
  184. @font-face {
  185. font-family: 'Hack';
  186. src: url('fonts/hack-regular.woff2?sha=e700a30') format('woff2'), url('fonts/hack-regular.woff?sha=e700a30') format('woff');
  187. font-weight: 400;
  188. font-style: normal;
  189. }
  190. @font-face {
  191. font-family: 'Hack';
  192. src: url('fonts/hack-bold.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bold.woff?sha=e700a30') format('woff');
  193. font-weight: 700;
  194. font-style: normal;
  195. }
  196. @font-face {
  197. font-family: 'Hack';
  198. src: url('fonts/hack-italic.woff2?sha=e700a30') format('woff2'), url('fonts/hack-italic.woff?sha=e700a30') format('woff');
  199. font-weight: 400;
  200. font-style: italic;
  201. }
  202. @font-face {
  203. font-family: 'Hack';
  204. src: url('fonts/hack-bolditalic.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bolditalic.woff?sha=e700a30') format('woff');
  205. font-weight: 700;
  206. font-style: italic;
  207. }