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.

811 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. &.file-content {
  575. img {
  576. max-width: 100%;
  577. padding: 5px 5px 0 5px;
  578. }
  579. }
  580. }
  581. .code-view {
  582. overflow: auto;
  583. overflow-x: auto;
  584. overflow-y: hidden;
  585. }
  586. &.quickstart {
  587. .guide {
  588. .item {
  589. padding: 1em;
  590. small {
  591. font-weight: normal;
  592. }
  593. }
  594. .clone.button:first-child {
  595. border-radius: .28571429rem 0 0 .28571429rem;
  596. }
  597. .ui.action.small.input {
  598. width: 100%;
  599. }
  600. #repo-clone-url {
  601. border-radius: 0;
  602. padding: 5px 10px;
  603. font-size: 1.2em;
  604. }
  605. }
  606. }
  607. }
  608. // End of .repository
  609. .issue.list {
  610. list-style: none;
  611. padding-top: 15px;
  612. >.item {
  613. padding-top: 15px;
  614. padding-bottom: 10px;
  615. border-bottom: 1px dashed #AAA;
  616. .title {
  617. color: #444;
  618. font-size: 15px;
  619. font-weight: bold;
  620. margin: 0 6px;
  621. &:hover {
  622. color: #000;
  623. }
  624. }
  625. .comment {
  626. padding-right: 10px;
  627. color: #666;
  628. }
  629. .desc {
  630. padding-top: 5px;
  631. color: #999;
  632. a.milestone {
  633. padding-left: 5px;
  634. color: #999!important;
  635. &:hover {
  636. color: #000!important;
  637. }
  638. }
  639. .assignee {
  640. margin-top: -5px;
  641. margin-right: 5px;
  642. }
  643. }
  644. }
  645. }
  646. .page.buttons {
  647. padding-top: 15px;
  648. }
  649. .ui.comments {
  650. .dropzone {
  651. width: 100%;
  652. margin-bottom: 10px;
  653. border: 2px dashed #0087F7;
  654. box-shadow: none!important;
  655. .dz-error-message {
  656. top: 140px;
  657. }
  658. }
  659. }
  660. .settings {
  661. .content {
  662. margin-top: 2px;
  663. .header,
  664. .segment {
  665. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  666. }
  667. }
  668. .key.list {
  669. .item:not(:first-child) {
  670. border-top: 1px solid #eaeaea;
  671. }
  672. .ssh-key-state-indicator {
  673. float: left;
  674. color: gray;
  675. padding-left: 10px;
  676. padding-top: 10px;
  677. &.active {
  678. color: #6cc644;
  679. }
  680. }
  681. .meta {
  682. padding-top: 5px;
  683. }
  684. .print {
  685. color: #767676;
  686. }
  687. .activity {
  688. color: #666;
  689. }
  690. }
  691. .hook.list {
  692. > .item:not(:first-child) {
  693. border-top: 1px solid #eaeaea;
  694. }
  695. .item {
  696. padding: 10px 20px;
  697. .octicon,
  698. .fa {
  699. width: 20px;
  700. text-align: center;
  701. }
  702. }
  703. }
  704. .hook.history.list {
  705. .item {
  706. padding-left: 13px;
  707. .meta {
  708. .ui.right {
  709. margin-top: 5px;
  710. .time {
  711. font-size: 12px;
  712. }
  713. }
  714. }
  715. .info {
  716. margin-top: 10px;
  717. .tabular.menu {
  718. .item {
  719. font-weight: 500;
  720. }
  721. }
  722. .tab.segment {
  723. border: none;
  724. padding: 0;
  725. padding-top: 10px;
  726. box-shadow: none;
  727. > * {
  728. color: #666;
  729. }
  730. pre {
  731. word-wrap: break-word;
  732. .hljs {
  733. padding: 0;
  734. background-color: inherit;
  735. }
  736. }
  737. }
  738. }
  739. }
  740. }
  741. }
  742. .ui.vertical.menu {
  743. .header.item {
  744. font-size: 1.1em;
  745. background: #f0f0f0;
  746. }
  747. }
  748. .edit-label.modal,
  749. .new-label.segment {
  750. .form {
  751. .column {
  752. padding-right: 0;
  753. }
  754. .buttons {
  755. margin-left: auto;
  756. padding-top: 15px;
  757. }
  758. .color.picker.column {
  759. width: auto;
  760. .color-picker {
  761. height: 35px;
  762. width: auto;
  763. padding-left: 30px;
  764. }
  765. }
  766. .minicolors-swatch.minicolors-sprite {
  767. top: 10px;
  768. left: 10px;
  769. width: 15px;
  770. height: 15px;
  771. }
  772. .precolors {
  773. padding-left: 0;
  774. padding-right: 0;
  775. margin: 3px 10px auto 10px;
  776. width: 120px;
  777. .color {
  778. float: left;
  779. width: 15px;
  780. height: 15px;
  781. }
  782. }
  783. }
  784. }
  785. #transfer-repo-modal,
  786. #delete-repo-modal {
  787. .ui.message {
  788. width: 100%!important;
  789. }
  790. }