_repository.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  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: 11px;
  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. .page.buttons {
  79. padding-top: 15px;
  80. }
  81. .issue.list {
  82. list-style: none;
  83. padding-top: 15px;
  84. >.item {
  85. padding-top: 15px;
  86. padding-bottom: 10px;
  87. border-bottom: 1px dashed #AAA;
  88. .title {
  89. color: #444;
  90. font-size: 15px;
  91. font-weight: bold;
  92. margin: 0 6px;
  93. &:hover {
  94. color: #000;
  95. }
  96. }
  97. .comment {
  98. padding-right: 10px;
  99. color: #666;
  100. }
  101. .desc {
  102. padding-top: 5px;
  103. color: #999;
  104. a.milestone {
  105. padding-left: 5px;
  106. color: #999!important;
  107. &:hover {
  108. color: #000!important;
  109. }
  110. }
  111. .assignee {
  112. margin-top: -5px;
  113. margin-right: 5px;
  114. }
  115. }
  116. }
  117. }
  118. @comment-avatar-width: 3em;
  119. &.new.issue {
  120. .comment.form {
  121. .comment {
  122. .avatar {
  123. width: @comment-avatar-width;
  124. }
  125. }
  126. .content {
  127. margin-left: 4em;
  128. .markdown {
  129. font-size: 14px;
  130. }
  131. }
  132. .metas {
  133. min-width: 220px;
  134. .filter.menu {
  135. max-height: 300px;
  136. overflow-x: auto;
  137. }
  138. }
  139. }
  140. }
  141. &.view.issue {
  142. .title {
  143. padding-bottom: 0!important;
  144. h1 {
  145. font-weight: 300;
  146. font-size: 3rem;
  147. margin-bottom: 5px;
  148. .ui.input {
  149. font-size: 0.5em;
  150. vertical-align: top;
  151. width: 50%;
  152. min-width: 600px;
  153. input {
  154. font-size: 1.5em;
  155. padding: 6px 10px;
  156. }
  157. }
  158. }
  159. .index {
  160. font-weight: 300;
  161. color: #aaa;
  162. letter-spacing: -1px;
  163. }
  164. .label {
  165. margin-right: 10px;
  166. }
  167. .edit-zone {
  168. margin-top: 10px;
  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: 35px;
  269. color: #6cc644;
  270. }
  271. }
  272. }
  273. }
  274. .ui.segment.metas {
  275. margin-top: -3px;
  276. }
  277. }
  278. .comment.form {
  279. .ui.comments {
  280. margin-top: -12px;
  281. max-width: 100%;
  282. }
  283. .content {
  284. .field:first-child {
  285. clear: none;
  286. }
  287. .tab.segment {
  288. border: none;
  289. padding: 0;
  290. padding-top: 10px;
  291. }
  292. textarea {
  293. height: 200px;
  294. }
  295. }
  296. }
  297. .label.list {
  298. list-style: none;
  299. padding-top: 15px;
  300. .item {
  301. padding-top: 10px;
  302. padding-bottom: 10px;
  303. border-bottom: 1px dashed #AAA;
  304. a {
  305. font-size: 15px;
  306. padding-top: 5px;
  307. padding-right: 10px;
  308. color: #666;
  309. &:hover {
  310. color: #000;
  311. }
  312. &.open-issues {
  313. margin-right: 30px;
  314. }
  315. }
  316. }
  317. }
  318. .milestone.list {
  319. list-style: none;
  320. padding-top: 15px;
  321. > .item {
  322. padding-top: 10px;
  323. padding-bottom: 10px;
  324. border-bottom: 1px dashed #AAA;
  325. > a {
  326. padding-top: 5px;
  327. padding-right: 10px;
  328. color: #000;
  329. &:hover {
  330. color: #4078c0;
  331. }
  332. }
  333. .ui.progress {
  334. width: 40%;
  335. padding: 0;
  336. border: 0;
  337. margin: 0;
  338. .bar {
  339. height: 20px;
  340. }
  341. }
  342. .meta {
  343. color: #999;
  344. padding-top: 5px;
  345. .issue-stats .octicon{
  346. padding-left: 5px;
  347. }
  348. .overdue {
  349. color: red;
  350. }
  351. }
  352. .operate {
  353. margin-top: -15px;
  354. > a {
  355. font-size: 15px;
  356. padding-top: 5px;
  357. padding-right: 10px;
  358. color: #666;
  359. &:hover {
  360. color: #000;
  361. }
  362. }
  363. }
  364. .content {
  365. padding-top: 10px;
  366. }
  367. }
  368. }
  369. &.new.milestone {
  370. textarea {
  371. height: 200px;
  372. }
  373. #deadline {
  374. width: 150px;
  375. }
  376. }
  377. &.compare.pull {
  378. .choose.branch {
  379. .octicon {
  380. padding-right: 10px;
  381. }
  382. }
  383. }
  384. .filter.dropdown .menu {
  385. margin-top: 1px!important;
  386. .items {
  387. max-height: 300px;
  388. overflow-y: auto;
  389. .item {
  390. position: relative;
  391. cursor: pointer;
  392. display: block;
  393. border: none;
  394. height: auto;
  395. border-top: none;
  396. line-height: 1em;
  397. color: rgba(0,0,0,.8);
  398. padding: .71428571em 1.14285714em!important;
  399. font-size: 1rem;
  400. text-transform: none;
  401. font-weight: 400;
  402. box-shadow: none;
  403. -webkit-touch-callout: none;
  404. &.active {
  405. font-weight: 700;
  406. }
  407. &:hover {
  408. background: rgba(0,0,0,.05);
  409. color: rgba(0,0,0,.8);
  410. z-index: 13;
  411. }
  412. }
  413. }
  414. }
  415. &.commits {
  416. .header {
  417. .ui.right {
  418. .search {
  419. input {
  420. font-weight: normal;
  421. padding: 5px 10px;
  422. }
  423. }
  424. .button {
  425. float: right;
  426. margin-left: 5px;
  427. margin-top: 1px;
  428. }
  429. }
  430. }
  431. }
  432. .commits.table {
  433. font-size: 13px;
  434. th, td {
  435. &:first-child {
  436. padding-left: 15px;
  437. }
  438. }
  439. td {
  440. line-height: 15px;
  441. }
  442. .author {
  443. min-width: 180px;
  444. }
  445. .message span {
  446. max-width: 500px;
  447. }
  448. .date {
  449. width: 120px;
  450. }
  451. }
  452. .sha.label {
  453. font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
  454. font-size: 14px;
  455. padding: 6px 10px 4px 10px;
  456. font-weight: normal;
  457. }
  458. .diff-detail-box {
  459. margin: 15px 0;
  460. line-height: 30px;
  461. ol {
  462. clear: both;
  463. padding-left: 0;
  464. margin-top: 5px;
  465. margin-bottom: 28px;
  466. li {
  467. list-style: none;
  468. padding-bottom: 4px;
  469. margin-bottom: 4px;
  470. border-bottom: 1px dashed #DDD;
  471. padding-left: 6px;
  472. }
  473. }
  474. span.status{
  475. display: inline-block;
  476. width: 12px;
  477. height: 12px;
  478. margin-right: 8px;
  479. vertical-align: middle;
  480. &.modify {
  481. background-color: #f0db88;
  482. }
  483. &.add {
  484. background-color: #b4e2b4;
  485. }
  486. &.del {
  487. background-color: #e9aeae;
  488. }
  489. &.rename {
  490. background-color: #dad8ff;
  491. }
  492. }
  493. }
  494. .diff-box {
  495. .count {
  496. margin-right: 12px;
  497. .bar {
  498. background-color: #e75316;
  499. height: 12px;
  500. width: 40px;
  501. display: inline-block;
  502. margin: 2px 4px 0 4px;
  503. vertical-align: text-top;
  504. .add {
  505. background-color: #77c64a;
  506. height: 12px;
  507. }
  508. }
  509. }
  510. .file {
  511. color: #888;
  512. }
  513. }
  514. .diff-file-box {
  515. .header {
  516. border-bottom: 1px solid #d4d4d5!important;
  517. }
  518. .file-body.file-code {
  519. .lines-num {
  520. text-align: right;
  521. color: #999;
  522. background: #fafafa;
  523. width: 1%;
  524. }
  525. .lines-num-old {
  526. border-right: 1px solid #DDD;
  527. }
  528. }
  529. .code-diff {
  530. font-size: 13px;
  531. td {
  532. padding: 0;
  533. border-top: none;
  534. }
  535. pre {
  536. margin: 0;
  537. }
  538. .lines-num {
  539. border-right: 1px solid #d4d4d5;
  540. padding: 0 5px;
  541. }
  542. tbody {
  543. tr {
  544. &.tag-code {
  545. td, pre {
  546. background-color: #E0E0E0 !important;
  547. border-color: #ADADAD!important;
  548. }
  549. // td.selected-line, td.selected-line pre {
  550. // background-color: #ffffdd !important;
  551. // }
  552. }
  553. // &.same-code {
  554. // td.selected-line, td.selected-line pre {
  555. // background-color: #ffffdd !important;
  556. // }
  557. // }
  558. &.del-code {
  559. td, pre {
  560. background-color: #ffe2dd !important;
  561. border-color: #e9aeae !important;
  562. }
  563. // td.selected-line, td.selected-line pre {
  564. // background-color: #ffffdd !important;
  565. // }
  566. }
  567. &.add-code {
  568. td, pre {
  569. background-color: #d1ffd6 !important;
  570. border-color: #b4e2b4 !important;
  571. }
  572. // td.selected-line, td.selected-line pre {
  573. // background-color: #ffffdd !important;
  574. // }
  575. }
  576. &:hover {
  577. td {
  578. background-color: #FFF8D2 !important;
  579. border-color: #F0DB88 !important;
  580. }
  581. pre {
  582. background-color: transparent !important;
  583. }
  584. }
  585. }
  586. }
  587. }
  588. }
  589. .code-view {
  590. overflow: auto;
  591. overflow-x: auto;
  592. overflow-y: hidden;
  593. }
  594. }
  595. .ui.comments {
  596. .dropzone {
  597. width: 100%;
  598. margin-bottom: 10px;
  599. border: 2px dashed #0087F7;
  600. box-shadow: none!important;
  601. .dz-error-message {
  602. top: 140px;
  603. }
  604. }
  605. }
  606. .settings {
  607. .content {
  608. margin-top: 2px;
  609. .header,
  610. .segment {
  611. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  612. }
  613. }
  614. .key.list {
  615. .item:not(:first-child) {
  616. border-top: 1px solid #eaeaea;
  617. }
  618. .ssh-key-state-indicator {
  619. float: left;
  620. color: gray;
  621. padding-left: 10px;
  622. padding-top: 10px;
  623. &.active {
  624. color: #6cc644;
  625. }
  626. }
  627. .meta {
  628. padding-top: 5px;
  629. }
  630. .print {
  631. color: #767676;
  632. }
  633. .activity {
  634. color: #666;
  635. }
  636. }
  637. }
  638. .ui.vertical.menu {
  639. .header.item {
  640. font-size: 1.1em;
  641. background: #f0f0f0;
  642. }
  643. }
  644. .edit-label.modal,
  645. .new-label.segment {
  646. .form {
  647. .column {
  648. padding-right: 0;
  649. }
  650. .buttons {
  651. margin-left: auto;
  652. padding-top: 15px;
  653. }
  654. .color.picker.column {
  655. width: auto;
  656. .color-picker {
  657. height: 35px;
  658. width: auto;
  659. padding-left: 30px;
  660. }
  661. }
  662. .minicolors-swatch.minicolors-sprite {
  663. top: 10px;
  664. left: 10px;
  665. width: 15px;
  666. height: 15px;
  667. }
  668. .precolors {
  669. padding-left: 0;
  670. padding-right: 0;
  671. margin: 3px 10px auto 10px;
  672. width: 120px;
  673. .color {
  674. float: left;
  675. width: 15px;
  676. height: 15px;
  677. }
  678. }
  679. }
  680. }