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.

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