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.

2848 lines
57 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. @font-face {
  2. font-family: 'octicons';
  3. src: url('../fonts/octicons.eot?#iefix&v=30e752e9a0821a0a098947055eeece0b0f46bc34') format('embedded-opentype'), url('../fonts/octicons.woff?v=30e752e9a0821a0a098947055eeece0b0f46bc34') format('woff'), url('../fonts/octicons.ttf?v=30e752e9a0821a0a098947055eeece0b0f46bc34') format('truetype'), url('../fonts/octicons.svg?v=30e752e9a0821a0a098947055eeece0b0f46bc34#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-arrow-down:before {
  28. content: '\f03f';
  29. }
  30. /*  */
  31. .octicon-arrow-left:before {
  32. content: '\f040';
  33. }
  34. /*  */
  35. .octicon-arrow-right:before {
  36. content: '\f03e';
  37. }
  38. /*  */
  39. .octicon-arrow-small-down:before {
  40. content: '\f0a0';
  41. }
  42. /*  */
  43. .octicon-arrow-small-left:before {
  44. content: '\f0a1';
  45. }
  46. /*  */
  47. .octicon-arrow-small-right:before {
  48. content: '\f071';
  49. }
  50. /*  */
  51. .octicon-arrow-small-up:before {
  52. content: '\f09f';
  53. }
  54. /*  */
  55. .octicon-arrow-up:before {
  56. content: '\f03d';
  57. }
  58. /*  */
  59. .octicon-microscope:before,
  60. .octicon-beaker:before {
  61. content: '\f0dd';
  62. }
  63. /*  */
  64. .octicon-bell:before {
  65. content: '\f0de';
  66. }
  67. /*  */
  68. .octicon-bold:before {
  69. content: '\f0e2';
  70. }
  71. /*  */
  72. .octicon-book:before {
  73. content: '\f007';
  74. }
  75. /*  */
  76. .octicon-bookmark:before {
  77. content: '\f07b';
  78. }
  79. /*  */
  80. .octicon-briefcase:before {
  81. content: '\f0d3';
  82. }
  83. /*  */
  84. .octicon-broadcast:before {
  85. content: '\f048';
  86. }
  87. /*  */
  88. .octicon-browser:before {
  89. content: '\f0c5';
  90. }
  91. /*  */
  92. .octicon-bug:before {
  93. content: '\f091';
  94. }
  95. /*  */
  96. .octicon-calendar:before {
  97. content: '\f068';
  98. }
  99. /*  */
  100. .octicon-check:before {
  101. content: '\f03a';
  102. }
  103. /*  */
  104. .octicon-checklist:before {
  105. content: '\f076';
  106. }
  107. /*  */
  108. .octicon-chevron-down:before {
  109. content: '\f0a3';
  110. }
  111. /*  */
  112. .octicon-chevron-left:before {
  113. content: '\f0a4';
  114. }
  115. /*  */
  116. .octicon-chevron-right:before {
  117. content: '\f078';
  118. }
  119. /*  */
  120. .octicon-chevron-up:before {
  121. content: '\f0a2';
  122. }
  123. /*  */
  124. .octicon-circle-slash:before {
  125. content: '\f084';
  126. }
  127. /*  */
  128. .octicon-circuit-board:before {
  129. content: '\f0d6';
  130. }
  131. /*  */
  132. .octicon-clippy:before {
  133. content: '\f035';
  134. }
  135. /*  */
  136. .octicon-clock:before {
  137. content: '\f046';
  138. }
  139. /*  */
  140. .octicon-cloud-download:before {
  141. content: '\f00b';
  142. }
  143. /*  */
  144. .octicon-cloud-upload:before {
  145. content: '\f00c';
  146. }
  147. /*  */
  148. .octicon-code:before {
  149. content: '\f05f';
  150. }
  151. /*  */
  152. .octicon-color-mode:before {
  153. content: '\f065';
  154. }
  155. /*  */
  156. .octicon-comment-add:before,
  157. .octicon-comment:before {
  158. content: '\f02b';
  159. }
  160. /*  */
  161. .octicon-comment-discussion:before {
  162. content: '\f04f';
  163. }
  164. /*  */
  165. .octicon-credit-card:before {
  166. content: '\f045';
  167. }
  168. /*  */
  169. .octicon-dash:before {
  170. content: '\f0ca';
  171. }
  172. /*  */
  173. .octicon-dashboard:before {
  174. content: '\f07d';
  175. }
  176. /*  */
  177. .octicon-database:before {
  178. content: '\f096';
  179. }
  180. /*  */
  181. .octicon-clone:before,
  182. .octicon-desktop-download:before {
  183. content: '\f0dc';
  184. }
  185. /*  */
  186. .octicon-device-camera:before {
  187. content: '\f056';
  188. }
  189. /*  */
  190. .octicon-device-camera-video:before {
  191. content: '\f057';
  192. }
  193. /*  */
  194. .octicon-device-desktop:before {
  195. content: '\f27c';
  196. }
  197. /*  */
  198. .octicon-device-mobile:before {
  199. content: '\f038';
  200. }
  201. /*  */
  202. .octicon-diff:before {
  203. content: '\f04d';
  204. }
  205. /*  */
  206. .octicon-diff-added:before {
  207. content: '\f06b';
  208. }
  209. /*  */
  210. .octicon-diff-ignored:before {
  211. content: '\f099';
  212. }
  213. /*  */
  214. .octicon-diff-modified:before {
  215. content: '\f06d';
  216. }
  217. /*  */
  218. .octicon-diff-removed:before {
  219. content: '\f06c';
  220. }
  221. /*  */
  222. .octicon-diff-renamed:before {
  223. content: '\f06e';
  224. }
  225. /*  */
  226. .octicon-ellipsis:before {
  227. content: '\f09a';
  228. }
  229. /*  */
  230. .octicon-eye-unwatch:before,
  231. .octicon-eye-watch:before,
  232. .octicon-eye:before {
  233. content: '\f04e';
  234. }
  235. /*  */
  236. .octicon-file-binary:before {
  237. content: '\f094';
  238. }
  239. /*  */
  240. .octicon-file-code:before {
  241. content: '\f010';
  242. }
  243. /*  */
  244. .octicon-file-directory:before {
  245. content: '\f016';
  246. }
  247. /*  */
  248. .octicon-file-media:before {
  249. content: '\f012';
  250. }
  251. /*  */
  252. .octicon-file-pdf:before {
  253. content: '\f014';
  254. }
  255. /*  */
  256. .octicon-file-submodule:before {
  257. content: '\f017';
  258. }
  259. /*  */
  260. .octicon-file-symlink-directory:before {
  261. content: '\f0b1';
  262. }
  263. /*  */
  264. .octicon-file-symlink-file:before {
  265. content: '\f0b0';
  266. }
  267. /*  */
  268. .octicon-file-text:before {
  269. content: '\f011';
  270. }
  271. /*  */
  272. .octicon-file-zip:before {
  273. content: '\f013';
  274. }
  275. /*  */
  276. .octicon-flame:before {
  277. content: '\f0d2';
  278. }
  279. /*  */
  280. .octicon-fold:before {
  281. content: '\f0cc';
  282. }
  283. /*  */
  284. .octicon-gear:before {
  285. content: '\f02f';
  286. }
  287. /*  */
  288. .octicon-gift:before {
  289. content: '\f042';
  290. }
  291. /*  */
  292. .octicon-gist:before {
  293. content: '\f00e';
  294. }
  295. /*  */
  296. .octicon-gist-secret:before {
  297. content: '\f08c';
  298. }
  299. /*  */
  300. .octicon-git-branch-create:before,
  301. .octicon-git-branch-delete:before,
  302. .octicon-git-branch:before {
  303. content: '\f020';
  304. }
  305. /*  */
  306. .octicon-git-commit:before {
  307. content: '\f01f';
  308. }
  309. /*  */
  310. .octicon-git-compare:before {
  311. content: '\f0ac';
  312. }
  313. /*  */
  314. .octicon-git-merge:before {
  315. content: '\f023';
  316. }
  317. /*  */
  318. .octicon-git-pull-request-abandoned:before,
  319. .octicon-git-pull-request:before {
  320. content: '\f009';
  321. }
  322. /*  */
  323. .octicon-globe:before {
  324. content: '\f0b6';
  325. }
  326. /*  */
  327. .octicon-graph:before {
  328. content: '\f043';
  329. }
  330. /*  */
  331. .octicon-heart:before {
  332. content: '\2665';
  333. }
  334. /* ♥ */
  335. .octicon-history:before {
  336. content: '\f07e';
  337. }
  338. /*  */
  339. .octicon-home:before {
  340. content: '\f08d';
  341. }
  342. /*  */
  343. .octicon-horizontal-rule:before {
  344. content: '\f070';
  345. }
  346. /*  */
  347. .octicon-hubot:before {
  348. content: '\f09d';
  349. }
  350. /*  */
  351. .octicon-inbox:before {
  352. content: '\f0cf';
  353. }
  354. /*  */
  355. .octicon-info:before {
  356. content: '\f059';
  357. }
  358. /*  */
  359. .octicon-issue-closed:before {
  360. content: '\f028';
  361. }
  362. /*  */
  363. .octicon-issue-opened:before {
  364. content: '\f026';
  365. }
  366. /*  */
  367. .octicon-issue-reopened:before {
  368. content: '\f027';
  369. }
  370. /*  */
  371. .octicon-italic:before {
  372. content: '\f0e4';
  373. }
  374. /*  */
  375. .octicon-jersey:before {
  376. content: '\f019';
  377. }
  378. /*  */
  379. .octicon-key:before {
  380. content: '\f049';
  381. }
  382. /*  */
  383. .octicon-keyboard:before {
  384. content: '\f00d';
  385. }
  386. /*  */
  387. .octicon-law:before {
  388. content: '\f0d8';
  389. }
  390. /*  */
  391. .octicon-light-bulb:before {
  392. content: '\f000';
  393. }
  394. /*  */
  395. .octicon-link:before {
  396. content: '\f05c';
  397. }
  398. /*  */
  399. .octicon-link-external:before {
  400. content: '\f07f';
  401. }
  402. /*  */
  403. .octicon-list-ordered:before {
  404. content: '\f062';
  405. }
  406. /*  */
  407. .octicon-list-unordered:before {
  408. content: '\f061';
  409. }
  410. /*  */
  411. .octicon-location:before {
  412. content: '\f060';
  413. }
  414. /*  */
  415. .octicon-gist-private:before,
  416. .octicon-mirror-private:before,
  417. .octicon-git-fork-private:before,
  418. .octicon-lock:before {
  419. content: '\f06a';
  420. }
  421. /*  */
  422. .octicon-logo-gist:before {
  423. content: '\f0ad';
  424. }
  425. /*  */
  426. .octicon-logo-github:before {
  427. content: '\f092';
  428. }
  429. /*  */
  430. .octicon-mail:before {
  431. content: '\f03b';
  432. }
  433. /*  */
  434. .octicon-mail-read:before {
  435. content: '\f03c';
  436. }
  437. /*  */
  438. .octicon-mail-reply:before {
  439. content: '\f051';
  440. }
  441. /*  */
  442. .octicon-mark-github:before {
  443. content: '\f00a';
  444. }
  445. /*  */
  446. .octicon-markdown:before {
  447. content: '\f0c9';
  448. }
  449. /*  */
  450. .octicon-megaphone:before {
  451. content: '\f077';
  452. }
  453. /*  */
  454. .octicon-mention:before {
  455. content: '\f0be';
  456. }
  457. /*  */
  458. .octicon-milestone:before {
  459. content: '\f075';
  460. }
  461. /*  */
  462. .octicon-mirror-public:before,
  463. .octicon-mirror:before {
  464. content: '\f024';
  465. }
  466. /*  */
  467. .octicon-mortar-board:before {
  468. content: '\f0d7';
  469. }
  470. /*  */
  471. .octicon-mute:before {
  472. content: '\f080';
  473. }
  474. /*  */
  475. .octicon-no-newline:before {
  476. content: '\f09c';
  477. }
  478. /*  */
  479. .octicon-octoface:before {
  480. content: '\f008';
  481. }
  482. /*  */
  483. .octicon-organization:before {
  484. content: '\f037';
  485. }
  486. /*  */
  487. .octicon-package:before {
  488. content: '\f0c4';
  489. }
  490. /*  */
  491. .octicon-paintcan:before {
  492. content: '\f0d1';
  493. }
  494. /*  */
  495. .octicon-pencil:before {
  496. content: '\f058';
  497. }
  498. /*  */
  499. .octicon-person-add:before,
  500. .octicon-person-follow:before,
  501. .octicon-person:before {
  502. content: '\f018';
  503. }
  504. /*  */
  505. .octicon-pin:before {
  506. content: '\f041';
  507. }
  508. /*  */
  509. .octicon-plug:before {
  510. content: '\f0d4';
  511. }
  512. /*  */
  513. .octicon-repo-create:before,
  514. .octicon-gist-new:before,
  515. .octicon-file-directory-create:before,
  516. .octicon-file-add:before,
  517. .octicon-plus:before {
  518. content: '\f05d';
  519. }
  520. /*  */
  521. .octicon-primitive-dot:before {
  522. content: '\f052';
  523. }
  524. /*  */
  525. .octicon-primitive-square:before {
  526. content: '\f053';
  527. }
  528. /*  */
  529. .octicon-pulse:before {
  530. content: '\f085';
  531. }
  532. /*  */
  533. .octicon-question:before {
  534. content: '\f02c';
  535. }
  536. /*  */
  537. .octicon-quote:before {
  538. content: '\f063';
  539. }
  540. /*  */
  541. .octicon-radio-tower:before {
  542. content: '\f030';
  543. }
  544. /*  */
  545. .octicon-repo-delete:before,
  546. .octicon-repo:before {
  547. content: '\f001';
  548. }
  549. /*  */
  550. .octicon-repo-clone:before {
  551. content: '\f04c';
  552. }
  553. /*  */
  554. .octicon-repo-force-push:before {
  555. content: '\f04a';
  556. }
  557. /*  */
  558. .octicon-gist-fork:before,
  559. .octicon-repo-forked:before {
  560. content: '\f002';
  561. }
  562. /*  */
  563. .octicon-repo-pull:before {
  564. content: '\f006';
  565. }
  566. /*  */
  567. .octicon-repo-push:before {
  568. content: '\f005';
  569. }
  570. /*  */
  571. .octicon-rocket:before {
  572. content: '\f033';
  573. }
  574. /*  */
  575. .octicon-rss:before {
  576. content: '\f034';
  577. }
  578. /*  */
  579. .octicon-ruby:before {
  580. content: '\f047';
  581. }
  582. /*  */
  583. .octicon-search-save:before,
  584. .octicon-search:before {
  585. content: '\f02e';
  586. }
  587. /*  */
  588. .octicon-server:before {
  589. content: '\f097';
  590. }
  591. /*  */
  592. .octicon-settings:before {
  593. content: '\f07c';
  594. }
  595. /*  */
  596. .octicon-shield:before {
  597. content: '\f0e1';
  598. }
  599. /*  */
  600. .octicon-log-in:before,
  601. .octicon-sign-in:before {
  602. content: '\f036';
  603. }
  604. /*  */
  605. .octicon-log-out:before,
  606. .octicon-sign-out:before {
  607. content: '\f032';
  608. }
  609. /*  */
  610. .octicon-squirrel:before {
  611. content: '\f0b2';
  612. }
  613. /*  */
  614. .octicon-star-add:before,
  615. .octicon-star-delete:before,
  616. .octicon-star:before {
  617. content: '\f02a';
  618. }
  619. /*  */
  620. .octicon-stop:before {
  621. content: '\f08f';
  622. }
  623. /*  */
  624. .octicon-repo-sync:before,
  625. .octicon-sync:before {
  626. content: '\f087';
  627. }
  628. /*  */
  629. .octicon-tag-remove:before,
  630. .octicon-tag-add:before,
  631. .octicon-tag:before {
  632. content: '\f015';
  633. }
  634. /*  */
  635. .octicon-tasklist:before {
  636. content: '\f0e5';
  637. }
  638. /*  */
  639. .octicon-telescope:before {
  640. content: '\f088';
  641. }
  642. /*  */
  643. .octicon-terminal:before {
  644. content: '\f0c8';
  645. }
  646. /*  */
  647. .octicon-text-size:before {
  648. content: '\f0e3';
  649. }
  650. /*  */
  651. .octicon-three-bars:before {
  652. content: '\f05e';
  653. }
  654. /*  */
  655. .octicon-thumbsdown:before {
  656. content: '\f0db';
  657. }
  658. /*  */
  659. .octicon-thumbsup:before {
  660. content: '\f0da';
  661. }
  662. /*  */
  663. .octicon-tools:before {
  664. content: '\f031';
  665. }
  666. /*  */
  667. .octicon-trashcan:before {
  668. content: '\f0d0';
  669. }
  670. /*  */
  671. .octicon-triangle-down:before {
  672. content: '\f05b';
  673. }
  674. /*  */
  675. .octicon-triangle-left:before {
  676. content: '\f044';
  677. }
  678. /*  */
  679. .octicon-triangle-right:before {
  680. content: '\f05a';
  681. }
  682. /*  */
  683. .octicon-triangle-up:before {
  684. content: '\f0aa';
  685. }
  686. /*  */
  687. .octicon-unfold:before {
  688. content: '\f039';
  689. }
  690. /*  */
  691. .octicon-unmute:before {
  692. content: '\f0ba';
  693. }
  694. /*  */
  695. .octicon-versions:before {
  696. content: '\f064';
  697. }
  698. /*  */
  699. .octicon-watch:before {
  700. content: '\f0e0';
  701. }
  702. /*  */
  703. .octicon-remove-close:before,
  704. .octicon-x:before {
  705. content: '\f081';
  706. }
  707. /*  */
  708. .octicon-zap:before {
  709. content: '\26A1';
  710. }
  711. /* ⚡ */
  712. .emoji {
  713. width: 1.5em;
  714. height: 1.5em;
  715. display: inline-block;
  716. background-size: contain;
  717. }
  718. body {
  719. font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
  720. background-color: #FAFAFA;
  721. }
  722. img {
  723. border-radius: 3px;
  724. }
  725. pre {
  726. font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  727. }
  728. pre.raw {
  729. padding: 7px 12px;
  730. margin: 10px 0;
  731. background-color: #f8f8f8;
  732. border: 1px solid #ddd;
  733. border-radius: 3px;
  734. font-size: 13px;
  735. line-height: 1.5;
  736. overflow: auto;
  737. }
  738. .full.height {
  739. padding: 0;
  740. margin: 0 0 -80px 0;
  741. min-height: 100%;
  742. }
  743. .following.bar {
  744. z-index: 900;
  745. left: 0;
  746. width: 100%;
  747. }
  748. .following.bar.light {
  749. background-color: white;
  750. border-bottom: 1px solid #DDDDDD;
  751. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  752. }
  753. .following.bar .column .menu {
  754. margin-top: 0;
  755. }
  756. .following.bar .top.menu a.item.brand {
  757. padding-left: 0;
  758. }
  759. .following.bar .brand .ui.mini.image {
  760. width: 30px;
  761. }
  762. .following.bar .top.menu a.item:hover,
  763. .following.bar .top.menu .dropdown.item:hover,
  764. .following.bar .top.menu .dropdown.item.active {
  765. background-color: transparent;
  766. }
  767. .following.bar .top.menu a.item:hover {
  768. color: rgba(0, 0, 0, 0.45);
  769. }
  770. .following.bar .top.menu .menu {
  771. z-index: 900;
  772. }
  773. .following.bar .head.link.item {
  774. padding-right: 0 !important;
  775. }
  776. .following.bar .head.link.item .dropdown.icon,
  777. .following.bar .head.link.item .menu .octicon {
  778. margin-right: 5px;
  779. }
  780. .following.bar .avatar > .ui.image {
  781. margin-right: 0;
  782. }
  783. .following.bar .searchbox {
  784. background-color: #f4f4f4 !important;
  785. }
  786. .following.bar .searchbox:focus {
  787. background-color: #e9e9e9 !important;
  788. }
  789. .following.bar .text .octicon {
  790. width: 16px;
  791. text-align: center;
  792. }
  793. .following.bar .right.menu .menu {
  794. left: auto;
  795. right: 0;
  796. }
  797. .following.bar .right.menu .dropdown .menu {
  798. margin-top: 0;
  799. }
  800. .ui.left {
  801. float: left;
  802. }
  803. .ui.right {
  804. float: right;
  805. }
  806. .ui .text.red {
  807. color: #d95c5c !important;
  808. }
  809. .ui .text.red a {
  810. color: #d95c5c !important;
  811. }
  812. .ui .text.red a:hover {
  813. color: #E67777 !important;
  814. }
  815. .ui .text.blue {
  816. color: #428bca !important;
  817. }
  818. .ui .text.blue a {
  819. color: #15c !important;
  820. }
  821. .ui .text.blue a:hover {
  822. color: #428bca !important;
  823. }
  824. .ui .text.black {
  825. color: #444;
  826. }
  827. .ui .text.black:hover {
  828. color: #000;
  829. }
  830. .ui .text.grey {
  831. color: #767676 !important;
  832. }
  833. .ui .text.grey a {
  834. color: #444 !important;
  835. }
  836. .ui .text.grey a:hover {
  837. color: #000 !important;
  838. }
  839. .ui .text.light.grey {
  840. color: #888 !important;
  841. }
  842. .ui .text.green {
  843. color: #6cc644 !important;
  844. }
  845. .ui .text.purple {
  846. color: #6e5494 !important;
  847. }
  848. .ui .text.yellow {
  849. color: #FBBD08 !important;
  850. }
  851. .ui .text.left {
  852. text-align: left !important;
  853. }
  854. .ui .text.right {
  855. text-align: right !important;
  856. }
  857. .ui .text.small {
  858. font-size: 0.75em;
  859. }
  860. .ui .text.normal {
  861. font-weight: normal;
  862. }
  863. .ui .text.bold {
  864. font-weight: bold;
  865. }
  866. .ui .text.italic {
  867. font-style: italic;
  868. }
  869. .ui .text.truncate {
  870. overflow: hidden;
  871. text-overflow: ellipsis;
  872. white-space: nowrap;
  873. display: inline-block;
  874. }
  875. .ui .text.thin {
  876. font-weight: normal;
  877. }
  878. .ui .text.middle {
  879. vertical-align: middle;
  880. }
  881. .ui .message {
  882. text-align: center;
  883. }
  884. .ui .header > i + .content {
  885. padding-left: 0.75rem;
  886. vertical-align: middle;
  887. }
  888. .ui .warning.header {
  889. background-color: #F9EDBE !important;
  890. border-color: #F0C36D;
  891. }
  892. .ui .warning.segment {
  893. border-color: #F0C36D;
  894. }
  895. .ui .info.header {
  896. background-color: #d9edf7 !important;
  897. border-color: #85c5e5;
  898. }
  899. .ui .info.segment {
  900. border-color: #85c5e5;
  901. }
  902. .ui .normal.header {
  903. font-weight: normal;
  904. }
  905. .ui .avatar.image {
  906. border-radius: 3px;
  907. }
  908. .ui .form .fake {
  909. display: none !important;
  910. }
  911. .ui.status.buttons .octicon {
  912. margin-right: 4px;
  913. }
  914. .overflow.menu .items {
  915. max-height: 300px;
  916. overflow-y: auto;
  917. }
  918. .overflow.menu .items .item {
  919. position: relative;
  920. cursor: pointer;
  921. display: block;
  922. border: none;
  923. height: auto;
  924. border-top: none;
  925. line-height: 1em;
  926. color: rgba(0, 0, 0, 0.8);
  927. padding: .71428571em 1.14285714em !important;
  928. font-size: 1rem;
  929. text-transform: none;
  930. font-weight: 400;
  931. box-shadow: none;
  932. -webkit-touch-callout: none;
  933. }
  934. .overflow.menu .items .item.active {
  935. font-weight: 700;
  936. }
  937. .overflow.menu .items .item:hover {
  938. background: rgba(0, 0, 0, 0.05);
  939. color: rgba(0, 0, 0, 0.8);
  940. z-index: 13;
  941. }
  942. .scrolling.menu .item.selected {
  943. font-weight: 700 !important;
  944. }
  945. footer {
  946. margin-top: 54px !important;
  947. height: 40px;
  948. background-color: white;
  949. border-top: 1px solid #d6d6d6;
  950. clear: both;
  951. width: 100%;
  952. color: #888888;
  953. }
  954. footer .container {
  955. padding-top: 10px;
  956. }
  957. footer .container .fa {
  958. width: 16px;
  959. text-align: center;
  960. color: #428bca;
  961. }
  962. footer .container .links > * {
  963. border-left: 1px solid #d6d6d6;
  964. padding-left: 8px;
  965. margin-left: 5px;
  966. }
  967. footer .container .links > *:first-child {
  968. border-left: none;
  969. }
  970. .hide {
  971. display: none;
  972. }
  973. .center {
  974. text-align: center;
  975. }
  976. .img-1 {
  977. width: 2px !important;
  978. height: 2px !important;
  979. }
  980. .img-2 {
  981. width: 4px !important;
  982. height: 4px !important;
  983. }
  984. .img-3 {
  985. width: 6px !important;
  986. height: 6px !important;
  987. }
  988. .img-4 {
  989. width: 8px !important;
  990. height: 8px !important;
  991. }
  992. .img-5 {
  993. width: 10px !important;
  994. height: 10px !important;
  995. }
  996. .img-6 {
  997. width: 12px !important;
  998. height: 12px !important;
  999. }
  1000. .img-7 {
  1001. width: 14px !important;
  1002. height: 14px !important;
  1003. }
  1004. .img-8 {
  1005. width: 16px !important;
  1006. height: 16px !important;
  1007. }
  1008. .img-9 {
  1009. width: 18px !important;
  1010. height: 18px !important;
  1011. }
  1012. .img-10 {
  1013. width: 20px !important;
  1014. height: 20px !important;
  1015. }
  1016. .img-11 {
  1017. width: 22px !important;
  1018. height: 22px !important;
  1019. }
  1020. .img-12 {
  1021. width: 24px !important;
  1022. height: 24px !important;
  1023. }
  1024. .img-13 {
  1025. width: 26px !important;
  1026. height: 26px !important;
  1027. }
  1028. .img-14 {
  1029. width: 28px !important;
  1030. height: 28px !important;
  1031. }
  1032. .img-15 {
  1033. width: 30px !important;
  1034. height: 30px !important;
  1035. }
  1036. .img-16 {
  1037. width: 32px !important;
  1038. height: 32px !important;
  1039. }
  1040. .octicon.icon,
  1041. .mega-octicon.icon {
  1042. font-family: octicons;
  1043. opacity: 1 !important;
  1044. }
  1045. .sr-only {
  1046. position: absolute;
  1047. width: 1px;
  1048. height: 1px;
  1049. padding: 0;
  1050. margin: -1px;
  1051. overflow: hidden;
  1052. clip: rect(0, 0, 0, 0);
  1053. border: 0;
  1054. }
  1055. .sr-only-focusable:active,
  1056. .sr-only-focusable:focus {
  1057. position: static;
  1058. width: auto;
  1059. height: auto;
  1060. margin: 0;
  1061. overflow: visible;
  1062. clip: auto;
  1063. }
  1064. @media only screen and (max-width: 991px) and (min-width: 768px) {
  1065. .ui.container {
  1066. width: 95%;
  1067. }
  1068. }
  1069. .markdown {
  1070. overflow: hidden;
  1071. font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  1072. font-size: 16px;
  1073. line-height: 1.6 !important;
  1074. word-wrap: break-word;
  1075. }
  1076. .markdown.file-view {
  1077. padding: 5px 2em 2em !important;
  1078. }
  1079. .markdown > *:first-child {
  1080. margin-top: 0 !important;
  1081. }
  1082. .markdown > *:last-child {
  1083. margin-bottom: 0 !important;
  1084. }
  1085. .markdown a:not([href]) {
  1086. color: inherit;
  1087. text-decoration: none;
  1088. }
  1089. .markdown .absent {
  1090. color: #c00;
  1091. }
  1092. .markdown .anchor {
  1093. position: absolute;
  1094. top: 0;
  1095. left: 0;
  1096. display: block;
  1097. padding-right: 6px;
  1098. padding-left: 30px;
  1099. margin-left: -30px;
  1100. }
  1101. .markdown .anchor:focus {
  1102. outline: none;
  1103. }
  1104. .markdown h1,
  1105. .markdown h2,
  1106. .markdown h3,
  1107. .markdown h4,
  1108. .markdown h5,
  1109. .markdown h6 {
  1110. position: relative;
  1111. margin-top: 1em;
  1112. margin-bottom: 16px;
  1113. font-weight: bold;
  1114. line-height: 1.4;
  1115. }
  1116. .markdown h1 .octicon-link,
  1117. .markdown h2 .octicon-link,
  1118. .markdown h3 .octicon-link,
  1119. .markdown h4 .octicon-link,
  1120. .markdown h5 .octicon-link,
  1121. .markdown h6 .octicon-link {
  1122. display: none;
  1123. color: #000;
  1124. vertical-align: middle;
  1125. }
  1126. .markdown h1:hover .anchor,
  1127. .markdown h2:hover .anchor,
  1128. .markdown h3:hover .anchor,
  1129. .markdown h4:hover .anchor,
  1130. .markdown h5:hover .anchor,
  1131. .markdown h6:hover .anchor {
  1132. padding-left: 8px;
  1133. margin-left: -30px;
  1134. text-decoration: none;
  1135. }
  1136. .markdown h1:hover .anchor .octicon-link,
  1137. .markdown h2:hover .anchor .octicon-link,
  1138. .markdown h3:hover .anchor .octicon-link,
  1139. .markdown h4:hover .anchor .octicon-link,
  1140. .markdown h5:hover .anchor .octicon-link,
  1141. .markdown h6:hover .anchor .octicon-link {
  1142. display: inline-block;
  1143. }
  1144. .markdown h1 tt,
  1145. .markdown h1 code,
  1146. .markdown h2 tt,
  1147. .markdown h2 code,
  1148. .markdown h3 tt,
  1149. .markdown h3 code,
  1150. .markdown h4 tt,
  1151. .markdown h4 code,
  1152. .markdown h5 tt,
  1153. .markdown h5 code,
  1154. .markdown h6 tt,
  1155. .markdown h6 code {
  1156. font-size: inherit;
  1157. }
  1158. .markdown h1 {
  1159. padding-bottom: 0.3em;
  1160. font-size: 2.25em;
  1161. line-height: 1.2;
  1162. border-bottom: 1px solid #eee;
  1163. }
  1164. .markdown h1 .anchor {
  1165. line-height: 1;
  1166. }
  1167. .markdown h2 {
  1168. padding-bottom: 0.3em;
  1169. font-size: 1.75em;
  1170. line-height: 1.225;
  1171. border-bottom: 1px solid #eee;
  1172. }
  1173. .markdown h2 .anchor {
  1174. line-height: 1;
  1175. }
  1176. .markdown h3 {
  1177. font-size: 1.5em;
  1178. line-height: 1.43;
  1179. }
  1180. .markdown h3 .anchor {
  1181. line-height: 1.2;
  1182. }
  1183. .markdown h4 {
  1184. font-size: 1.25em;
  1185. }
  1186. .markdown h4 .anchor {
  1187. line-height: 1.2;
  1188. }
  1189. .markdown h5 {
  1190. font-size: 1em;
  1191. }
  1192. .markdown h5 .anchor {
  1193. line-height: 1.1;
  1194. }
  1195. .markdown h6 {
  1196. font-size: 1em;
  1197. color: #777;
  1198. }
  1199. .markdown h6 .anchor {
  1200. line-height: 1.1;
  1201. }
  1202. .markdown p,
  1203. .markdown blockquote,
  1204. .markdown ul,
  1205. .markdown ol,
  1206. .markdown dl,
  1207. .markdown table,
  1208. .markdown pre {
  1209. margin-top: 0;
  1210. margin-bottom: 16px;
  1211. }
  1212. .markdown blockquote {
  1213. margin-left: 0;
  1214. }
  1215. .markdown hr {
  1216. height: 4px;
  1217. padding: 0;
  1218. margin: 16px 0;
  1219. background-color: #e7e7e7;
  1220. border: 0 none;
  1221. }
  1222. .markdown ul,
  1223. .markdown ol {
  1224. padding-left: 2em;
  1225. }
  1226. .markdown ul.no-list,
  1227. .markdown ol.no-list {
  1228. padding: 0;
  1229. list-style-type: none;
  1230. }
  1231. .markdown ul ul,
  1232. .markdown ul ol,
  1233. .markdown ol ol,
  1234. .markdown ol ul {
  1235. margin-top: 0;
  1236. margin-bottom: 0;
  1237. }
  1238. .markdown ol ol,
  1239. .markdown ul ol {
  1240. list-style-type: lower-roman;
  1241. }
  1242. .markdown li > p {
  1243. margin-top: 16px;
  1244. }
  1245. .markdown dl {
  1246. padding: 0;
  1247. }
  1248. .markdown dl dt {
  1249. padding: 0;
  1250. margin-top: 16px;
  1251. font-size: 1em;
  1252. font-style: italic;
  1253. font-weight: bold;
  1254. }
  1255. .markdown dl dd {
  1256. padding: 0 16px;
  1257. margin-bottom: 16px;
  1258. }
  1259. .markdown blockquote {
  1260. padding: 0 15px;
  1261. color: #777;
  1262. border-left: 4px solid #ddd;
  1263. }
  1264. .markdown blockquote > :first-child {
  1265. margin-top: 0;
  1266. }
  1267. .markdown blockquote > :last-child {
  1268. margin-bottom: 0;
  1269. }
  1270. .markdown table {
  1271. display: block;
  1272. width: 100%;
  1273. overflow: auto;
  1274. word-break: normal;
  1275. word-break: keep-all;
  1276. }
  1277. .markdown table th {
  1278. font-weight: bold;
  1279. }
  1280. .markdown table th,
  1281. .markdown table td {
  1282. padding: 6px 13px !important;
  1283. border: 1px solid #ddd;
  1284. }
  1285. .markdown table tr {
  1286. background-color: #fff;
  1287. border-top: 1px solid #ccc;
  1288. }
  1289. .markdown table tr:nth-child(2n) {
  1290. background-color: #f8f8f8;
  1291. }
  1292. .markdown img {
  1293. max-width: 100%;
  1294. box-sizing: border-box;
  1295. }
  1296. .markdown .emoji {
  1297. max-width: none;
  1298. }
  1299. .markdown span.frame {
  1300. display: block;
  1301. overflow: hidden;
  1302. }
  1303. .markdown span.frame > span {
  1304. display: block;
  1305. float: left;
  1306. width: auto;
  1307. padding: 7px;
  1308. margin: 13px 0 0;
  1309. overflow: hidden;
  1310. border: 1px solid #ddd;
  1311. }
  1312. .markdown span.frame span img {
  1313. display: block;
  1314. float: left;
  1315. }
  1316. .markdown span.frame span span {
  1317. display: block;
  1318. padding: 5px 0 0;
  1319. clear: both;
  1320. color: #333;
  1321. }
  1322. .markdown span.align-center {
  1323. display: block;
  1324. overflow: hidden;
  1325. clear: both;
  1326. }
  1327. .markdown span.align-center > span {
  1328. display: block;
  1329. margin: 13px auto 0;
  1330. overflow: hidden;
  1331. text-align: center;
  1332. }
  1333. .markdown span.align-center span img {
  1334. margin: 0 auto;
  1335. text-align: center;
  1336. }
  1337. .markdown span.align-right {
  1338. display: block;
  1339. overflow: hidden;
  1340. clear: both;
  1341. }
  1342. .markdown span.align-right > span {
  1343. display: block;
  1344. margin: 13px 0 0;
  1345. overflow: hidden;
  1346. text-align: right;
  1347. }
  1348. .markdown span.align-right span img {
  1349. margin: 0;
  1350. text-align: right;
  1351. }
  1352. .markdown span.float-left {
  1353. display: block;
  1354. float: left;
  1355. margin-right: 13px;
  1356. overflow: hidden;
  1357. }
  1358. .markdown span.float-left span {
  1359. margin: 13px 0 0;
  1360. }
  1361. .markdown span.float-right {
  1362. display: block;
  1363. float: right;
  1364. margin-left: 13px;
  1365. overflow: hidden;
  1366. }
  1367. .markdown span.float-right > span {
  1368. display: block;
  1369. margin: 13px auto 0;
  1370. overflow: hidden;
  1371. text-align: right;
  1372. }
  1373. .markdown code,
  1374. .markdown tt {
  1375. padding: 0;
  1376. padding-top: 0.2em;
  1377. padding-bottom: 0.2em;
  1378. margin: 0;
  1379. font-size: 85%;
  1380. background-color: rgba(0, 0, 0, 0.04);
  1381. border-radius: 3px;
  1382. }
  1383. .markdown code:before,
  1384. .markdown code:after,
  1385. .markdown tt:before,
  1386. .markdown tt:after {
  1387. letter-spacing: -0.2em;
  1388. content: "\00a0";
  1389. }
  1390. .markdown code br,
  1391. .markdown tt br {
  1392. display: none;
  1393. }
  1394. .markdown del code {
  1395. text-decoration: inherit;
  1396. }
  1397. .markdown pre > code {
  1398. padding: 0;
  1399. margin: 0;
  1400. font-size: 100%;
  1401. word-break: normal;
  1402. white-space: pre;
  1403. background: transparent;
  1404. border: 0;
  1405. }
  1406. .markdown .highlight {
  1407. margin-bottom: 16px;
  1408. }
  1409. .markdown .highlight pre,
  1410. .markdown pre {
  1411. padding: 16px;
  1412. overflow: auto;
  1413. font-size: 85%;
  1414. line-height: 1.45;
  1415. background-color: #f7f7f7;
  1416. border-radius: 3px;
  1417. }
  1418. .markdown .highlight pre {
  1419. margin-bottom: 0;
  1420. word-break: normal;
  1421. }
  1422. .markdown pre {
  1423. word-wrap: normal;
  1424. }
  1425. .markdown pre code,
  1426. .markdown pre tt {
  1427. display: inline;
  1428. max-width: initial;
  1429. padding: 0;
  1430. margin: 0;
  1431. overflow: initial;
  1432. line-height: inherit;
  1433. word-wrap: normal;
  1434. background-color: transparent;
  1435. border: 0;
  1436. }
  1437. .markdown pre code:before,
  1438. .markdown pre code:after,
  1439. .markdown pre tt:before,
  1440. .markdown pre tt:after {
  1441. content: normal;
  1442. }
  1443. .markdown kbd {
  1444. display: inline-block;
  1445. padding: 3px 5px;
  1446. font-size: 11px;
  1447. line-height: 10px;
  1448. color: #555;
  1449. vertical-align: middle;
  1450. background-color: #fcfcfc;
  1451. border: solid 1px #ccc;
  1452. border-bottom-color: #bbb;
  1453. border-radius: 3px;
  1454. box-shadow: inset 0 -1px 0 #bbb;
  1455. }
  1456. .markdown .csv-data td,
  1457. .markdown .csv-data th {
  1458. padding: 5px;
  1459. overflow: hidden;
  1460. font-size: 12px;
  1461. line-height: 1;
  1462. text-align: left;
  1463. white-space: nowrap;
  1464. }
  1465. .markdown .csv-data .blob-num {
  1466. padding: 10px 8px 9px;
  1467. text-align: right;
  1468. background: #fff;
  1469. border: 0;
  1470. }
  1471. .markdown .csv-data tr {
  1472. border-top: 0;
  1473. }
  1474. .markdown .csv-data th {
  1475. font-weight: bold;
  1476. background: #f8f8f8;
  1477. border-top: 0;
  1478. }
  1479. .home {
  1480. padding-bottom: 80px;
  1481. }
  1482. .home .logo {
  1483. max-width: 220px;
  1484. }
  1485. .home .hero h1,
  1486. .home .hero h2 {
  1487. font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
  1488. }
  1489. .home .hero h1 {
  1490. font-size: 5.5em;
  1491. }
  1492. .home .hero h2 {
  1493. font-size: 3em;
  1494. }
  1495. .home .hero .octicon {
  1496. color: #d9453d;
  1497. font-size: 40px;
  1498. width: 50px;
  1499. }
  1500. .home .hero.header {
  1501. font-size: 20px;
  1502. }
  1503. .home p.large {
  1504. font-size: 16px;
  1505. }
  1506. .home .stackable {
  1507. padding-top: 30px;
  1508. }
  1509. .home a {
  1510. color: #d9453d;
  1511. }
  1512. .signup {
  1513. padding-top: 15px;
  1514. padding-bottom: 80px;
  1515. }
  1516. .install {
  1517. padding-top: 45px;
  1518. padding-bottom: 80px;
  1519. }
  1520. .install form label {
  1521. text-align: right;
  1522. width: 320px !important;
  1523. }
  1524. .install form input {
  1525. width: 35% !important;
  1526. }
  1527. .install form .field {
  1528. text-align: left;
  1529. }
  1530. .install form .field .help {
  1531. margin-left: 335px !important;
  1532. }
  1533. .install form .field.optional .title {
  1534. margin-left: 38%;
  1535. }
  1536. .install .ui .checkbox {
  1537. margin-left: 40% !important;
  1538. }
  1539. .install .ui .checkbox label {
  1540. width: auto !important;
  1541. }
  1542. .form .help {
  1543. color: #999999;
  1544. padding-top: .6em;
  1545. padding-bottom: .6em;
  1546. display: inline-block;
  1547. }
  1548. .ui.attached.header {
  1549. background: #f0f0f0;
  1550. }
  1551. .ui.attached.header .right {
  1552. margin-top: -5px;
  1553. }
  1554. .ui.attached.header .right .button {
  1555. padding: 8px 10px;
  1556. font-weight: normal;
  1557. }
  1558. #create-page-form form {
  1559. margin: auto;
  1560. width: 800px!important;
  1561. }
  1562. #create-page-form form .ui.message {
  1563. text-align: center;
  1564. }
  1565. #create-page-form form .header {
  1566. padding-left: 280px !important;
  1567. }
  1568. #create-page-form form .inline.field > label {
  1569. text-align: right;
  1570. width: 250px !important;
  1571. word-wrap: break-word;
  1572. }
  1573. #create-page-form form .help {
  1574. margin-left: 265px !important;
  1575. }
  1576. #create-page-form form .optional .title {
  1577. margin-left: 250px !important;
  1578. }
  1579. #create-page-form form input,
  1580. #create-page-form form textarea {
  1581. width: 50%!important;
  1582. }
  1583. .user.activate form,
  1584. .user.forgot.password form,
  1585. .user.reset.password form,
  1586. .user.signin form,
  1587. .user.signup form {
  1588. margin: auto;
  1589. width: 800px!important;
  1590. }
  1591. .user.activate form .ui.message,
  1592. .user.forgot.password form .ui.message,
  1593. .user.reset.password form .ui.message,
  1594. .user.signin form .ui.message,
  1595. .user.signup form .ui.message {
  1596. text-align: center;
  1597. }
  1598. .user.activate form .header,
  1599. .user.forgot.password form .header,
  1600. .user.reset.password form .header,
  1601. .user.signin form .header,
  1602. .user.signup form .header {
  1603. padding-left: 280px !important;
  1604. }
  1605. .user.activate form .inline.field > label,
  1606. .user.forgot.password form .inline.field > label,
  1607. .user.reset.password form .inline.field > label,
  1608. .user.signin form .inline.field > label,
  1609. .user.signup form .inline.field > label {
  1610. text-align: right;
  1611. width: 250px !important;
  1612. word-wrap: break-word;
  1613. }
  1614. .user.activate form .help,
  1615. .user.forgot.password form .help,
  1616. .user.reset.password form .help,
  1617. .user.signin form .help,
  1618. .user.signup form .help {
  1619. margin-left: 265px !important;
  1620. }
  1621. .user.activate form .optional .title,
  1622. .user.forgot.password form .optional .title,
  1623. .user.reset.password form .optional .title,
  1624. .user.signin form .optional .title,
  1625. .user.signup form .optional .title {
  1626. margin-left: 250px !important;
  1627. }
  1628. .user.activate form input,
  1629. .user.forgot.password form input,
  1630. .user.reset.password form input,
  1631. .user.signin form input,
  1632. .user.signup form input,
  1633. .user.activate form textarea,
  1634. .user.forgot.password form textarea,
  1635. .user.reset.password form textarea,
  1636. .user.signin form textarea,
  1637. .user.signup form textarea {
  1638. width: 50%!important;
  1639. }
  1640. .user.activate form,
  1641. .user.forgot.password form,
  1642. .user.reset.password form,
  1643. .user.signin form,
  1644. .user.signup form {
  1645. width: 700px!important;
  1646. }
  1647. .user.activate form .header,
  1648. .user.forgot.password form .header,
  1649. .user.reset.password form .header,
  1650. .user.signin form .header,
  1651. .user.signup form .header {
  1652. padding-left: 230px !important;
  1653. }
  1654. .user.activate form .inline.field > label,
  1655. .user.forgot.password form .inline.field > label,
  1656. .user.reset.password form .inline.field > label,
  1657. .user.signin form .inline.field > label,
  1658. .user.signup form .inline.field > label {
  1659. width: 200px !important;
  1660. }
  1661. .repository.new.repo form,
  1662. .repository.new.migrate form,
  1663. .repository.new.fork form {
  1664. margin: auto;
  1665. width: 800px!important;
  1666. }
  1667. .repository.new.repo form .ui.message,
  1668. .repository.new.migrate form .ui.message,
  1669. .repository.new.fork form .ui.message {
  1670. text-align: center;
  1671. }
  1672. .repository.new.repo form .header,
  1673. .repository.new.migrate form .header,
  1674. .repository.new.fork form .header {
  1675. padding-left: 280px !important;
  1676. }
  1677. .repository.new.repo form .inline.field > label,
  1678. .repository.new.migrate form .inline.field > label,
  1679. .repository.new.fork form .inline.field > label {
  1680. text-align: right;
  1681. width: 250px !important;
  1682. word-wrap: break-word;
  1683. }
  1684. .repository.new.repo form .help,
  1685. .repository.new.migrate form .help,
  1686. .repository.new.fork form .help {
  1687. margin-left: 265px !important;
  1688. }
  1689. .repository.new.repo form .optional .title,
  1690. .repository.new.migrate form .optional .title,
  1691. .repository.new.fork form .optional .title {
  1692. margin-left: 250px !important;
  1693. }
  1694. .repository.new.repo form input,
  1695. .repository.new.migrate form input,
  1696. .repository.new.fork form input,
  1697. .repository.new.repo form textarea,
  1698. .repository.new.migrate form textarea,
  1699. .repository.new.fork form textarea {
  1700. width: 50%!important;
  1701. }
  1702. .repository.new.repo form .dropdown .dropdown.icon,
  1703. .repository.new.migrate form .dropdown .dropdown.icon,
  1704. .repository.new.fork form .dropdown .dropdown.icon {
  1705. margin-top: -7px !important;
  1706. }
  1707. .repository.new.repo form .dropdown .text,
  1708. .repository.new.migrate form .dropdown .text,
  1709. .repository.new.fork form .dropdown .text {
  1710. margin-right: 0!important;
  1711. }
  1712. .repository.new.repo form .dropdown .text i,
  1713. .repository.new.migrate form .dropdown .text i,
  1714. .repository.new.fork form .dropdown .text i {
  1715. margin-right: 0!important;
  1716. }
  1717. .repository.new.repo .ui.form .selection.dropdown:not(.owner) {
  1718. width: 50%!important;
  1719. }
  1720. .repository.new.repo .ui.form #auto-init {
  1721. margin-left: 265px !important;
  1722. }
  1723. .new.webhook form .help {
  1724. margin-left: 25px;
  1725. }
  1726. .new.webhook .events.fields .column {
  1727. padding-left: 40px;
  1728. }
  1729. .repository {
  1730. padding-top: 15px;
  1731. padding-bottom: 80px;
  1732. }
  1733. .repository .head .column {
  1734. padding-top: 5px!important;
  1735. padding-bottom: 5px!important;
  1736. }
  1737. .repository .head .ui.compact.menu {
  1738. margin-left: 1rem;
  1739. }
  1740. .repository .head .ui.header {
  1741. margin-top: 0;
  1742. }
  1743. .repository .head .mega-octicon {
  1744. width: 30px;
  1745. font-size: 30px;
  1746. }
  1747. .repository .head .ui.huge.breadcrumb {
  1748. font-weight: 300;
  1749. font-size: 1.7rem;
  1750. }
  1751. .repository .head .fork-flag {
  1752. margin-left: 38px;
  1753. display: block;
  1754. font-size: 12px;
  1755. line-height: 10px;
  1756. white-space: nowrap;
  1757. }
  1758. .repository .metas .menu {
  1759. max-height: 300px;
  1760. overflow-x: auto;
  1761. }
  1762. .repository .metas .ui.list .hide {
  1763. display: none!important;
  1764. }
  1765. .repository .metas .ui.list .label.color {
  1766. padding: 0 8px;
  1767. margin-right: 5px;
  1768. }
  1769. .repository .metas .ui.list a {
  1770. padding-top: 5px;
  1771. padding-right: 10px;
  1772. }
  1773. .repository .metas .ui.list a .text {
  1774. color: #444;
  1775. }
  1776. .repository .metas .ui.list a .text:hover {
  1777. color: #000;
  1778. }
  1779. .repository .filter.menu .label.color {
  1780. margin-left: 15px;
  1781. padding: 0 8px;
  1782. }
  1783. .repository .filter.menu .octicon {
  1784. float: left;
  1785. margin-left: -5px;
  1786. margin-right: -7px;
  1787. }
  1788. .repository .filter.menu .menu {
  1789. max-height: 300px;
  1790. overflow-x: auto;
  1791. right: 0!important;
  1792. left: auto!important;
  1793. }
  1794. .repository .filter.menu .dropdown.item {
  1795. margin: 1px;
  1796. padding-right: 0;
  1797. }
  1798. .repository.file.list #repo-desc {
  1799. font-size: 1.2em;
  1800. }
  1801. .repository.file.list .choose.reference .header .icon {
  1802. font-size: 1.4em;
  1803. }
  1804. .repository.file.list .head.meta {
  1805. padding: 0;
  1806. }
  1807. .repository.file.list .head.meta li {
  1808. list-style: none;
  1809. display: inline-block;
  1810. }
  1811. .repository.file.list .head.meta li .ui.breadcrumb {
  1812. margin-top: -5px;
  1813. }
  1814. .repository.file.list .head.meta li .ui.breadcrumb span,
  1815. .repository.file.list .head.meta li .ui.breadcrumb a {
  1816. font-size: 16px;
  1817. }
  1818. .repository.file.list .clone.input {
  1819. margin-top: -8px;
  1820. width: 100%;
  1821. }
  1822. .repository.file.list .clone.input input {
  1823. border-radius: 0;
  1824. padding: 5px 10px;
  1825. }
  1826. .repository.file.list .clone.input .clone.button {
  1827. font-size: 13px;
  1828. padding: 0 5px;
  1829. }
  1830. .repository.file.list .clone.input .clone.button:first-child {
  1831. border-radius: .28571429rem 0 0 .28571429rem;
  1832. }
  1833. .repository.file.list .clone.input .icon.button {
  1834. padding: 0 10px;
  1835. }
  1836. .repository.file.list .clone.input .dropdown .menu {
  1837. right: 0!important;
  1838. left: auto!important;
  1839. }
  1840. .repository.file.list #repo-files-table .table.list {
  1841. width: 80% !important;
  1842. }
  1843. .repository.file.list #repo-files-table thead th {
  1844. padding-top: 8px;
  1845. padding-bottom: 5px;
  1846. font-weight: normal;
  1847. }
  1848. .repository.file.list #repo-files-table thead th #last-commit-message {
  1849. margin-left: 5px;
  1850. margin-bottom: -4px;
  1851. width: 400px;
  1852. }
  1853. .repository.file.list #repo-files-table thead th .age {
  1854. margin-top: 2px;
  1855. }
  1856. .repository.file.list #repo-files-table thead .ui.avatar {
  1857. margin-bottom: 5px;
  1858. }
  1859. .repository.file.list #repo-files-table tbody .icon {
  1860. margin-left: 5px;
  1861. }
  1862. .repository.file.list #repo-files-table tbody .name {
  1863. max-width: 120px;
  1864. }
  1865. .repository.file.list #repo-files-table tbody .message {
  1866. max-width: 300px;
  1867. }
  1868. .repository.file.list #repo-files-table tbody .age {
  1869. min-width: 150px;
  1870. }
  1871. .repository.file.list #repo-files-table tbody .text.truncate {
  1872. margin-bottom: -5px;
  1873. max-width: 100%;
  1874. }
  1875. .repository.file.list #repo-files-table td {
  1876. padding-top: 8px;
  1877. padding-bottom: 8px;
  1878. }
  1879. .repository.file.list #repo-files-table tr:hover {
  1880. background-color: #ffffEE;
  1881. }
  1882. .repository.file.list #file-content .header .icon {
  1883. font-size: 1em;
  1884. margin-top: -2px;
  1885. }
  1886. .repository.file.list #file-content .view-raw * {
  1887. width: 100%;
  1888. }
  1889. .repository.file.list #file-content .view-raw img {
  1890. padding: 5px 5px 0 5px;
  1891. }
  1892. .repository.file.list #file-content .code-view * {
  1893. font-size: 13px;
  1894. font-family: monospace;
  1895. line-height: 20px;
  1896. }
  1897. .repository.file.list #file-content .code-view table {
  1898. width: 100%;
  1899. }
  1900. .repository.file.list #file-content .code-view .lines-num {
  1901. vertical-align: top;
  1902. text-align: right;
  1903. color: #999;
  1904. background: #f5f5f5;
  1905. width: 1%;
  1906. }
  1907. .repository.file.list #file-content .code-view .lines-num span {
  1908. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  1909. line-height: 20px;
  1910. padding: 0 10px;
  1911. cursor: pointer;
  1912. display: block;
  1913. }
  1914. .repository.file.list #file-content .code-view .lines-num,
  1915. .repository.file.list #file-content .code-view .lines-code {
  1916. padding: 0;
  1917. }
  1918. .repository.file.list #file-content .code-view .lines-num pre,
  1919. .repository.file.list #file-content .code-view .lines-code pre,
  1920. .repository.file.list #file-content .code-view .lines-num ol,
  1921. .repository.file.list #file-content .code-view .lines-code ol,
  1922. .repository.file.list #file-content .code-view .lines-num .hljs,
  1923. .repository.file.list #file-content .code-view .lines-code .hljs {
  1924. background-color: white;
  1925. margin: 0;
  1926. padding: 0 !important;
  1927. }
  1928. .repository.file.list #file-content .code-view .lines-num pre li,
  1929. .repository.file.list #file-content .code-view .lines-code pre li,
  1930. .repository.file.list #file-content .code-view .lines-num ol li,
  1931. .repository.file.list #file-content .code-view .lines-code ol li,
  1932. .repository.file.list #file-content .code-view .lines-num .hljs li,
  1933. .repository.file.list #file-content .code-view .lines-code .hljs li {
  1934. padding-left: 5px;
  1935. }
  1936. .repository.file.list #file-content .code-view .lines-num pre li.active,
  1937. .repository.file.list #file-content .code-view .lines-code pre li.active,
  1938. .repository.file.list #file-content .code-view .lines-num ol li.active,
  1939. .repository.file.list #file-content .code-view .lines-code ol li.active,
  1940. .repository.file.list #file-content .code-view .lines-num .hljs li.active,
  1941. .repository.file.list #file-content .code-view .lines-code .hljs li.active {
  1942. background: #ffffdd;
  1943. }
  1944. .repository.file.list .sidebar {
  1945. padding-left: 0;
  1946. }
  1947. .repository.file.list .sidebar .octicon {
  1948. width: 16px;
  1949. }
  1950. .repository.options #interval {
  1951. width: 100px!important;
  1952. min-width: 100px;
  1953. }
  1954. .repository.options .danger .item {
  1955. padding: 20px 15px;
  1956. }
  1957. .repository.options .danger .ui.divider {
  1958. margin: 0;
  1959. }
  1960. .repository.new.issue .comment.form .comment .avatar {
  1961. width: 3em;
  1962. }
  1963. .repository.new.issue .comment.form .content {
  1964. margin-left: 4em;
  1965. }
  1966. .repository.new.issue .comment.form .content .markdown {
  1967. font-size: 14px;
  1968. }
  1969. .repository.new.issue .comment.form .metas {
  1970. min-width: 220px;
  1971. }
  1972. .repository.new.issue .comment.form .metas .filter.menu {
  1973. max-height: 300px;
  1974. overflow-x: auto;
  1975. }
  1976. .repository.view.issue .title {
  1977. padding-bottom: 0!important;
  1978. }
  1979. .repository.view.issue .title h1 {
  1980. font-weight: 300;
  1981. font-size: 3rem;
  1982. margin-bottom: 5px;
  1983. }
  1984. .repository.view.issue .title h1 .ui.input {
  1985. font-size: 0.5em;
  1986. vertical-align: top;
  1987. width: 50%;
  1988. min-width: 600px;
  1989. }
  1990. .repository.view.issue .title h1 .ui.input input {
  1991. font-size: 1.5em;
  1992. padding: 6px 10px;
  1993. }
  1994. .repository.view.issue .title .index {
  1995. font-weight: 300;
  1996. color: #aaa;
  1997. letter-spacing: -1px;
  1998. }
  1999. .repository.view.issue .title .label {
  2000. margin-right: 10px;
  2001. }
  2002. .repository.view.issue .title .edit-zone {
  2003. margin-top: 10px;
  2004. }
  2005. .repository.view.issue .pull-desc code {
  2006. color: #0166E6;
  2007. }
  2008. .repository.view.issue .pull.tabular.menu {
  2009. margin-bottom: 10px;
  2010. }
  2011. .repository.view.issue .pull.tabular.menu .octicon {
  2012. margin-right: 5px;
  2013. }
  2014. .repository.view.issue .pull.tab.segment {
  2015. border: none;
  2016. padding: 0;
  2017. padding-top: 10px;
  2018. box-shadow: none;
  2019. background-color: inherit;
  2020. }
  2021. .repository.view.issue .pull .merge.box .avatar {
  2022. margin-left: 10px;
  2023. margin-top: 10px;
  2024. }
  2025. .repository.view.issue .comment-list:before {
  2026. display: block;
  2027. content: "";
  2028. position: absolute;
  2029. margin-top: 12px;
  2030. margin-bottom: 14px;
  2031. top: 0;
  2032. bottom: 0;
  2033. left: 96px;
  2034. width: 2px;
  2035. background-color: #f3f3f3;
  2036. z-index: -1;
  2037. }
  2038. .repository.view.issue .comment-list .comment .avatar {
  2039. width: 3em;
  2040. }
  2041. .repository.view.issue .comment-list .comment .tag {
  2042. color: #767676;
  2043. margin-top: 3px;
  2044. padding: 2px 5px;
  2045. font-size: 12px;
  2046. border: 1px solid rgba(0, 0, 0, 0.1);
  2047. border-radius: 3px;
  2048. }
  2049. .repository.view.issue .comment-list .comment .actions .item {
  2050. float: left;
  2051. }
  2052. .repository.view.issue .comment-list .comment .actions a.item {
  2053. margin-top: 6px;
  2054. margin-left: 10px;
  2055. }
  2056. .repository.view.issue .comment-list .comment .content {
  2057. margin-left: 4em;
  2058. }
  2059. .repository.view.issue .comment-list .comment .content .header {
  2060. font-weight: normal;
  2061. padding: auto 15px;
  2062. color: #767676;
  2063. background-color: #f7f7f7;
  2064. border-bottom: 1px solid #eee;
  2065. border-top-left-radius: 3px;
  2066. border-top-right-radius: 3px;
  2067. }
  2068. .repository.view.issue .comment-list .comment .content .header .text {
  2069. max-width: 78%;
  2070. padding-top: 10px;
  2071. padding-bottom: 10px;
  2072. }
  2073. .repository.view.issue .comment-list .comment .content .markdown {
  2074. font-size: 14px;
  2075. }
  2076. .repository.view.issue .comment-list .comment .content .no-content {
  2077. color: #767676;
  2078. font-style: italic;
  2079. }
  2080. .repository.view.issue .comment-list .comment .content > .bottom.segment {
  2081. background: #f3f4f5;
  2082. }
  2083. .repository.view.issue .comment-list .comment .content > .bottom.segment .ui.image {
  2084. max-height: 150px;
  2085. }
  2086. .repository.view.issue .comment-list .comment .ui.form .field:first-child {
  2087. clear: none;
  2088. }
  2089. .repository.view.issue .comment-list .comment .ui.form .tab.segment {
  2090. border: none;
  2091. padding: 0;
  2092. padding-top: 10px;
  2093. }
  2094. .repository.view.issue .comment-list .comment .ui.form textarea {
  2095. height: 200px;
  2096. }
  2097. .repository.view.issue .comment-list .comment .edit.buttons {
  2098. margin-top: 10px;
  2099. }
  2100. .repository.view.issue .comment-list .event {
  2101. position: relative;
  2102. margin: 15px 0 15px 79px;
  2103. padding-left: 25px;
  2104. }
  2105. .repository.view.issue .comment-list .event .octicon {
  2106. width: 30px;
  2107. float: left;
  2108. margin-left: -36px;
  2109. text-align: center;
  2110. }
  2111. .repository.view.issue .comment-list .event .octicon.octicon-circle-slash {
  2112. margin-top: 5px;
  2113. font-size: 20px;
  2114. color: #bd2c00;
  2115. }
  2116. .repository.view.issue .comment-list .event .octicon.octicon-primitive-dot {
  2117. font-size: 30px;
  2118. color: #6cc644;
  2119. }
  2120. .repository.view.issue .comment-list .event .octicon.octicon-bookmark {
  2121. margin-top: 3px;
  2122. font-size: 25px;
  2123. }
  2124. .repository.view.issue .comment-list .event .detail {
  2125. font-size: 0.9rem;
  2126. margin-top: 5px;
  2127. margin-left: 35px;
  2128. }
  2129. .repository.view.issue .comment-list .event .detail .octicon.octicon-git-commit {
  2130. margin-top: 2px;
  2131. }
  2132. .repository.view.issue .ui.segment.metas {
  2133. margin-top: -3px;
  2134. }
  2135. .repository .comment.form .ui.comments {
  2136. margin-top: -12px;
  2137. max-width: 100%;
  2138. }
  2139. .repository .comment.form .content .field:first-child {
  2140. clear: none;
  2141. }
  2142. .repository .comment.form .content .tab.segment {
  2143. border: none;
  2144. padding: 0;
  2145. padding-top: 10px;
  2146. }
  2147. .repository .comment.form .content textarea {
  2148. height: 200px;
  2149. }
  2150. .repository .label.list {
  2151. list-style: none;
  2152. padding-top: 15px;
  2153. }
  2154. .repository .label.list .item {
  2155. padding-top: 10px;
  2156. padding-bottom: 10px;
  2157. border-bottom: 1px dashed #AAA;
  2158. }
  2159. .repository .label.list .item a {
  2160. font-size: 15px;
  2161. padding-top: 5px;
  2162. padding-right: 10px;
  2163. color: #666;
  2164. }
  2165. .repository .label.list .item a:hover {
  2166. color: #000;
  2167. }
  2168. .repository .label.list .item a.open-issues {
  2169. margin-right: 30px;
  2170. }
  2171. .repository .milestone.list {
  2172. list-style: none;
  2173. padding-top: 15px;
  2174. }
  2175. .repository .milestone.list > .item {
  2176. padding-top: 10px;
  2177. padding-bottom: 10px;
  2178. border-bottom: 1px dashed #AAA;
  2179. }
  2180. .repository .milestone.list > .item > a {
  2181. padding-top: 5px;
  2182. padding-right: 10px;
  2183. color: #000;
  2184. }
  2185. .repository .milestone.list > .item > a:hover {
  2186. color: #4078c0;
  2187. }
  2188. .repository .milestone.list > .item .ui.progress {
  2189. width: 40%;
  2190. padding: 0;
  2191. border: 0;
  2192. margin: 0;
  2193. }
  2194. .repository .milestone.list > .item .ui.progress .bar {
  2195. height: 20px;
  2196. }
  2197. .repository .milestone.list > .item .meta {
  2198. color: #999;
  2199. padding-top: 5px;
  2200. }
  2201. .repository .milestone.list > .item .meta .issue-stats .octicon {
  2202. padding-left: 5px;
  2203. }
  2204. .repository .milestone.list > .item .meta .overdue {
  2205. color: red;
  2206. }
  2207. .repository .milestone.list > .item .operate {
  2208. margin-top: -15px;
  2209. }
  2210. .repository .milestone.list > .item .operate > a {
  2211. font-size: 15px;
  2212. padding-top: 5px;
  2213. padding-right: 10px;
  2214. color: #666;
  2215. }
  2216. .repository .milestone.list > .item .operate > a:hover {
  2217. color: #000;
  2218. }
  2219. .repository .milestone.list > .item .content {
  2220. padding-top: 10px;
  2221. }
  2222. .repository.new.milestone textarea {
  2223. height: 200px;
  2224. }
  2225. .repository.new.milestone #deadline {
  2226. width: 150px;
  2227. }
  2228. .repository.compare.pull .choose.branch .octicon {
  2229. padding-right: 10px;
  2230. }
  2231. .repository .filter.dropdown .menu {
  2232. margin-top: 1px!important;
  2233. }
  2234. .repository.commits .header .ui.right .search input {
  2235. font-weight: normal;
  2236. padding: 5px 10px;
  2237. }
  2238. .repository.commits .header .ui.right .button {
  2239. float: right;
  2240. margin-left: 5px;
  2241. margin-top: 1px;
  2242. }
  2243. .repository .commits.table {
  2244. font-size: 13px;
  2245. }
  2246. .repository .commits.table th:first-child,
  2247. .repository .commits.table td:first-child {
  2248. padding-left: 15px;
  2249. }
  2250. .repository .commits.table td {
  2251. line-height: 15px;
  2252. }
  2253. .repository .commits.table .author {
  2254. min-width: 180px;
  2255. }
  2256. .repository .commits.table .message span {
  2257. max-width: 500px;
  2258. }
  2259. .repository .commits.table .date {
  2260. width: 120px;
  2261. }
  2262. .repository .sha.label {
  2263. font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
  2264. font-size: 14px;
  2265. padding: 6px 10px 4px 10px;
  2266. font-weight: normal;
  2267. }
  2268. .repository .diff-detail-box {
  2269. margin: 15px 0;
  2270. line-height: 30px;
  2271. }
  2272. .repository .diff-detail-box ol {
  2273. clear: both;
  2274. padding-left: 0;
  2275. margin-top: 5px;
  2276. margin-bottom: 28px;
  2277. }
  2278. .repository .diff-detail-box ol li {
  2279. list-style: none;
  2280. padding-bottom: 4px;
  2281. margin-bottom: 4px;
  2282. border-bottom: 1px dashed #DDD;
  2283. padding-left: 6px;
  2284. }
  2285. .repository .diff-detail-box span.status {
  2286. display: inline-block;
  2287. width: 12px;
  2288. height: 12px;
  2289. margin-right: 8px;
  2290. vertical-align: middle;
  2291. }
  2292. .repository .diff-detail-box span.status.modify {
  2293. background-color: #f0db88;
  2294. }
  2295. .repository .diff-detail-box span.status.add {
  2296. background-color: #b4e2b4;
  2297. }
  2298. .repository .diff-detail-box span.status.del {
  2299. background-color: #e9aeae;
  2300. }
  2301. .repository .diff-detail-box span.status.rename {
  2302. background-color: #dad8ff;
  2303. }
  2304. .repository .diff-box .count {
  2305. margin-right: 12px;
  2306. }
  2307. .repository .diff-box .count .bar {
  2308. background-color: #e75316;
  2309. height: 12px;
  2310. width: 40px;
  2311. display: inline-block;
  2312. margin: 2px 4px 0 4px;
  2313. vertical-align: text-top;
  2314. }
  2315. .repository .diff-box .count .bar .add {
  2316. background-color: #77c64a;
  2317. height: 12px;
  2318. }
  2319. .repository .diff-box .file {
  2320. color: #888;
  2321. }
  2322. .repository .diff-file-box .header {
  2323. border-bottom: 1px solid #d4d4d5!important;
  2324. }
  2325. .repository .diff-file-box .file-body.file-code .lines-num {
  2326. text-align: right;
  2327. color: #999;
  2328. background: #fafafa;
  2329. width: 1%;
  2330. }
  2331. .repository .diff-file-box .file-body.file-code .lines-num-old {
  2332. border-right: 1px solid #DDD;
  2333. }
  2334. .repository .diff-file-box .code-diff {
  2335. font-size: 13px;
  2336. }
  2337. .repository .diff-file-box .code-diff td {
  2338. padding: 0;
  2339. border-top: none;
  2340. }
  2341. .repository .diff-file-box .code-diff pre {
  2342. margin: 0;
  2343. }
  2344. .repository .diff-file-box .code-diff .lines-num {
  2345. border-right: 1px solid #d4d4d5;
  2346. padding: 0 5px;
  2347. }
  2348. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  2349. .repository .diff-file-box .code-diff tbody tr.tag-code pre {
  2350. background-color: #E0E0E0 !important;
  2351. border-color: #ADADAD!important;
  2352. }
  2353. .repository .diff-file-box .code-diff tbody tr.del-code td,
  2354. .repository .diff-file-box .code-diff tbody tr.del-code pre {
  2355. background-color: #ffe2dd !important;
  2356. border-color: #e9aeae !important;
  2357. }
  2358. .repository .diff-file-box .code-diff tbody tr.add-code td,
  2359. .repository .diff-file-box .code-diff tbody tr.add-code pre {
  2360. background-color: #d1ffd6 !important;
  2361. border-color: #b4e2b4 !important;
  2362. }
  2363. .repository .diff-file-box .code-diff tbody tr:hover td {
  2364. background-color: #FFF8D2 !important;
  2365. border-color: #F0DB88 !important;
  2366. }
  2367. .repository .diff-file-box .code-diff tbody tr:hover pre {
  2368. background-color: transparent !important;
  2369. }
  2370. .repository .diff-file-box.file-content img {
  2371. max-width: 100%;
  2372. padding: 5px 5px 0 5px;
  2373. }
  2374. .repository .code-view {
  2375. overflow: auto;
  2376. overflow-x: auto;
  2377. overflow-y: hidden;
  2378. }
  2379. .repository.quickstart .guide .item {
  2380. padding: 1em;
  2381. }
  2382. .repository.quickstart .guide .item small {
  2383. font-weight: normal;
  2384. }
  2385. .repository.quickstart .guide .clone.button:first-child {
  2386. border-radius: .28571429rem 0 0 .28571429rem;
  2387. }
  2388. .repository.quickstart .guide .ui.action.small.input {
  2389. width: 100%;
  2390. }
  2391. .repository.quickstart .guide #repo-clone-url {
  2392. border-radius: 0;
  2393. padding: 5px 10px;
  2394. font-size: 1.2em;
  2395. }
  2396. .repository.release #release-list {
  2397. border-top: 1px solid #DDD;
  2398. margin-top: 20px;
  2399. padding-top: 15px;
  2400. }
  2401. .repository.release #release-list > li {
  2402. list-style: none;
  2403. }
  2404. .repository.release #release-list > li .meta,
  2405. .repository.release #release-list > li .detail {
  2406. padding-top: 30px;
  2407. padding-bottom: 40px;
  2408. }
  2409. .repository.release #release-list > li .meta {
  2410. text-align: right;
  2411. position: relative;
  2412. }
  2413. .repository.release #release-list > li .meta .tag:not(.icon) {
  2414. display: block;
  2415. margin-top: 15px;
  2416. }
  2417. .repository.release #release-list > li .meta .commit {
  2418. display: block;
  2419. margin-top: 10px;
  2420. }
  2421. .repository.release #release-list > li .detail {
  2422. border-left: 1px solid #DDD;
  2423. }
  2424. .repository.release #release-list > li .detail .author img {
  2425. margin-bottom: -3px;
  2426. }
  2427. .repository.release #release-list > li .detail .download {
  2428. margin-top: 20px;
  2429. }
  2430. .repository.release #release-list > li .detail .download > a .octicon {
  2431. margin-left: 5px;
  2432. margin-right: 5px;
  2433. }
  2434. .repository.release #release-list > li .detail .download .list {
  2435. padding-left: 0;
  2436. border-top: 1px solid #eee;
  2437. }
  2438. .repository.release #release-list > li .detail .download .list li {
  2439. list-style: none;
  2440. display: block;
  2441. padding-top: 8px;
  2442. padding-bottom: 8px;
  2443. border-bottom: 1px solid #eee;
  2444. }
  2445. .repository.release #release-list > li .detail .dot {
  2446. width: 9px;
  2447. height: 9px;
  2448. background-color: #ccc;
  2449. z-index: 999;
  2450. position: absolute;
  2451. display: block;
  2452. left: -5px;
  2453. top: 40px;
  2454. border-radius: 6px;
  2455. border: 1px solid #FFF;
  2456. }
  2457. .repository.new.release .target {
  2458. min-width: 500px;
  2459. }
  2460. .repository.new.release .target .at {
  2461. margin-left: -5px;
  2462. margin-right: 5px;
  2463. }
  2464. .repository.new.release .target .dropdown.icon {
  2465. margin: 0;
  2466. padding-top: 3px;
  2467. }
  2468. .repository.new.release .target .selection.dropdown {
  2469. padding-top: 10px;
  2470. padding-bottom: 10px;
  2471. }
  2472. .repository.new.release .prerelease.field {
  2473. margin-bottom: 0;
  2474. }
  2475. .issue.list {
  2476. list-style: none;
  2477. padding-top: 15px;
  2478. }
  2479. .issue.list > .item {
  2480. padding-top: 15px;
  2481. padding-bottom: 10px;
  2482. border-bottom: 1px dashed #AAA;
  2483. }
  2484. .issue.list > .item .title {
  2485. color: #444;
  2486. font-size: 15px;
  2487. font-weight: bold;
  2488. margin: 0 6px;
  2489. }
  2490. .issue.list > .item .title:hover {
  2491. color: #000;
  2492. }
  2493. .issue.list > .item .comment {
  2494. padding-right: 10px;
  2495. color: #666;
  2496. }
  2497. .issue.list > .item .desc {
  2498. padding-top: 5px;
  2499. color: #999;
  2500. }
  2501. .issue.list > .item .desc a.milestone {
  2502. padding-left: 5px;
  2503. color: #999!important;
  2504. }
  2505. .issue.list > .item .desc a.milestone:hover {
  2506. color: #000!important;
  2507. }
  2508. .issue.list > .item .desc .assignee {
  2509. margin-top: -5px;
  2510. margin-right: 5px;
  2511. }
  2512. .page.buttons {
  2513. padding-top: 15px;
  2514. }
  2515. .ui.comments .dropzone {
  2516. width: 100%;
  2517. margin-bottom: 10px;
  2518. border: 2px dashed #0087F7;
  2519. box-shadow: none!important;
  2520. }
  2521. .ui.comments .dropzone .dz-error-message {
  2522. top: 140px;
  2523. }
  2524. .settings .content {
  2525. margin-top: 2px;
  2526. }
  2527. .settings .content .header,
  2528. .settings .content .segment {
  2529. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  2530. }
  2531. .settings .key.list .item:not(:first-child) {
  2532. border-top: 1px solid #eaeaea;
  2533. }
  2534. .settings .key.list .ssh-key-state-indicator {
  2535. float: left;
  2536. color: gray;
  2537. padding-left: 10px;
  2538. padding-top: 10px;
  2539. }
  2540. .settings .key.list .ssh-key-state-indicator.active {
  2541. color: #6cc644;
  2542. }
  2543. .settings .key.list .meta {
  2544. padding-top: 5px;
  2545. }
  2546. .settings .key.list .print {
  2547. color: #767676;
  2548. }
  2549. .settings .key.list .activity {
  2550. color: #666;
  2551. }
  2552. .settings .hook.list > .item:not(:first-child) {
  2553. border-top: 1px solid #eaeaea;
  2554. }
  2555. .settings .hook.list .item {
  2556. padding: 10px 20px;
  2557. }
  2558. .settings .hook.list .item .octicon,
  2559. .settings .hook.list .item .fa {
  2560. width: 20px;
  2561. text-align: center;
  2562. }
  2563. .settings .hook.history.list .item {
  2564. padding-left: 13px;
  2565. }
  2566. .settings .hook.history.list .item .meta .ui.right {
  2567. margin-top: 5px;
  2568. }
  2569. .settings .hook.history.list .item .meta .ui.right .time {
  2570. font-size: 12px;
  2571. }
  2572. .settings .hook.history.list .item .info {
  2573. margin-top: 10px;
  2574. }
  2575. .settings .hook.history.list .item .info .tabular.menu .item {
  2576. font-weight: 500;
  2577. }
  2578. .settings .hook.history.list .item .info .tab.segment {
  2579. border: none;
  2580. padding: 0;
  2581. padding-top: 10px;
  2582. box-shadow: none;
  2583. }
  2584. .settings .hook.history.list .item .info .tab.segment > * {
  2585. color: #666;
  2586. }
  2587. .settings .hook.history.list .item .info .tab.segment pre {
  2588. word-wrap: break-word;
  2589. }
  2590. .settings .hook.history.list .item .info .tab.segment pre .hljs {
  2591. padding: 0;
  2592. background-color: inherit;
  2593. }
  2594. .ui.vertical.menu .header.item {
  2595. font-size: 1.1em;
  2596. background: #f0f0f0;
  2597. }
  2598. .edit-label.modal .form .column,
  2599. .new-label.segment .form .column {
  2600. padding-right: 0;
  2601. }
  2602. .edit-label.modal .form .buttons,
  2603. .new-label.segment .form .buttons {
  2604. margin-left: auto;
  2605. padding-top: 15px;
  2606. }
  2607. .edit-label.modal .form .color.picker.column,
  2608. .new-label.segment .form .color.picker.column {
  2609. width: auto;
  2610. }
  2611. .edit-label.modal .form .color.picker.column .color-picker,
  2612. .new-label.segment .form .color.picker.column .color-picker {
  2613. height: 35px;
  2614. width: auto;
  2615. padding-left: 30px;
  2616. }
  2617. .edit-label.modal .form .minicolors-swatch.minicolors-sprite,
  2618. .new-label.segment .form .minicolors-swatch.minicolors-sprite {
  2619. top: 10px;
  2620. left: 10px;
  2621. width: 15px;
  2622. height: 15px;
  2623. }
  2624. .edit-label.modal .form .precolors,
  2625. .new-label.segment .form .precolors {
  2626. padding-left: 0;
  2627. padding-right: 0;
  2628. margin: 3px 10px auto 10px;
  2629. width: 120px;
  2630. }
  2631. .edit-label.modal .form .precolors .color,
  2632. .new-label.segment .form .precolors .color {
  2633. float: left;
  2634. width: 15px;
  2635. height: 15px;
  2636. }
  2637. #transfer-repo-modal .ui.message,
  2638. #delete-repo-modal .ui.message {
  2639. width: 100%!important;
  2640. }
  2641. .organization {
  2642. padding-top: 15px;
  2643. padding-bottom: 80px;
  2644. }
  2645. .organization .head .ui.header .text {
  2646. vertical-align: middle;
  2647. font-size: 1.6rem;
  2648. margin-left: 15px;
  2649. }
  2650. .organization .head .ui.header .ui.right {
  2651. margin-top: 5px;
  2652. }
  2653. .organization.new.org form {
  2654. margin: auto;
  2655. width: 800px!important;
  2656. }
  2657. .organization.new.org form .ui.message {
  2658. text-align: center;
  2659. }
  2660. .organization.new.org form .header {
  2661. padding-left: 280px !important;
  2662. }
  2663. .organization.new.org form .inline.field > label {
  2664. text-align: right;
  2665. width: 250px !important;
  2666. word-wrap: break-word;
  2667. }
  2668. .organization.new.org form .help {
  2669. margin-left: 265px !important;
  2670. }
  2671. .organization.new.org form .optional .title {
  2672. margin-left: 250px !important;
  2673. }
  2674. .organization.new.org form input,
  2675. .organization.new.org form textarea {
  2676. width: 50%!important;
  2677. }
  2678. .organization.options input {
  2679. width: 50%!important;
  2680. min-width: 300px;
  2681. }
  2682. .user {
  2683. padding-top: 15px;
  2684. padding-bottom: 80px;
  2685. }
  2686. .user.settings .list .item.ui.grid {
  2687. margin-top: 15px;
  2688. }
  2689. .user.settings .email.list .item:not(:first-child) {
  2690. border-top: 1px solid #eaeaea;
  2691. height: 50px;
  2692. }
  2693. .user.settings .email.list .item:not(:first-child) .button {
  2694. margin-top: -10px;
  2695. }
  2696. .dashboard {
  2697. padding-top: 15px;
  2698. padding-bottom: 80px;
  2699. }
  2700. .dashboard.feeds .context.user.menu,
  2701. .dashboard.issues .context.user.menu {
  2702. z-index: 101;
  2703. min-width: 200px;
  2704. }
  2705. .dashboard.feeds .context.user.menu .ui.header,
  2706. .dashboard.issues .context.user.menu .ui.header {
  2707. font-size: 1rem;
  2708. text-transform: none;
  2709. }
  2710. .dashboard.feeds .filter.menu .item,
  2711. .dashboard.issues .filter.menu .item {
  2712. text-align: left;
  2713. }
  2714. .dashboard.feeds .filter.menu .item .text,
  2715. .dashboard.issues .filter.menu .item .text {
  2716. height: 16px;
  2717. vertical-align: middle;
  2718. }
  2719. .dashboard.feeds .filter.menu .item .text.truncate,
  2720. .dashboard.issues .filter.menu .item .text.truncate {
  2721. width: 85%;
  2722. }
  2723. .dashboard.feeds .filter.menu .item .floating.label,
  2724. .dashboard.issues .filter.menu .item .floating.label {
  2725. top: 7px;
  2726. left: 90%;
  2727. width: 15%;
  2728. }
  2729. .dashboard.feeds .filter.menu .jump.item,
  2730. .dashboard.issues .filter.menu .jump.item {
  2731. margin: 1px;
  2732. padding-right: 0;
  2733. }
  2734. .dashboard.feeds .filter.menu .menu,
  2735. .dashboard.issues .filter.menu .menu {
  2736. max-height: 300px;
  2737. overflow-x: auto;
  2738. right: 0!important;
  2739. left: auto!important;
  2740. }
  2741. .dashboard.feeds .ui.right .head.menu,
  2742. .dashboard.issues .ui.right .head.menu {
  2743. margin-top: -5px;
  2744. }
  2745. .dashboard.feeds .ui.right .head.menu .item.active,
  2746. .dashboard.issues .ui.right .head.menu .item.active {
  2747. color: #d9453d;
  2748. }
  2749. .dashboard.feeds .head.menu .octicon,
  2750. .dashboard.issues .head.menu .octicon {
  2751. margin-right: 5px;
  2752. }
  2753. .feeds .news .ui.avatar {
  2754. margin-top: 13px;
  2755. }
  2756. .feeds .news p {
  2757. line-height: 1em;
  2758. }
  2759. .feeds .news .time-since {
  2760. font-size: 13px;
  2761. }
  2762. .feeds .news .issue.title {
  2763. line-height: 1em;
  2764. width: 80%;
  2765. }
  2766. .feeds .news .push.news .content ul {
  2767. font-size: 13px;
  2768. list-style: none;
  2769. padding-left: 10px;
  2770. }
  2771. .feeds .news .push.news .content ul img {
  2772. margin-bottom: -2px;
  2773. }
  2774. .feeds .news .push.news .content ul .text.truncate {
  2775. width: 80%;
  2776. margin-bottom: -5px;
  2777. }
  2778. .feeds .list .header {
  2779. padding-top: 10px;
  2780. padding-bottom: 5px;
  2781. }
  2782. .feeds .list ul {
  2783. list-style: none;
  2784. margin: 0;
  2785. padding-left: 0;
  2786. }
  2787. .feeds .list ul li:not(:last-child) {
  2788. border-bottom: 1px solid #EAEAEA;
  2789. }
  2790. .feeds .list ul li.private {
  2791. background-color: #fcf8e9;
  2792. }
  2793. .feeds .list ul li a {
  2794. padding: 6px 1.2em;
  2795. display: block;
  2796. }
  2797. .feeds .list ul li a .octicon {
  2798. margin-right: 6px;
  2799. color: #888;
  2800. }
  2801. .admin {
  2802. padding-top: 15px;
  2803. padding-bottom: 80px;
  2804. }
  2805. .admin .table.segment {
  2806. padding: 0;
  2807. font-size: 13px;
  2808. }
  2809. .admin .table.segment th {
  2810. padding-top: 5px;
  2811. padding-bottom: 5px;
  2812. }
  2813. .admin .table.segment th:first-child,
  2814. .admin .table.segment td:first-child {
  2815. padding-left: 15px;
  2816. }
  2817. .admin .ui.header,
  2818. .admin .ui.segment {
  2819. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  2820. }
  2821. .admin.user .email {
  2822. max-width: 200px;
  2823. }
  2824. .explore {
  2825. padding-top: 15px;
  2826. padding-bottom: 80px;
  2827. }
  2828. .explore.repositories .ui.repository.list .item {
  2829. border-top: 1px solid #eee;
  2830. padding-top: 25px;
  2831. padding-bottom: 25px;
  2832. }
  2833. .explore.repositories .ui.repository.list .item .ui.header {
  2834. font-size: 1.5rem;
  2835. padding-bottom: 10px;
  2836. }
  2837. .explore.repositories .ui.repository.list .item .ui.header .metas {
  2838. color: #888;
  2839. font-size: 13px;
  2840. font-weight: normal;
  2841. }
  2842. .explore.repositories .ui.repository.list .item .ui.header .metas span:not(:last-child) {
  2843. margin-right: 5px;
  2844. }
  2845. .explore.repositories .ui.repository.list .item .time {
  2846. font-size: 12px;
  2847. color: #808080;
  2848. }