gogs.min.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  1. @font-face {
  2. font-family: 'octicons';
  3. src: url('../fonts/octicons.eot?#iefix&v=345f8bad9c5003db196d08f05e7f030fd2a32ff6') format('embedded-opentype'), url('../fonts/octicons.woff?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6') format('woff'), url('../fonts/octicons.ttf?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6') format('truetype'), url('../fonts/octicons.svg?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6#octicons') format('svg');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. .octicon,
  8. .mega-octicon {
  9. font: normal normal normal 16px/1 octicons;
  10. display: inline-block;
  11. text-decoration: none;
  12. text-rendering: auto;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. -webkit-user-select: none;
  16. -moz-user-select: none;
  17. -ms-user-select: none;
  18. user-select: none;
  19. }
  20. .mega-octicon {
  21. font-size: 32px;
  22. }
  23. .octicon-alert:before {
  24. content: '\f02d';
  25. }
  26. /*  */
  27. .octicon-alignment-align:before {
  28. content: '\f08a';
  29. }
  30. /*  */
  31. .octicon-alignment-aligned-to:before {
  32. content: '\f08e';
  33. }
  34. /*  */
  35. .octicon-alignment-unalign:before {
  36. content: '\f08b';
  37. }
  38. /*  */
  39. .octicon-arrow-down:before {
  40. content: '\f03f';
  41. }
  42. /*  */
  43. .octicon-arrow-left:before {
  44. content: '\f040';
  45. }
  46. /*  */
  47. .octicon-arrow-right:before {
  48. content: '\f03e';
  49. }
  50. /*  */
  51. .octicon-arrow-small-down:before {
  52. content: '\f0a0';
  53. }
  54. /*  */
  55. .octicon-arrow-small-left:before {
  56. content: '\f0a1';
  57. }
  58. /*  */
  59. .octicon-arrow-small-right:before {
  60. content: '\f071';
  61. }
  62. /*  */
  63. .octicon-arrow-small-up:before {
  64. content: '\f09f';
  65. }
  66. /*  */
  67. .octicon-arrow-up:before {
  68. content: '\f03d';
  69. }
  70. /*  */
  71. .octicon-beer:before {
  72. content: '\f069';
  73. }
  74. /*  */
  75. .octicon-book:before {
  76. content: '\f007';
  77. }
  78. /*  */
  79. .octicon-bookmark:before {
  80. content: '\f07b';
  81. }
  82. /*  */
  83. .octicon-briefcase:before {
  84. content: '\f0d3';
  85. }
  86. /*  */
  87. .octicon-broadcast:before {
  88. content: '\f048';
  89. }
  90. /*  */
  91. .octicon-browser:before {
  92. content: '\f0c5';
  93. }
  94. /*  */
  95. .octicon-bug:before {
  96. content: '\f091';
  97. }
  98. /*  */
  99. .octicon-calendar:before {
  100. content: '\f068';
  101. }
  102. /*  */
  103. .octicon-check:before {
  104. content: '\f03a';
  105. }
  106. /*  */
  107. .octicon-checklist:before {
  108. content: '\f076';
  109. }
  110. /*  */
  111. .octicon-chevron-down:before {
  112. content: '\f0a3';
  113. }
  114. /*  */
  115. .octicon-chevron-left:before {
  116. content: '\f0a4';
  117. }
  118. /*  */
  119. .octicon-chevron-right:before {
  120. content: '\f078';
  121. }
  122. /*  */
  123. .octicon-chevron-up:before {
  124. content: '\f0a2';
  125. }
  126. /*  */
  127. .octicon-circle-slash:before {
  128. content: '\f084';
  129. }
  130. /*  */
  131. .octicon-circuit-board:before {
  132. content: '\f0d6';
  133. }
  134. /*  */
  135. .octicon-clippy:before {
  136. content: '\f035';
  137. }
  138. /*  */
  139. .octicon-clock:before {
  140. content: '\f046';
  141. }
  142. /*  */
  143. .octicon-cloud-download:before {
  144. content: '\f00b';
  145. }
  146. /*  */
  147. .octicon-cloud-upload:before {
  148. content: '\f00c';
  149. }
  150. /*  */
  151. .octicon-code:before {
  152. content: '\f05f';
  153. }
  154. /*  */
  155. .octicon-color-mode:before {
  156. content: '\f065';
  157. }
  158. /*  */
  159. .octicon-comment-add:before,
  160. .octicon-comment:before {
  161. content: '\f02b';
  162. }
  163. /*  */
  164. .octicon-comment-discussion:before {
  165. content: '\f04f';
  166. }
  167. /*  */
  168. .octicon-credit-card:before {
  169. content: '\f045';
  170. }
  171. /*  */
  172. .octicon-dash:before {
  173. content: '\f0ca';
  174. }
  175. /*  */
  176. .octicon-dashboard:before {
  177. content: '\f07d';
  178. }
  179. /*  */
  180. .octicon-database:before {
  181. content: '\f096';
  182. }
  183. /*  */
  184. .octicon-device-camera:before {
  185. content: '\f056';
  186. }
  187. /*  */
  188. .octicon-device-camera-video:before {
  189. content: '\f057';
  190. }
  191. /*  */
  192. .octicon-device-desktop:before {
  193. content: '\f27c';
  194. }
  195. /*  */
  196. .octicon-device-mobile:before {
  197. content: '\f038';
  198. }
  199. /*  */
  200. .octicon-diff:before {
  201. content: '\f04d';
  202. }
  203. /*  */
  204. .octicon-diff-added:before {
  205. content: '\f06b';
  206. }
  207. /*  */
  208. .octicon-diff-ignored:before {
  209. content: '\f099';
  210. }
  211. /*  */
  212. .octicon-diff-modified:before {
  213. content: '\f06d';
  214. }
  215. /*  */
  216. .octicon-diff-removed:before {
  217. content: '\f06c';
  218. }
  219. /*  */
  220. .octicon-diff-renamed:before {
  221. content: '\f06e';
  222. }
  223. /*  */
  224. .octicon-ellipsis:before {
  225. content: '\f09a';
  226. }
  227. /*  */
  228. .octicon-eye-unwatch:before,
  229. .octicon-eye-watch:before,
  230. .octicon-eye:before {
  231. content: '\f04e';
  232. }
  233. /*  */
  234. .octicon-file-binary:before {
  235. content: '\f094';
  236. }
  237. /*  */
  238. .octicon-file-code:before {
  239. content: '\f010';
  240. }
  241. /*  */
  242. .octicon-file-directory:before {
  243. content: '\f016';
  244. }
  245. /*  */
  246. .octicon-file-media:before {
  247. content: '\f012';
  248. }
  249. /*  */
  250. .octicon-file-pdf:before {
  251. content: '\f014';
  252. }
  253. /*  */
  254. .octicon-file-submodule:before {
  255. content: '\f017';
  256. }
  257. /*  */
  258. .octicon-file-symlink-directory:before {
  259. content: '\f0b1';
  260. }
  261. /*  */
  262. .octicon-file-symlink-file:before {
  263. content: '\f0b0';
  264. }
  265. /*  */
  266. .octicon-file-text:before {
  267. content: '\f011';
  268. }
  269. /*  */
  270. .octicon-file-zip:before {
  271. content: '\f013';
  272. }
  273. /*  */
  274. .octicon-flame:before {
  275. content: '\f0d2';
  276. }
  277. /*  */
  278. .octicon-fold:before {
  279. content: '\f0cc';
  280. }
  281. /*  */
  282. .octicon-gear:before {
  283. content: '\f02f';
  284. }
  285. /*  */
  286. .octicon-gift:before {
  287. content: '\f042';
  288. }
  289. /*  */
  290. .octicon-gist:before {
  291. content: '\f00e';
  292. }
  293. /*  */
  294. .octicon-gist-secret:before {
  295. content: '\f08c';
  296. }
  297. /*  */
  298. .octicon-git-branch-create:before,
  299. .octicon-git-branch-delete:before,
  300. .octicon-git-branch:before {
  301. content: '\f020';
  302. }
  303. /*  */
  304. .octicon-git-commit:before {
  305. content: '\f01f';
  306. }
  307. /*  */
  308. .octicon-git-compare:before {
  309. content: '\f0ac';
  310. }
  311. /*  */
  312. .octicon-git-merge:before {
  313. content: '\f023';
  314. }
  315. /*  */
  316. .octicon-git-pull-request-abandoned:before,
  317. .octicon-git-pull-request:before {
  318. content: '\f009';
  319. }
  320. /*  */
  321. .octicon-globe:before {
  322. content: '\f0b6';
  323. }
  324. /*  */
  325. .octicon-graph:before {
  326. content: '\f043';
  327. }
  328. /*  */
  329. .octicon-heart:before {
  330. content: '\2665';
  331. }
  332. /* ♥ */
  333. .octicon-history:before {
  334. content: '\f07e';
  335. }
  336. /*  */
  337. .octicon-home:before {
  338. content: '\f08d';
  339. }
  340. /*  */
  341. .octicon-horizontal-rule:before {
  342. content: '\f070';
  343. }
  344. /*  */
  345. .octicon-hourglass:before {
  346. content: '\f09e';
  347. }
  348. /*  */
  349. .octicon-hubot:before {
  350. content: '\f09d';
  351. }
  352. /*  */
  353. .octicon-inbox:before {
  354. content: '\f0cf';
  355. }
  356. /*  */
  357. .octicon-info:before {
  358. content: '\f059';
  359. }
  360. /*  */
  361. .octicon-issue-closed:before {
  362. content: '\f028';
  363. }
  364. /*  */
  365. .octicon-issue-opened:before {
  366. content: '\f026';
  367. }
  368. /*  */
  369. .octicon-issue-reopened:before {
  370. content: '\f027';
  371. }
  372. /*  */
  373. .octicon-jersey:before {
  374. content: '\f019';
  375. }
  376. /*  */
  377. .octicon-jump-down:before {
  378. content: '\f072';
  379. }
  380. /*  */
  381. .octicon-jump-left:before {
  382. content: '\f0a5';
  383. }
  384. /*  */
  385. .octicon-jump-right:before {
  386. content: '\f0a6';
  387. }
  388. /*  */
  389. .octicon-jump-up:before {
  390. content: '\f073';
  391. }
  392. /*  */
  393. .octicon-key:before {
  394. content: '\f049';
  395. }
  396. /*  */
  397. .octicon-keyboard:before {
  398. content: '\f00d';
  399. }
  400. /*  */
  401. .octicon-law:before {
  402. content: '\f0d8';
  403. }
  404. /*  */
  405. .octicon-light-bulb:before {
  406. content: '\f000';
  407. }
  408. /*  */
  409. .octicon-link:before {
  410. content: '\f05c';
  411. }
  412. /*  */
  413. .octicon-link-external:before {
  414. content: '\f07f';
  415. }
  416. /*  */
  417. .octicon-list-ordered:before {
  418. content: '\f062';
  419. }
  420. /*  */
  421. .octicon-list-unordered:before {
  422. content: '\f061';
  423. }
  424. /*  */
  425. .octicon-location:before {
  426. content: '\f060';
  427. }
  428. /*  */
  429. .octicon-gist-private:before,
  430. .octicon-mirror-private:before,
  431. .octicon-git-fork-private:before,
  432. .octicon-lock:before {
  433. content: '\f06a';
  434. }
  435. /*  */
  436. .octicon-logo-github:before {
  437. content: '\f092';
  438. }
  439. /*  */
  440. .octicon-mail:before {
  441. content: '\f03b';
  442. }
  443. /*  */
  444. .octicon-mail-read:before {
  445. content: '\f03c';
  446. }
  447. /*  */
  448. .octicon-mail-reply:before {
  449. content: '\f051';
  450. }
  451. /*  */
  452. .octicon-mark-github:before {
  453. content: '\f00a';
  454. }
  455. /*  */
  456. .octicon-markdown:before {
  457. content: '\f0c9';
  458. }
  459. /*  */
  460. .octicon-megaphone:before {
  461. content: '\f077';
  462. }
  463. /*  */
  464. .octicon-mention:before {
  465. content: '\f0be';
  466. }
  467. /*  */
  468. .octicon-microscope:before {
  469. content: '\f089';
  470. }
  471. /*  */
  472. .octicon-milestone:before {
  473. content: '\f075';
  474. }
  475. /*  */
  476. .octicon-mirror-public:before,
  477. .octicon-mirror:before {
  478. content: '\f024';
  479. }
  480. /*  */
  481. .octicon-mortar-board:before {
  482. content: '\f0d7';
  483. }
  484. /*  */
  485. .octicon-move-down:before {
  486. content: '\f0a8';
  487. }
  488. /*  */
  489. .octicon-move-left:before {
  490. content: '\f074';
  491. }
  492. /*  */
  493. .octicon-move-right:before {
  494. content: '\f0a9';
  495. }
  496. /*  */
  497. .octicon-move-up:before {
  498. content: '\f0a7';
  499. }
  500. /*  */
  501. .octicon-mute:before {
  502. content: '\f080';
  503. }
  504. /*  */
  505. .octicon-no-newline:before {
  506. content: '\f09c';
  507. }
  508. /*  */
  509. .octicon-octoface:before {
  510. content: '\f008';
  511. }
  512. /*  */
  513. .octicon-organization:before {
  514. content: '\f037';
  515. }
  516. /*  */
  517. .octicon-package:before {
  518. content: '\f0c4';
  519. }
  520. /*  */
  521. .octicon-paintcan:before {
  522. content: '\f0d1';
  523. }
  524. /*  */
  525. .octicon-pencil:before {
  526. content: '\f058';
  527. }
  528. /*  */
  529. .octicon-person-add:before,
  530. .octicon-person-follow:before,
  531. .octicon-person:before {
  532. content: '\f018';
  533. }
  534. /*  */
  535. .octicon-pin:before {
  536. content: '\f041';
  537. }
  538. /*  */
  539. .octicon-playback-fast-forward:before {
  540. content: '\f0bd';
  541. }
  542. /*  */
  543. .octicon-playback-pause:before {
  544. content: '\f0bb';
  545. }
  546. /*  */
  547. .octicon-playback-play:before {
  548. content: '\f0bf';
  549. }
  550. /*  */
  551. .octicon-playback-rewind:before {
  552. content: '\f0bc';
  553. }
  554. /*  */
  555. .octicon-plug:before {
  556. content: '\f0d4';
  557. }
  558. /*  */
  559. .octicon-repo-create:before,
  560. .octicon-gist-new:before,
  561. .octicon-file-directory-create:before,
  562. .octicon-file-add:before,
  563. .octicon-plus:before {
  564. content: '\f05d';
  565. }
  566. /*  */
  567. .octicon-podium:before {
  568. content: '\f0af';
  569. }
  570. /*  */
  571. .octicon-primitive-dot:before {
  572. content: '\f052';
  573. }
  574. /*  */
  575. .octicon-primitive-square:before {
  576. content: '\f053';
  577. }
  578. /*  */
  579. .octicon-pulse:before {
  580. content: '\f085';
  581. }
  582. /*  */
  583. .octicon-puzzle:before {
  584. content: '\f0c0';
  585. }
  586. /*  */
  587. .octicon-question:before {
  588. content: '\f02c';
  589. }
  590. /*  */
  591. .octicon-quote:before {
  592. content: '\f063';
  593. }
  594. /*  */
  595. .octicon-radio-tower:before {
  596. content: '\f030';
  597. }
  598. /*  */
  599. .octicon-repo-delete:before,
  600. .octicon-repo:before {
  601. content: '\f001';
  602. }
  603. /*  */
  604. .octicon-repo-clone:before {
  605. content: '\f04c';
  606. }
  607. /*  */
  608. .octicon-repo-force-push:before {
  609. content: '\f04a';
  610. }
  611. /*  */
  612. .octicon-gist-fork:before,
  613. .octicon-repo-forked:before {
  614. content: '\f002';
  615. }
  616. /*  */
  617. .octicon-repo-pull:before {
  618. content: '\f006';
  619. }
  620. /*  */
  621. .octicon-repo-push:before {
  622. content: '\f005';
  623. }
  624. /*  */
  625. .octicon-rocket:before {
  626. content: '\f033';
  627. }
  628. /*  */
  629. .octicon-rss:before {
  630. content: '\f034';
  631. }
  632. /*  */
  633. .octicon-ruby:before {
  634. content: '\f047';
  635. }
  636. /*  */
  637. .octicon-screen-full:before {
  638. content: '\f066';
  639. }
  640. /*  */
  641. .octicon-screen-normal:before {
  642. content: '\f067';
  643. }
  644. /*  */
  645. .octicon-search-save:before,
  646. .octicon-search:before {
  647. content: '\f02e';
  648. }
  649. /*  */
  650. .octicon-server:before {
  651. content: '\f097';
  652. }
  653. /*  */
  654. .octicon-settings:before {
  655. content: '\f07c';
  656. }
  657. /*  */
  658. .octicon-log-in:before,
  659. .octicon-sign-in:before {
  660. content: '\f036';
  661. }
  662. /*  */
  663. .octicon-log-out:before,
  664. .octicon-sign-out:before {
  665. content: '\f032';
  666. }
  667. /*  */
  668. .octicon-split:before {
  669. content: '\f0c6';
  670. }
  671. /*  */
  672. .octicon-squirrel:before {
  673. content: '\f0b2';
  674. }
  675. /*  */
  676. .octicon-star-add:before,
  677. .octicon-star-delete:before,
  678. .octicon-star:before {
  679. content: '\f02a';
  680. }
  681. /*  */
  682. .octicon-steps:before {
  683. content: '\f0c7';
  684. }
  685. /*  */
  686. .octicon-stop:before {
  687. content: '\f08f';
  688. }
  689. /*  */
  690. .octicon-repo-sync:before,
  691. .octicon-sync:before {
  692. content: '\f087';
  693. }
  694. /*  */
  695. .octicon-tag-remove:before,
  696. .octicon-tag-add:before,
  697. .octicon-tag:before {
  698. content: '\f015';
  699. }
  700. /*  */
  701. .octicon-telescope:before {
  702. content: '\f088';
  703. }
  704. /*  */
  705. .octicon-terminal:before {
  706. content: '\f0c8';
  707. }
  708. /*  */
  709. .octicon-three-bars:before {
  710. content: '\f05e';
  711. }
  712. /*  */
  713. .octicon-thumbsdown:before {
  714. content: '\f0db';
  715. }
  716. /*  */
  717. .octicon-thumbsup:before {
  718. content: '\f0da';
  719. }
  720. /*  */
  721. .octicon-tools:before {
  722. content: '\f031';
  723. }
  724. /*  */
  725. .octicon-trashcan:before {
  726. content: '\f0d0';
  727. }
  728. /*  */
  729. .octicon-triangle-down:before {
  730. content: '\f05b';
  731. }
  732. /*  */
  733. .octicon-triangle-left:before {
  734. content: '\f044';
  735. }
  736. /*  */
  737. .octicon-triangle-right:before {
  738. content: '\f05a';
  739. }
  740. /*  */
  741. .octicon-triangle-up:before {
  742. content: '\f0aa';
  743. }
  744. /*  */
  745. .octicon-unfold:before {
  746. content: '\f039';
  747. }
  748. /*  */
  749. .octicon-unmute:before {
  750. content: '\f0ba';
  751. }
  752. /*  */
  753. .octicon-versions:before {
  754. content: '\f064';
  755. }
  756. /*  */
  757. .octicon-remove-close:before,
  758. .octicon-x:before {
  759. content: '\f081';
  760. }
  761. /*  */
  762. .octicon-zap:before {
  763. content: '\26A1';
  764. }
  765. body {
  766. font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
  767. background-color: #FFFFFF;
  768. }
  769. .full.height {
  770. padding: 0;
  771. margin: 0 0 -87px 0;
  772. min-height: 100%;
  773. }
  774. .following.bar {
  775. z-index: 900;
  776. left: 0;
  777. width: 100%;
  778. padding: 0.7em 0;
  779. }
  780. .following.bar.light {
  781. background-color: #FFFFFF;
  782. border-bottom: 1px solid #DDDDDD;
  783. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  784. }
  785. .following.bar .column .menu {
  786. margin-top: 0;
  787. }
  788. .following.bar .brand {
  789. float: left;
  790. margin-right: 5px;
  791. }
  792. .following.bar .searchbox {
  793. background-color: #f4f4f4 !important;
  794. }
  795. .following.bar .searchbox:focus {
  796. background-color: #e9e9e9 !important;
  797. }
  798. footer {
  799. margin-top: 40px !important;
  800. background-color: white;
  801. border-top: 1px solid #d6d6d6;
  802. clear: both;
  803. width: 100%;
  804. color: #888888;
  805. }
  806. footer .ui.left {
  807. float: left;
  808. }
  809. footer .ui.right {
  810. float: right;
  811. }
  812. footer .fa {
  813. width: 16px;
  814. text-align: center;
  815. color: #428bca;
  816. }
  817. footer .links > * {
  818. border-left: 1px solid #d6d6d6;
  819. padding-left: 8px;
  820. margin-left: 5px;
  821. }
  822. footer .links > *:first-child {
  823. border-left: none;
  824. }
  825. .img-1 {
  826. width: 2px;
  827. height: 2px;
  828. }
  829. .img-2 {
  830. width: 4px;
  831. height: 4px;
  832. }
  833. .img-3 {
  834. width: 6px;
  835. height: 6px;
  836. }
  837. .img-4 {
  838. width: 8px;
  839. height: 8px;
  840. }
  841. .img-5 {
  842. width: 10px;
  843. height: 10px;
  844. }
  845. .img-6 {
  846. width: 12px;
  847. height: 12px;
  848. }
  849. .img-7 {
  850. width: 14px;
  851. height: 14px;
  852. }
  853. .img-8 {
  854. width: 16px;
  855. height: 16px;
  856. }
  857. .img-9 {
  858. width: 18px;
  859. height: 18px;
  860. }
  861. .img-10 {
  862. width: 20px;
  863. height: 20px;
  864. }
  865. .img-11 {
  866. width: 22px;
  867. height: 22px;
  868. }
  869. .img-12 {
  870. width: 24px;
  871. height: 24px;
  872. }
  873. .img-13 {
  874. width: 26px;
  875. height: 26px;
  876. }
  877. .img-14 {
  878. width: 28px;
  879. height: 28px;
  880. }
  881. .img-15 {
  882. width: 30px;
  883. height: 30px;
  884. }
  885. .img-16 {
  886. width: 32px;
  887. height: 32px;
  888. }
  889. .home {
  890. padding-bottom: 80px;
  891. }
  892. .home .logo {
  893. max-width: 250px;
  894. }
  895. .home .hero h1,
  896. .home .hero h2 {
  897. font-family: 'PT Sans Narrow', sans-serif;
  898. }
  899. .home .hero h1 {
  900. font-size: 7em;
  901. }
  902. .home .hero h2 {
  903. font-size: 4em;
  904. }
  905. .home .hero .octicon {
  906. color: #d9453d;
  907. font-size: 60px;
  908. margin-right: 10px;
  909. }
  910. .home .hero.header {
  911. font-size: 24px;
  912. }
  913. .home p.large {
  914. font-size: 20px;
  915. }
  916. .home .stackable {
  917. padding-top: 30px;
  918. }
  919. .home a {
  920. color: #d9453d;
  921. }