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.

2580 lines
55 KiB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. .emoji {
  2. width: 1.5em;
  3. height: 1.5em;
  4. display: inline-block;
  5. background-size: contain;
  6. }
  7. body {
  8. font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
  9. background-color: #fff;
  10. overflow-y: scroll;
  11. }
  12. img {
  13. border-radius: 3px;
  14. }
  15. pre,
  16. code {
  17. font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  18. }
  19. pre.raw,
  20. code.raw {
  21. padding: 7px 12px;
  22. margin: 10px 0;
  23. background-color: #f8f8f8;
  24. border: 1px solid #ddd;
  25. border-radius: 3px;
  26. font-size: 13px;
  27. line-height: 1.5;
  28. overflow: auto;
  29. }
  30. pre.wrap,
  31. code.wrap {
  32. white-space: pre-wrap;
  33. /* CSS 3 */
  34. word-break: break-word;
  35. }
  36. .full.height {
  37. padding: 0;
  38. margin: 0 0 -80px 0;
  39. min-height: 100%;
  40. }
  41. .following.bar {
  42. z-index: 900;
  43. left: 0;
  44. width: 100%;
  45. }
  46. .following.bar.light {
  47. background-color: white;
  48. border-bottom: 1px solid #DDDDDD;
  49. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  50. }
  51. .following.bar .column .menu {
  52. margin-top: 0;
  53. }
  54. .following.bar .top.menu a.item.brand {
  55. padding-left: 0;
  56. }
  57. .following.bar .brand .ui.mini.image {
  58. width: 30px;
  59. }
  60. .following.bar .top.menu a.item:hover,
  61. .following.bar .top.menu .dropdown.item:hover,
  62. .following.bar .top.menu .dropdown.item.active {
  63. background-color: transparent;
  64. }
  65. .following.bar .top.menu a.item:hover {
  66. color: rgba(0, 0, 0, 0.45);
  67. }
  68. .following.bar .top.menu .menu {
  69. z-index: 900;
  70. }
  71. .following.bar .head.link.item {
  72. padding-right: 0 !important;
  73. }
  74. .following.bar .head.link.item .dropdown.icon,
  75. .following.bar .head.link.item .menu .octicon {
  76. margin-right: 5px;
  77. }
  78. .following.bar .avatar > .ui.image {
  79. margin-right: 0;
  80. }
  81. .following.bar .searchbox {
  82. background-color: #f4f4f4 !important;
  83. }
  84. .following.bar .searchbox:focus {
  85. background-color: #e9e9e9 !important;
  86. }
  87. .following.bar .text .octicon {
  88. width: 16px;
  89. text-align: center;
  90. }
  91. .following.bar .right.menu .menu {
  92. left: auto;
  93. right: 0;
  94. }
  95. .following.bar .right.menu .dropdown .menu {
  96. margin-top: 0;
  97. }
  98. .ui.left {
  99. float: left;
  100. }
  101. .ui.right {
  102. float: right;
  103. }
  104. .ui.container.fluid.padded {
  105. padding: 0 10px 0 10px;
  106. }
  107. .ui .text.red {
  108. color: #d95c5c !important;
  109. }
  110. .ui .text.red a {
  111. color: #d95c5c !important;
  112. }
  113. .ui .text.red a:hover {
  114. color: #E67777 !important;
  115. }
  116. .ui .text.blue {
  117. color: #428bca !important;
  118. }
  119. .ui .text.blue a {
  120. color: #15c !important;
  121. }
  122. .ui .text.blue a:hover {
  123. color: #428bca !important;
  124. }
  125. .ui .text.black {
  126. color: #444;
  127. }
  128. .ui .text.black:hover {
  129. color: #000;
  130. }
  131. .ui .text.grey {
  132. color: #767676 !important;
  133. }
  134. .ui .text.grey a {
  135. color: #444 !important;
  136. }
  137. .ui .text.grey a:hover {
  138. color: #000 !important;
  139. }
  140. .ui .text.light.grey {
  141. color: #888 !important;
  142. }
  143. .ui .text.green {
  144. color: #6cc644 !important;
  145. }
  146. .ui .text.purple {
  147. color: #6e5494 !important;
  148. }
  149. .ui .text.yellow {
  150. color: #FBBD08 !important;
  151. }
  152. .ui .text.gold {
  153. color: #a1882b !important;
  154. }
  155. .ui .text.left {
  156. text-align: left !important;
  157. }
  158. .ui .text.right {
  159. text-align: right !important;
  160. }
  161. .ui .text.small {
  162. font-size: 0.75em;
  163. }
  164. .ui .text.normal {
  165. font-weight: normal;
  166. }
  167. .ui .text.bold {
  168. font-weight: bold;
  169. }
  170. .ui .text.italic {
  171. font-style: italic;
  172. }
  173. .ui .text.truncate {
  174. overflow: hidden;
  175. text-overflow: ellipsis;
  176. white-space: nowrap;
  177. display: inline-block;
  178. }
  179. .ui .text.thin {
  180. font-weight: normal;
  181. }
  182. .ui .text.middle {
  183. vertical-align: middle;
  184. }
  185. .ui .message {
  186. text-align: center;
  187. }
  188. .ui .header > i + .content {
  189. padding-left: 0.75rem;
  190. vertical-align: middle;
  191. }
  192. .ui .warning.header {
  193. background-color: #F9EDBE !important;
  194. border-color: #F0C36D;
  195. }
  196. .ui .warning.segment {
  197. border-color: #F0C36D;
  198. }
  199. .ui .info.segment {
  200. border: 1px solid #c5d5dd;
  201. }
  202. .ui .info.segment.top {
  203. background-color: #e6f1f6 !important;
  204. }
  205. .ui .info.segment.top h3,
  206. .ui .info.segment.top h4 {
  207. margin-top: 0;
  208. }
  209. .ui .info.segment.top h3:last-child {
  210. margin-top: 4px;
  211. }
  212. .ui .info.segment.top > :last-child {
  213. margin-bottom: 0;
  214. }
  215. .ui .normal.header {
  216. font-weight: normal;
  217. }
  218. .ui .avatar.image {
  219. border-radius: 3px;
  220. }
  221. .ui .form .fake {
  222. display: none !important;
  223. }
  224. .ui .form .sub.field {
  225. margin-left: 25px;
  226. }
  227. .ui .sha.label {
  228. font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
  229. font-size: 13px;
  230. padding: 6px 10px 4px 10px;
  231. font-weight: normal;
  232. margin: 0 6px;
  233. }
  234. .ui.status.buttons .octicon {
  235. margin-right: 4px;
  236. }
  237. .overflow.menu .items {
  238. max-height: 300px;
  239. overflow-y: auto;
  240. }
  241. .overflow.menu .items .item {
  242. position: relative;
  243. cursor: pointer;
  244. display: block;
  245. border: none;
  246. height: auto;
  247. border-top: none;
  248. line-height: 1em;
  249. color: rgba(0, 0, 0, 0.8);
  250. padding: .71428571em 1.14285714em !important;
  251. font-size: 1rem;
  252. text-transform: none;
  253. font-weight: 400;
  254. box-shadow: none;
  255. -webkit-touch-callout: none;
  256. }
  257. .overflow.menu .items .item.active {
  258. font-weight: 700;
  259. }
  260. .overflow.menu .items .item:hover {
  261. background: rgba(0, 0, 0, 0.05);
  262. color: rgba(0, 0, 0, 0.8);
  263. z-index: 13;
  264. }
  265. .scrolling.menu .item.selected {
  266. font-weight: 700 !important;
  267. }
  268. footer {
  269. margin-top: 54px !important;
  270. height: 40px;
  271. background-color: white;
  272. border-top: 1px solid #d6d6d6;
  273. clear: both;
  274. width: 100%;
  275. color: #888888;
  276. }
  277. footer .container {
  278. padding-top: 10px;
  279. }
  280. footer .container .fa {
  281. width: 16px;
  282. text-align: center;
  283. color: #428bca;
  284. }
  285. footer .container .links > * {
  286. border-left: 1px solid #d6d6d6;
  287. padding-left: 8px;
  288. margin-left: 5px;
  289. }
  290. footer .container .links > *:first-child {
  291. border-left: none;
  292. }
  293. .hide {
  294. display: none;
  295. }
  296. .center {
  297. text-align: center;
  298. }
  299. .img-1 {
  300. width: 2px !important;
  301. height: 2px !important;
  302. }
  303. .img-2 {
  304. width: 4px !important;
  305. height: 4px !important;
  306. }
  307. .img-3 {
  308. width: 6px !important;
  309. height: 6px !important;
  310. }
  311. .img-4 {
  312. width: 8px !important;
  313. height: 8px !important;
  314. }
  315. .img-5 {
  316. width: 10px !important;
  317. height: 10px !important;
  318. }
  319. .img-6 {
  320. width: 12px !important;
  321. height: 12px !important;
  322. }
  323. .img-7 {
  324. width: 14px !important;
  325. height: 14px !important;
  326. }
  327. .img-8 {
  328. width: 16px !important;
  329. height: 16px !important;
  330. }
  331. .img-9 {
  332. width: 18px !important;
  333. height: 18px !important;
  334. }
  335. .img-10 {
  336. width: 20px !important;
  337. height: 20px !important;
  338. }
  339. .img-11 {
  340. width: 22px !important;
  341. height: 22px !important;
  342. }
  343. .img-12 {
  344. width: 24px !important;
  345. height: 24px !important;
  346. }
  347. .img-13 {
  348. width: 26px !important;
  349. height: 26px !important;
  350. }
  351. .img-14 {
  352. width: 28px !important;
  353. height: 28px !important;
  354. }
  355. .img-15 {
  356. width: 30px !important;
  357. height: 30px !important;
  358. }
  359. .img-16 {
  360. width: 32px !important;
  361. height: 32px !important;
  362. }
  363. .octicon.icon,
  364. .mega-octicon.icon {
  365. font-family: octicons;
  366. font-size: 16px;
  367. opacity: 1 !important;
  368. }
  369. .sr-only {
  370. position: absolute;
  371. width: 1px;
  372. height: 1px;
  373. padding: 0;
  374. margin: -1px;
  375. overflow: hidden;
  376. clip: rect(0, 0, 0, 0);
  377. border: 0;
  378. }
  379. .sr-only-focusable:active,
  380. .sr-only-focusable:focus {
  381. position: static;
  382. width: auto;
  383. height: auto;
  384. margin: 0;
  385. overflow: visible;
  386. clip: auto;
  387. }
  388. @media only screen and (max-width: 991px) and (min-width: 768px) {
  389. .ui.container {
  390. width: 95%;
  391. }
  392. }
  393. /* Overrides some styles of the Highlight.js plugin */
  394. .hljs {
  395. background: inherit !important;
  396. padding: 0 !important;
  397. }
  398. .markdown {
  399. overflow: hidden;
  400. font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  401. font-size: 16px;
  402. line-height: 1.6 !important;
  403. word-wrap: break-word;
  404. }
  405. .markdown.file-view {
  406. padding: 2em 2em 2em !important;
  407. }
  408. .markdown > *:first-child {
  409. margin-top: 0 !important;
  410. }
  411. .markdown > *:last-child {
  412. margin-bottom: 0 !important;
  413. }
  414. .markdown a:not([href]) {
  415. color: inherit;
  416. text-decoration: none;
  417. }
  418. .markdown .absent {
  419. color: #c00;
  420. }
  421. .markdown .anchor {
  422. position: absolute;
  423. top: 0;
  424. left: 0;
  425. display: block;
  426. padding-right: 6px;
  427. padding-left: 30px;
  428. margin-left: -30px;
  429. }
  430. .markdown .anchor:focus {
  431. outline: none;
  432. }
  433. .markdown h1,
  434. .markdown h2,
  435. .markdown h3,
  436. .markdown h4,
  437. .markdown h5,
  438. .markdown h6 {
  439. position: relative;
  440. margin-top: 1em;
  441. margin-bottom: 16px;
  442. font-weight: bold;
  443. line-height: 1.4;
  444. }
  445. .markdown h1:first-of-type,
  446. .markdown h2:first-of-type,
  447. .markdown h3:first-of-type,
  448. .markdown h4:first-of-type,
  449. .markdown h5:first-of-type,
  450. .markdown h6:first-of-type {
  451. margin-top: 0 !important;
  452. }
  453. .markdown h1 .octicon-link,
  454. .markdown h2 .octicon-link,
  455. .markdown h3 .octicon-link,
  456. .markdown h4 .octicon-link,
  457. .markdown h5 .octicon-link,
  458. .markdown h6 .octicon-link {
  459. display: none;
  460. color: #000;
  461. vertical-align: middle;
  462. }
  463. .markdown h1:hover .anchor,
  464. .markdown h2:hover .anchor,
  465. .markdown h3:hover .anchor,
  466. .markdown h4:hover .anchor,
  467. .markdown h5:hover .anchor,
  468. .markdown h6:hover .anchor {
  469. padding-left: 8px;
  470. margin-left: -30px;
  471. text-decoration: none;
  472. }
  473. .markdown h1:hover .anchor .octicon-link,
  474. .markdown h2:hover .anchor .octicon-link,
  475. .markdown h3:hover .anchor .octicon-link,
  476. .markdown h4:hover .anchor .octicon-link,
  477. .markdown h5:hover .anchor .octicon-link,
  478. .markdown h6:hover .anchor .octicon-link {
  479. display: inline-block;
  480. }
  481. .markdown h1 tt,
  482. .markdown h1 code,
  483. .markdown h2 tt,
  484. .markdown h2 code,
  485. .markdown h3 tt,
  486. .markdown h3 code,
  487. .markdown h4 tt,
  488. .markdown h4 code,
  489. .markdown h5 tt,
  490. .markdown h5 code,
  491. .markdown h6 tt,
  492. .markdown h6 code {
  493. font-size: inherit;
  494. }
  495. .markdown h1 {
  496. padding-bottom: 0.3em;
  497. font-size: 2.25em;
  498. line-height: 1.2;
  499. border-bottom: 1px solid #eee;
  500. }
  501. .markdown h1 .anchor {
  502. line-height: 1;
  503. }
  504. .markdown h2 {
  505. padding-bottom: 0.3em;
  506. font-size: 1.75em;
  507. line-height: 1.225;
  508. border-bottom: 1px solid #eee;
  509. }
  510. .markdown h2 .anchor {
  511. line-height: 1;
  512. }
  513. .markdown h3 {
  514. font-size: 1.5em;
  515. line-height: 1.43;
  516. }
  517. .markdown h3 .anchor {
  518. line-height: 1.2;
  519. }
  520. .markdown h4 {
  521. font-size: 1.25em;
  522. }
  523. .markdown h4 .anchor {
  524. line-height: 1.2;
  525. }
  526. .markdown h5 {
  527. font-size: 1em;
  528. }
  529. .markdown h5 .anchor {
  530. line-height: 1.1;
  531. }
  532. .markdown h6 {
  533. font-size: 1em;
  534. color: #777;
  535. }
  536. .markdown h6 .anchor {
  537. line-height: 1.1;
  538. }
  539. .markdown p,
  540. .markdown blockquote,
  541. .markdown ul,
  542. .markdown ol,
  543. .markdown dl,
  544. .markdown table,
  545. .markdown pre {
  546. margin-top: 0;
  547. margin-bottom: 16px;
  548. }
  549. .markdown blockquote {
  550. margin-left: 0;
  551. }
  552. .markdown hr {
  553. height: 4px;
  554. padding: 0;
  555. margin: 16px 0;
  556. background-color: #e7e7e7;
  557. border: 0 none;
  558. }
  559. .markdown ul,
  560. .markdown ol {
  561. padding-left: 2em;
  562. }
  563. .markdown ul.no-list,
  564. .markdown ol.no-list {
  565. padding: 0;
  566. list-style-type: none;
  567. }
  568. .markdown ul ul,
  569. .markdown ul ol,
  570. .markdown ol ol,
  571. .markdown ol ul {
  572. margin-top: 0;
  573. margin-bottom: 0;
  574. }
  575. .markdown ol ol,
  576. .markdown ul ol {
  577. list-style-type: lower-roman;
  578. }
  579. .markdown li > p {
  580. margin-top: 16px;
  581. }
  582. .markdown dl {
  583. padding: 0;
  584. }
  585. .markdown dl dt {
  586. padding: 0;
  587. margin-top: 16px;
  588. font-size: 1em;
  589. font-style: italic;
  590. font-weight: bold;
  591. }
  592. .markdown dl dd {
  593. padding: 0 16px;
  594. margin-bottom: 16px;
  595. }
  596. .markdown blockquote {
  597. padding: 0 15px;
  598. color: #777;
  599. border-left: 4px solid #ddd;
  600. }
  601. .markdown blockquote > :first-child {
  602. margin-top: 0;
  603. }
  604. .markdown blockquote > :last-child {
  605. margin-bottom: 0;
  606. }
  607. .markdown table {
  608. display: block;
  609. width: 100%;
  610. overflow: auto;
  611. word-break: normal;
  612. word-break: keep-all;
  613. }
  614. .markdown table th {
  615. font-weight: bold;
  616. }
  617. .markdown table th,
  618. .markdown table td {
  619. padding: 6px 13px !important;
  620. border: 1px solid #ddd !important;
  621. }
  622. .markdown table tr {
  623. background-color: #fff;
  624. border-top: 1px solid #ccc;
  625. }
  626. .markdown table tr:nth-child(2n) {
  627. background-color: #f8f8f8;
  628. }
  629. .markdown img {
  630. max-width: 100%;
  631. box-sizing: border-box;
  632. }
  633. .markdown .emoji {
  634. max-width: none;
  635. }
  636. .markdown span.frame {
  637. display: block;
  638. overflow: hidden;
  639. }
  640. .markdown span.frame > span {
  641. display: block;
  642. float: left;
  643. width: auto;
  644. padding: 7px;
  645. margin: 13px 0 0;
  646. overflow: hidden;
  647. border: 1px solid #ddd;
  648. }
  649. .markdown span.frame span img {
  650. display: block;
  651. float: left;
  652. }
  653. .markdown span.frame span span {
  654. display: block;
  655. padding: 5px 0 0;
  656. clear: both;
  657. color: #333;
  658. }
  659. .markdown span.align-center {
  660. display: block;
  661. overflow: hidden;
  662. clear: both;
  663. }
  664. .markdown span.align-center > span {
  665. display: block;
  666. margin: 13px auto 0;
  667. overflow: hidden;
  668. text-align: center;
  669. }
  670. .markdown span.align-center span img {
  671. margin: 0 auto;
  672. text-align: center;
  673. }
  674. .markdown span.align-right {
  675. display: block;
  676. overflow: hidden;
  677. clear: both;
  678. }
  679. .markdown span.align-right > span {
  680. display: block;
  681. margin: 13px 0 0;
  682. overflow: hidden;
  683. text-align: right;
  684. }
  685. .markdown span.align-right span img {
  686. margin: 0;
  687. text-align: right;
  688. }
  689. .markdown span.float-left {
  690. display: block;
  691. float: left;
  692. margin-right: 13px;
  693. overflow: hidden;
  694. }
  695. .markdown span.float-left span {
  696. margin: 13px 0 0;
  697. }
  698. .markdown span.float-right {
  699. display: block;
  700. float: right;
  701. margin-left: 13px;
  702. overflow: hidden;
  703. }
  704. .markdown span.float-right > span {
  705. display: block;
  706. margin: 13px auto 0;
  707. overflow: hidden;
  708. text-align: right;
  709. }
  710. .markdown code,
  711. .markdown tt {
  712. padding: 0;
  713. padding-top: 0.2em;
  714. padding-bottom: 0.2em;
  715. margin: 0;
  716. font-size: 85%;
  717. background-color: rgba(0, 0, 0, 0.04);
  718. border-radius: 3px;
  719. }
  720. .markdown code:before,
  721. .markdown code:after,
  722. .markdown tt:before,
  723. .markdown tt:after {
  724. letter-spacing: -0.2em;
  725. content: "\00a0";
  726. }
  727. .markdown code br,
  728. .markdown tt br {
  729. display: none;
  730. }
  731. .markdown del code {
  732. text-decoration: inherit;
  733. }
  734. .markdown pre > code {
  735. padding: 0;
  736. margin: 0;
  737. font-size: 100%;
  738. word-break: normal;
  739. white-space: pre;
  740. background: transparent;
  741. border: 0;
  742. }
  743. .markdown .highlight {
  744. margin-bottom: 16px;
  745. }
  746. .markdown .highlight pre,
  747. .markdown pre {
  748. padding: 16px;
  749. overflow: auto;
  750. font-size: 85%;
  751. line-height: 1.45;
  752. background-color: #f7f7f7;
  753. border-radius: 3px;
  754. }
  755. .markdown .highlight pre {
  756. margin-bottom: 0;
  757. word-break: normal;
  758. }
  759. .markdown pre {
  760. word-wrap: normal;
  761. }
  762. .markdown pre code,
  763. .markdown pre tt {
  764. display: inline;
  765. max-width: initial;
  766. padding: 0;
  767. margin: 0;
  768. overflow: initial;
  769. line-height: inherit;
  770. word-wrap: normal;
  771. background-color: transparent;
  772. border: 0;
  773. }
  774. .markdown pre code:before,
  775. .markdown pre code:after,
  776. .markdown pre tt:before,
  777. .markdown pre tt:after {
  778. content: normal;
  779. }
  780. .markdown kbd {
  781. display: inline-block;
  782. padding: 3px 5px;
  783. font-size: 11px;
  784. line-height: 10px;
  785. color: #555;
  786. vertical-align: middle;
  787. background-color: #fcfcfc;
  788. border: solid 1px #ccc;
  789. border-bottom-color: #bbb;
  790. border-radius: 3px;
  791. box-shadow: inset 0 -1px 0 #bbb;
  792. }
  793. .markdown input[type="checkbox"] {
  794. vertical-align: middle !important;
  795. }
  796. .markdown .csv-data td,
  797. .markdown .csv-data th {
  798. padding: 5px;
  799. overflow: hidden;
  800. font-size: 12px;
  801. line-height: 1;
  802. text-align: left;
  803. white-space: nowrap;
  804. }
  805. .markdown .csv-data .blob-num {
  806. padding: 10px 8px 9px;
  807. text-align: right;
  808. background: #fff;
  809. border: 0;
  810. }
  811. .markdown .csv-data tr {
  812. border-top: 0;
  813. }
  814. .markdown .csv-data th {
  815. font-weight: bold;
  816. background: #f8f8f8;
  817. border-top: 0;
  818. }
  819. .home {
  820. padding-bottom: 80px;
  821. }
  822. .home .logo {
  823. max-width: 220px;
  824. }
  825. .home .hero h1,
  826. .home .hero h2 {
  827. font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
  828. }
  829. .home .hero h1 {
  830. font-size: 5.5em;
  831. }
  832. .home .hero h2 {
  833. font-size: 3em;
  834. }
  835. .home .hero .octicon {
  836. color: #d9453d;
  837. font-size: 40px;
  838. width: 50px;
  839. }
  840. .home .hero.header {
  841. font-size: 20px;
  842. }
  843. .home p.large {
  844. font-size: 16px;
  845. }
  846. .home .stackable {
  847. padding-top: 30px;
  848. }
  849. .home a {
  850. color: #d9453d;
  851. }
  852. .signup {
  853. padding-top: 15px;
  854. padding-bottom: 80px;
  855. }
  856. .install {
  857. padding-top: 45px;
  858. padding-bottom: 80px;
  859. }
  860. .install form label {
  861. text-align: right;
  862. width: 320px !important;
  863. }
  864. .install form input {
  865. width: 35% !important;
  866. }
  867. .install form .field {
  868. text-align: left;
  869. }
  870. .install form .field .help {
  871. margin-left: 335px !important;
  872. }
  873. .install form .field.optional .title {
  874. margin-left: 38%;
  875. }
  876. .install .ui .checkbox {
  877. margin-left: 40% !important;
  878. }
  879. .install .ui .checkbox label {
  880. width: auto !important;
  881. }
  882. .form .help {
  883. color: #999999;
  884. padding-top: .6em;
  885. padding-bottom: .6em;
  886. display: inline-block;
  887. }
  888. .ui.attached.header {
  889. background: #f0f0f0;
  890. }
  891. .ui.attached.header .right {
  892. margin-top: -5px;
  893. }
  894. .ui.attached.header .right .button {
  895. padding: 8px 10px;
  896. font-weight: normal;
  897. }
  898. #create-page-form form {
  899. margin: auto;
  900. width: 800px!important;
  901. }
  902. #create-page-form form .ui.message {
  903. text-align: center;
  904. }
  905. #create-page-form form .header {
  906. padding-left: 280px !important;
  907. }
  908. #create-page-form form .inline.field > label {
  909. text-align: right;
  910. width: 250px !important;
  911. word-wrap: break-word;
  912. }
  913. #create-page-form form .help {
  914. margin-left: 265px !important;
  915. }
  916. #create-page-form form .optional .title {
  917. margin-left: 250px !important;
  918. }
  919. #create-page-form form input,
  920. #create-page-form form textarea {
  921. width: 50%!important;
  922. }
  923. .user.activate form,
  924. .user.forgot.password form,
  925. .user.reset.password form,
  926. .user.signin form,
  927. .user.signup form {
  928. margin: auto;
  929. width: 800px!important;
  930. }
  931. .user.activate form .ui.message,
  932. .user.forgot.password form .ui.message,
  933. .user.reset.password form .ui.message,
  934. .user.signin form .ui.message,
  935. .user.signup form .ui.message {
  936. text-align: center;
  937. }
  938. .user.activate form .header,
  939. .user.forgot.password form .header,
  940. .user.reset.password form .header,
  941. .user.signin form .header,
  942. .user.signup form .header {
  943. padding-left: 280px !important;
  944. }
  945. .user.activate form .inline.field > label,
  946. .user.forgot.password form .inline.field > label,
  947. .user.reset.password form .inline.field > label,
  948. .user.signin form .inline.field > label,
  949. .user.signup form .inline.field > label {
  950. text-align: right;
  951. width: 250px !important;
  952. word-wrap: break-word;
  953. }
  954. .user.activate form .help,
  955. .user.forgot.password form .help,
  956. .user.reset.password form .help,
  957. .user.signin form .help,
  958. .user.signup form .help {
  959. margin-left: 265px !important;
  960. }
  961. .user.activate form .optional .title,
  962. .user.forgot.password form .optional .title,
  963. .user.reset.password form .optional .title,
  964. .user.signin form .optional .title,
  965. .user.signup form .optional .title {
  966. margin-left: 250px !important;
  967. }
  968. .user.activate form input,
  969. .user.forgot.password form input,
  970. .user.reset.password form input,
  971. .user.signin form input,
  972. .user.signup form input,
  973. .user.activate form textarea,
  974. .user.forgot.password form textarea,
  975. .user.reset.password form textarea,
  976. .user.signin form textarea,
  977. .user.signup form textarea {
  978. width: 50%!important;
  979. }
  980. .user.activate form,
  981. .user.forgot.password form,
  982. .user.reset.password form,
  983. .user.signin form,
  984. .user.signup form {
  985. width: 700px!important;
  986. }
  987. .user.activate form .header,
  988. .user.forgot.password form .header,
  989. .user.reset.password form .header,
  990. .user.signin form .header,
  991. .user.signup form .header {
  992. padding-left: 230px !important;
  993. }
  994. .user.activate form .inline.field > label,
  995. .user.forgot.password form .inline.field > label,
  996. .user.reset.password form .inline.field > label,
  997. .user.signin form .inline.field > label,
  998. .user.signup form .inline.field > label {
  999. width: 200px !important;
  1000. }
  1001. .repository.new.repo form,
  1002. .repository.new.migrate form,
  1003. .repository.new.fork form {
  1004. margin: auto;
  1005. width: 800px!important;
  1006. }
  1007. .repository.new.repo form .ui.message,
  1008. .repository.new.migrate form .ui.message,
  1009. .repository.new.fork form .ui.message {
  1010. text-align: center;
  1011. }
  1012. .repository.new.repo form .header,
  1013. .repository.new.migrate form .header,
  1014. .repository.new.fork form .header {
  1015. padding-left: 280px !important;
  1016. }
  1017. .repository.new.repo form .inline.field > label,
  1018. .repository.new.migrate form .inline.field > label,
  1019. .repository.new.fork form .inline.field > label {
  1020. text-align: right;
  1021. width: 250px !important;
  1022. word-wrap: break-word;
  1023. }
  1024. .repository.new.repo form .help,
  1025. .repository.new.migrate form .help,
  1026. .repository.new.fork form .help {
  1027. margin-left: 265px !important;
  1028. }
  1029. .repository.new.repo form .optional .title,
  1030. .repository.new.migrate form .optional .title,
  1031. .repository.new.fork form .optional .title {
  1032. margin-left: 250px !important;
  1033. }
  1034. .repository.new.repo form input,
  1035. .repository.new.migrate form input,
  1036. .repository.new.fork form input,
  1037. .repository.new.repo form textarea,
  1038. .repository.new.migrate form textarea,
  1039. .repository.new.fork form textarea {
  1040. width: 50%!important;
  1041. }
  1042. .repository.new.repo form .dropdown .dropdown.icon,
  1043. .repository.new.migrate form .dropdown .dropdown.icon,
  1044. .repository.new.fork form .dropdown .dropdown.icon {
  1045. margin-top: -7px !important;
  1046. }
  1047. .repository.new.repo form .dropdown .text,
  1048. .repository.new.migrate form .dropdown .text,
  1049. .repository.new.fork form .dropdown .text {
  1050. margin-right: 0!important;
  1051. }
  1052. .repository.new.repo form .dropdown .text i,
  1053. .repository.new.migrate form .dropdown .text i,
  1054. .repository.new.fork form .dropdown .text i {
  1055. margin-right: 0!important;
  1056. }
  1057. .repository.new.repo .ui.form .selection.dropdown:not(.owner) {
  1058. width: 50%!important;
  1059. }
  1060. .repository.new.repo .ui.form #auto-init {
  1061. margin-left: 265px !important;
  1062. }
  1063. .new.webhook form .help {
  1064. margin-left: 25px;
  1065. }
  1066. .new.webhook .events.fields .column {
  1067. padding-left: 40px;
  1068. }
  1069. .repository {
  1070. padding-top: 15px;
  1071. padding-bottom: 80px;
  1072. }
  1073. .repository .head .column {
  1074. padding-top: 5px!important;
  1075. padding-bottom: 5px!important;
  1076. }
  1077. .repository .head .ui.compact.menu {
  1078. margin-left: 1rem;
  1079. }
  1080. .repository .head .ui.header {
  1081. margin-top: 0;
  1082. }
  1083. .repository .head .mega-octicon {
  1084. width: 30px;
  1085. font-size: 30px;
  1086. }
  1087. .repository .head .ui.huge.breadcrumb {
  1088. font-weight: 400;
  1089. font-size: 1.7rem;
  1090. }
  1091. .repository .head .fork-flag {
  1092. margin-left: 38px;
  1093. margin-top: 3px;
  1094. display: block;
  1095. font-size: 12px;
  1096. white-space: nowrap;
  1097. }
  1098. .repository .navbar .ui.label {
  1099. margin-top: -2px;
  1100. margin-left: 7px;
  1101. padding: 3px 5px;
  1102. }
  1103. .repository .owner.dropdown {
  1104. min-width: 40% !important;
  1105. }
  1106. .repository .metas .menu {
  1107. max-height: 300px;
  1108. overflow-x: auto;
  1109. }
  1110. .repository .metas .ui.list .hide {
  1111. display: none!important;
  1112. }
  1113. .repository .metas .ui.list .label.color {
  1114. padding: 0 8px;
  1115. margin-right: 5px;
  1116. }
  1117. .repository .metas .ui.list a {
  1118. padding-top: 5px;
  1119. padding-right: 10px;
  1120. }
  1121. .repository .metas .ui.list a .text {
  1122. color: #444;
  1123. }
  1124. .repository .metas .ui.list a .text:hover {
  1125. color: #000;
  1126. }
  1127. .repository .header-wrapper {
  1128. background-color: #FAFAFA;
  1129. margin-top: -15px;
  1130. padding-top: 15px;
  1131. }
  1132. .repository .filter.menu .label.color {
  1133. margin-left: 15px;
  1134. padding: 0 8px;
  1135. }
  1136. .repository .filter.menu .octicon {
  1137. float: left;
  1138. margin-left: -5px;
  1139. margin-right: -7px;
  1140. }
  1141. .repository .filter.menu .menu {
  1142. max-height: 300px;
  1143. overflow-x: auto;
  1144. right: 0!important;
  1145. left: auto!important;
  1146. }
  1147. .repository .filter.menu .dropdown.item {
  1148. margin: 1px;
  1149. padding-right: 0;
  1150. }
  1151. .repository .ui.tabs.container {
  1152. margin-top: 14px;
  1153. margin-bottom: 0px;
  1154. }
  1155. .repository .ui.tabs.container .ui.menu {
  1156. border-bottom: none;
  1157. }
  1158. .repository .ui.tabs.divider {
  1159. margin-top: 0;
  1160. margin-bottom: 20px;
  1161. }
  1162. .repository #clone-panel {
  1163. margin-top: -8px;
  1164. width: 100%;
  1165. }
  1166. .repository #clone-panel input {
  1167. border-radius: 0;
  1168. padding: 5px 10px;
  1169. }
  1170. .repository #clone-panel .clone.button {
  1171. font-size: 13px;
  1172. padding: 0 5px;
  1173. }
  1174. .repository #clone-panel .clone.button:first-child {
  1175. border-radius: .28571429rem 0 0 .28571429rem;
  1176. }
  1177. .repository #clone-panel .icon.button {
  1178. padding: 0 10px;
  1179. }
  1180. .repository #clone-panel .dropdown .menu {
  1181. right: 0!important;
  1182. left: auto!important;
  1183. }
  1184. .repository.file.list #repo-desc {
  1185. font-size: 1.2em;
  1186. }
  1187. .repository.file.list .choose.reference .header .icon {
  1188. font-size: 1.4em;
  1189. }
  1190. .repository.file.list #repo-files-table thead th {
  1191. padding-top: 8px;
  1192. padding-bottom: 5px;
  1193. font-weight: normal;
  1194. }
  1195. .repository.file.list #repo-files-table thead th:first-child {
  1196. display: block;
  1197. position: relative;
  1198. width: 325%;
  1199. }
  1200. .repository.file.list #repo-files-table thead .ui.avatar {
  1201. margin-bottom: 5px;
  1202. }
  1203. .repository.file.list #repo-files-table tbody .icon {
  1204. margin-left: 3px;
  1205. margin-right: 5px;
  1206. }
  1207. .repository.file.list #repo-files-table td {
  1208. padding-top: 8px;
  1209. padding-bottom: 8px;
  1210. }
  1211. .repository.file.list #repo-files-table tr:hover {
  1212. background-color: #ffffEE;
  1213. }
  1214. .repository.file.list #file-content .header .icon {
  1215. font-size: 1em;
  1216. margin-top: -2px;
  1217. }
  1218. .repository.file.list #file-content .view-raw * {
  1219. max-width: 100%;
  1220. }
  1221. .repository.file.list #file-content .view-raw img {
  1222. padding: 5px 5px 0 5px;
  1223. }
  1224. .repository.file.list #file-content .code-view * {
  1225. font-size: 12px;
  1226. font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  1227. line-height: 20px;
  1228. }
  1229. .repository.file.list #file-content .code-view table {
  1230. width: 100%;
  1231. }
  1232. .repository.file.list #file-content .code-view .lines-num {
  1233. vertical-align: top;
  1234. text-align: right;
  1235. color: #999;
  1236. background: #f5f5f5;
  1237. width: 1%;
  1238. }
  1239. .repository.file.list #file-content .code-view .lines-num span {
  1240. line-height: 20px;
  1241. padding: 0 10px;
  1242. cursor: pointer;
  1243. display: block;
  1244. }
  1245. .repository.file.list #file-content .code-view .lines-num,
  1246. .repository.file.list #file-content .code-view .lines-code {
  1247. padding: 0;
  1248. }
  1249. .repository.file.list #file-content .code-view .lines-num pre,
  1250. .repository.file.list #file-content .code-view .lines-code pre,
  1251. .repository.file.list #file-content .code-view .lines-num ol,
  1252. .repository.file.list #file-content .code-view .lines-code ol,
  1253. .repository.file.list #file-content .code-view .lines-num .hljs,
  1254. .repository.file.list #file-content .code-view .lines-code .hljs {
  1255. background-color: white;
  1256. margin: 0;
  1257. padding: 0 !important;
  1258. }
  1259. .repository.file.list #file-content .code-view .lines-num pre li,
  1260. .repository.file.list #file-content .code-view .lines-code pre li,
  1261. .repository.file.list #file-content .code-view .lines-num ol li,
  1262. .repository.file.list #file-content .code-view .lines-code ol li,
  1263. .repository.file.list #file-content .code-view .lines-num .hljs li,
  1264. .repository.file.list #file-content .code-view .lines-code .hljs li {
  1265. padding-left: 5px;
  1266. }
  1267. .repository.file.list #file-content .code-view .lines-num pre li.active,
  1268. .repository.file.list #file-content .code-view .lines-code pre li.active,
  1269. .repository.file.list #file-content .code-view .lines-num ol li.active,
  1270. .repository.file.list #file-content .code-view .lines-code ol li.active,
  1271. .repository.file.list #file-content .code-view .lines-num .hljs li.active,
  1272. .repository.file.list #file-content .code-view .lines-code .hljs li.active {
  1273. background: #ffffdd;
  1274. }
  1275. .repository.file.list .sidebar {
  1276. padding-left: 0;
  1277. }
  1278. .repository.file.list .sidebar .octicon {
  1279. width: 16px;
  1280. }
  1281. .repository.options #interval {
  1282. width: 100px!important;
  1283. min-width: 100px;
  1284. }
  1285. .repository.options .danger .item {
  1286. padding: 20px 15px;
  1287. }
  1288. .repository.options .danger .ui.divider {
  1289. margin: 0;
  1290. }
  1291. .repository.new.issue .comment.form .comment .avatar {
  1292. width: 3em;
  1293. }
  1294. .repository.new.issue .comment.form .content {
  1295. margin-left: 4em;
  1296. }
  1297. .repository.new.issue .comment.form .content:before,
  1298. .repository.new.issue .comment.form .content:after {
  1299. right: 100%;
  1300. top: 20px;
  1301. border: solid transparent;
  1302. content: " ";
  1303. height: 0;
  1304. width: 0;
  1305. position: absolute;
  1306. pointer-events: none;
  1307. }
  1308. .repository.new.issue .comment.form .content:before {
  1309. border-right-color: #D4D4D5;
  1310. border-width: 9px;
  1311. margin-top: -9px;
  1312. }
  1313. .repository.new.issue .comment.form .content:after {
  1314. border-right-color: #f7f7f7;
  1315. border-width: 8px;
  1316. margin-top: -8px;
  1317. }
  1318. .repository.new.issue .comment.form .content:after {
  1319. border-right-color: #fff;
  1320. }
  1321. .repository.new.issue .comment.form .content .markdown {
  1322. font-size: 14px;
  1323. }
  1324. .repository.new.issue .comment.form .metas {
  1325. min-width: 220px;
  1326. }
  1327. .repository.new.issue .comment.form .metas .filter.menu {
  1328. max-height: 300px;
  1329. overflow-x: auto;
  1330. }
  1331. .repository.view.issue .title {
  1332. padding-bottom: 0!important;
  1333. }
  1334. .repository.view.issue .title h1 {
  1335. font-weight: 300;
  1336. font-size: 2.3rem;
  1337. margin-bottom: 5px;
  1338. }
  1339. .repository.view.issue .title h1 .ui.input {
  1340. font-size: 0.5em;
  1341. vertical-align: top;
  1342. width: 50%;
  1343. min-width: 600px;
  1344. }
  1345. .repository.view.issue .title h1 .ui.input input {
  1346. font-size: 1.5em;
  1347. padding: 6px 10px;
  1348. }
  1349. .repository.view.issue .title .index {
  1350. font-weight: 300;
  1351. color: #aaa;
  1352. letter-spacing: -1px;
  1353. }
  1354. .repository.view.issue .title .label {
  1355. margin-right: 10px;
  1356. }
  1357. .repository.view.issue .title .edit-zone {
  1358. margin-top: 10px;
  1359. }
  1360. .repository.view.issue .pull-desc code {
  1361. color: #0166E6;
  1362. }
  1363. .repository.view.issue .pull.tabular.menu {
  1364. margin-bottom: 10px;
  1365. }
  1366. .repository.view.issue .pull.tabular.menu .octicon {
  1367. margin-right: 5px;
  1368. }
  1369. .repository.view.issue .pull.tab.segment {
  1370. border: none;
  1371. padding: 0;
  1372. padding-top: 10px;
  1373. box-shadow: none;
  1374. background-color: inherit;
  1375. }
  1376. .repository.view.issue .pull .merge.box .avatar {
  1377. margin-left: 10px;
  1378. margin-top: 10px;
  1379. }
  1380. .repository.view.issue .comment-list:before {
  1381. display: block;
  1382. content: "";
  1383. position: absolute;
  1384. margin-top: 12px;
  1385. margin-bottom: 14px;
  1386. top: 0;
  1387. bottom: 0;
  1388. left: 96px;
  1389. width: 2px;
  1390. background-color: #f3f3f3;
  1391. z-index: -1;
  1392. }
  1393. .repository.view.issue .comment-list .comment .avatar {
  1394. width: 3em;
  1395. }
  1396. .repository.view.issue .comment-list .comment .tag {
  1397. color: #767676;
  1398. margin-top: 3px;
  1399. padding: 2px 5px;
  1400. font-size: 12px;
  1401. border: 1px solid rgba(0, 0, 0, 0.1);
  1402. border-radius: 3px;
  1403. }
  1404. .repository.view.issue .comment-list .comment .actions .item {
  1405. float: left;
  1406. }
  1407. .repository.view.issue .comment-list .comment .actions a.item {
  1408. margin-top: 6px;
  1409. margin-left: 10px;
  1410. }
  1411. .repository.view.issue .comment-list .comment .content {
  1412. margin-left: 4em;
  1413. }
  1414. .repository.view.issue .comment-list .comment .content .header {
  1415. font-weight: normal;
  1416. padding: auto 15px;
  1417. position: relative;
  1418. color: #767676;
  1419. background-color: #f7f7f7;
  1420. border-bottom: 1px solid #eee;
  1421. border-top-left-radius: 3px;
  1422. border-top-right-radius: 3px;
  1423. }
  1424. .repository.view.issue .comment-list .comment .content .header:before,
  1425. .repository.view.issue .comment-list .comment .content .header:after {
  1426. right: 100%;
  1427. top: 20px;
  1428. border: solid transparent;
  1429. content: " ";
  1430. height: 0;
  1431. width: 0;
  1432. position: absolute;
  1433. pointer-events: none;
  1434. }
  1435. .repository.view.issue .comment-list .comment .content .header:before {
  1436. border-right-color: #D4D4D5;
  1437. border-width: 9px;
  1438. margin-top: -9px;
  1439. }
  1440. .repository.view.issue .comment-list .comment .content .header:after {
  1441. border-right-color: #f7f7f7;
  1442. border-width: 8px;
  1443. margin-top: -8px;
  1444. }
  1445. .repository.view.issue .comment-list .comment .content .header .text {
  1446. max-width: 78%;
  1447. padding-top: 10px;
  1448. padding-bottom: 10px;
  1449. }
  1450. .repository.view.issue .comment-list .comment .content .markdown {
  1451. font-size: 14px;
  1452. }
  1453. .repository.view.issue .comment-list .comment .content .no-content {
  1454. color: #767676;
  1455. font-style: italic;
  1456. }
  1457. .repository.view.issue .comment-list .comment .content > .bottom.segment {
  1458. background: #f3f4f5;
  1459. }
  1460. .repository.view.issue .comment-list .comment .content > .bottom.segment .ui.image {
  1461. max-height: 150px;
  1462. }
  1463. .repository.view.issue .comment-list .comment .ui.form .field:first-child {
  1464. clear: none;
  1465. }
  1466. .repository.view.issue .comment-list .comment .ui.form .tab.segment {
  1467. border: none;
  1468. padding: 0;
  1469. padding-top: 10px;
  1470. }
  1471. .repository.view.issue .comment-list .comment .ui.form textarea {
  1472. height: 200px;
  1473. }
  1474. .repository.view.issue .comment-list .comment .edit.buttons {
  1475. margin-top: 10px;
  1476. }
  1477. .repository.view.issue .comment-list .event {
  1478. position: relative;
  1479. margin: 15px 0 15px 79px;
  1480. padding-left: 25px;
  1481. }
  1482. .repository.view.issue .comment-list .event .octicon {
  1483. width: 30px;
  1484. float: left;
  1485. margin-left: -36px;
  1486. text-align: center;
  1487. }
  1488. .repository.view.issue .comment-list .event .octicon.octicon-circle-slash {
  1489. margin-top: 5px;
  1490. font-size: 20px;
  1491. color: #bd2c00;
  1492. }
  1493. .repository.view.issue .comment-list .event .octicon.octicon-primitive-dot {
  1494. font-size: 30px;
  1495. color: #6cc644;
  1496. }
  1497. .repository.view.issue .comment-list .event .octicon.octicon-bookmark {
  1498. margin-top: 3px;
  1499. font-size: 25px;
  1500. }
  1501. .repository.view.issue .comment-list .event .detail {
  1502. font-size: 0.9rem;
  1503. margin-top: 5px;
  1504. margin-left: 35px;
  1505. }
  1506. .repository.view.issue .comment-list .event .detail .octicon.octicon-git-commit {
  1507. margin-top: 2px;
  1508. }
  1509. .repository.view.issue .ui.segment.metas {
  1510. margin-top: -3px;
  1511. }
  1512. .repository.view.issue .ui.participants img {
  1513. margin-top: 5px;
  1514. margin-right: 5px;
  1515. }
  1516. .repository .comment.form .ui.comments {
  1517. margin-top: -12px;
  1518. max-width: 100%;
  1519. }
  1520. .repository .comment.form .content .field:first-child {
  1521. clear: none;
  1522. }
  1523. .repository .comment.form .content .form:before,
  1524. .repository .comment.form .content .form:after {
  1525. right: 100%;
  1526. top: 20px;
  1527. border: solid transparent;
  1528. content: " ";
  1529. height: 0;
  1530. width: 0;
  1531. position: absolute;
  1532. pointer-events: none;
  1533. }
  1534. .repository .comment.form .content .form:before {
  1535. border-right-color: #D4D4D5;
  1536. border-width: 9px;
  1537. margin-top: -9px;
  1538. }
  1539. .repository .comment.form .content .form:after {
  1540. border-right-color: #f7f7f7;
  1541. border-width: 8px;
  1542. margin-top: -8px;
  1543. }
  1544. .repository .comment.form .content .form:after {
  1545. border-right-color: #fff;
  1546. }
  1547. .repository .comment.form .content .tab.segment {
  1548. border: none;
  1549. padding: 0;
  1550. padding-top: 10px;
  1551. }
  1552. .repository .comment.form .content textarea {
  1553. height: 200px;
  1554. }
  1555. .repository .label.list {
  1556. list-style: none;
  1557. padding-top: 15px;
  1558. }
  1559. .repository .label.list .item {
  1560. padding-top: 10px;
  1561. padding-bottom: 10px;
  1562. border-bottom: 1px dashed #AAA;
  1563. }
  1564. .repository .label.list .item a {
  1565. font-size: 15px;
  1566. padding-top: 5px;
  1567. padding-right: 10px;
  1568. color: #666;
  1569. }
  1570. .repository .label.list .item a:hover {
  1571. color: #000;
  1572. }
  1573. .repository .label.list .item a.open-issues {
  1574. margin-right: 30px;
  1575. }
  1576. .repository .milestone.list {
  1577. list-style: none;
  1578. padding-top: 15px;
  1579. }
  1580. .repository .milestone.list > .item {
  1581. padding-top: 10px;
  1582. padding-bottom: 10px;
  1583. border-bottom: 1px dashed #AAA;
  1584. }
  1585. .repository .milestone.list > .item > a {
  1586. padding-top: 5px;
  1587. padding-right: 10px;
  1588. color: #000;
  1589. }
  1590. .repository .milestone.list > .item > a:hover {
  1591. color: #4078c0;
  1592. }
  1593. .repository .milestone.list > .item .ui.progress {
  1594. width: 40%;
  1595. padding: 0;
  1596. border: 0;
  1597. margin: 0;
  1598. }
  1599. .repository .milestone.list > .item .ui.progress .bar {
  1600. height: 20px;
  1601. }
  1602. .repository .milestone.list > .item .meta {
  1603. color: #999;
  1604. padding-top: 5px;
  1605. }
  1606. .repository .milestone.list > .item .meta .issue-stats .octicon {
  1607. padding-left: 5px;
  1608. }
  1609. .repository .milestone.list > .item .meta .overdue {
  1610. color: red;
  1611. }
  1612. .repository .milestone.list > .item .operate {
  1613. margin-top: -15px;
  1614. }
  1615. .repository .milestone.list > .item .operate > a {
  1616. font-size: 15px;
  1617. padding-top: 5px;
  1618. padding-right: 10px;
  1619. color: #666;
  1620. }
  1621. .repository .milestone.list > .item .operate > a:hover {
  1622. color: #000;
  1623. }
  1624. .repository .milestone.list > .item .content {
  1625. padding-top: 10px;
  1626. }
  1627. .repository.new.milestone textarea {
  1628. height: 200px;
  1629. }
  1630. .repository.new.milestone #deadline {
  1631. width: 150px;
  1632. }
  1633. .repository.compare.pull .choose.branch .octicon {
  1634. padding-right: 10px;
  1635. }
  1636. .repository.compare.pull .comment.form .content:before,
  1637. .repository.compare.pull .comment.form .content:after {
  1638. right: 100%;
  1639. top: 20px;
  1640. border: solid transparent;
  1641. content: " ";
  1642. height: 0;
  1643. width: 0;
  1644. position: absolute;
  1645. pointer-events: none;
  1646. }
  1647. .repository.compare.pull .comment.form .content:before {
  1648. border-right-color: #D4D4D5;
  1649. border-width: 9px;
  1650. margin-top: -9px;
  1651. }
  1652. .repository.compare.pull .comment.form .content:after {
  1653. border-right-color: #f7f7f7;
  1654. border-width: 8px;
  1655. margin-top: -8px;
  1656. }
  1657. .repository.compare.pull .comment.form .content:after {
  1658. border-right-color: #fff;
  1659. }
  1660. .repository .filter.dropdown .menu {
  1661. margin-top: 1px!important;
  1662. }
  1663. .repository.commits .header .ui.right .search input {
  1664. font-weight: normal;
  1665. padding: 5px 10px;
  1666. }
  1667. .repository #commits-table thead th:first-of-type {
  1668. padding-left: 15px;
  1669. }
  1670. .repository #commits-table thead .sha {
  1671. font-size: 13px;
  1672. padding: 6px 40px 4px 35px;
  1673. }
  1674. .repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) {
  1675. background-color: rgba(0, 0, 0, 0.02) !important;
  1676. }
  1677. .repository .diff-detail-box {
  1678. margin: 15px 0;
  1679. line-height: 30px;
  1680. }
  1681. .repository .diff-detail-box ol {
  1682. clear: both;
  1683. padding-left: 0;
  1684. margin-top: 5px;
  1685. margin-bottom: 28px;
  1686. }
  1687. .repository .diff-detail-box ol li {
  1688. list-style: none;
  1689. padding-bottom: 4px;
  1690. margin-bottom: 4px;
  1691. border-bottom: 1px dashed #DDD;
  1692. padding-left: 6px;
  1693. }
  1694. .repository .diff-detail-box span.status {
  1695. display: inline-block;
  1696. width: 12px;
  1697. height: 12px;
  1698. margin-right: 8px;
  1699. vertical-align: middle;
  1700. }
  1701. .repository .diff-detail-box span.status.modify {
  1702. background-color: #f0db88;
  1703. }
  1704. .repository .diff-detail-box span.status.add {
  1705. background-color: #b4e2b4;
  1706. }
  1707. .repository .diff-detail-box span.status.del {
  1708. background-color: #e9aeae;
  1709. }
  1710. .repository .diff-detail-box span.status.rename {
  1711. background-color: #dad8ff;
  1712. }
  1713. .repository .diff-box .count {
  1714. margin-right: 12px;
  1715. font-size: 13px;
  1716. }
  1717. .repository .diff-box .count .bar {
  1718. background-color: #bd2c00;
  1719. height: 12px;
  1720. width: 40px;
  1721. display: inline-block;
  1722. margin: 2px 4px 0 4px;
  1723. vertical-align: text-top;
  1724. }
  1725. .repository .diff-box .count .bar .add {
  1726. background-color: #55a532;
  1727. height: 12px;
  1728. }
  1729. .repository .diff-box .file {
  1730. color: #888;
  1731. }
  1732. .repository .diff-file-box .header {
  1733. background-color: #f7f7f7;
  1734. }
  1735. .repository .diff-file-box .file-body.file-code .lines-num {
  1736. text-align: right;
  1737. color: #A7A7A7;
  1738. background: #fafafa;
  1739. width: 1%;
  1740. }
  1741. .repository .diff-file-box .file-body.file-code .lines-num span.fold {
  1742. display: block;
  1743. text-align: center;
  1744. }
  1745. .repository .diff-file-box .file-body.file-code .lines-num-old {
  1746. border-right: 1px solid #DDD;
  1747. }
  1748. .repository .diff-file-box .code-diff {
  1749. font-size: 12px;
  1750. }
  1751. .repository .diff-file-box .code-diff td {
  1752. padding: 0;
  1753. padding-left: 10px;
  1754. border-top: none;
  1755. }
  1756. .repository .diff-file-box .code-diff pre {
  1757. margin: 0;
  1758. }
  1759. .repository .diff-file-box .code-diff .lines-num {
  1760. border-right: 1px solid #d4d4d5;
  1761. padding: 0 5px;
  1762. }
  1763. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  1764. .repository .diff-file-box .code-diff tbody tr.tag-code pre {
  1765. background-color: #F0F0F0 !important;
  1766. border-color: #D2CECE!important;
  1767. padding-top: 4px;
  1768. padding-bottom: 4px;
  1769. }
  1770. .repository .diff-file-box .code-diff tbody tr.tag-code td.halfwidth {
  1771. width: 50%;
  1772. }
  1773. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code {
  1774. background-color: #eaffea !important;
  1775. border-color: #c1e9c1 !important;
  1776. }
  1777. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre {
  1778. background-color: #eaffea !important;
  1779. border-color: #c1e9c1 !important;
  1780. }
  1781. .repository .diff-file-box .code-diff tbody tr.del-code td,
  1782. .repository .diff-file-box .code-diff tbody tr.del-code pre {
  1783. background-color: #ffecec !important;
  1784. border-color: #f1c0c0 !important;
  1785. }
  1786. .repository .diff-file-box .code-diff tbody tr.del-code td.halfwidth {
  1787. width: 50%;
  1788. }
  1789. .repository .diff-file-box .code-diff tbody tr.add-code td,
  1790. .repository .diff-file-box .code-diff tbody tr.add-code pre {
  1791. background-color: #eaffea !important;
  1792. border-color: #c1e9c1 !important;
  1793. }
  1794. .repository .diff-file-box .code-diff tbody tr.add-code td.halfwidth {
  1795. width: 50%;
  1796. }
  1797. .repository .diff-file-box .code-diff tbody tr .removed-code {
  1798. background-color: #ff9999;
  1799. }
  1800. .repository .diff-file-box .code-diff tbody tr .added-code {
  1801. background-color: #99ff99;
  1802. }
  1803. .repository .diff-file-box.file-content img {
  1804. max-width: 100%;
  1805. padding: 5px 5px 0 5px;
  1806. }
  1807. .repository .code-view {
  1808. overflow: auto;
  1809. overflow-x: auto;
  1810. overflow-y: hidden;
  1811. }
  1812. .repository.quickstart .guide .item {
  1813. padding: 1em;
  1814. }
  1815. .repository.quickstart .guide .item small {
  1816. font-weight: normal;
  1817. }
  1818. .repository.quickstart .guide .clone.button:first-child {
  1819. border-radius: .28571429rem 0 0 .28571429rem;
  1820. }
  1821. .repository.quickstart .guide .ui.action.small.input {
  1822. width: 100%;
  1823. }
  1824. .repository.quickstart .guide #repo-clone-url {
  1825. border-radius: 0;
  1826. padding: 5px 10px;
  1827. font-size: 1.2em;
  1828. }
  1829. .repository.release #release-list {
  1830. border-top: 1px solid #DDD;
  1831. margin-top: 20px;
  1832. padding-top: 15px;
  1833. }
  1834. .repository.release #release-list > li {
  1835. list-style: none;
  1836. }
  1837. .repository.release #release-list > li .meta,
  1838. .repository.release #release-list > li .detail {
  1839. padding-top: 30px;
  1840. padding-bottom: 40px;
  1841. }
  1842. .repository.release #release-list > li .meta {
  1843. text-align: right;
  1844. position: relative;
  1845. }
  1846. .repository.release #release-list > li .meta .tag:not(.icon) {
  1847. display: block;
  1848. margin-top: 15px;
  1849. }
  1850. .repository.release #release-list > li .meta .commit {
  1851. display: block;
  1852. margin-top: 10px;
  1853. }
  1854. .repository.release #release-list > li .detail {
  1855. border-left: 1px solid #DDD;
  1856. }
  1857. .repository.release #release-list > li .detail .author img {
  1858. margin-bottom: -3px;
  1859. }
  1860. .repository.release #release-list > li .detail .download {
  1861. margin-top: 20px;
  1862. }
  1863. .repository.release #release-list > li .detail .download > a .octicon {
  1864. margin-left: 5px;
  1865. margin-right: 5px;
  1866. }
  1867. .repository.release #release-list > li .detail .download .list {
  1868. padding-left: 0;
  1869. border-top: 1px solid #eee;
  1870. }
  1871. .repository.release #release-list > li .detail .download .list li {
  1872. list-style: none;
  1873. display: block;
  1874. padding-top: 8px;
  1875. padding-bottom: 8px;
  1876. border-bottom: 1px solid #eee;
  1877. }
  1878. .repository.release #release-list > li .detail .dot {
  1879. width: 9px;
  1880. height: 9px;
  1881. background-color: #ccc;
  1882. z-index: 999;
  1883. position: absolute;
  1884. display: block;
  1885. left: -5px;
  1886. top: 40px;
  1887. border-radius: 6px;
  1888. border: 1px solid #FFF;
  1889. }
  1890. .repository.new.release .target {
  1891. min-width: 500px;
  1892. }
  1893. .repository.new.release .target .at {
  1894. margin-left: -5px;
  1895. margin-right: 5px;
  1896. }
  1897. .repository.new.release .target .dropdown.icon {
  1898. margin: 0;
  1899. padding-top: 3px;
  1900. }
  1901. .repository.new.release .target .selection.dropdown {
  1902. padding-top: 10px;
  1903. padding-bottom: 10px;
  1904. }
  1905. .repository.new.release .prerelease.field {
  1906. margin-bottom: 0;
  1907. }
  1908. .repository.forks .list {
  1909. margin-top: 0;
  1910. }
  1911. .repository.forks .list .item {
  1912. padding-top: 10px;
  1913. padding-bottom: 10px;
  1914. border-bottom: 1px solid #DDD;
  1915. }
  1916. .repository.forks .list .item .ui.avatar {
  1917. float: left;
  1918. margin-right: 5px;
  1919. }
  1920. .repository.forks .list .item .link {
  1921. padding-top: 5px;
  1922. }
  1923. .repository.wiki.start .ui.segment {
  1924. padding-top: 70px;
  1925. padding-bottom: 100px;
  1926. }
  1927. .repository.wiki.start .ui.segment .mega-octicon {
  1928. font-size: 48px;
  1929. }
  1930. .repository.wiki.new .CodeMirror .CodeMirror-code .cm-comment {
  1931. background: inherit;
  1932. }
  1933. .repository.wiki.new .editor-preview {
  1934. background-color: white;
  1935. }
  1936. .repository.wiki.view .choose.page {
  1937. margin-top: -5px;
  1938. }
  1939. .repository.wiki.view .ui.sub.header {
  1940. text-transform: none;
  1941. }
  1942. .repository.wiki.view .markdown {
  1943. padding: 15px 30px;
  1944. }
  1945. .repository.wiki.view .markdown h1:first-of-type,
  1946. .repository.wiki.view .markdown h2:first-of-type,
  1947. .repository.wiki.view .markdown h3:first-of-type,
  1948. .repository.wiki.view .markdown h4:first-of-type,
  1949. .repository.wiki.view .markdown h5:first-of-type,
  1950. .repository.wiki.view .markdown h6:first-of-type {
  1951. margin-top: 0;
  1952. }
  1953. .repository.settings.collaboration .collaborator.list {
  1954. padding: 0;
  1955. }
  1956. .repository.settings.collaboration .collaborator.list .item {
  1957. padding: 10px 20px;
  1958. }
  1959. .repository.settings.collaboration .collaborator.list .item:not(:last-child) {
  1960. border-bottom: 1px solid #DDD;
  1961. }
  1962. .repository.settings.collaboration #repo-collab-form #search-user-box .results {
  1963. left: 7px;
  1964. }
  1965. .repository.settings.collaboration #repo-collab-form .ui.button {
  1966. margin-left: 5px;
  1967. margin-top: -3px;
  1968. }
  1969. .user-cards .list {
  1970. padding: 0;
  1971. }
  1972. .user-cards .list .item {
  1973. list-style: none;
  1974. width: 32%;
  1975. margin: 10px 10px 10px 0;
  1976. padding-bottom: 14px;
  1977. float: left;
  1978. }
  1979. .user-cards .list .item .avatar {
  1980. width: 48px;
  1981. height: 48px;
  1982. float: left;
  1983. display: block;
  1984. margin-right: 10px;
  1985. }
  1986. .user-cards .list .item .name {
  1987. margin-top: 0;
  1988. margin-bottom: 0;
  1989. font-weight: normal;
  1990. }
  1991. .user-cards .list .item .meta {
  1992. margin-top: 5px;
  1993. }
  1994. #search-repo-box .results,
  1995. #search-user-box .results {
  1996. padding: 0;
  1997. position: absolute;
  1998. }
  1999. #search-repo-box .results .item,
  2000. #search-user-box .results .item {
  2001. padding: 10px 15px;
  2002. border-bottom: 1px solid #DDD;
  2003. cursor: pointer;
  2004. }
  2005. #search-repo-box .results .item:hover,
  2006. #search-user-box .results .item:hover {
  2007. background: rgba(0, 0, 0, 0.05) !important;
  2008. color: rgba(0, 0, 0, 0.95) !important;
  2009. }
  2010. #search-repo-box .results .item img,
  2011. #search-user-box .results .item img {
  2012. margin-right: 8px;
  2013. }
  2014. .issue.list {
  2015. list-style: none;
  2016. padding-top: 15px;
  2017. }
  2018. .issue.list > .item {
  2019. padding-top: 15px;
  2020. padding-bottom: 10px;
  2021. border-bottom: 1px dashed #AAA;
  2022. }
  2023. .issue.list > .item .title {
  2024. color: #444;
  2025. font-size: 15px;
  2026. font-weight: bold;
  2027. margin: 0 6px;
  2028. }
  2029. .issue.list > .item .title:hover {
  2030. color: #000;
  2031. }
  2032. .issue.list > .item .comment {
  2033. padding-right: 10px;
  2034. color: #666;
  2035. }
  2036. .issue.list > .item .desc {
  2037. padding-top: 5px;
  2038. color: #999;
  2039. }
  2040. .issue.list > .item .desc a.milestone {
  2041. padding-left: 5px;
  2042. color: #999!important;
  2043. }
  2044. .issue.list > .item .desc a.milestone:hover {
  2045. color: #000!important;
  2046. }
  2047. .issue.list > .item .desc .assignee {
  2048. margin-top: -5px;
  2049. margin-right: 5px;
  2050. }
  2051. .page.buttons {
  2052. padding-top: 15px;
  2053. }
  2054. .ui.comments .dropzone {
  2055. width: 100%;
  2056. margin-bottom: 10px;
  2057. border: 2px dashed #0087F7;
  2058. box-shadow: none!important;
  2059. }
  2060. .ui.comments .dropzone .dz-error-message {
  2061. top: 140px;
  2062. }
  2063. .settings .content {
  2064. margin-top: 2px;
  2065. }
  2066. .settings .content > .header,
  2067. .settings .content .segment {
  2068. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  2069. }
  2070. .settings .key.list .item:not(:first-child) {
  2071. border-top: 1px solid #eaeaea;
  2072. }
  2073. .settings .key.list .ssh-key-state-indicator {
  2074. float: left;
  2075. color: gray;
  2076. padding-left: 10px;
  2077. padding-top: 10px;
  2078. }
  2079. .settings .key.list .ssh-key-state-indicator.active {
  2080. color: #6cc644;
  2081. }
  2082. .settings .key.list .meta {
  2083. padding-top: 5px;
  2084. }
  2085. .settings .key.list .print {
  2086. color: #767676;
  2087. }
  2088. .settings .key.list .activity {
  2089. color: #666;
  2090. }
  2091. .settings .hook.list > .item:not(:first-child) {
  2092. border-top: 1px solid #eaeaea;
  2093. }
  2094. .settings .hook.list .item {
  2095. padding: 10px 20px;
  2096. }
  2097. .settings .hook.list .item .octicon,
  2098. .settings .hook.list .item .fa {
  2099. width: 20px;
  2100. text-align: center;
  2101. }
  2102. .settings .hook.history.list .item {
  2103. padding-left: 13px;
  2104. }
  2105. .settings .hook.history.list .item .meta .ui.right {
  2106. margin-top: 5px;
  2107. }
  2108. .settings .hook.history.list .item .meta .ui.right .time {
  2109. font-size: 12px;
  2110. }
  2111. .settings .hook.history.list .item .info {
  2112. margin-top: 10px;
  2113. }
  2114. .settings .hook.history.list .item .info .tabular.menu .item {
  2115. font-weight: 500;
  2116. }
  2117. .settings .hook.history.list .item .info .tab.segment {
  2118. border: none;
  2119. padding: 0;
  2120. padding-top: 10px;
  2121. box-shadow: none;
  2122. }
  2123. .settings .hook.history.list .item .info .tab.segment > * {
  2124. color: #666;
  2125. }
  2126. .settings .hook.history.list .item .info .tab.segment pre {
  2127. word-wrap: break-word;
  2128. }
  2129. .settings .hook.history.list .item .info .tab.segment pre .hljs {
  2130. padding: 0;
  2131. background-color: inherit;
  2132. }
  2133. .ui.vertical.menu .header.item {
  2134. font-size: 1.1em;
  2135. background: #f0f0f0;
  2136. }
  2137. .edit-label.modal .form .column,
  2138. .new-label.segment .form .column {
  2139. padding-right: 0;
  2140. }
  2141. .edit-label.modal .form .buttons,
  2142. .new-label.segment .form .buttons {
  2143. margin-left: auto;
  2144. padding-top: 15px;
  2145. }
  2146. .edit-label.modal .form .color.picker.column,
  2147. .new-label.segment .form .color.picker.column {
  2148. width: auto;
  2149. }
  2150. .edit-label.modal .form .color.picker.column .color-picker,
  2151. .new-label.segment .form .color.picker.column .color-picker {
  2152. height: 35px;
  2153. width: auto;
  2154. padding-left: 30px;
  2155. }
  2156. .edit-label.modal .form .minicolors-swatch.minicolors-sprite,
  2157. .new-label.segment .form .minicolors-swatch.minicolors-sprite {
  2158. top: 10px;
  2159. left: 10px;
  2160. width: 15px;
  2161. height: 15px;
  2162. }
  2163. .edit-label.modal .form .precolors,
  2164. .new-label.segment .form .precolors {
  2165. padding-left: 0;
  2166. padding-right: 0;
  2167. margin: 3px 10px auto 10px;
  2168. width: 120px;
  2169. }
  2170. .edit-label.modal .form .precolors .color,
  2171. .new-label.segment .form .precolors .color {
  2172. float: left;
  2173. width: 15px;
  2174. height: 15px;
  2175. }
  2176. #avatar-arrow:before,
  2177. #avatar-arrow:after {
  2178. right: 100%;
  2179. top: 20px;
  2180. border: solid transparent;
  2181. content: " ";
  2182. height: 0;
  2183. width: 0;
  2184. position: absolute;
  2185. pointer-events: none;
  2186. }
  2187. #avatar-arrow:before {
  2188. border-right-color: #D4D4D5;
  2189. border-width: 9px;
  2190. margin-top: -9px;
  2191. }
  2192. #avatar-arrow:after {
  2193. border-right-color: #f7f7f7;
  2194. border-width: 8px;
  2195. margin-top: -8px;
  2196. }
  2197. #transfer-repo-modal .ui.message,
  2198. #delete-repo-modal .ui.message {
  2199. width: 100%!important;
  2200. }
  2201. .organization {
  2202. padding-top: 15px;
  2203. padding-bottom: 80px;
  2204. }
  2205. .organization .head .ui.header .text {
  2206. vertical-align: middle;
  2207. font-size: 1.6rem;
  2208. margin-left: 15px;
  2209. }
  2210. .organization .head .ui.header .ui.right {
  2211. margin-top: 5px;
  2212. }
  2213. .organization.new.org form {
  2214. margin: auto;
  2215. width: 800px!important;
  2216. }
  2217. .organization.new.org form .ui.message {
  2218. text-align: center;
  2219. }
  2220. .organization.new.org form .header {
  2221. padding-left: 280px !important;
  2222. }
  2223. .organization.new.org form .inline.field > label {
  2224. text-align: right;
  2225. width: 250px !important;
  2226. word-wrap: break-word;
  2227. }
  2228. .organization.new.org form .help {
  2229. margin-left: 265px !important;
  2230. }
  2231. .organization.new.org form .optional .title {
  2232. margin-left: 250px !important;
  2233. }
  2234. .organization.new.org form input,
  2235. .organization.new.org form textarea {
  2236. width: 50%!important;
  2237. }
  2238. .organization.options input {
  2239. min-width: 300px;
  2240. }
  2241. .organization.profile #org-avatar {
  2242. width: 100px;
  2243. height: 100px;
  2244. margin-right: 15px;
  2245. }
  2246. .organization.profile #org-info .ui.header {
  2247. font-size: 36px;
  2248. margin-bottom: 0;
  2249. }
  2250. .organization.profile #org-info .desc {
  2251. font-size: 16px;
  2252. margin-bottom: 10px;
  2253. }
  2254. .organization.profile #org-info .meta .item {
  2255. display: inline-block;
  2256. margin-right: 10px;
  2257. }
  2258. .organization.profile #org-info .meta .item .icon {
  2259. margin-right: 5px;
  2260. }
  2261. .organization.profile .ui.top.header .ui.right {
  2262. margin-top: 0;
  2263. }
  2264. .organization.profile .teams .item {
  2265. padding: 10px 15px;
  2266. }
  2267. .organization.teams .members .ui.avatar,
  2268. .organization.profile .members .ui.avatar {
  2269. width: 48px;
  2270. height: 48px;
  2271. margin-right: 5px;
  2272. }
  2273. .organization.invite #invite-box {
  2274. margin: auto;
  2275. margin-top: 50px;
  2276. width: 500px !important;
  2277. }
  2278. .organization.invite #invite-box #search-user-box input {
  2279. margin-left: 0;
  2280. width: 300px;
  2281. }
  2282. .organization.invite #invite-box .ui.button {
  2283. margin-left: 5px;
  2284. margin-top: -3px;
  2285. }
  2286. .organization.members .list .item {
  2287. margin-left: 0;
  2288. margin-right: 0;
  2289. border-bottom: 1px solid #eee;
  2290. }
  2291. .organization.members .list .item .ui.avatar {
  2292. width: 48px;
  2293. height: 48px;
  2294. }
  2295. .organization.members .list .item .meta {
  2296. line-height: 24px;
  2297. }
  2298. .organization.teams .detail .item {
  2299. padding: 10px 15px;
  2300. }
  2301. .organization.teams .detail .item:not(:last-child) {
  2302. border-bottom: 1px solid #eee;
  2303. }
  2304. .organization.teams .repositories .item,
  2305. .organization.teams .members .item {
  2306. padding: 10px 20px;
  2307. line-height: 32px;
  2308. }
  2309. .organization.teams .repositories .item:not(:last-child),
  2310. .organization.teams .members .item:not(:last-child) {
  2311. border-bottom: 1px solid #DDD;
  2312. }
  2313. .organization.teams .repositories .item .button,
  2314. .organization.teams .members .item .button {
  2315. padding: 9px 10px;
  2316. }
  2317. .organization.teams #add-repo-form input,
  2318. .organization.teams #add-member-form input {
  2319. margin-left: 0;
  2320. }
  2321. .organization.teams #add-repo-form .ui.button,
  2322. .organization.teams #add-member-form .ui.button {
  2323. margin-left: 5px;
  2324. margin-top: -3px;
  2325. }
  2326. .user:not(.icon) {
  2327. padding-top: 15px;
  2328. padding-bottom: 80px;
  2329. }
  2330. .user.settings .list .item.ui.grid {
  2331. margin-top: 15px;
  2332. }
  2333. .user.settings .email.list .item:not(:first-child) {
  2334. border-top: 1px solid #eaeaea;
  2335. height: 50px;
  2336. }
  2337. .user.settings .email.list .item:not(:first-child) .button {
  2338. margin-top: -10px;
  2339. }
  2340. .user.profile .ui.card .username {
  2341. display: block;
  2342. }
  2343. .user.profile .ui.card .extra.content {
  2344. padding: 0;
  2345. }
  2346. .user.profile .ui.card .extra.content ul {
  2347. margin: 0;
  2348. padding: 0;
  2349. }
  2350. .user.profile .ui.card .extra.content ul li {
  2351. padding: 10px;
  2352. list-style: none;
  2353. }
  2354. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  2355. border-bottom: 1px solid #eaeaea;
  2356. }
  2357. .user.profile .ui.card .extra.content ul li .octicon {
  2358. margin-left: 1px;
  2359. margin-right: 5px;
  2360. }
  2361. .user.profile .ui.card .extra.content ul li.follow .ui.button {
  2362. width: 100%;
  2363. }
  2364. .user.profile .ui.repository.list {
  2365. margin-top: 25px;
  2366. }
  2367. .user.followers .header.name {
  2368. font-size: 20px;
  2369. line-height: 24px;
  2370. vertical-align: middle;
  2371. }
  2372. .user.followers .follow .ui.button {
  2373. padding: 8px 15px;
  2374. }
  2375. .dashboard {
  2376. padding-top: 15px;
  2377. padding-bottom: 80px;
  2378. }
  2379. .dashboard.feeds .context.user.menu,
  2380. .dashboard.issues .context.user.menu {
  2381. z-index: 101;
  2382. min-width: 200px;
  2383. }
  2384. .dashboard.feeds .context.user.menu .ui.header,
  2385. .dashboard.issues .context.user.menu .ui.header {
  2386. font-size: 1rem;
  2387. text-transform: none;
  2388. }
  2389. .dashboard.feeds .filter.menu .item,
  2390. .dashboard.issues .filter.menu .item {
  2391. text-align: left;
  2392. }
  2393. .dashboard.feeds .filter.menu .item .text,
  2394. .dashboard.issues .filter.menu .item .text {
  2395. height: 16px;
  2396. vertical-align: middle;
  2397. }
  2398. .dashboard.feeds .filter.menu .item .text.truncate,
  2399. .dashboard.issues .filter.menu .item .text.truncate {
  2400. width: 85%;
  2401. }
  2402. .dashboard.feeds .filter.menu .item .floating.label,
  2403. .dashboard.issues .filter.menu .item .floating.label {
  2404. top: 7px;
  2405. left: 90%;
  2406. width: 15%;
  2407. }
  2408. .dashboard.feeds .filter.menu .jump.item,
  2409. .dashboard.issues .filter.menu .jump.item {
  2410. margin: 1px;
  2411. padding-right: 0;
  2412. }
  2413. .dashboard.feeds .filter.menu .menu,
  2414. .dashboard.issues .filter.menu .menu {
  2415. max-height: 300px;
  2416. overflow-x: auto;
  2417. right: 0!important;
  2418. left: auto!important;
  2419. }
  2420. .dashboard.feeds .ui.right .head.menu,
  2421. .dashboard.issues .ui.right .head.menu {
  2422. margin-top: -5px;
  2423. }
  2424. .dashboard.feeds .ui.right .head.menu .item.active,
  2425. .dashboard.issues .ui.right .head.menu .item.active {
  2426. color: #d9453d;
  2427. }
  2428. .dashboard.feeds .head.menu .octicon,
  2429. .dashboard.issues .head.menu .octicon {
  2430. margin-right: 5px;
  2431. }
  2432. .feeds .news .ui.avatar {
  2433. margin-top: 13px;
  2434. }
  2435. .feeds .news p {
  2436. line-height: 1em;
  2437. }
  2438. .feeds .news .time-since {
  2439. font-size: 13px;
  2440. }
  2441. .feeds .news .issue.title {
  2442. line-height: 1.1em;
  2443. width: 80%;
  2444. }
  2445. .feeds .news .push.news .content ul {
  2446. font-size: 13px;
  2447. list-style: none;
  2448. padding-left: 10px;
  2449. }
  2450. .feeds .news .push.news .content ul img {
  2451. margin-bottom: -2px;
  2452. }
  2453. .feeds .news .push.news .content ul .text.truncate {
  2454. width: 80%;
  2455. margin-bottom: -5px;
  2456. }
  2457. .feeds .news .commit-id {
  2458. font-family: Consolas, monospace;
  2459. }
  2460. .feeds .news code {
  2461. padding: 1px;
  2462. font-size: 85%;
  2463. background-color: rgba(0, 0, 0, 0.04);
  2464. border-radius: 3px;
  2465. word-break: break-all;
  2466. }
  2467. .feeds .list .header {
  2468. padding-top: 10px;
  2469. padding-bottom: 5px;
  2470. }
  2471. .feeds .list .header .plus.icon {
  2472. margin-top: 5px;
  2473. margin-right: 0;
  2474. }
  2475. .feeds .list ul {
  2476. list-style: none;
  2477. margin: 0;
  2478. padding-left: 0;
  2479. }
  2480. .feeds .list ul li:not(:last-child) {
  2481. border-bottom: 1px solid #EAEAEA;
  2482. }
  2483. .feeds .list ul li.private {
  2484. background-color: #fcf8e9;
  2485. }
  2486. .feeds .list ul li a {
  2487. padding: 6px 1.2em;
  2488. display: block;
  2489. }
  2490. .feeds .list ul li a .octicon {
  2491. margin-right: 6px;
  2492. color: #888;
  2493. }
  2494. .feeds .list .repo-owner-name-list .item-name {
  2495. max-width: 70%;
  2496. margin-bottom: -4px;
  2497. }
  2498. .feeds .list #collaborative-repo-list .owner-and-repo {
  2499. max-width: 80%;
  2500. margin-bottom: -5px;
  2501. }
  2502. .feeds .list #collaborative-repo-list .owner-name {
  2503. max-width: 120px;
  2504. margin-bottom: -5px;
  2505. }
  2506. .admin {
  2507. padding-top: 15px;
  2508. padding-bottom: 80px;
  2509. }
  2510. .admin .table.segment {
  2511. padding: 0;
  2512. font-size: 13px;
  2513. }
  2514. .admin .table.segment:not(.striped) {
  2515. padding-top: 5px;
  2516. }
  2517. .admin .table.segment:not(.striped) thead th:last-child {
  2518. padding-right: 5px !important;
  2519. }
  2520. .admin .table.segment th {
  2521. padding-top: 5px;
  2522. padding-bottom: 5px;
  2523. }
  2524. .admin .table.segment:not(.select) th:first-of-type,
  2525. .admin .table.segment:not(.select) td:first-of-type {
  2526. padding-left: 15px !important;
  2527. }
  2528. .admin .ui.header,
  2529. .admin .ui.segment {
  2530. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  2531. }
  2532. .admin.user .email {
  2533. max-width: 200px;
  2534. }
  2535. .admin dl.admin-dl-horizontal {
  2536. padding: 20px;
  2537. margin: 0;
  2538. }
  2539. .admin dl.admin-dl-horizontal dd {
  2540. margin-left: 240px;
  2541. }
  2542. .admin dl.admin-dl-horizontal dt {
  2543. font-weight: bolder;
  2544. float: left;
  2545. width: 250px;
  2546. clear: left;
  2547. overflow: hidden;
  2548. text-overflow: ellipsis;
  2549. white-space: nowrap;
  2550. }
  2551. .explore {
  2552. padding-top: 15px;
  2553. padding-bottom: 80px;
  2554. }
  2555. .ui.repository.list .item {
  2556. padding-bottom: 25px;
  2557. }
  2558. .ui.repository.list .item:not(:first-child) {
  2559. border-top: 1px solid #eee;
  2560. padding-top: 25px;
  2561. }
  2562. .ui.repository.list .item .ui.header {
  2563. font-size: 1.5rem;
  2564. padding-bottom: 10px;
  2565. }
  2566. .ui.repository.list .item .ui.header .name {
  2567. word-break: break-all;
  2568. }
  2569. .ui.repository.list .item .ui.header .metas {
  2570. color: #888;
  2571. font-size: 13px;
  2572. font-weight: normal;
  2573. }
  2574. .ui.repository.list .item .ui.header .metas span:not(:last-child) {
  2575. margin-right: 5px;
  2576. }
  2577. .ui.repository.list .item .time {
  2578. font-size: 12px;
  2579. color: #808080;
  2580. }