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.

1873 lines
34 KiB

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. .fa {
  11. font-size: 14px;
  12. }
  13. .container {
  14. max-width: 1170px;
  15. padding: 0 1.5em;
  16. margin: auto;
  17. }
  18. img.avatar-16 {
  19. width: 16px;
  20. height: 16px;
  21. vertical-align: middle;
  22. }
  23. img.avatar-24 {
  24. width: 24px;
  25. height: 24px;
  26. vertical-align: middle;
  27. }
  28. img.avatar-30 {
  29. width: 30px;
  30. height: 30px;
  31. vertical-align: middle;
  32. }
  33. img.avatar-40 {
  34. width: 40px;
  35. height: 40px;
  36. vertical-align: middle;
  37. }
  38. img.avatar-48 {
  39. width: 48px;
  40. height: 48px;
  41. vertical-align: middle;
  42. }
  43. img.avatar-100 {
  44. width: 100px;
  45. height: 100px;
  46. vertical-align: middle;
  47. }
  48. #wrapper {
  49. padding: 0;
  50. margin: 0 0 -55px 0;
  51. min-height: 100%;
  52. }
  53. #footer {
  54. background-color: white;
  55. border-top: 1px solid #d6d6d6;
  56. clear: both;
  57. width: 100%;
  58. color: #888888;
  59. }
  60. #footer .container {
  61. padding: 15px;
  62. }
  63. #footer .official,
  64. #footer .version {
  65. color: #888888;
  66. }
  67. #footer-links > * {
  68. border-left: 1px solid #d6d6d6;
  69. padding-left: 8px;
  70. margin-left: 5px;
  71. }
  72. #footer-links > *:first-child {
  73. border-left: none;
  74. }
  75. #footer-lang {
  76. position: relative;
  77. }
  78. #footer-lang .drop-down {
  79. top: -64px;
  80. left: -2px;
  81. position: absolute;
  82. height: 59px;
  83. z-index: 100;
  84. font-size: 12px;
  85. width: 120%;
  86. }
  87. #footer-lang .drop-down li > a {
  88. padding: 3px 9px;
  89. }
  90. #header {
  91. background-color: #428bca;
  92. height: 44px;
  93. }
  94. #header > .menu-line > li > a {
  95. display: inline-block;
  96. color: #ffffff;
  97. }
  98. #header > .menu-line > li > a:hover {
  99. background-color: transparent;
  100. color: #fff65f;
  101. }
  102. #header > .menu-line > li.head {
  103. color: #ffffff;
  104. }
  105. #header > .menu-line > li.hover a:after {
  106. bottom: -9px;
  107. color: #ffffff;
  108. }
  109. #header > .menu-line > li.current > a {
  110. color: #fff65f;
  111. font-weight: bold;
  112. }
  113. #header-nav-user {
  114. height: 44px;
  115. }
  116. #header-nav-user img {
  117. margin: -4px 10px 0 0;
  118. border-radius: 3px;
  119. }
  120. #header-nav-sign-out > a:hover {
  121. color: #ff908b !important;
  122. }
  123. #header-nav-logo {
  124. padding: 6px 1.2em;
  125. }
  126. #header-nav-explore,
  127. #header-nav-help {
  128. font-size: 14px;
  129. }
  130. #header-new-repo-menu {
  131. width: 180px;
  132. background-color: #FFF;
  133. top: 44px;
  134. border-top: none;
  135. left: -66px;
  136. }
  137. #header-new-repo-menu .octicon {
  138. margin-right: 6px;
  139. font-size: 1.1em;
  140. }
  141. .switching-list {
  142. width: 100%;
  143. list-style: none;
  144. }
  145. .switching-list > li {
  146. border-bottom: 1px solid #eaeaea;
  147. }
  148. .switching-list > li:last-child {
  149. border-bottom: none;
  150. }
  151. .switching-list > li > a {
  152. padding: .4em 1.2em;
  153. display: block;
  154. color: #444;
  155. }
  156. .switching-list > li > a:hover {
  157. background-color: #428bca !important;
  158. color: #fff !important;
  159. }
  160. .social-buttons .btn {
  161. border: none;
  162. font-size: 16px;
  163. border-radius: 4px;
  164. margin-right: 12px;
  165. font-family: 'PT Sans Narrow', sans-serif;
  166. padding: 5px 12px;
  167. color: #FFF;
  168. }
  169. .social-buttons .btn .fa {
  170. margin-right: 6px;
  171. font-size: 16px;
  172. }
  173. .social-buttons .twitter {
  174. background-color: #1c6399;
  175. }
  176. .social-buttons .twitter:hover {
  177. background-color: #1c5487;
  178. }
  179. .social-buttons .github {
  180. background-color: #444;
  181. }
  182. .social-buttons .github:hover {
  183. background-color: #333;
  184. }
  185. .social-buttons .google {
  186. background-color: #C03D20;
  187. }
  188. .social-buttons .google:hover {
  189. background-color: #D56060;
  190. }
  191. .social-buttons .weibo {
  192. background-color: #bf1324;
  193. }
  194. .social-buttons .weibo:hover {
  195. background-color: #b94c4a;
  196. }
  197. .social-buttons .qq {
  198. background-color: #03a2ef;
  199. }
  200. .social-buttons .qq:hover {
  201. background-color: #3cb3ff;
  202. }
  203. .main-wrapper {
  204. padding: 20px 0 40px;
  205. }
  206. .user-list {
  207. width: auto;
  208. min-width: 180px;
  209. max-width: 300px;
  210. }
  211. .user-list img {
  212. width: 28px;
  213. height: 28px;
  214. margin-right: 1em;
  215. margin-top: 1px;
  216. vertical-align: middle;
  217. }
  218. .user-list li {
  219. cursor: pointer;
  220. font-weight: bold;
  221. }
  222. .text-success {
  223. color: #3c763d;
  224. }
  225. .text-blue {
  226. color: #15c;
  227. }
  228. .text-red {
  229. color: #DD4B39;
  230. }
  231. .text-grey {
  232. color: #999999;
  233. }
  234. .text-black {
  235. color: #444444;
  236. }
  237. .markdown {
  238. background-color: white;
  239. font-size: 16px;
  240. line-height: 24px;
  241. }
  242. .markdown .markdown-body {
  243. padding-left: 24px;
  244. padding-right: 16px;
  245. }
  246. .markdown h5,
  247. .markdown h6 {
  248. font-size: 1em;
  249. }
  250. .markdown ul {
  251. padding: 10px 0 0 15px;
  252. }
  253. .markdown ul li {
  254. list-style: inside;
  255. }
  256. .markdown ol li {
  257. list-style: decimal inside;
  258. }
  259. .markdown li {
  260. line-height: 1.6;
  261. margin-top: 6px;
  262. }
  263. .markdown li:first-child {
  264. margin-top: 0;
  265. }
  266. .markdown > pre {
  267. font-size: 14px;
  268. line-height: 1.6;
  269. overflow: auto;
  270. border: 1px solid #ddd;
  271. border-radius: .25em;
  272. margin: 5px 0;
  273. padding: 10px;
  274. background-color: #f8f8f8;
  275. }
  276. .markdown img {
  277. padding: 10px 0;
  278. max-width: 100%;
  279. }
  280. .markdown a {
  281. color: #428BCA;
  282. }
  283. .markdown h1,
  284. .markdown h2,
  285. .markdown h3,
  286. .markdown h4,
  287. .markdown h5,
  288. .markdown h6 {
  289. line-height: 1.7;
  290. padding: 15px 0 0;
  291. margin: 0 0 15px;
  292. color: #444;
  293. font-weight: bold;
  294. }
  295. .markdown h1,
  296. .markdown h2 {
  297. border-bottom: 1px solid #E0E0E0;
  298. }
  299. .markdown h2 {
  300. border-bottom: 1px solid #E0E0E0;
  301. }
  302. .markdown h1 {
  303. color: #000;
  304. font-size: 33px;
  305. }
  306. .markdown h2 {
  307. color: #333;
  308. font-size: 28px;
  309. }
  310. .markdown h3 {
  311. font-size: 22px;
  312. }
  313. .markdown h4 {
  314. font-size: 18px;
  315. }
  316. .markdown table {
  317. border-collapse: collapse;
  318. border-spacing: 0;
  319. display: block;
  320. overflow: auto;
  321. width: 100%;
  322. margin: 0 0 9px;
  323. }
  324. .markdown table th {
  325. font-weight: 700;
  326. }
  327. .markdown table th,
  328. .markdown table td {
  329. border: 1px solid #DDD;
  330. padding: 6px 13px;
  331. }
  332. .markdown table tr {
  333. background-color: #FFF;
  334. border-top: 1px solid #CCC;
  335. }
  336. .markdown table tr:nth-child(2n) {
  337. background-color: #f8f8f8;
  338. }
  339. .markdown dl dt {
  340. font-style: italic;
  341. margin-top: 9px;
  342. }
  343. .markdown dl dd {
  344. margin: 0 0 9px;
  345. padding: 0 9px;
  346. }
  347. .markdown blockquote,
  348. .markdown blockquote p {
  349. font-size: 14px;
  350. background-color: #f5f5f5;
  351. }
  352. .markdown > pre.linenums {
  353. padding: 0;
  354. }
  355. .markdown > pre > ol.linenums {
  356. list-style: none;
  357. padding: 0;
  358. }
  359. .markdown > pre > ol.linenums > li {
  360. margin-top: 2px;
  361. }
  362. .markdown > pre.nums-style > ol.linenums {
  363. list-style-type: decimal;
  364. padding: 0 0 0 40px;
  365. -webkit-box-shadow: inset 40px 0 0 #f5f5f5, inset 41px 0 0 #ccc;
  366. box-shadow: inset 40px 0 0 #f5f5f5, inset 41px 0 0 #ccc;
  367. }
  368. .markdown > pre > code {
  369. white-space: pre;
  370. word-wrap: normal;
  371. }
  372. .markdown > pre > ol.linenums > li {
  373. padding: 0 10px;
  374. }
  375. .markdown > pre > ol.linenums > li:first-child {
  376. padding-top: 12px;
  377. }
  378. .markdown > pre > ol.linenums > li:last-child {
  379. padding-bottom: 12px;
  380. }
  381. .markdown > pre.nums-style > ol.linenums > li {
  382. border-left: 1px solid #ddd;
  383. }
  384. .markdown hr {
  385. border: none;
  386. color: #ccc;
  387. height: 4px;
  388. padding: 0;
  389. margin: 15px 0;
  390. border-bottom: 2px solid #EEE;
  391. }
  392. .markdown blockquote:last-child,
  393. .markdown ul:last-child,
  394. .markdown ol:last-child,
  395. .markdown > pre:last-child,
  396. .markdown > pre:last-child,
  397. .markdown p:last-child {
  398. margin-bottom: 0;
  399. }
  400. .markdown .btn {
  401. color: #fff;
  402. }
  403. .markdown h1 a,
  404. .markdown h2 a,
  405. .markdown h3 a {
  406. text-decoration: none;
  407. }
  408. .markdown h1 a.anchor,
  409. .markdown h2 a.anchor,
  410. .markdown h3 a.anchor,
  411. .markdown h4 a.anchor,
  412. .markdown h5 a.anchor,
  413. .markdown h6 a.anchor {
  414. text-decoration: none;
  415. line-height: 1;
  416. padding-left: 0;
  417. margin-left: -24px;
  418. top: 15%;
  419. }
  420. .markdown a span.octicon {
  421. font-size: 16px;
  422. line-height: 1;
  423. display: inline-block;
  424. text-decoration: none;
  425. -webkit-font-smoothing: antialiased;
  426. margin-left: 30px;
  427. }
  428. .markdown a span.octicon-link {
  429. opacity: 0;
  430. color: #444;
  431. }
  432. .markdown h1:hover .octicon-link,
  433. .markdown h2:hover .octicon-link,
  434. .markdown h3:hover .octicon-link,
  435. .markdown h4:hover .octicon-link,
  436. .markdown h5:hover .octicon-link,
  437. .markdown h6:hover .octicon-link {
  438. display: inline-block;
  439. opacity: 1;
  440. }
  441. /* Author: jmblog */
  442. /* Project: https://github.com/jmblog/color-themes-for-google-code-prettify */
  443. /* GitHub Theme */
  444. /* Pretty printing styles. Used with prettify.js. */
  445. /* SPAN elements with the classes below are added by prettyprint. */
  446. /* plain text */
  447. .pln {
  448. color: #333333;
  449. }
  450. @media screen {
  451. /* string content */
  452. .str {
  453. color: #dd1144;
  454. }
  455. /* a keyword */
  456. .kwd {
  457. color: #333333;
  458. }
  459. /* a comment */
  460. .com {
  461. color: #999988;
  462. font-style: italic;
  463. }
  464. /* a type name */
  465. .typ {
  466. color: #445588;
  467. }
  468. /* a literal value */
  469. .lit {
  470. color: #445588;
  471. }
  472. /* punctuation */
  473. .pun {
  474. color: #333333;
  475. }
  476. /* lisp open bracket */
  477. .opn {
  478. color: #333333;
  479. }
  480. /* lisp close bracket */
  481. .clo {
  482. color: #333333;
  483. }
  484. /* a markup tag name */
  485. .tag {
  486. color: navy;
  487. }
  488. /* a markup attribute name */
  489. .atn {
  490. color: teal;
  491. }
  492. /* a markup attribute value */
  493. .atv {
  494. color: #dd1144;
  495. }
  496. /* a declaration */
  497. .dec {
  498. color: #333333;
  499. }
  500. /* a variable name */
  501. .var {
  502. color: teal;
  503. }
  504. /* a function name */
  505. .fun {
  506. color: #990000;
  507. }
  508. }
  509. /* Use higher contrast and text-weight for printable form. */
  510. @media print, projection {
  511. .str {
  512. color: #006600;
  513. }
  514. .kwd {
  515. color: #006;
  516. font-weight: bold;
  517. }
  518. .com {
  519. color: #600;
  520. font-style: italic;
  521. }
  522. .typ {
  523. color: #404;
  524. font-weight: bold;
  525. }
  526. .lit {
  527. color: #004444;
  528. }
  529. .pun,
  530. .opn,
  531. .clo {
  532. color: #444400;
  533. }
  534. .tag {
  535. color: #006;
  536. font-weight: bold;
  537. }
  538. .atn {
  539. color: #440044;
  540. }
  541. .atv {
  542. color: #006600;
  543. }
  544. }
  545. /* Specify class=linenums on a pre to get line numbering */
  546. ol.linenums {
  547. margin-top: 0;
  548. margin-bottom: 0;
  549. }
  550. #promo-wrapper {
  551. padding-top: 50px;
  552. background-color: #428bca;
  553. }
  554. #promo-logo {
  555. margin-right: 50px;
  556. padding-bottom: 50px;
  557. }
  558. #promo-logo img {
  559. max-width: 250px;
  560. }
  561. #promo-content {
  562. color: #FFF;
  563. margin-left: 300px;
  564. }
  565. #promo-content h1,
  566. #promo-content h2 {
  567. font-family: 'PT Sans Narrow', sans-serif;
  568. line-height: 60px;
  569. margin-bottom: 0;
  570. text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  571. }
  572. #promo-content h1 {
  573. font-size: 96px;
  574. line-height: 96px;
  575. margin-bottom: 30px;
  576. }
  577. #promo-content h2 {
  578. font-size: 52px;
  579. line-height: 70px;
  580. font-weight: normal;
  581. }
  582. #promo-form {
  583. padding: 40px 0;
  584. }
  585. #promo-form .ipt-large {
  586. border: none;
  587. border-radius: 4px;
  588. font-size: 18px;
  589. margin-right: 12px;
  590. }
  591. #promo-form .ipt-large:focus {
  592. box-shadow: 0 0 3px #FFF;
  593. }
  594. #promo-form .btn-large {
  595. border-radius: 4px;
  596. font-size: 18px;
  597. margin-right: 12px;
  598. }
  599. #promo-social {
  600. padding-bottom: 60px;
  601. }
  602. #promo-social .qq {
  603. box-shadow: 0 0 1px #1c6399;
  604. }
  605. #feature-wrapper {
  606. font-family: Lato, sans-serif;
  607. font-size: 18px;
  608. padding: 50px 0 100px 0;
  609. }
  610. #feature-wrapper .octicon {
  611. color: #d9453d;
  612. font-size: 60px;
  613. height: 60px;
  614. width: 60px;
  615. line-height: 60px;
  616. margin-right: 12px;
  617. vertical-align: middle;
  618. display: inline-block;
  619. }
  620. #feature-wrapper b {
  621. color: #000;
  622. font-size: 24px;
  623. display: inline-block;
  624. line-height: 60px;
  625. }
  626. #feature-wrapper p {
  627. margin: 1em 0;
  628. line-height: 40px;
  629. padding-right: 30px;
  630. }
  631. #feature-wrapper a {
  632. color: #d9453d;
  633. }
  634. #feature-wrapper a:hover {
  635. color: #ff635a;
  636. }
  637. #feature-wrapper .grid-1-2 {
  638. margin-bottom: 30px;
  639. }
  640. /*
  641. The dashboard page style
  642. */
  643. #dashboard-header {
  644. border-bottom: 1px solid #d6d6d6;
  645. height: 69px;
  646. }
  647. #dashboard-header > .menu-line > li {
  648. padding: 12px 0;
  649. }
  650. #dashboard-header > .menu-line > li.right > a {
  651. font-size: 1.2em;
  652. color: #444444;
  653. }
  654. #dashboard-header > .menu-line > li.right > a:hover {
  655. background-color: transparent;
  656. color: #d9453d;
  657. }
  658. #dashboard-header > .menu-line > li.right > a .octicon {
  659. margin-right: 6px;
  660. }
  661. #dashboard-header > .menu-line > li.right .current {
  662. border-bottom: 2px solid #D26911;
  663. }
  664. #dashboard-selection-menu a img {
  665. margin: -4px 10px 0 0;
  666. }
  667. #dashboard {
  668. padding: 24px 0;
  669. }
  670. #dashboard-sidebar .panel-header h4 {
  671. margin: 0;
  672. }
  673. #dashboard-sidebar > .panel {
  674. margin-bottom: 24px;
  675. border-bottom-left-radius: .3em;
  676. border-bottom-right-radius: .3em;
  677. }
  678. #dashboard-sidebar-menu {
  679. border-top-left-radius: .3em;
  680. border-top-right-radius: .3em;
  681. width: 100%;
  682. height: 35px;
  683. }
  684. #dashboard-sidebar-menu > li {
  685. border: 1px solid #d6d6d6;
  686. float: left;
  687. margin-right: -1px;
  688. border-bottom: none;
  689. }
  690. #dashboard-sidebar-menu > li > a {
  691. padding-top: .4em;
  692. padding-bottom: .4em;
  693. }
  694. #dashboard-sidebar-menu > li.first {
  695. border-top-left-radius: .3em;
  696. }
  697. #dashboard-sidebar-menu > li.first > a {
  698. border-top-left-radius: .3em;
  699. }
  700. #dashboard-sidebar-menu > li.drop {
  701. border: none;
  702. float: right;
  703. }
  704. #dashboard-sidebar-menu > li.js-tab-nav-show {
  705. background-color: #EEEEEE;
  706. }
  707. #dashboard-sidebar-menu > li.last {
  708. border-top-right-radius: .3em;
  709. }
  710. #dashboard-sidebar-menu > li.last > a {
  711. border-top-right-radius: .3em;
  712. }
  713. #dashboard-my-mirror li,
  714. #dashboard-my-org li,
  715. #dashboard-my-repo li {
  716. border-bottom: 1px solid #EAEAEA;
  717. }
  718. #dashboard-my-mirror li.private,
  719. #dashboard-my-org li.private,
  720. #dashboard-my-repo li.private {
  721. background-color: #fcf8e9;
  722. }
  723. #dashboard-my-mirror li:last-child,
  724. #dashboard-my-org li:last-child,
  725. #dashboard-my-repo li:last-child {
  726. border-bottom: none;
  727. }
  728. #dashboard-my-mirror li a,
  729. #dashboard-my-org li a,
  730. #dashboard-my-repo li a {
  731. padding: 6px 1.2em;
  732. display: block;
  733. }
  734. #dashboard-my-mirror li a .octicon,
  735. #dashboard-my-org li a .octicon,
  736. #dashboard-my-repo li a .octicon {
  737. margin-right: 6px;
  738. color: #888;
  739. }
  740. #dashboard-my-mirror li a:hover .repo-name,
  741. #dashboard-my-org li a:hover .repo-name,
  742. #dashboard-my-repo li a:hover .repo-name {
  743. text-decoration: underline;
  744. }
  745. #dashboard-my-mirror .repo-name,
  746. #dashboard-my-org .repo-name,
  747. #dashboard-my-repo .repo-name {
  748. font-size: 1.1em;
  749. }
  750. #dashboard-my-mirror .repo-star,
  751. #dashboard-my-org .repo-star,
  752. #dashboard-my-repo .repo-star {
  753. color: #888;
  754. }
  755. #dashboard-my-mirror .repo-contrib-header,
  756. #dashboard-my-org .repo-contrib-header,
  757. #dashboard-my-repo .repo-contrib-header {
  758. border-top: 1px solid #d6d6d6;
  759. }
  760. #dashboard-my-repo .panel-header .octicon {
  761. margin-right: 6px;
  762. font-size: 12px;
  763. }
  764. #dashboard-my-repo .repo-count {
  765. margin-left: 4px;
  766. }
  767. #dashboard-my-org,
  768. #dashboard-my-mirror {
  769. display: none;
  770. }
  771. #dashboard-new-repo {
  772. width: 50px;
  773. height: 35px;
  774. padding-top: 6px;
  775. margin-right: 1px;
  776. border-top-left-radius: .3em;
  777. border-top-right-radius: .3em;
  778. }
  779. #dashboard-new-repo .octicon {
  780. font-size: 2em;
  781. }
  782. #dashboard-new-repo-menu {
  783. top: 35px;
  784. width: 180px;
  785. background-color: #FFF;
  786. left: -132px;
  787. }
  788. #dashboard-new-repo-menu .octicon {
  789. margin-right: 6px;
  790. font-size: 1.1em;
  791. }
  792. #dashboard-selection-menu {
  793. width: auto;
  794. max-width: 300px;
  795. }
  796. #dashboard-selection-menu > .drop-down {
  797. top: 56px;
  798. }
  799. #dashboard-selection-menu li {
  800. white-space: nowrap;
  801. }
  802. #dashboard-selection-menu li.checked .octicon {
  803. opacity: 1;
  804. }
  805. #dashboard-selection-menu li a {
  806. text-overflow: ellipsis;
  807. -o-text-overflow: ellipsis;
  808. overflow: hidden;
  809. }
  810. #dashboard-switch-menu {
  811. border-bottom-left-radius: .3em;
  812. border-bottom-right-radius: .3em;
  813. }
  814. #dashboard-switch-menu > li > a img {
  815. margin-top: 0;
  816. }
  817. #dashboard-switch-menu > li > a .octicon {
  818. margin-right: 12px;
  819. }
  820. #dashboard-switch-menu > li:last-child > a {
  821. border-bottom-left-radius: .3em;
  822. border-bottom-right-radius: .3em;
  823. }
  824. #dashboard-switch-menu > li.org > a .octicon {
  825. opacity: 0;
  826. }
  827. #dashboard-switch-menu > li.checked > a {
  828. font-weight: bold;
  829. }
  830. #dashboard-switch-menu > li.checked > a .octicon {
  831. opacity: 1;
  832. }
  833. #dashboard-news .news {
  834. margin-right: 2.4em;
  835. padding-bottom: 1em;
  836. margin-bottom: 1em;
  837. border-bottom: 1px solid #E6E6E6;
  838. min-height: 30px;
  839. }
  840. #dashboard-news .news .mega-octicon {
  841. color: #CCC;
  842. }
  843. #dashboard-news .news .avatar {
  844. margin: 0 1.2em;
  845. }
  846. #dashboard-news .news .news-content,
  847. #dashboard-news .news .news-time {
  848. color: #888;
  849. }
  850. #dashboard-news .push-news .news-content li {
  851. margin-left: 1em;
  852. }
  853. #dashboard-news .push-news .news-content li img {
  854. vertical-align: inherit;
  855. margin-bottom: -2px;
  856. }
  857. /*
  858. The register and sign-in page style
  859. */
  860. #sign-wrapper {
  861. padding: 60px 0;
  862. }
  863. .sign-panel {
  864. background-color: #ffffff;
  865. }
  866. .sign-form.form-align .field {
  867. margin: 1.2em 0 2em 0;
  868. }
  869. .sign-form.form-align .ipt-large {
  870. width: 300px;
  871. }
  872. .sign-form.form-align label,
  873. .sign-form.form-align .form-label {
  874. width: 160px;
  875. }
  876. .sign-form.form-align .alert {
  877. margin: 0 30px 24px 30px;
  878. }
  879. .sign-form.form-align:hover {
  880. box-shadow: 0 0 6px #CCC;
  881. }
  882. .sign-form.container {
  883. padding: 0;
  884. width: 600px;
  885. margin-bottom: 80px;
  886. }
  887. #sign-up-form .panel-content {
  888. margin-top: 1.2em;
  889. }
  890. #sign-up-form h2 {
  891. margin: .5em 1em;
  892. }
  893. #sign-social {
  894. position: relative;
  895. margin: 40px 0;
  896. }
  897. #sign-social .or {
  898. position: absolute;
  899. width: 30px;
  900. top: -52px;
  901. left: 50%;
  902. background-color: #FFF;
  903. margin-left: -15px;
  904. }
  905. /* repository main */
  906. #repo-wrapper {
  907. padding-bottom: 100px;
  908. }
  909. #repo-header {
  910. height: 69px;
  911. border-bottom: 1px solid #d6d6d6;
  912. background-color: #ffffff;
  913. }
  914. #repo-header-name {
  915. line-height: 66px;
  916. color: #888888;
  917. font-size: 1.6em;
  918. font-weight: normal;
  919. margin-bottom: 0;
  920. }
  921. #repo-header-name i {
  922. margin-right: 12px;
  923. vertical-align: middle;
  924. }
  925. #repo-header-name .divider {
  926. margin: 0 4px;
  927. }
  928. #repo-header-meta {
  929. line-height: 66px;
  930. }
  931. #repo-header-meta li > a {
  932. padding: 0;
  933. }
  934. #repo-header-meta li > a:hover {
  935. background-color: transparent;
  936. }
  937. #repo-header-meta a > .btn {
  938. font-size: 1.05em;
  939. margin-left: 16px;
  940. line-height: 16px;
  941. }
  942. #repo-header-meta a > .btn i {
  943. margin-right: 6px;
  944. }
  945. #repo-header-meta a > .btn .num {
  946. margin-left: 6px;
  947. }
  948. #repo-header-download-btn > .btn > i {
  949. margin-right: 0 !important;
  950. }
  951. #repo-header-download-btn:hover:after,
  952. #repo-header-download-btn:hover .btn {
  953. background-color: #383838;
  954. color: #FFF;
  955. }
  956. #repo-header-download-btn:after {
  957. background-color: #444444;
  958. padding: 9px 16px 8px 0;
  959. margin-left: -8px !important;
  960. color: #FFF;
  961. border-top: 1px solid #444444;
  962. border-bottom: 1px solid #444444;
  963. border-top-right-radius: .25em;
  964. border-bottom-right-radius: .25em;
  965. }
  966. #repo-header-download-drop {
  967. line-height: 24px;
  968. width: 440px;
  969. top: 50px;
  970. left: -354px;
  971. padding: 20px;
  972. box-sizing: border-box;
  973. }
  974. #repo-header-download-drop .btn > i {
  975. margin-right: 6px;
  976. }
  977. #repo-content {
  978. padding: 18px 0;
  979. }
  980. #repo-clone-url {
  981. border-right: none;
  982. width: 196px;
  983. border-left: none;
  984. }
  985. #repo-clone-help {
  986. clear: both;
  987. line-height: 48px;
  988. }
  989. #repo-clone-zip {
  990. line-height: 48px;
  991. }
  992. #repo-clone-zip a {
  993. cursor: pointer;
  994. color: white;
  995. overflow: visible;
  996. padding: .6em 1.2em;
  997. }
  998. #repo-clone-zip .btn {
  999. margin: 0 6px;
  1000. }
  1001. #repo-desc {
  1002. font-size: 1.2em;
  1003. }
  1004. #repo-sidebar-nav .label {
  1005. font-size: 12px;
  1006. line-height: 1.4em;
  1007. margin-top: 2px;
  1008. }
  1009. #repo-sidebar-nav i {
  1010. margin-right: 6px;
  1011. }
  1012. #repo-file-nav {
  1013. padding: .6em 0 1em 0;
  1014. }
  1015. #repo-file-nav > li > a {
  1016. padding-left: 0;
  1017. }
  1018. #repo-file-nav > li > a:hover {
  1019. background-color: transparent;
  1020. }
  1021. #repo-file-nav li.repo-jump > a {
  1022. padding-right: 0;
  1023. }
  1024. #repo-file-nav li.repo-jump > a .btn {
  1025. margin-left: -1px;
  1026. }
  1027. #repo-branch-switch > a .btn {
  1028. padding-right: 30px;
  1029. }
  1030. #repo-branch-switch > a:after {
  1031. position: absolute;
  1032. top: 12px;
  1033. right: 30px;
  1034. margin-left: 0;
  1035. color: #444444;
  1036. }
  1037. #repo-branch-switch > .drop-down {
  1038. top: 40px;
  1039. left: 0;
  1040. }
  1041. #repo-branch-filter-ipt {
  1042. width: 100%;
  1043. border-left: none;
  1044. border-right: none;
  1045. box-sizing: border-box;
  1046. }
  1047. #repo-branch-tag .tab-nav {
  1048. border-bottom: 1px solid #EAEAEA;
  1049. }
  1050. #repo-branch-tag .tab-nav a {
  1051. padding: .3em .8em;
  1052. }
  1053. #repo-branch-tag .tab-nav .js-tab-nav-show {
  1054. background-color: #EEE;
  1055. font-weight: bold;
  1056. }
  1057. #repo-branch-list li i,
  1058. #repo-tag-list li i {
  1059. margin-right: 12px;
  1060. opacity: 0;
  1061. }
  1062. #repo-branch-list li.checked i,
  1063. #repo-tag-list li.checked i {
  1064. opacity: 1;
  1065. }
  1066. #repo-tag-list {
  1067. display: none;
  1068. }
  1069. #repo-bread .bread {
  1070. padding-right: 0;
  1071. font-size: 16px;
  1072. font-weight: bold;
  1073. }
  1074. #repo-main {
  1075. padding-right: 40px;
  1076. box-sizing: border-box;
  1077. }
  1078. #repo-files-table {
  1079. margin-bottom: 20px;
  1080. }
  1081. #repo-files-table th,
  1082. #repo-files-table td {
  1083. text-align: left;
  1084. line-height: 32px;
  1085. }
  1086. #repo-files-table td.icon {
  1087. width: 16px;
  1088. padding-right: .1em;
  1089. padding-left: 1em;
  1090. }
  1091. #repo-files-table td.name {
  1092. max-width: 120px;
  1093. }
  1094. #repo-files-table td.name .text-truncate {
  1095. max-width: 100%;
  1096. }
  1097. #repo-files-table td.age {
  1098. max-width: 120px;
  1099. text-align: right;
  1100. }
  1101. #repo-files-table td.msg {
  1102. max-width: 440px;
  1103. }
  1104. #repo-files-table td.msg .text-truncate {
  1105. max-width: 100%;
  1106. }
  1107. #repo-files-table td.age,
  1108. #repo-files-table td.size,
  1109. #repo-files-table td.msg a {
  1110. color: #888;
  1111. }
  1112. #repo-files-table td.msg a:hover {
  1113. color: #428BCA;
  1114. text-decoration: underline;
  1115. }
  1116. #repo-files-table tbody {
  1117. background-color: #FFF;
  1118. }
  1119. #repo-files-table tbody tr:hover {
  1120. background-color: #ffffEE;
  1121. }
  1122. #repo-files-table thead {
  1123. background-color: #F0F0F0;
  1124. }
  1125. #repo-files-table thead .author a {
  1126. margin: 0 .4em;
  1127. }
  1128. #repo-files-table thead .last-commit strong {
  1129. color: #444;
  1130. }
  1131. #repo-files-table thead .last-commit .text-truncate {
  1132. margin-left: .4em;
  1133. }
  1134. #repo-files-table thead .last-commit .text-truncate,
  1135. #repo-files-table thead .age {
  1136. font-weight: normal;
  1137. color: #888;
  1138. }
  1139. #repo-readme {
  1140. margin-bottom: 80px;
  1141. }
  1142. #repo-bare-start {
  1143. margin-bottom: 100px;
  1144. }
  1145. #repo-bare-start .panel-content {
  1146. background-color: #FFF;
  1147. }
  1148. #repo-bare-start pre {
  1149. margin: 0 40px;
  1150. padding: 6px 10px;
  1151. border: 1px solid #ddd;
  1152. background: #f8f8f8;
  1153. }
  1154. .repo-bare #repo-bare-start h2 {
  1155. margin-top: 30px;
  1156. margin-bottom: 24px;
  1157. }
  1158. .repo-bare #repo-header-meta {
  1159. display: none;
  1160. }
  1161. .repo-bare #repo-clone-ssh {
  1162. margin-left: 200px;
  1163. }
  1164. .repo-bare #repo-clone-copy {
  1165. margin-right: 200px;
  1166. }
  1167. .repo-bare #repo-clone-help {
  1168. clear: both;
  1169. width: 100%;
  1170. }
  1171. .repo-bare #repo-clone-url {
  1172. width: 520px;
  1173. }
  1174. /* repository create */
  1175. #team-create-form,
  1176. #repo-migrate-form,
  1177. #repo-create-form {
  1178. width: 800px;
  1179. margin: 60px auto auto auto;
  1180. background: white;
  1181. }
  1182. #team-create-form h2,
  1183. #repo-migrate-form h2,
  1184. #repo-create-form h2 {
  1185. margin: .5em 1em;
  1186. }
  1187. #team-create-form .field,
  1188. #repo-migrate-form .field,
  1189. #repo-create-form .field {
  1190. margin: 1.2em 0 2em 0;
  1191. }
  1192. #team-create-form .ipt,
  1193. #repo-migrate-form .ipt,
  1194. #repo-create-form .ipt {
  1195. width: 540px;
  1196. }
  1197. #team-create-form textarea,
  1198. #repo-migrate-form textarea,
  1199. #repo-create-form textarea {
  1200. height: 120px;
  1201. }
  1202. #team-create-form .avatar,
  1203. #repo-migrate-form .avatar,
  1204. #repo-create-form .avatar {
  1205. vertical-align: middle;
  1206. margin-right: .6em;
  1207. width: 28px;
  1208. height: 28px;
  1209. }
  1210. #team-create-form:hover,
  1211. #repo-migrate-form:hover,
  1212. #repo-create-form:hover {
  1213. box-shadow: 0px 0px 6px #CCC;
  1214. }
  1215. #repo-create-cancel {
  1216. margin-left: 4em;
  1217. }
  1218. #repo-create-owner-list {
  1219. top: 30px;
  1220. left: 0;
  1221. width: auto;
  1222. max-width: 300px;
  1223. }
  1224. #repo-create-owner-list .octicon {
  1225. margin-right: 12px;
  1226. opacity: 0;
  1227. }
  1228. #repo-create-owner-list .avatar {
  1229. width: 20px;
  1230. height: 20px;
  1231. }
  1232. #repo-create-owner-list li {
  1233. white-space: nowrap;
  1234. }
  1235. #repo-create-owner-list li.checked .octicon {
  1236. opacity: 1;
  1237. }
  1238. #repo-create-owner-list li a {
  1239. text-overflow: ellipsis;
  1240. -o-text-overflow: ellipsis;
  1241. overflow: hidden;
  1242. }
  1243. .file-name {
  1244. margin-left: 1em;
  1245. }
  1246. .file-size {
  1247. font-size: 13px;
  1248. color: #888;
  1249. margin-left: 1em;
  1250. }
  1251. .code-view {
  1252. overflow: auto;
  1253. overflow-x: auto;
  1254. overflow-y: hidden;
  1255. background: white;
  1256. }
  1257. .code-view .view-raw {
  1258. min-height: 40px;
  1259. text-align: center;
  1260. padding-top: 20px;
  1261. }
  1262. .code-view .view-raw .btn {
  1263. font-size: 1.05em;
  1264. line-height: 16px;
  1265. padding: 6px 8px;
  1266. }
  1267. .code-view table {
  1268. width: 100%;
  1269. }
  1270. .code-view table td {
  1271. padding: 0;
  1272. }
  1273. .code-view .lines-num {
  1274. text-align: right;
  1275. color: #999;
  1276. background: #f5f5f5;
  1277. width: 1%;
  1278. }
  1279. .code-view .lines-num span {
  1280. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  1281. line-height: 18px;
  1282. padding: 0 8px 0 10px;
  1283. cursor: pointer;
  1284. display: block;
  1285. margin-top: 2px;
  1286. font-size: 12px;
  1287. }
  1288. .code-view .lines-code > pre {
  1289. border: none;
  1290. border-left: 1px solid #ddd;
  1291. }
  1292. .code-view .lines-code > pre > ol.linenums > li {
  1293. padding: 0 10px;
  1294. }
  1295. .code-view .lines-code > pre > ol.linenums > li.active {
  1296. background: #ffffdd;
  1297. }
  1298. .repo-setting-zone {
  1299. padding: 30px;
  1300. }
  1301. #repo-collab-list {
  1302. list-style: none;
  1303. padding: 10px 0 5px 0;
  1304. }
  1305. #repo-collab-list li.collab {
  1306. clear: both;
  1307. height: 50px;
  1308. padding: 0 15px 0 15px;
  1309. }
  1310. #repo-collab-list a.member {
  1311. color: #444;
  1312. height: 50px;
  1313. line-height: 50px;
  1314. }
  1315. #repo-collab-list a.member:hover {
  1316. color: #4183C4;
  1317. }
  1318. #repo-collab-list .avatar {
  1319. margin-right: 1em;
  1320. width: 40px;
  1321. }
  1322. #repo-collab-list .remove-collab {
  1323. color: #DD4B39;
  1324. }
  1325. .repo-user-list-block {
  1326. position: relative;
  1327. top: 5px;
  1328. }
  1329. .setting-list {
  1330. width: 100%;
  1331. list-style: none;
  1332. }
  1333. #setting-wrapper {
  1334. padding-bottom: 100px;
  1335. }
  1336. #setting-menu {
  1337. box-sizing: border-box;
  1338. }
  1339. #setting-menu li > a {
  1340. border-left: 2px solid #FFF;
  1341. background-color: #FFF;
  1342. }
  1343. #setting-menu li:hover {
  1344. border-color: #EAEAEA;
  1345. }
  1346. #setting-menu li:hover a {
  1347. border-left: 2px solid #EFEFEF;
  1348. background-color: #EFEFEF !important;
  1349. color: #000 !important;
  1350. }
  1351. #setting-menu li.current a {
  1352. color: #000 !important;
  1353. font-weight: bold;
  1354. border-left: 2px solid #d26911;
  1355. }
  1356. .setting-content {
  1357. margin-left: 32px;
  1358. }
  1359. #org-setting-form,
  1360. #repo-setting-form,
  1361. #user-profile-form {
  1362. background-color: #FFF;
  1363. padding: 30px 0;
  1364. }
  1365. #org-setting-form textarea,
  1366. #repo-setting-form textarea,
  1367. #user-profile-form textarea {
  1368. margin-left: 4px;
  1369. height: 100px;
  1370. }
  1371. #org-setting-form label,
  1372. #repo-setting-form label,
  1373. #user-profile-form label,
  1374. #org-setting-form .form-label,
  1375. #repo-setting-form .form-label,
  1376. #user-profile-form .form-label {
  1377. width: 240px;
  1378. }
  1379. #org-setting-form .ipt,
  1380. #repo-setting-form .ipt,
  1381. #user-profile-form .ipt {
  1382. width: 360px;
  1383. }
  1384. #org-setting-form .field,
  1385. #repo-setting-form .field,
  1386. #user-profile-form .field {
  1387. margin-bottom: 24px;
  1388. }
  1389. #repo-hooks-panel,
  1390. #repo-hooks-history-panel,
  1391. #user-social-panel,
  1392. #user-ssh-panel {
  1393. margin-bottom: 20px;
  1394. }
  1395. #repo-hooks-panel .setting-list,
  1396. #repo-hooks-history-panel .setting-list,
  1397. #user-social-panel .setting-list,
  1398. #user-ssh-panel .setting-list {
  1399. background-color: #FFF;
  1400. }
  1401. #repo-hooks-panel .setting-list li,
  1402. #repo-hooks-history-panel .setting-list li,
  1403. #user-social-panel .setting-list li,
  1404. #user-ssh-panel .setting-list li {
  1405. padding: 8px 20px;
  1406. border-bottom: 1px solid #eaeaea;
  1407. }
  1408. #repo-hooks-panel .setting-list li.ssh:hover,
  1409. #repo-hooks-history-panel .setting-list li.ssh:hover,
  1410. #user-social-panel .setting-list li.ssh:hover,
  1411. #user-ssh-panel .setting-list li.ssh:hover {
  1412. background-color: #ffffEE;
  1413. }
  1414. #repo-hooks-panel .setting-list li i,
  1415. #repo-hooks-history-panel .setting-list li i,
  1416. #user-social-panel .setting-list li i,
  1417. #user-ssh-panel .setting-list li i {
  1418. padding-right: 5px;
  1419. }
  1420. #repo-hooks-panel .active-icon,
  1421. #repo-hooks-history-panel .active-icon,
  1422. #user-social-panel .active-icon,
  1423. #user-ssh-panel .active-icon {
  1424. width: 10px;
  1425. height: 10px;
  1426. border-radius: 6px;
  1427. padding: 0;
  1428. margin-right: 20px;
  1429. margin-top: 10px;
  1430. }
  1431. #repo-hooks-panel .ssh-content,
  1432. #repo-hooks-history-panel .ssh-content,
  1433. #user-social-panel .ssh-content,
  1434. #user-ssh-panel .ssh-content {
  1435. margin-left: 24px;
  1436. }
  1437. #repo-hooks-panel .ssh-content .octicon,
  1438. #repo-hooks-history-panel .ssh-content .octicon,
  1439. #user-social-panel .ssh-content .octicon,
  1440. #user-ssh-panel .ssh-content .octicon {
  1441. margin-right: 4px;
  1442. }
  1443. #repo-hooks-panel .ssh-content .print,
  1444. #repo-hooks-history-panel .ssh-content .print,
  1445. #user-social-panel .ssh-content .print,
  1446. #user-ssh-panel .ssh-content .print,
  1447. #repo-hooks-panel .ssh-content .activity,
  1448. #repo-hooks-history-panel .ssh-content .activity,
  1449. #user-social-panel .ssh-content .activity,
  1450. #user-ssh-panel .ssh-content .activity {
  1451. color: #888;
  1452. }
  1453. #repo-hooks-panel .ssh-delete-btn,
  1454. #repo-hooks-history-panel .ssh-delete-btn,
  1455. #user-social-panel .ssh-delete-btn,
  1456. #user-ssh-panel .ssh-delete-btn {
  1457. margin-top: 6px;
  1458. }
  1459. #user-ssh-add-form .panel-body {
  1460. background-color: #FFF;
  1461. padding: 30px 0;
  1462. }
  1463. #user-ssh-add-form .ipt {
  1464. width: 500px;
  1465. }
  1466. #user-ssh-add-form textarea {
  1467. height: 120px;
  1468. margin-left: 3px;
  1469. }
  1470. #user-ssh-add-form .field {
  1471. margin-bottom: 24px;
  1472. }
  1473. .repo-issue-wrapper {
  1474. padding: 18px 0;
  1475. }
  1476. .pr-main {
  1477. padding-right: 40px;
  1478. box-sizing: border-box;
  1479. }
  1480. .pr-sidebar {
  1481. border-left: 1px solid #DDD;
  1482. box-sizing: border-box;
  1483. }
  1484. #pr-sidebar-nav {
  1485. margin-top: 6px;
  1486. }
  1487. #pr-sidebar-nav li {
  1488. margin-bottom: 4px;
  1489. }
  1490. #pr-sidebar-nav li > a {
  1491. border: 1px solid transparent;
  1492. border-left: none;
  1493. }
  1494. #pr-sidebar-nav li > a:hover {
  1495. background-color: #FFF;
  1496. border-color: #DDD;
  1497. }
  1498. #pr-sidebar-nav .label {
  1499. font-size: 12px;
  1500. line-height: 1.4em;
  1501. margin-top: 1px;
  1502. }
  1503. #pr-sidebar-nav li.current a {
  1504. background-color: #FFF;
  1505. border-color: #DDD;
  1506. }
  1507. .pr-title .pr-num {
  1508. font-weight: normal;
  1509. color: #888;
  1510. }
  1511. .pr-meta {
  1512. color: #888;
  1513. }
  1514. .pr-meta .pr-author {
  1515. margin: 0 8px;
  1516. color: #444;
  1517. }
  1518. .pr-meta .pr-author:hover {
  1519. text-decoration: underline;
  1520. }
  1521. .pr-meta .pr-branch {
  1522. margin: 0 4px;
  1523. font-size: 12px;
  1524. padding: 4px 6px;
  1525. }
  1526. .pr-nav {
  1527. border-bottom: 1px solid #DDD;
  1528. margin-top: 16px;
  1529. margin-bottom: 16px;
  1530. }
  1531. .pr-nav .octicon {
  1532. margin-right: 4px;
  1533. }
  1534. .pr-nav li > a {
  1535. padding: 3px 9px !important;
  1536. border: 1px solid transparent;
  1537. border-bottom: none;
  1538. border-top-left-radius: .2em;
  1539. border-top-right-radius: .2em;
  1540. }
  1541. .pr-nav li > a .label {
  1542. padding: 1px 5px;
  1543. font-size: 12px;
  1544. margin-left: 4px;
  1545. }
  1546. .pr-nav li.js-tab-nav-show > a {
  1547. background-color: #FFF;
  1548. border-color: #E6E6E6;
  1549. }
  1550. .diff-bar .diff-add {
  1551. color: #65ad4e;
  1552. }
  1553. .diff-bar .diff-delete {
  1554. color: #d9453d;
  1555. }
  1556. .diff-bar .diff-status {
  1557. width: 50px;
  1558. background-color: #d9453d;
  1559. height: 10px;
  1560. margin-top: 7px;
  1561. margin-left: 4px;
  1562. margin-right: 4px;
  1563. border-radius: .2em;
  1564. }
  1565. .diff-bar .diff-status-inner {
  1566. width: 45%;
  1567. background-color: #65ad4e;
  1568. height: 10px;
  1569. border-top-left-radius: .2em;
  1570. border-bottom-left-radius: .2em;
  1571. }
  1572. #pr-commit,
  1573. #pr-file-diff,
  1574. #issue-add-comment-preview {
  1575. display: none;
  1576. }
  1577. #pr-conversation-list {
  1578. padding-right: 30px;
  1579. box-sizing: border-box;
  1580. }
  1581. .issue-comment,
  1582. .issue-commit,
  1583. .issue-line,
  1584. .issue-merge,
  1585. .issue-add-comment {
  1586. margin-bottom: 16px;
  1587. }
  1588. .issue-comment .author-avatar img {
  1589. margin-right: 12px;
  1590. }
  1591. .issue-comment .panel {
  1592. margin-left: 60px;
  1593. margin-top: -40px;
  1594. }
  1595. .issue-comment .panel-header {
  1596. font-size: 13px;
  1597. }
  1598. .issue-comment .author-name {
  1599. font-weight: bold;
  1600. }
  1601. .issue-comment .date {
  1602. margin-left: 4px;
  1603. font-style: italic;
  1604. color: #888;
  1605. }
  1606. .issue-comment .action > * {
  1607. margin-left: 4px;
  1608. font-size: 12px;
  1609. }
  1610. .issue-comment .action i {
  1611. font-size: 13px;
  1612. }
  1613. .issue-commit {
  1614. line-height: 32px;
  1615. }
  1616. .issue-commit i,
  1617. .issue-commit .author-avatar img {
  1618. margin-right: 16px;
  1619. }
  1620. .issue-commit .sha {
  1621. margin-left: 24px;
  1622. }
  1623. .issue-commit .message {
  1624. display: block;
  1625. margin-left: 88px;
  1626. padding-top: 4px;
  1627. line-height: 24px;
  1628. }
  1629. .issue-merge .ico {
  1630. width: 40px;
  1631. height: 40px;
  1632. text-align: center;
  1633. color: #FFF;
  1634. margin-right: 12px;
  1635. }
  1636. .issue-merge .ico i {
  1637. margin-top: 8px;
  1638. font-size: 24px;
  1639. }
  1640. .issue-merge .panel {
  1641. margin-left: 60px;
  1642. margin-top: -40px;
  1643. }
  1644. .issue-merge .panel-header {
  1645. font-size: 13px;
  1646. }
  1647. .issue-merge-ok .ico {
  1648. background-color: #65AD4E;
  1649. }
  1650. .issue-merge-ok .panel,
  1651. .issue-merge-ok .panel-content,
  1652. .issue-merge-ok .panel-header {
  1653. border-color: #65AD4E;
  1654. background-color: #FFF;
  1655. }
  1656. .issue-merge-ok .panel-header {
  1657. color: #508a3e;
  1658. }
  1659. .issue-line {
  1660. height: 4px;
  1661. background-color: #E6E6E6;
  1662. }
  1663. .issue-add-comment .panel {
  1664. margin-left: 60px;
  1665. margin-top: -40px;
  1666. }
  1667. .issue-add-comment .panel-header {
  1668. font-size: 13px;
  1669. padding-bottom: 0;
  1670. }
  1671. .issue-add-comment .add-nav > li > a {
  1672. padding: 4px 12px;
  1673. color: #444;
  1674. border: 1px solid #CCC;
  1675. margin-bottom: -1px;
  1676. font-size: 14px;
  1677. border-top-left-radius: .3em;
  1678. border-top-right-radius: .3em;
  1679. }
  1680. .issue-add-comment .add-nav > li > a:hover {
  1681. background-color: #FFF;
  1682. }
  1683. .issue-add-comment .add-nav > li.js-tab-nav-show > a {
  1684. background-color: #FFF;
  1685. }
  1686. textarea#issue-add-content {
  1687. width: 100%;
  1688. box-sizing: border-box;
  1689. height: 120px;
  1690. }
  1691. .org-header-alert .alert {
  1692. margin-top: 10px;
  1693. }
  1694. .org-header {
  1695. padding: 16px 0;
  1696. background-color: #FFF;
  1697. border-bottom: 1px solid #DDD;
  1698. }
  1699. .org-header img {
  1700. padding-right: 10px;
  1701. }
  1702. #org-home-header {
  1703. min-height: 100px;
  1704. }
  1705. #org-header {
  1706. height: 48px;
  1707. }
  1708. #org-header .org-name {
  1709. padding-left: 10px;
  1710. font-size: 1.4em;
  1711. height: 50px;
  1712. line-height: 50px;
  1713. margin-bottom: 0;
  1714. }
  1715. #org-header > div > .menu-line > li.right > a {
  1716. font-size: 1.2em;
  1717. color: #444444;
  1718. }
  1719. #org-header > div > .menu-line > li.right > a:hover {
  1720. background-color: transparent;
  1721. color: #d9453d;
  1722. }
  1723. #org-header > div > .menu-line > li.right > a .octicon {
  1724. margin-right: 6px;
  1725. }
  1726. #org-header > div > .menu-line > li.right .current {
  1727. border-bottom: 2px solid #D26911;
  1728. }
  1729. #org-home-header-info {
  1730. padding-top: 10px;
  1731. }
  1732. #org-home-header-info h2 {
  1733. font-size: 30px;
  1734. }
  1735. #org-home-header-info ul {
  1736. list-style: none;
  1737. }
  1738. #org-home-header-info ul li {
  1739. float: left;
  1740. padding-right: 5px;
  1741. }
  1742. #org-home-repo-list {
  1743. padding: 10px 0;
  1744. }
  1745. #org-repo-list {
  1746. padding: 10px 0;
  1747. }
  1748. #org-repo-list .org-repo-item {
  1749. border-top: 1px solid #eee;
  1750. padding: 30px 20px;
  1751. }
  1752. #org-repo-list .org-repo-item .org-repo-status {
  1753. list-style: none;
  1754. color: #888;
  1755. }
  1756. #org-repo-list .org-repo-item .org-repo-status li {
  1757. float: left;
  1758. margin-right: 6px;
  1759. }
  1760. #org-repo-list .org-repo-item h2 {
  1761. margin-bottom: 5px;
  1762. }
  1763. #org-repo-list .org-repo-item .org-repo-description {
  1764. margin: 0;
  1765. font-size: 14px;
  1766. color: #666;
  1767. }
  1768. #org-repo-list .org-repo-item .org-repo-updated {
  1769. font-size: 12px;
  1770. display: block;
  1771. margin: 5px 0 0;
  1772. color: #808080;
  1773. }
  1774. .org-sidebar {
  1775. margin: -80px 0 0 20px;
  1776. }
  1777. .org-sidebar .panel-footer {
  1778. padding: .8em 1.2em;
  1779. }
  1780. .org-sidebar .member-avatar-group {
  1781. padding: 15px;
  1782. }
  1783. .org-sidebar .member-avatar-group img {
  1784. width: 59px;
  1785. height: 59px;
  1786. border-radius: 3px;
  1787. }
  1788. #org-home-team-list {
  1789. padding: 0 15px;
  1790. }
  1791. #org-home-team-list ul {
  1792. list-style: none;
  1793. padding-top: 10px;
  1794. }
  1795. #org-home-team-list ul li {
  1796. padding: 10px 0;
  1797. border-bottom: 1px solid #eee;
  1798. }
  1799. #org-home-team-list ul li:last-child {
  1800. border-bottom: 0;
  1801. }
  1802. .team-name {
  1803. display: block;
  1804. font-size: 14px;
  1805. overflow: hidden;
  1806. text-overflow: ellipsis;
  1807. white-space: nowrap;
  1808. }
  1809. .team-meta {
  1810. margin-top: 0;
  1811. margin-bottom: 0;
  1812. color: #777;
  1813. }
  1814. .org-toolbar {
  1815. padding: 10px 0;
  1816. border-bottom: 1px solid #eee;
  1817. }
  1818. #org-member-list .org-member-item {
  1819. height: 50px;
  1820. line-height: 50px;
  1821. border-bottom: 1px solid #eee;
  1822. padding: 15px 20px;
  1823. }
  1824. #org-member-list .org-member-item .member-name {
  1825. padding-left: 15px;
  1826. }
  1827. #org-member-list .org-member-item ul {
  1828. list-style: none;
  1829. }
  1830. #org-member-list .org-member-item ul li {
  1831. text-align: center;
  1832. display: inline-block;
  1833. }
  1834. .invite-box {
  1835. padding: 50px 0;
  1836. min-height: 130px;
  1837. margin: 0 auto;
  1838. width: 50%;
  1839. }
  1840. .invite-box input {
  1841. width: 300px;
  1842. }
  1843. #org-member-list-block {
  1844. padding-top: 2px;
  1845. }
  1846. .org-team-list .org-team-list-item {
  1847. float: left;
  1848. padding: 15px;
  1849. width: 555px;
  1850. }
  1851. .org-team-list .org-team-list-item .member-avatar-group {
  1852. padding: 5px 15px;
  1853. }
  1854. .org-team-list .org-team-list-item .member-avatar-group img {
  1855. width: 38px;
  1856. height: 38px;
  1857. border-radius: 3px;
  1858. }
  1859. #team-create-form .note {
  1860. margin-left: 153px;
  1861. }
  1862. #org-team-card .desc {
  1863. font-size: 14px;
  1864. padding: 10px 20px;
  1865. }
  1866. #org-team-card .team-stats {
  1867. padding: 0 20px 10px 20px;
  1868. text-transform: uppercase;
  1869. border-bottom: 1px solid #dddddd;
  1870. }
  1871. #org-team-card .panel-footer {
  1872. padding: 10px 20px;
  1873. }