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.

2662 lines
50 KiB

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