stylesheet.css 9.9 KB

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