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.

805 lines
13 KiB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. .repository {
  2. @mega-octicon-width: 30px;
  3. padding-top: 15px;
  4. padding-bottom: @footer-margin * 2;
  5. .head {
  6. .column {
  7. padding-top: 5px!important;
  8. padding-bottom: 5px!important;
  9. }
  10. .ui.compact.menu {
  11. margin-left: 1rem;
  12. }
  13. .ui.header {
  14. margin-top: 0;
  15. }
  16. .mega-octicon {
  17. width: @mega-octicon-width;
  18. font-size: 30px;
  19. }
  20. .ui.huge.breadcrumb {
  21. font-weight: 300;
  22. font-size: 1.7rem;
  23. }
  24. .fork-flag {
  25. margin-left: @mega-octicon-width + 8px;
  26. display: block;
  27. font-size: 12px;
  28. line-height: 10px;
  29. white-space: nowrap;
  30. }
  31. }
  32. .metas {
  33. .menu {
  34. max-height: 300px;
  35. overflow-x: auto;
  36. }
  37. .ui.list {
  38. .hide {
  39. display: none!important;
  40. }
  41. .label.color {
  42. padding: 0 8px;
  43. margin-right: 5px;
  44. }
  45. a {
  46. padding-top: 5px;
  47. padding-right: 10px;
  48. .text {
  49. color: #444;
  50. &:hover {
  51. color: #000;
  52. }
  53. }
  54. }
  55. }
  56. }
  57. .filter.menu {
  58. .label.color {
  59. margin-left: 15px;
  60. padding: 0 8px;
  61. }
  62. .octicon {
  63. float: left;
  64. margin-left: -5px;
  65. margin-right: -7px;
  66. }
  67. .menu {
  68. max-height: 300px;
  69. overflow-x: auto;
  70. right: 0!important;
  71. left: auto!important;
  72. }
  73. .dropdown.item {
  74. margin: 1px;
  75. padding-right: 0;
  76. }
  77. }
  78. &.options {
  79. #interval {
  80. width: 100px!important;
  81. min-width: 100px;
  82. }
  83. .danger {
  84. .item {
  85. padding: 20px 15px;
  86. }
  87. .ui.divider {
  88. margin: 0;
  89. }
  90. }
  91. }
  92. @comment-avatar-width: 3em;
  93. &.new.issue {
  94. .comment.form {
  95. .comment {
  96. .avatar {
  97. width: @comment-avatar-width;
  98. }
  99. }
  100. .content {
  101. margin-left: 4em;
  102. .markdown {
  103. font-size: 14px;
  104. }
  105. }
  106. .metas {
  107. min-width: 220px;
  108. .filter.menu {
  109. max-height: 300px;
  110. overflow-x: auto;
  111. }
  112. }
  113. }
  114. }
  115. &.view.issue {
  116. .title {
  117. padding-bottom: 0!important;
  118. h1 {
  119. font-weight: 300;
  120. font-size: 3rem;
  121. margin-bottom: 5px;
  122. .ui.input {
  123. font-size: 0.5em;
  124. vertical-align: top;
  125. width: 50%;
  126. min-width: 600px;
  127. input {
  128. font-size: 1.5em;
  129. padding: 6px 10px;
  130. }
  131. }
  132. }
  133. .index {
  134. font-weight: 300;
  135. color: #aaa;
  136. letter-spacing: -1px;
  137. }
  138. .label {
  139. margin-right: 10px;
  140. }
  141. .edit-zone {
  142. margin-top: 10px;
  143. }
  144. }
  145. .pull-desc {
  146. code {
  147. color: #0166E6;
  148. }
  149. }
  150. .pull {
  151. &.tabular.menu {
  152. margin-bottom: 10px;
  153. .octicon {
  154. margin-right: 5px;
  155. }
  156. }
  157. &.tab.segment {
  158. border: none;
  159. padding: 0;
  160. padding-top: 10px;
  161. box-shadow: none;
  162. background-color: inherit;
  163. }
  164. .merge.box {
  165. .avatar {
  166. margin-left: 10px;
  167. margin-top: 10px;
  168. }
  169. }
  170. }
  171. .comment-list {
  172. &:before {
  173. display: block;
  174. content: "";
  175. position: absolute;
  176. margin-top: 12px;
  177. margin-bottom: 14px;
  178. top: 0;
  179. bottom: 0;
  180. left: 96px;
  181. width: 2px;
  182. background-color: #f3f3f3;
  183. z-index: -1;
  184. }
  185. .comment {
  186. .avatar {
  187. width: @comment-avatar-width;
  188. }
  189. .tag {
  190. color: #767676;
  191. margin-top: 3px;
  192. padding: 2px 5px;
  193. font-size: 12px;
  194. border: 1px solid rgba(0,0,0,0.1);
  195. border-radius: 3px;
  196. }
  197. .actions {
  198. .item {
  199. float: left;
  200. }
  201. a.item {
  202. margin-top: 6px;
  203. margin-left: 10px;
  204. }
  205. }
  206. .content {
  207. margin-left: 4em;
  208. .header {
  209. font-weight: normal;
  210. padding: auto 15px;
  211. color: #767676;
  212. background-color: #f7f7f7;
  213. border-bottom: 1px solid #eee;
  214. border-top-left-radius: 3px;
  215. border-top-right-radius: 3px;
  216. .text {
  217. max-width: 78%;
  218. padding-top: 10px;
  219. padding-bottom: 10px;
  220. }
  221. }
  222. .markdown {
  223. font-size: 14px;
  224. }
  225. .no-content {
  226. color: #767676;
  227. font-style: italic;
  228. }
  229. > .bottom.segment {
  230. background: #f3f4f5;
  231. .ui.image {
  232. max-height: 150px;
  233. }
  234. }
  235. }
  236. .ui.form {
  237. .field:first-child {
  238. clear: none;
  239. }
  240. .tab.segment {
  241. border: none;
  242. padding: 0;
  243. padding-top: 10px;
  244. }
  245. textarea {
  246. height: 200px;
  247. }
  248. }
  249. .edit.buttons {
  250. margin-top: 10px;
  251. }
  252. }
  253. .event {
  254. position: relative;
  255. margin: 15px 0 15px 79px;
  256. padding-left: 25px;
  257. .octicon {
  258. width: 30px;
  259. float: left;
  260. margin-left: -36px;
  261. text-align: center;
  262. &.octicon-circle-slash {
  263. margin-top: 5px;
  264. font-size: 20px;
  265. color: #bd2c00;
  266. }
  267. &.octicon-primitive-dot {
  268. font-size: 30px;
  269. color: #6cc644;
  270. }
  271. &.octicon-bookmark {
  272. margin-top: 3px;
  273. font-size: 25px;
  274. }
  275. }
  276. .detail {
  277. font-size: 0.9rem;
  278. margin-top: 5px;
  279. margin-left: 35px;
  280. .octicon {
  281. &.octicon-git-commit {
  282. margin-top: 2px;
  283. }
  284. }
  285. }
  286. }
  287. }
  288. .ui.segment.metas {
  289. margin-top: -3px;
  290. }
  291. }
  292. .comment.form {
  293. .ui.comments {
  294. margin-top: -12px;
  295. max-width: 100%;
  296. }
  297. .content {
  298. .field:first-child {
  299. clear: none;
  300. }
  301. .tab.segment {
  302. border: none;
  303. padding: 0;
  304. padding-top: 10px;
  305. }
  306. textarea {
  307. height: 200px;
  308. }
  309. }
  310. }
  311. .label.list {
  312. list-style: none;
  313. padding-top: 15px;
  314. .item {
  315. padding-top: 10px;
  316. padding-bottom: 10px;
  317. border-bottom: 1px dashed #AAA;
  318. a {
  319. font-size: 15px;
  320. padding-top: 5px;
  321. padding-right: 10px;
  322. color: #666;
  323. &:hover {
  324. color: #000;
  325. }
  326. &.open-issues {
  327. margin-right: 30px;
  328. }
  329. }
  330. }
  331. }
  332. .milestone.list {
  333. list-style: none;
  334. padding-top: 15px;
  335. > .item {
  336. padding-top: 10px;
  337. padding-bottom: 10px;
  338. border-bottom: 1px dashed #AAA;
  339. > a {
  340. padding-top: 5px;
  341. padding-right: 10px;
  342. color: #000;
  343. &:hover {
  344. color: #4078c0;
  345. }
  346. }
  347. .ui.progress {
  348. width: 40%;
  349. padding: 0;
  350. border: 0;
  351. margin: 0;
  352. .bar {
  353. height: 20px;
  354. }
  355. }
  356. .meta {
  357. color: #999;
  358. padding-top: 5px;
  359. .issue-stats .octicon{
  360. padding-left: 5px;
  361. }
  362. .overdue {
  363. color: red;
  364. }
  365. }
  366. .operate {
  367. margin-top: -15px;
  368. > a {
  369. font-size: 15px;
  370. padding-top: 5px;
  371. padding-right: 10px;
  372. color: #666;
  373. &:hover {
  374. color: #000;
  375. }
  376. }
  377. }
  378. .content {
  379. padding-top: 10px;
  380. }
  381. }
  382. }
  383. &.new.milestone {
  384. textarea {
  385. height: 200px;
  386. }
  387. #deadline {
  388. width: 150px;
  389. }
  390. }
  391. &.compare.pull {
  392. .choose.branch {
  393. .octicon {
  394. padding-right: 10px;
  395. }
  396. }
  397. }
  398. .filter.dropdown .menu {
  399. margin-top: 1px!important;
  400. }
  401. &.commits {
  402. .header {
  403. .ui.right {
  404. .search {
  405. input {
  406. font-weight: normal;
  407. padding: 5px 10px;
  408. }
  409. }
  410. .button {
  411. float: right;
  412. margin-left: 5px;
  413. margin-top: 1px;
  414. }
  415. }
  416. }
  417. }
  418. .commits.table {
  419. font-size: 13px;
  420. th, td {
  421. &:first-child {
  422. padding-left: 15px;
  423. }
  424. }
  425. td {
  426. line-height: 15px;
  427. }
  428. .author {
  429. min-width: 180px;
  430. }
  431. .message span {
  432. max-width: 500px;
  433. }
  434. .date {
  435. width: 120px;
  436. }
  437. }
  438. .sha.label {
  439. font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
  440. font-size: 14px;
  441. padding: 6px 10px 4px 10px;
  442. font-weight: normal;
  443. }
  444. .diff-detail-box {
  445. margin: 15px 0;
  446. line-height: 30px;
  447. ol {
  448. clear: both;
  449. padding-left: 0;
  450. margin-top: 5px;
  451. margin-bottom: 28px;
  452. li {
  453. list-style: none;
  454. padding-bottom: 4px;
  455. margin-bottom: 4px;
  456. border-bottom: 1px dashed #DDD;
  457. padding-left: 6px;
  458. }
  459. }
  460. span.status{
  461. display: inline-block;
  462. width: 12px;
  463. height: 12px;
  464. margin-right: 8px;
  465. vertical-align: middle;
  466. &.modify {
  467. background-color: #f0db88;
  468. }
  469. &.add {
  470. background-color: #b4e2b4;
  471. }
  472. &.del {
  473. background-color: #e9aeae;
  474. }
  475. &.rename {
  476. background-color: #dad8ff;
  477. }
  478. }
  479. }
  480. .diff-box {
  481. .count {
  482. margin-right: 12px;
  483. .bar {
  484. background-color: #e75316;
  485. height: 12px;
  486. width: 40px;
  487. display: inline-block;
  488. margin: 2px 4px 0 4px;
  489. vertical-align: text-top;
  490. .add {
  491. background-color: #77c64a;
  492. height: 12px;
  493. }
  494. }
  495. }
  496. .file {
  497. color: #888;
  498. }
  499. }
  500. .diff-file-box {
  501. .header {
  502. border-bottom: 1px solid #d4d4d5!important;
  503. }
  504. .file-body.file-code {
  505. .lines-num {
  506. text-align: right;
  507. color: #999;
  508. background: #fafafa;
  509. width: 1%;
  510. }
  511. .lines-num-old {
  512. border-right: 1px solid #DDD;
  513. }
  514. }
  515. .code-diff {
  516. font-size: 13px;
  517. td {
  518. padding: 0;
  519. border-top: none;
  520. }
  521. pre {
  522. margin: 0;
  523. }
  524. .lines-num {
  525. border-right: 1px solid #d4d4d5;
  526. padding: 0 5px;
  527. }
  528. tbody {
  529. tr {
  530. &.tag-code {
  531. td, pre {
  532. background-color: #E0E0E0 !important;
  533. border-color: #ADADAD!important;
  534. }
  535. // td.selected-line, td.selected-line pre {
  536. // background-color: #ffffdd !important;
  537. // }
  538. }
  539. // &.same-code {
  540. // td.selected-line, td.selected-line pre {
  541. // background-color: #ffffdd !important;
  542. // }
  543. // }
  544. &.del-code {
  545. td, pre {
  546. background-color: #ffe2dd !important;
  547. border-color: #e9aeae !important;
  548. }
  549. // td.selected-line, td.selected-line pre {
  550. // background-color: #ffffdd !important;
  551. // }
  552. }
  553. &.add-code {
  554. td, pre {
  555. background-color: #d1ffd6 !important;
  556. border-color: #b4e2b4 !important;
  557. }
  558. // td.selected-line, td.selected-line pre {
  559. // background-color: #ffffdd !important;
  560. // }
  561. }
  562. &:hover {
  563. td {
  564. background-color: #FFF8D2 !important;
  565. border-color: #F0DB88 !important;
  566. }
  567. pre {
  568. background-color: transparent !important;
  569. }
  570. }
  571. }
  572. }
  573. }
  574. }
  575. .code-view {
  576. overflow: auto;
  577. overflow-x: auto;
  578. overflow-y: hidden;
  579. }
  580. &.quickstart {
  581. .guide {
  582. .item {
  583. padding: 1em;
  584. small {
  585. font-weight: normal;
  586. }
  587. }
  588. .clone.button:first-child {
  589. border-radius: .28571429rem 0 0 .28571429rem;
  590. }
  591. .ui.action.small.input {
  592. width: 100%;
  593. }
  594. #repo-clone-url {
  595. border-radius: 0;
  596. padding: 5px 10px;
  597. font-size: 1.2em;
  598. }
  599. }
  600. }
  601. }
  602. // End of .repository
  603. .issue.list {
  604. list-style: none;
  605. padding-top: 15px;
  606. >.item {
  607. padding-top: 15px;
  608. padding-bottom: 10px;
  609. border-bottom: 1px dashed #AAA;
  610. .title {
  611. color: #444;
  612. font-size: 15px;
  613. font-weight: bold;
  614. margin: 0 6px;
  615. &:hover {
  616. color: #000;
  617. }
  618. }
  619. .comment {
  620. padding-right: 10px;
  621. color: #666;
  622. }
  623. .desc {
  624. padding-top: 5px;
  625. color: #999;
  626. a.milestone {
  627. padding-left: 5px;
  628. color: #999!important;
  629. &:hover {
  630. color: #000!important;
  631. }
  632. }
  633. .assignee {
  634. margin-top: -5px;
  635. margin-right: 5px;
  636. }
  637. }
  638. }
  639. }
  640. .page.buttons {
  641. padding-top: 15px;
  642. }
  643. .ui.comments {
  644. .dropzone {
  645. width: 100%;
  646. margin-bottom: 10px;
  647. border: 2px dashed #0087F7;
  648. box-shadow: none!important;
  649. .dz-error-message {
  650. top: 140px;
  651. }
  652. }
  653. }
  654. .settings {
  655. .content {
  656. margin-top: 2px;
  657. .header,
  658. .segment {
  659. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  660. }
  661. }
  662. .key.list {
  663. .item:not(:first-child) {
  664. border-top: 1px solid #eaeaea;
  665. }
  666. .ssh-key-state-indicator {
  667. float: left;
  668. color: gray;
  669. padding-left: 10px;
  670. padding-top: 10px;
  671. &.active {
  672. color: #6cc644;
  673. }
  674. }
  675. .meta {
  676. padding-top: 5px;
  677. }
  678. .print {
  679. color: #767676;
  680. }
  681. .activity {
  682. color: #666;
  683. }
  684. }
  685. .hook.list {
  686. > .item:not(:first-child) {
  687. border-top: 1px solid #eaeaea;
  688. }
  689. .item {
  690. padding: 10px 20px;
  691. .octicon,
  692. .fa {
  693. width: 20px;
  694. text-align: center;
  695. }
  696. }
  697. }
  698. .hook.history.list {
  699. .item {
  700. padding-left: 13px;
  701. .meta {
  702. .ui.right {
  703. margin-top: 5px;
  704. .time {
  705. font-size: 12px;
  706. }
  707. }
  708. }
  709. .info {
  710. margin-top: 10px;
  711. .tabular.menu {
  712. .item {
  713. font-weight: 500;
  714. }
  715. }
  716. .tab.segment {
  717. border: none;
  718. padding: 0;
  719. padding-top: 10px;
  720. box-shadow: none;
  721. > * {
  722. color: #666;
  723. }
  724. pre {
  725. word-wrap: break-word;
  726. .hljs {
  727. padding: 0;
  728. background-color: inherit;
  729. }
  730. }
  731. }
  732. }
  733. }
  734. }
  735. }
  736. .ui.vertical.menu {
  737. .header.item {
  738. font-size: 1.1em;
  739. background: #f0f0f0;
  740. }
  741. }
  742. .edit-label.modal,
  743. .new-label.segment {
  744. .form {
  745. .column {
  746. padding-right: 0;
  747. }
  748. .buttons {
  749. margin-left: auto;
  750. padding-top: 15px;
  751. }
  752. .color.picker.column {
  753. width: auto;
  754. .color-picker {
  755. height: 35px;
  756. width: auto;
  757. padding-left: 30px;
  758. }
  759. }
  760. .minicolors-swatch.minicolors-sprite {
  761. top: 10px;
  762. left: 10px;
  763. width: 15px;
  764. height: 15px;
  765. }
  766. .precolors {
  767. padding-left: 0;
  768. padding-right: 0;
  769. margin: 3px 10px auto 10px;
  770. width: 120px;
  771. .color {
  772. float: left;
  773. width: 15px;
  774. height: 15px;
  775. }
  776. }
  777. }
  778. }
  779. #transfer-repo-modal,
  780. #delete-repo-modal {
  781. .ui.message {
  782. width: 100%!important;
  783. }
  784. }