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.

2927 lines
55 KiB

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