No Description

stylesheet.css 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. /* line 3, ../scss/stylesheet.scss */
  2. * {
  3. box-sizing: border-box;
  4. }
  5. /* line 7, ../scss/stylesheet.scss */
  6. body {
  7. padding: 0;
  8. margin: 0;
  9. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  10. font-size: 16px;
  11. line-height: 1.5;
  12. color: #606c71;
  13. }
  14. /* line 33, ../scss/stylesheet.scss */
  15. a {
  16. color: #1e6bb8;
  17. text-decoration: none;
  18. }
  19. /* line 36, ../scss/stylesheet.scss */
  20. a:hover {
  21. text-decoration: underline;
  22. }
  23. /* line 41, ../scss/stylesheet.scss */
  24. .btn {
  25. display: inline-block;
  26. margin-bottom: 1rem;
  27. color: rgba(255, 255, 255, 0.7);
  28. background-color: rgba(255, 255, 255, 0.08);
  29. border-color: rgba(255, 255, 255, 0.2);
  30. border-style: solid;
  31. border-width: 1px;
  32. border-radius: 0.3rem;
  33. transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  34. }
  35. /* line 51, ../scss/stylesheet.scss */
  36. .btn + .btn {
  37. margin-left: 1rem;
  38. }
  39. /* line 54, ../scss/stylesheet.scss */
  40. .btn:hover {
  41. color: rgba(255, 255, 255, 0.8);
  42. text-decoration: none;
  43. background-color: rgba(255, 255, 255, 0.2);
  44. border-color: rgba(255, 255, 255, 0.3);
  45. }
  46. /* line 60, ../scss/stylesheet.scss */
  47. .btn .fa {
  48. font-size: 1.1em;
  49. margin-right: 6px;
  50. top: 1px;
  51. position: relative;
  52. }
  53. /* line 65, ../scss/stylesheet.scss */
  54. .btn .fa.fa-github {
  55. font-size: 1.3em;
  56. }
  57. @media screen and (min-width: 64em) {
  58. /* line 72, ../scss/stylesheet.scss */
  59. .btn {
  60. padding: 0.75rem 1rem;
  61. }
  62. }
  63. @media screen and (min-width: 42em) and (max-width: 64em) {
  64. /* line 78, ../scss/stylesheet.scss */
  65. .btn {
  66. padding: 0.6rem 0.9rem;
  67. font-size: 0.9rem;
  68. }
  69. }
  70. @media screen and (max-width: 42em) {
  71. /* line 85, ../scss/stylesheet.scss */
  72. .btn {
  73. display: block;
  74. margin-left: 0 !important;
  75. width: 100%;
  76. padding: 0.75rem;
  77. font-size: 0.9rem;
  78. }
  79. /* line 92, ../scss/stylesheet.scss */
  80. .btn .btn {
  81. margin-top: 1rem;
  82. margin-left: 0;
  83. }
  84. }
  85. /* line 99, ../scss/stylesheet.scss */
  86. .top {
  87. position: relative;
  88. overflow: hidden;
  89. height: 870px;
  90. }
  91. /* line 111, ../scss/stylesheet.scss */
  92. .top h1 {
  93. font-size: 60px;
  94. font-weight: 100;
  95. text-transform: uppercase;
  96. line-height: 1em;
  97. margin-bottom: 60px;
  98. letter-spacing: .1em;
  99. }
  100. /* line 121, ../scss/stylesheet.scss */
  101. .page-header {
  102. color: #fff;
  103. text-align: center;
  104. position: relative;
  105. }
  106. @media screen and (min-width: 64em) {
  107. /* line 146, ../scss/stylesheet.scss */
  108. .page-header {
  109. padding: 2rem 6rem;
  110. }
  111. }
  112. @media screen and (min-width: 42em) and (max-width: 64em) {
  113. /* line 152, ../scss/stylesheet.scss */
  114. .page-header {
  115. padding: 2rem 4rem;
  116. }
  117. }
  118. @media screen and (max-width: 42em) {
  119. /* line 158, ../scss/stylesheet.scss */
  120. .page-header {
  121. padding: 1rem 1rem;
  122. }
  123. }
  124. /* line 163, ../scss/stylesheet.scss */
  125. .project-name {
  126. margin-top: 0;
  127. margin-bottom: 0.1rem;
  128. }
  129. @media screen and (min-width: 64em) {
  130. /* line 169, ../scss/stylesheet.scss */
  131. .project-name {
  132. font-size: 3.25rem;
  133. }
  134. }
  135. @media screen and (min-width: 42em) and (max-width: 64em) {
  136. /* line 175, ../scss/stylesheet.scss */
  137. .project-name {
  138. font-size: 2.25rem;
  139. }
  140. }
  141. @media screen and (max-width: 42em) {
  142. /* line 181, ../scss/stylesheet.scss */
  143. .project-name {
  144. font-size: 1.75rem;
  145. }
  146. }
  147. /* line 186, ../scss/stylesheet.scss */
  148. .project-tagline {
  149. margin-bottom: 2rem;
  150. font-weight: normal;
  151. opacity: 0.7;
  152. }
  153. @media screen and (min-width: 64em) {
  154. /* line 193, ../scss/stylesheet.scss */
  155. .project-tagline {
  156. font-size: 1.25rem;
  157. }
  158. }
  159. @media screen and (min-width: 42em) and (max-width: 64em) {
  160. /* line 199, ../scss/stylesheet.scss */
  161. .project-tagline {
  162. font-size: 1.15rem;
  163. }
  164. }
  165. @media screen and (max-width: 42em) {
  166. /* line 203, ../scss/stylesheet.scss */
  167. .project-tagline {
  168. font-size: 1rem;
  169. }
  170. }
  171. /* line 207, ../scss/stylesheet.scss */
  172. .main-content {
  173. background: #fff;
  174. position: relative;
  175. }
  176. /* line 209, ../scss/stylesheet.scss */
  177. .main-content textarea {
  178. height: 160px;
  179. width: 100%;
  180. padding: 6px 12px;
  181. font-size: 14px;
  182. background-color: #fff;
  183. background-image: none;
  184. border: 1px solid #ccc;
  185. -moz-border-radius: 4px;
  186. -webkit-border-radius: 4px;
  187. border-radius: 4px;
  188. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  189. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  190. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  191. -moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  192. -o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  193. -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  194. transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  195. -moz-box-sizing: border-box;
  196. -webkit-box-sizing: border-box;
  197. box-sizing: border-box;
  198. }
  199. /* line 221, ../scss/stylesheet.scss */
  200. .main-content textarea:focus {
  201. border-color: #66afe9;
  202. outline: 0;
  203. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  204. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  205. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  206. }
  207. /* line 231, ../scss/stylesheet.scss */
  208. .main-content :first-child {
  209. margin-top: 0;
  210. }
  211. /* line 235, ../scss/stylesheet.scss */
  212. .main-content img {
  213. max-width: 100%;
  214. }
  215. /* line 239, ../scss/stylesheet.scss */
  216. .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  217. position: relative;
  218. margin-top: 2rem;
  219. margin-bottom: 1rem;
  220. font-weight: normal;
  221. color: #49606D;
  222. }
  223. /* line 245, ../scss/stylesheet.scss */
  224. .main-content h1 .anchor, .main-content h2 .anchor, .main-content h3 .anchor, .main-content h4 .anchor, .main-content h5 .anchor, .main-content h6 .anchor {
  225. position: absolute;
  226. top: 0;
  227. left: 0;
  228. display: block;
  229. padding-right: 6px;
  230. padding-left: 8px;
  231. margin-left: -30px;
  232. color: inherit;
  233. }
  234. /* line 254, ../scss/stylesheet.scss */
  235. .main-content h1 .anchor .fa, .main-content h2 .anchor .fa, .main-content h3 .anchor .fa, .main-content h4 .anchor .fa, .main-content h5 .anchor .fa, .main-content h6 .anchor .fa {
  236. font-size: 0.8em;
  237. }
  238. /* line 258, ../scss/stylesheet.scss */
  239. .main-content h1:hover .anchor, .main-content h2:hover .anchor, .main-content h3:hover .anchor, .main-content h4:hover .anchor, .main-content h5:hover .anchor, .main-content h6:hover .anchor {
  240. text-decoration: none;
  241. }
  242. /* line 263, ../scss/stylesheet.scss */
  243. .main-content p {
  244. margin-bottom: 1em;
  245. }
  246. /* line 267, ../scss/stylesheet.scss */
  247. .main-content .row {
  248. margin-right: -10px;
  249. margin-left: -10px;
  250. margin-bottom: 15px;
  251. }
  252. /* line 272, ../scss/stylesheet.scss */
  253. .main-content .row:before, .main-content .row:after {
  254. display: table;
  255. content: " ";
  256. }
  257. /* line 278, ../scss/stylesheet.scss */
  258. .main-content .col-1, .main-content .col-10, .main-content .col-11, .main-content .col-12, .main-content .col-2, .main-content .col-3, .main-content .col-4, .main-content .col-5, .main-content .col-6, .main-content .col-7, .main-content .col-8, .main-content .col-9 {
  259. position: relative;
  260. min-height: 1px;
  261. padding-right: 10px;
  262. padding-left: 10px;
  263. float: left;
  264. }
  265. /* line 285, ../scss/stylesheet.scss */
  266. .main-content .col-1 {
  267. width: 8.33333%;
  268. }
  269. /* line 288, ../scss/stylesheet.scss */
  270. .main-content .col-2 {
  271. width: 16.66667%;
  272. }
  273. /* line 291, ../scss/stylesheet.scss */
  274. .main-content .col-3 {
  275. width: 25%;
  276. }
  277. /* line 294, ../scss/stylesheet.scss */
  278. .main-content .col-4 {
  279. width: 33.33333%;
  280. }
  281. /* line 297, ../scss/stylesheet.scss */
  282. .main-content .col-5 {
  283. width: 41.66667%;
  284. }
  285. /* line 300, ../scss/stylesheet.scss */
  286. .main-content .col-6 {
  287. width: 50%;
  288. }
  289. /* line 303, ../scss/stylesheet.scss */
  290. .main-content .col-7 {
  291. width: 58.33333%;
  292. }
  293. /* line 306, ../scss/stylesheet.scss */
  294. .main-content .col-8 {
  295. width: 66.66667%;
  296. }
  297. /* line 309, ../scss/stylesheet.scss */
  298. .main-content .col-9 {
  299. width: 75%;
  300. }
  301. /* line 313, ../scss/stylesheet.scss */
  302. .main-content code {
  303. padding: 2px 4px;
  304. font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  305. font-size: 0.9rem;
  306. color: #383e41;
  307. background-color: #f3f6fa;
  308. border-radius: 0.3rem;
  309. }
  310. /* line 322, ../scss/stylesheet.scss */
  311. .main-content pre {
  312. padding: 0.8rem;
  313. margin-top: 0;
  314. margin-bottom: 1rem;
  315. font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
  316. color: #567482;
  317. word-wrap: normal;
  318. background-color: #f3f6fa;
  319. border: solid 1px #dce6f0;
  320. border-radius: 0.3rem;
  321. }
  322. /* line 333, ../scss/stylesheet.scss */
  323. .main-content pre > code {
  324. padding: 0;
  325. margin: 0;
  326. font-size: 0.9rem;
  327. color: #567482;
  328. word-break: normal;
  329. white-space: pre;
  330. background: transparent;
  331. border: 0;
  332. }
  333. /* line 345, ../scss/stylesheet.scss */
  334. .main-content .highlight {
  335. margin-bottom: 1rem;
  336. }
  337. /* line 348, ../scss/stylesheet.scss */
  338. .main-content .highlight pre {
  339. margin-bottom: 0;
  340. word-break: normal;
  341. }
  342. /* line 354, ../scss/stylesheet.scss */
  343. .main-content .highlight pre, .main-content pre {
  344. padding: 0.8rem;
  345. overflow: auto;
  346. font-size: 0.9rem;
  347. line-height: 1.45;
  348. border-radius: 0.3rem;
  349. }
  350. /* line 362, ../scss/stylesheet.scss */
  351. .main-content pre code, .main-content pre tt {
  352. display: inline;
  353. max-width: initial;
  354. padding: 0;
  355. margin: 0;
  356. overflow: initial;
  357. line-height: inherit;
  358. word-wrap: normal;
  359. background-color: transparent;
  360. border: 0;
  361. }
  362. /* line 372, ../scss/stylesheet.scss */
  363. .main-content pre code:before, .main-content pre code:after, .main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after, .main-content pre tt:before, .main-content pre tt:after {
  364. content: normal;
  365. }
  366. /* line 377, ../scss/stylesheet.scss */
  367. .main-content ul, .main-content ol {
  368. margin-top: 0;
  369. }
  370. /* line 381, ../scss/stylesheet.scss */
  371. .main-content blockquote {
  372. padding: 0 1rem;
  373. margin-left: 0;
  374. color: #819198;
  375. border-left: 0.3rem solid #dce6f0;
  376. }
  377. /* line 386, ../scss/stylesheet.scss */
  378. .main-content blockquote > :first-child {
  379. margin-top: 0;
  380. }
  381. /* line 389, ../scss/stylesheet.scss */
  382. .main-content blockquote > :last-child {
  383. margin-bottom: 0;
  384. }
  385. /* line 394, ../scss/stylesheet.scss */
  386. .main-content table {
  387. display: block;
  388. width: 100%;
  389. overflow: auto;
  390. word-break: normal;
  391. word-break: keep-all;
  392. }
  393. /* line 400, ../scss/stylesheet.scss */
  394. .main-content table th {
  395. font-weight: bold;
  396. }
  397. /* line 403, ../scss/stylesheet.scss */
  398. .main-content table th, .main-content table td {
  399. padding: 0.5rem 1rem;
  400. border: 1px solid #e9ebec;
  401. }
  402. /* line 409, ../scss/stylesheet.scss */
  403. .main-content dl {
  404. padding: 0;
  405. }
  406. /* line 411, ../scss/stylesheet.scss */
  407. .main-content dl dt {
  408. padding: 0;
  409. margin-top: 1rem;
  410. font-size: 1rem;
  411. font-weight: bold;
  412. }
  413. /* line 417, ../scss/stylesheet.scss */
  414. .main-content dl dd {
  415. padding: 0;
  416. margin-bottom: 1rem;
  417. }
  418. /* line 423, ../scss/stylesheet.scss */
  419. .main-content hr {
  420. height: 2px;
  421. padding: 0;
  422. margin: 1rem 0;
  423. background-color: #eff0f1;
  424. border: 0;
  425. }
  426. @media screen and (min-width: 64em) {
  427. /* line 436, ../scss/stylesheet.scss */
  428. .main-content {
  429. max-width: 64rem;
  430. padding: 2rem 6rem;
  431. margin: 0 auto;
  432. font-size: 1.1rem;
  433. }
  434. }
  435. @media screen and (min-width: 42em) and (max-width: 64em) {
  436. /* line 443, ../scss/stylesheet.scss */
  437. .main-content {
  438. padding: 2rem 4rem;
  439. font-size: 1.1rem;
  440. }
  441. }
  442. @media screen and (max-width: 42em) {
  443. /* line 448, ../scss/stylesheet.scss */
  444. .main-content {
  445. padding: 2rem 1rem;
  446. font-size: 1rem;
  447. }
  448. }
  449. /* line 452, ../scss/stylesheet.scss */
  450. .site-footer {
  451. padding-top: 2rem;
  452. border-top: solid 1px #eff0f1;
  453. }
  454. /* line 456, ../scss/stylesheet.scss */
  455. .site-footer-owner {
  456. display: block;
  457. font-weight: bold;
  458. }
  459. /* line 460, ../scss/stylesheet.scss */
  460. .site-footer-credits {
  461. color: #819198;
  462. }
  463. @media screen and (min-width: 64em) {
  464. /* line 464, ../scss/stylesheet.scss */
  465. .site-footer {
  466. font-size: 1rem;
  467. }
  468. }
  469. @media screen and (min-width: 42em) and (max-width: 64em) {
  470. /* line 468, ../scss/stylesheet.scss */
  471. .site-footer {
  472. font-size: 1rem;
  473. }
  474. }
  475. @media screen and (max-width: 42em) {
  476. /* line 472, ../scss/stylesheet.scss */
  477. .site-footer {
  478. font-size: 0.9rem;
  479. }
  480. }