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.

666 lines
14 KiB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. /* Reset */
  2. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
  3. *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  4. /* Clearfix */
  5. .clearfix:after {
  6. content: "";
  7. display: table;
  8. clear: both;
  9. }
  10. .hidden { display: none; }
  11. /* Icons */
  12. @font-face {
  13. font-family: 'icons';
  14. src: url('../fonts/icons.eot');
  15. src: url('../fonts/icons.eot#iefix') format('embedded-opentype'),
  16. url('../fonts/icons.woff') format('woff'),
  17. url('../fonts/icons.ttf') format('truetype'),
  18. url('../fonts/icons.svg#icons') format('svg');
  19. font-weight: normal;
  20. font-style: normal;
  21. }
  22. [class^="icon-"]:before, [class*=" icon-"]:before {
  23. font-family: "icons";
  24. font-style: normal;
  25. font-weight: normal;
  26. speak: none;
  27. display: inline-block;
  28. text-decoration: inherit;
  29. text-align: center;
  30. font-variant: normal;
  31. text-transform: none;
  32. line-height: 1em;
  33. }
  34. .icon-facebook:before { content: '\e802'; }
  35. .icon-facebook-squared:before { content: '\e800'; }
  36. .icon-twitter:before { content: '\e801'; }
  37. .icon-twitter-1:before { content: '\e804'; }
  38. .icon-facebook-circled:before { content: '\e805'; }
  39. .icon-twitter-circled:before { content: '\e806'; }
  40. .icon-facebook-rect:before { content: '\e803'; }
  41. /* Spacing */
  42. .post h1, h3, h4, h5, p, .post-body ul, pre {
  43. margin-bottom: 20px;
  44. }
  45. /* Base */
  46. html, body { height: 100%; }
  47. body {
  48. /*font:16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  49. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  50. font-size: 16px;
  51. color: #666;
  52. -webkit-font-smoothing: antialiased;
  53. text-rendering: optimizeLegibility;
  54. }
  55. h1 {
  56. font-size: 30px;
  57. letter-spacing: -1px;
  58. color: #222;
  59. font-weight: bold;
  60. }
  61. h2 {
  62. font: italic 19px/1.3em Georgia,serif;
  63. color: #bbb;
  64. }
  65. .profile #wrapper {
  66. padding: 100px 40px 0px;
  67. max-width: 600px;
  68. margin: 0 auto;
  69. }
  70. .profile #header {
  71. padding-bottom: 40px;
  72. text-align: center;
  73. position: relative;
  74. }
  75. .profile #avatar {
  76. display: inline-block;
  77. width: 80px;
  78. height: 80px;
  79. border-radius: 50%;
  80. margin-bottom: 20px;
  81. }
  82. .profile h1 {
  83. font-weight: 400;
  84. letter-spacing: 0px;
  85. font-size: 20px;
  86. color: #222;
  87. }
  88. .profile h2 {
  89. font-size: 20px;
  90. font-weight: 300;
  91. color: #aaa;
  92. margin-top: 10px;
  93. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  94. font-style: normal;
  95. }
  96. nav.main-nav {
  97. padding: 20px 20px 0;
  98. /*max-width: 600px;*/
  99. /*width:100%;*/
  100. background: #fff;
  101. background: rgba(255,255,255,.90);
  102. margin: 0 auto;
  103. text-align: right;
  104. /*position: fixed;*/
  105. z-index: 100;
  106. }
  107. nav.main-nav a {
  108. top: 8px;
  109. right: 6px;
  110. padding: 8px 12px;
  111. color: #5badf0;
  112. font-size: 13px;
  113. /*font-weight: bold;*/
  114. line-height: 1.35;
  115. border-radius: 3px;
  116. }
  117. nav.main-nav a.cta {
  118. background: #5badf0;
  119. color: #fff;
  120. margin-left: 12px;
  121. }
  122. #wrapper {
  123. max-width: 600px;
  124. margin: 0 auto;
  125. padding: 60px 40px 100px 40px;
  126. }
  127. #wrapper.home {
  128. max-width: 600px;
  129. margin: 0 auto;
  130. padding: 0px 40px 20px 40px;
  131. }
  132. .home #avatar {
  133. float: right;
  134. width: 40px;
  135. height: 40px;
  136. border-radius: 50%;
  137. }
  138. /* Typography */
  139. /*Accent color*/
  140. a,
  141. #title,
  142. #post-list a:hover,
  143. #post-list li:hover .dates,
  144. #title:hover {
  145. text-decoration: none;
  146. color: #5badf0;
  147. color: #5694f1;
  148. }
  149. p a { color: #5694f1; }
  150. /*Transitions*/
  151. a,
  152. #post-nav a,
  153. #post-list a {
  154. -webkit-transition: all 0.15s ease;
  155. -moz-transition: all 0.15s ease;
  156. -ms-transition: all 0.15s ease;
  157. -o-transition: all 0.15s ease;
  158. transition: all 0.15s ease;
  159. }
  160. ul { margin:0; padding:0; margin-bottom: 20px; }
  161. li { list-style-type:circle; list-style-position:inside; }
  162. /* Line Height */
  163. #post-body, p { line-height:1.7; }
  164. b, strong { font-weight: 500;
  165. color: #1E2025; }
  166. em, i { font-style: italic; }
  167. #title {
  168. display: inline-block;
  169. line-height: 100%;
  170. font-weight: 500;
  171. font-size: 19px;
  172. margin: 0;
  173. padding-bottom: 20px;
  174. }
  175. .description {
  176. float: right;
  177. font: italic 14px/1.4em Georgia,serif;
  178. color: #aaa;
  179. }
  180. .home h1 {
  181. font-size: 30px;
  182. letter-spacing: -1px;
  183. color: #222;
  184. font-weight: bold;
  185. }
  186. .home h2 {
  187. font: italic 19px/1.3em Georgia,serif;
  188. color: #bbb;
  189. }
  190. .post header {
  191. text-align:center;
  192. }
  193. .post h1 {
  194. margin-bottom: 20px;
  195. color: #222;
  196. font-weight: 300;
  197. font-size: 200%;
  198. }
  199. .post h2 {
  200. margin-bottom: 40px;
  201. font: 300 24px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  202. color: #111;
  203. }
  204. .post h2.headline {
  205. /*font: italic 22px/1.3em Georgia,serif;*/
  206. font: normal 13px/1.5em -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  207. margin: -5px 0 40px 0;
  208. color: #b2b9be;
  209. font-size: 13px;
  210. text-transform: uppercase;
  211. letter-spacing: 2px;
  212. /*margin-top: 15px;*/
  213. display: inline-block;
  214. }
  215. #post-list h2 {
  216. font: normal 17px/1.5em -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  217. color: #aaa;
  218. max-width: 400px;
  219. margin-top: 2px;
  220. }
  221. h3, h4, h5 { color:#333; }
  222. h3 { font-size:20px; font-weight: 400; }
  223. h4 { font-size:16px; font-weight:bold; }
  224. h5 { font-size:15px; font-weight: bold; }
  225. h6 {
  226. font-size: 13px;
  227. font-weight: bold;
  228. color: #666;
  229. margin-bottom: 6px;
  230. }
  231. p.small {
  232. color: #bbb;
  233. font-size: 14px;
  234. line-height: 1.5;
  235. display: block;
  236. text-align: center;
  237. margin-top: 20px;
  238. }
  239. blockquote {
  240. padding-left: 15px;
  241. border-left: 3px solid #eee;
  242. }
  243. hr {
  244. display: block;
  245. border: none;
  246. height: 1px;
  247. margin: 40px auto;
  248. background: #eee;
  249. }
  250. span.code { font-family:Menlo, Monaco, Courier; background-color:#EEE; font-size:14px; }
  251. pre {
  252. font-family:Menlo, Monaco, Courier;
  253. white-space:pre-wrap;
  254. /*border: 1px solid #ddd;*/
  255. padding:20px;
  256. background-color:#fdfdfd;
  257. /*font-size:14px;*/
  258. overflow:auto;
  259. border-radius: 3px;
  260. background: #272b2d;
  261. font-family: 'Source Code Pro',Menlo,monospace;
  262. font-size: 13px;
  263. line-height: 1.5em;
  264. font-weight: 500;
  265. color: #d0d4d7;
  266. }
  267. table {
  268. width: 100%;
  269. margin: 40px 0;
  270. border-collapse: collapse;
  271. font-size: 13px;
  272. line-height: 1.5em;
  273. }
  274. th,td {
  275. text-align: left;
  276. padding-right: 20px;
  277. vertical-align: top;
  278. }
  279. table td,td {
  280. border-spacing: none;
  281. border-style: solid;
  282. padding: 10px 15px;
  283. border-width: 1px 0 0 0;
  284. }
  285. tr>td {
  286. border-top: 1px solid #eaeaea;
  287. }
  288. tr:nth-child(odd)>td {
  289. background: #fcfcfc;
  290. }
  291. thead th,th {
  292. text-align: left;
  293. padding: 10px 15px;
  294. height: 20px;
  295. font-size: 13px;
  296. font-weight: bold;
  297. color: #444;
  298. border-bottom: 1px solid #dadadc;
  299. cursor: default;
  300. white-space: nowrap;
  301. }
  302. img {
  303. max-width: 100%;
  304. border-radius: 3px;
  305. }
  306. /* Made with Cactus Badge */
  307. #badge {
  308. position: absolute;
  309. bottom: 8px;
  310. right: 8px;
  311. height: 48px;
  312. width: 48px;
  313. }
  314. /*=========================================
  315. Post List
  316. =========================================== */
  317. #archive-list {
  318. margin-top: 100px;
  319. }
  320. #post-list {
  321. margin-bottom: 0;
  322. }
  323. #post-list li,#archive-list li {
  324. border-top: 1px solid #eee;
  325. padding-top: 20px;
  326. padding-bottom: 20px;
  327. list-style-type: none;
  328. margin-bottom: 0;
  329. }
  330. #post-list li:last-child {
  331. border-bottom: 1px solid #eee;
  332. }
  333. #post-list a {
  334. color: #333;
  335. display: block;
  336. font: bold 19px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  337. }
  338. #post-list .dates {
  339. float: right;
  340. position: relative;
  341. top: 1px;
  342. font: 300 17px/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  343. color: #bbb;
  344. }
  345. #post-list-footer {
  346. border-top: 1px solid #eee;
  347. margin-top: 20px;
  348. padding-top: 100px;
  349. }
  350. #archive-link {
  351. display: inline-block;
  352. font-size: 13px;
  353. font-weight: bold;
  354. border-radius: 4px;
  355. padding: 3px 10px 6px;
  356. box-shadow: 0 0 0 1px hsla(207,83%,80%,1);
  357. }
  358. #archive-link:hover {
  359. background: #5694f1;
  360. color: #fff;
  361. box-shadow: 0 0 0 1px #5694f1;
  362. }
  363. #archive-link span {
  364. position: relative;
  365. top: 0;
  366. font-size: 17px;
  367. }
  368. #footer {
  369. padding: 40px 0 0 0;
  370. }
  371. /* Post Page */
  372. .post {
  373. margin: 80px 0 0 0;
  374. }
  375. #post-meta {
  376. font-size: 13px;
  377. font-weight: bold;
  378. line-height: 1.4;
  379. border-top: 1px solid #eee;
  380. padding-top: 40px;
  381. margin-bottom: 40px;
  382. padding-bottom: 40px;
  383. margin-top: 40px;
  384. color:#444;
  385. border-bottom: 1px solid #eee;
  386. }
  387. #post-meta div span {
  388. color: #aaa;
  389. font-weight: 500;
  390. display: block;
  391. }
  392. #post-meta div span.dark {
  393. color: #1E2025;
  394. }
  395. #post-meta div {
  396. margin: 0 25px 0 0;
  397. float: left;
  398. }
  399. #sharing {
  400. float: right;
  401. margin: -2px;
  402. }
  403. #sharing a {
  404. font-size: 20px;
  405. font-size: 23px;
  406. margin-left: 1px;
  407. margin-top: 4px;
  408. color: #d4d4d4;
  409. display: inline-block;
  410. vertical-align: middle;
  411. }
  412. #sharing a:hover {
  413. /*color: #444;*/
  414. opacity: 0.8;
  415. }
  416. /* Post Navigation */
  417. #post-nav {
  418. text-align:center;
  419. font-size:13px;
  420. font-weight:500;
  421. margin-top: 20px;
  422. }
  423. #post-nav span {
  424. -webkit-transition: all 0.1s linear;
  425. -moz-transition: all 0.1s linear;
  426. -ms-transition: all 0.1s linear;
  427. -o-transition: all 0.1s linear;
  428. transition: all 0.1s linear;
  429. position: relative;
  430. }
  431. #post-nav span.prev {
  432. float: left;
  433. }
  434. #post-nav span.next {
  435. float: right;
  436. }
  437. #post-nav span .arrow {
  438. position: relative;
  439. padding: 1px;
  440. }
  441. #post-nav span.prev:hover .arrow {
  442. left: -4px;
  443. }
  444. #post-nav span.next:hover .arrow {
  445. right: -4px;
  446. }
  447. #post-nav span.prev:hover {
  448. left: -3px;
  449. }
  450. #post-nav span.next:hover {
  451. right: -3px;
  452. }
  453. /* Archive */
  454. h1.archive {
  455. margin-bottom: 0px;
  456. }
  457. h2.month {
  458. width: 100%;
  459. font: bold 13px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  460. text-transform: uppercase;
  461. margin-top: 40px;
  462. margin-bottom: 10px;
  463. padding-bottom: 10px;
  464. border-bottom: 1px solid #eee;
  465. }
  466. #archive-list li:last-child {
  467. margin-bottom: 0;
  468. }
  469. #archive-list a {
  470. display: block;
  471. font: bold 17px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  472. color: #333;
  473. }
  474. #archive-list .dates {
  475. float: right;
  476. position: relative;
  477. top: 1px;
  478. font: 300 17px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  479. color: #bbb;
  480. }
  481. #archive-list li a:hover,#archive-list li:hover .dates {
  482. color: #5694f1;
  483. }
  484. #post-meta img.avatar {
  485. height: 36px;
  486. width: 36px;
  487. float: left;
  488. border-radius: 50%;
  489. margin-top: 3px;
  490. margin-right: 20px;
  491. box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
  492. }
  493. #post-list.archive.readmore h3{
  494. font: 400 20px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  495. margin-bottom: 30px;
  496. }
  497. #post-list.archive.readmore a{
  498. font: 400 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  499. color: #5694f1;
  500. }
  501. #post-list.archive.readmore a:hover{
  502. opacity: 0.8;
  503. }
  504. #post-list.archive.readmore .dates{
  505. font: 300 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  506. }
  507. #sharing a.facebook {
  508. background: #4361b3;
  509. }
  510. #sharing a.twitter {
  511. background: #4fafed;
  512. }
  513. #sharing a {
  514. font-size: 20px;
  515. font-size: 13px;
  516. font-weight: bold;
  517. color: #fff;
  518. padding: 6px 10px;
  519. border-radius: 4px;
  520. margin-left: 2px;
  521. }
  522. /* Media Queries */
  523. @media screen and (max-width: 540px) {
  524. #wrapper { padding:20px 20px 20px 20px;}
  525. .post { margin: 40px 0; }
  526. #post-list, #archive-list { margin-top: 0; }
  527. #post-meta { margin-top: 60px; }
  528. #title { font-size: 17px; }
  529. #post-list .dates { display: none; }
  530. #post-list-footer { margin-top: 20px; padding-top: 40px; }
  531. h1 { font-size: 26px; }
  532. .post h2.headline { font-size: 13px; }
  533. .post h1 { font-size:24px; }
  534. .post h2 { font-size:20px; }
  535. }
  536. /* CUSTOM ADDITIONS */
  537. #social {
  538. display: flex;
  539. flex-direction: row;
  540. justify-content: center;
  541. }
  542. a.symbol {
  543. color: #cdd4da;
  544. font-size: 2rem;
  545. text-decoration: none;
  546. margin-right: 0.3rem;
  547. }
  548. a.symbol:hover {
  549. color: #BCD4DA;
  550. }
  551. code {
  552. font-family:Menlo, Monaco, Courier;
  553. background-color:#EEE; font-size:14px;
  554. padding: 4px;
  555. font-weight: 600;
  556. }