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.

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