_repository.less 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741
  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: 400;
  22. font-size: 1.7rem;
  23. }
  24. .fork-flag {
  25. margin-left: @mega-octicon-width + 8px;
  26. margin-top: 3px;
  27. display: block;
  28. font-size: 12px;
  29. white-space: nowrap;
  30. }
  31. .octicon.octicon-repo-forked {
  32. margin-top: -1px;
  33. font-size: 15px;
  34. }
  35. }
  36. .navbar {
  37. .ui.label {
  38. margin-top: -2px;
  39. margin-left: 7px;
  40. padding: 3px 5px;
  41. }
  42. }
  43. .owner.dropdown {
  44. min-width: 40% !important;
  45. }
  46. .metas {
  47. .menu {
  48. max-height: 300px;
  49. overflow-x: auto;
  50. }
  51. .ui.list {
  52. .hide {
  53. display: none!important;
  54. }
  55. .item {
  56. padding: 0px;
  57. }
  58. .label.color {
  59. padding: 0 8px;
  60. margin-right: 5px;
  61. }
  62. a {
  63. margin: 2px 0;
  64. .text {
  65. color: #444;
  66. &:hover {
  67. color: #000;
  68. }
  69. }
  70. }
  71. }
  72. }
  73. .header-wrapper {
  74. background-color: #FAFAFA;
  75. margin-top: -15px;
  76. padding-top: 15px;
  77. .ui.tabs.divider {
  78. border-bottom: none;
  79. }
  80. .ui.tabular .octicon {
  81. margin-right: 5px;
  82. }
  83. }
  84. .filter.menu {
  85. .label.color {
  86. border-radius: 3px;
  87. margin-left: 15px;
  88. padding: 0 10px;
  89. }
  90. .octicon {
  91. float: left;
  92. margin-left: -5px;
  93. margin-right: -7px;
  94. width: 16px;
  95. }
  96. .menu {
  97. max-height: 300px;
  98. overflow-x: auto;
  99. right: 0!important;
  100. left: auto!important;
  101. }
  102. .dropdown.item {
  103. margin: 1px;
  104. padding-right: 0;
  105. }
  106. }
  107. .ui.tabs {
  108. &.container {
  109. margin-top: 14px;
  110. margin-bottom: 0px;
  111. .ui.menu {
  112. border-bottom: none;
  113. }
  114. }
  115. &.divider {
  116. margin-top: 0;
  117. margin-bottom: 20px;
  118. }
  119. }
  120. #clone-panel {
  121. margin-top: -8px;
  122. margin-left: 5px;
  123. width: auto;
  124. input {
  125. border-radius: 0;
  126. padding: 5px 10px;
  127. max-width: 190px;
  128. width: 190px;
  129. }
  130. .clone.button {
  131. font-size: 13px;
  132. padding: 0 5px;
  133. &:first-child {
  134. border-radius: .28571429rem 0 0 .28571429rem;
  135. }
  136. }
  137. .icon.button {
  138. padding: 0 10px;
  139. }
  140. .dropdown .menu {
  141. right: 0!important;
  142. left: auto!important;
  143. }
  144. }
  145. &.branches:not(.settings) {
  146. .ui.list {
  147. padding: 0;
  148. >.item {
  149. margin: 0;
  150. line-height: 31px;
  151. &:not(:last-child) {
  152. border-bottom: 1px solid #DDD;
  153. }
  154. .column {
  155. padding: 5px 15px;
  156. .octicon {
  157. vertical-align: text-bottom;
  158. }
  159. code {
  160. padding: 4px 0;
  161. font-size: 12px;
  162. }
  163. .ui.text:not(i) {
  164. font-size: 12px;
  165. }
  166. .ui.button {
  167. font-size: 12px;
  168. padding: 8px 10px;
  169. }
  170. }
  171. }
  172. }
  173. }
  174. &.file.list {
  175. #repo-desc {
  176. font-size: 1.2em;
  177. }
  178. .choose.reference {
  179. .header .icon {
  180. font-size: 1.4em;
  181. }
  182. }
  183. #file-buttons {
  184. font-weight: normal;
  185. .ui.button {
  186. padding: 8px 10px;
  187. font-weight: normal;
  188. }
  189. }
  190. #git-stats {
  191. padding: 10px;
  192. line-height: 0;
  193. .list {
  194. width: 100%;
  195. .item {
  196. margin-left: 0;
  197. width: 33.33%;
  198. .text b {
  199. font-size: 15px;
  200. }
  201. }
  202. }
  203. }
  204. #repo-files-table {
  205. thead {
  206. th {
  207. padding-top: 8px;
  208. padding-bottom: 5px;
  209. font-weight: normal;
  210. &:first-child {
  211. display: block;
  212. position: relative;
  213. width: 325%;
  214. }
  215. }
  216. .ui.avatar {
  217. margin-bottom: 5px;
  218. }
  219. }
  220. tbody {
  221. .octicon {
  222. margin-left: 3px;
  223. margin-right: 5px;
  224. color: #777;
  225. &.octicon-mail-reply {
  226. margin-right: 10px;
  227. }
  228. &.octicon-file-directory, &.octicon-file-submodule {
  229. color: #1e70bf;
  230. }
  231. }
  232. }
  233. td {
  234. padding-top: 8px;
  235. padding-bottom: 8px;
  236. }
  237. tr:hover {
  238. background-color: #ffffEE;
  239. }
  240. }
  241. #file-content {
  242. .header {
  243. .octicon {
  244. padding-right: 5px;
  245. }
  246. .icon {
  247. font-size: 1em;
  248. margin-top: -2px;
  249. }
  250. .file-actions {
  251. padding-left: 20px;
  252. .btn-octicon {
  253. display: inline-block;
  254. padding: 5px;
  255. margin-left: 5px;
  256. line-height: 1;
  257. color: #767676;
  258. vertical-align: middle;
  259. background: transparent;
  260. border: 0;
  261. outline: none;
  262. }
  263. .btn-octicon:hover {
  264. color: #4078c0;
  265. }
  266. .btn-octicon-danger:hover {
  267. color: #bd2c00;
  268. }
  269. .btn-octicon.disabled {
  270. color: #bbb;
  271. cursor: default;
  272. }
  273. #delete-file-form {
  274. display: inline-block;
  275. }
  276. }
  277. }
  278. .view-raw {
  279. padding: 5px;
  280. * {
  281. max-width: 100%;
  282. }
  283. img {
  284. margin-bottom: -5px;
  285. }
  286. }
  287. #ipython-notebook {
  288. margin-left: 95px;
  289. padding-top: 1px;
  290. .nb-notebook {
  291. line-height: 1.5;
  292. }
  293. .nb-stdout, .nb-stderr {
  294. white-space: pre-wrap;
  295. margin: 1em 0;
  296. padding: 0.1em 0.5em;
  297. }
  298. .nb-stderr {
  299. background-color: #FAA;
  300. }
  301. .nb-cell + .nb-cell {
  302. margin-top: 0.5em;
  303. }
  304. .nb-cell {
  305. position: relative;
  306. &.nb-heading-cell {
  307. margin-top: 0.5em;
  308. }
  309. img {
  310. max-width: 100%;
  311. }
  312. }
  313. .nb-raw-cell {
  314. white-space: pre-wrap;
  315. background-color: #f5f2f0;
  316. font-family: Consolas, Monaco, 'Andale Mono', monospace;
  317. padding: 1em;
  318. margin: .5em 0;
  319. }
  320. .nb-input:before,
  321. .nb-output:before {
  322. position: absolute;
  323. font-family: monospace;
  324. color: #999;
  325. left: -7.5em;
  326. width: 7em;
  327. text-align: right;
  328. }
  329. .nb-input {
  330. &:before {
  331. content: "In [" attr(data-prompt-number) "]:";
  332. }
  333. pre {
  334. background-color: #f7f7f7;
  335. margin-right: 10px;
  336. padding: 5px 10px;
  337. code {
  338. min-height: 18px;
  339. line-height: 18px;
  340. font-size: 14px;
  341. }
  342. }
  343. }
  344. .nb-output{
  345. &:before {
  346. content: "Out [" attr(data-prompt-number) "]:";
  347. }
  348. pre {
  349. padding: 5px 10px;
  350. font-size: 14px;
  351. }
  352. img {
  353. max-width: 100%;
  354. }
  355. table {
  356. border: 1px solid #000;
  357. border-collapse: collapse;
  358. }
  359. th {
  360. font-weight: bold;
  361. }
  362. th,
  363. td {
  364. border: 1px solid #000;
  365. padding: 0.25em;
  366. text-align: left;
  367. vertical-align: middle;
  368. border-collapse: collapse;
  369. }
  370. }
  371. .nb-markdown-cell {
  372. margin-top: 10px;
  373. margin-right: 10px;
  374. padding: 10px;
  375. }
  376. // Fix pandas dataframe formatting
  377. div[style="max-height:1000px;max-width:1500px;overflow:auto;"] {
  378. max-height: none !important;
  379. }
  380. }
  381. .plain-text {
  382. font-size: 14px;
  383. padding: 15px 15px 10px 15px;
  384. font-family: Consolas;
  385. }
  386. .code-view {
  387. * {
  388. font-size: 12px;
  389. font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  390. line-height: 20px;
  391. }
  392. table {
  393. width: 100%;
  394. tbody {
  395. tr {
  396. padding: 0 !important;
  397. }
  398. }
  399. }
  400. .lines-num {
  401. vertical-align: top;
  402. text-align: right;
  403. color: #999;
  404. background: #f5f5f5;
  405. width: 42px;
  406. span {
  407. line-height: 20px;
  408. padding: 0 10px;
  409. cursor: pointer;
  410. display: block;
  411. }
  412. }
  413. .lines-num,
  414. .lines-code {
  415. display: table-cell !important;
  416. padding: 0 !important;
  417. pre,
  418. ol,
  419. .hljs {
  420. background-color: white;
  421. margin: 0;
  422. padding: 0 !important;
  423. li {
  424. display: inline-block;
  425. width: 100%;
  426. &.active {
  427. background: #ffffdd;
  428. }
  429. &:before {
  430. content: ' ';
  431. }
  432. }
  433. }
  434. }
  435. }
  436. }
  437. .sidebar {
  438. padding-left: 0;
  439. .octicon {
  440. width: 16px;
  441. }
  442. }
  443. }
  444. &.file.editor {
  445. .treepath {
  446. width: 100%;
  447. input {
  448. vertical-align: middle;
  449. box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 2px inset;
  450. width: inherit;
  451. padding: 7px 8px;
  452. margin-right: 5px;
  453. }
  454. }
  455. .tabular.menu {
  456. .octicon {
  457. margin-right: 5px;
  458. }
  459. }
  460. .commit-form-wrapper {
  461. padding-left: 64px;
  462. .commit-avatar {
  463. float: left;
  464. margin-left: -64px;
  465. width: 3em;
  466. height: auto;
  467. }
  468. .commit-form {
  469. position: relative;
  470. padding: 15px;
  471. margin-bottom: 10px;
  472. border: 1px solid #ddd;
  473. border-radius: 3px;
  474. #avatar-arrow;
  475. &:after {
  476. border-right-color: #fff;
  477. }
  478. .quick-pull-choice {
  479. .branch-name {
  480. display: inline-block;
  481. padding: 3px 6px;
  482. font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  483. color: rgba(0,0,0,0.65);
  484. background-color: rgba(209,227,237,0.45);
  485. border-radius: 3px;
  486. }
  487. .new-branch-name-input {
  488. position: relative;
  489. margin-left: 25px;
  490. input {
  491. width: 240px !important;
  492. padding-left: 26px !important;
  493. }
  494. }
  495. .octicon-git-branch {
  496. position: absolute;
  497. top: 9px;
  498. left: 10px;
  499. color: #b0c4ce;
  500. }
  501. }
  502. }
  503. }
  504. }
  505. &.options {
  506. #interval {
  507. width: 100px!important;
  508. min-width: 100px;
  509. }
  510. .danger {
  511. .item {
  512. padding: 20px 15px;
  513. }
  514. .ui.divider {
  515. margin: 0;
  516. }
  517. }
  518. }
  519. @comment-avatar-width: 3em;
  520. &.new.issue {
  521. .comment.form {
  522. .comment {
  523. .avatar {
  524. width: @comment-avatar-width;
  525. }
  526. }
  527. .content {
  528. margin-left: 4em;
  529. #avatar-arrow;
  530. &:after {
  531. border-right-color: #fff;
  532. }
  533. .markdown {
  534. font-size: 14px;
  535. }
  536. }
  537. .metas {
  538. min-width: 220px;
  539. .filter.menu {
  540. max-height: 300px;
  541. overflow-x: auto;
  542. }
  543. }
  544. }
  545. }
  546. &.view.issue {
  547. .title {
  548. padding-bottom: 0!important;
  549. h1 {
  550. font-weight: 300;
  551. font-size: 2.3rem;
  552. margin-bottom: 5px;
  553. .ui.input {
  554. font-size: 0.5em;
  555. vertical-align: top;
  556. width: 50%;
  557. min-width: 600px;
  558. input {
  559. font-size: 1.5em;
  560. padding: 6px 10px;
  561. }
  562. }
  563. }
  564. .index {
  565. font-weight: 300;
  566. color: #aaa;
  567. letter-spacing: -1px;
  568. }
  569. .label {
  570. margin-right: 10px;
  571. }
  572. .edit-zone {
  573. margin-top: 10px;
  574. }
  575. }
  576. .pull-desc {
  577. code {
  578. color: #0166E6;
  579. }
  580. }
  581. .pull {
  582. &.tabular.menu {
  583. margin-bottom: 10px;
  584. .octicon {
  585. margin-right: 5px;
  586. }
  587. }
  588. &.tab.segment {
  589. border: none;
  590. padding: 0;
  591. padding-top: 10px;
  592. box-shadow: none;
  593. background-color: inherit;
  594. }
  595. .merge.box {
  596. .avatar {
  597. margin-left: 10px;
  598. margin-top: 10px;
  599. }
  600. #commit_description {
  601. height: auto;
  602. }
  603. }
  604. }
  605. .comment-list {
  606. &:before {
  607. display: block;
  608. content: "";
  609. position: absolute;
  610. margin-top: 12px;
  611. margin-bottom: 14px;
  612. top: 0;
  613. bottom: 0;
  614. left: 96px;
  615. width: 2px;
  616. background-color: #f3f3f3;
  617. z-index: -1;
  618. }
  619. .comment {
  620. .avatar {
  621. width: @comment-avatar-width;
  622. }
  623. .tag {
  624. color: #767676;
  625. margin-top: 3px;
  626. padding: 2px 5px;
  627. font-size: 12px;
  628. border: 1px solid rgba(0,0,0,0.1);
  629. border-radius: 3px;
  630. }
  631. .actions {
  632. .item {
  633. float: left;
  634. &.tag {
  635. margin-right: 5px;
  636. }
  637. &.action {
  638. margin-top: 6px;
  639. margin-left: 10px;
  640. }
  641. }
  642. }
  643. .content {
  644. margin-left: 4em;
  645. .header {
  646. #avatar-arrow;
  647. font-weight: normal;
  648. padding: auto 15px;
  649. position: relative;
  650. color: #767676;
  651. background-color: #f7f7f7;
  652. border-bottom: 1px solid #eee;
  653. border-top-left-radius: 3px;
  654. border-top-right-radius: 3px;
  655. .text {
  656. max-width: 78%;
  657. padding-top: 10px;
  658. padding-bottom: 10px;
  659. }
  660. }
  661. .markdown {
  662. font-size: 14px;
  663. }
  664. .no-content {
  665. color: #767676;
  666. font-style: italic;
  667. }
  668. > .bottom.segment {
  669. background: #f3f4f5;
  670. .ui.images::after {
  671. clear: both;
  672. content: ' ';
  673. display: block;
  674. }
  675. a {
  676. display: block;
  677. float: left;
  678. margin: 5px;
  679. padding: 5px;
  680. height: 150px;
  681. border: solid 1px #eee;
  682. border-radius: 3px;
  683. max-width: 150px;
  684. background-color: #fff;
  685. &:before {
  686. content:' ';
  687. display: inline-block;
  688. height: 100%;
  689. vertical-align: middle;
  690. }
  691. }
  692. .ui.image {
  693. max-height: 100%;
  694. width: auto;
  695. margin: 0;
  696. vertical-align: middle;
  697. }
  698. span.ui.image {
  699. font-size: 8vw;
  700. color: #000000;
  701. }
  702. span.ui.image:hover {
  703. color: #000000;
  704. }
  705. }
  706. }
  707. .ui.form {
  708. .field:first-child {
  709. clear: none;
  710. }
  711. .tab.segment {
  712. border: none;
  713. padding: 0;
  714. padding-top: 10px;
  715. }
  716. textarea {
  717. height: 200px;
  718. font-family: "Consolas", monospace;
  719. }
  720. }
  721. .edit.buttons {
  722. margin-top: 10px;
  723. }
  724. }
  725. .event {
  726. position: relative;
  727. margin: 15px 0 15px 79px;
  728. padding-left: 25px;
  729. .octicon {
  730. width: 30px;
  731. float: left;
  732. text-align: center;
  733. &.octicon-circle-slash {
  734. margin-top: 5px;
  735. margin-left: -34.5px;
  736. font-size: 20px;
  737. color: #bd2c00;
  738. }
  739. &.octicon-primitive-dot {
  740. margin-left: -28.5px;
  741. margin-right: -1px;
  742. font-size: 30px;
  743. color: #6cc644;
  744. }
  745. &.octicon-bookmark {
  746. margin-top: 3px;
  747. margin-left: -31px;
  748. margin-right: -1px;
  749. font-size: 25px;
  750. }
  751. }
  752. .detail {
  753. font-size: 0.9rem;
  754. margin-top: 5px;
  755. margin-left: 35px;
  756. .octicon {
  757. &.octicon-git-commit {
  758. margin-top: 2px;
  759. }
  760. }
  761. }
  762. }
  763. }
  764. .ui.segment.metas {
  765. margin-top: -3px;
  766. }
  767. .ui.participants {
  768. img {
  769. margin-top: 5px;
  770. margin-right: 5px;
  771. }
  772. }
  773. }
  774. .comment.form {
  775. .ui.comments {
  776. margin-top: -12px;
  777. max-width: 100%;
  778. }
  779. .content {
  780. .field:first-child {
  781. clear: none;
  782. }
  783. .form {
  784. #avatar-arrow;
  785. &:after {
  786. border-right-color: #fff;
  787. }
  788. }
  789. .tab.segment {
  790. border: none;
  791. padding: 0;
  792. padding-top: 10px;
  793. }
  794. textarea {
  795. height: 200px;
  796. font-family: "Consolas", monospace;
  797. }
  798. }
  799. }
  800. .label.list {
  801. list-style: none;
  802. padding-top: 15px;
  803. >.item {
  804. padding-top: 10px;
  805. padding-bottom: 10px;
  806. border-bottom: 1px dashed #AAA;
  807. a {
  808. font-size: 15px;
  809. padding-top: 5px;
  810. padding-right: 10px;
  811. color: #666;
  812. &:hover {
  813. color: #000;
  814. }
  815. &.open-issues {
  816. margin-right: 30px;
  817. }
  818. }
  819. .ui.label {
  820. font-size: 1em;
  821. }
  822. }
  823. }
  824. .milestone.list {
  825. list-style: none;
  826. padding-top: 15px;
  827. > .item {
  828. padding-top: 10px;
  829. padding-bottom: 10px;
  830. border-bottom: 1px dashed #AAA;
  831. > a {
  832. padding-top: 5px;
  833. padding-right: 10px;
  834. color: #000;
  835. &:hover {
  836. color: #4078c0;
  837. }
  838. }
  839. .ui.progress {
  840. width: 40%;
  841. padding: 0;
  842. border: 0;
  843. margin: 0;
  844. .bar {
  845. height: 20px;
  846. }
  847. }
  848. .meta {
  849. color: #999;
  850. padding-top: 5px;
  851. .issue-stats .octicon{
  852. padding-left: 5px;
  853. }
  854. .overdue {
  855. color: red;
  856. }
  857. }
  858. .operate {
  859. margin-top: -15px;
  860. > a {
  861. font-size: 15px;
  862. padding-top: 5px;
  863. padding-right: 10px;
  864. color: #666;
  865. &:hover {
  866. color: #000;
  867. }
  868. }
  869. }
  870. .content {
  871. padding-top: 10px;
  872. }
  873. }
  874. }
  875. &.new.milestone {
  876. textarea {
  877. height: 200px;
  878. }
  879. #deadline {
  880. width: 150px;
  881. }
  882. }
  883. &.compare.pull {
  884. .choose.branch {
  885. .octicon {
  886. padding-right: 10px;
  887. }
  888. }
  889. .comment.form {
  890. .content {
  891. #avatar-arrow;
  892. &:after {
  893. border-right-color: #fff;
  894. }
  895. }
  896. }
  897. }
  898. .filter.dropdown .menu {
  899. margin-top: 1px!important;
  900. }
  901. &.diff {
  902. .commit-message pre {
  903. white-space: pre-wrap;
  904. }
  905. }
  906. &.commits {
  907. .header {
  908. .ui.right {
  909. .search {
  910. input {
  911. font-weight: normal;
  912. padding: 5px 10px;
  913. }
  914. }
  915. }
  916. }
  917. }
  918. #commits-table {
  919. thead {
  920. th:first-of-type {
  921. padding-left: 15px;
  922. }
  923. .sha {
  924. font-size: 13px;
  925. padding: 6px 40px 4px 35px;
  926. }
  927. }
  928. &.ui.basic.striped.table tbody tr:nth-child(2n) {
  929. background-color: rgba(0, 0, 0, .02)!important;
  930. }
  931. }
  932. .diff-detail-box {
  933. margin: 15px 0;
  934. line-height: 30px;
  935. ol {
  936. clear: both;
  937. padding-left: 0;
  938. margin-top: 5px;
  939. margin-bottom: 28px;
  940. li {
  941. list-style: none;
  942. padding-bottom: 4px;
  943. margin-bottom: 4px;
  944. border-bottom: 1px dashed #DDD;
  945. padding-left: 6px;
  946. }
  947. }
  948. span.status{
  949. display: inline-block;
  950. width: 12px;
  951. height: 12px;
  952. margin-right: 8px;
  953. vertical-align: middle;
  954. &.modify {
  955. background-color: #f0db88;
  956. }
  957. &.add {
  958. background-color: #b4e2b4;
  959. }
  960. &.del {
  961. background-color: #e9aeae;
  962. }
  963. &.rename {
  964. background-color: #dad8ff;
  965. }
  966. }
  967. }
  968. .diff-box {
  969. .count {
  970. margin-right: 12px;
  971. font-size: 13px;
  972. .bar {
  973. background-color: #bd2c00;
  974. height: 12px;
  975. width: 40px;
  976. display: inline-block;
  977. margin: 2px 4px 0 4px;
  978. vertical-align: text-top;
  979. .add {
  980. background-color: #55a532;
  981. height: 12px;
  982. }
  983. }
  984. }
  985. .file {
  986. color: #888;
  987. }
  988. }
  989. .diff-file-box {
  990. .header {
  991. background-color: #f7f7f7;
  992. }
  993. .file-body.file-code {
  994. .lines-num {
  995. text-align: right;
  996. color: #A7A7A7;
  997. background: #fafafa;
  998. width: 1%;
  999. span.fold {
  1000. display: block;
  1001. text-align: center;
  1002. }
  1003. }
  1004. .lines-num-old {
  1005. border-right: 1px solid #DDD;
  1006. }
  1007. }
  1008. .code-diff {
  1009. font-size: 12px;
  1010. td {
  1011. padding: 0;
  1012. padding-left: 10px;
  1013. border-top: none;
  1014. }
  1015. pre {
  1016. margin: 0;
  1017. }
  1018. .lines-num {
  1019. border-right: 1px solid #d4d4d5;
  1020. padding: 0 5px;
  1021. user-select: none;
  1022. &::before {
  1023. content: attr(data-line-number);
  1024. }
  1025. &.lines-num-old, &.lines-num-new {
  1026. cursor: pointer;
  1027. &:hover {
  1028. color: #383636;
  1029. }
  1030. }
  1031. }
  1032. tbody {
  1033. tr {
  1034. &.tag-code {
  1035. td {
  1036. background-color: #F0F0F0 !important;
  1037. border-color: #D2CECE!important;
  1038. padding-top: 4px;
  1039. padding-bottom: 4px;
  1040. }
  1041. td.halfwidth {
  1042. width: 50%;
  1043. }
  1044. }
  1045. &.same-code {
  1046. td.active {
  1047. background-color: #ffffdd !important;
  1048. }
  1049. }
  1050. &.del-code {
  1051. // Duplicate here to enforce add code color.
  1052. td.add-code {
  1053. background-color: #eaffea !important;
  1054. border-color: #c1e9c1 !important;
  1055. pre {
  1056. background-color: #eaffea !important;
  1057. border-color: #c1e9c1 !important;
  1058. }
  1059. }
  1060. td {
  1061. background-color: #ffecec !important;
  1062. border-color: #f1c0c0 !important;
  1063. }
  1064. td.active {
  1065. background-color: #ffffdd !important;
  1066. }
  1067. td.halfwidth {
  1068. width: 50%;
  1069. }
  1070. }
  1071. &.add-code {
  1072. td {
  1073. background-color: #eaffea !important;
  1074. border-color: #c1e9c1 !important;
  1075. }
  1076. td.halfwidth {
  1077. width: 50%;
  1078. }
  1079. td.active {
  1080. background-color: #ffffdd !important;
  1081. }
  1082. }
  1083. .removed-code {
  1084. background-color: #ff9999;
  1085. }
  1086. .added-code {
  1087. background-color: #99ff99;
  1088. }
  1089. }
  1090. }
  1091. }
  1092. &.file-content {
  1093. img {
  1094. max-width: 100%;
  1095. padding: 5px 5px 0 5px;
  1096. }
  1097. }
  1098. }
  1099. .code-view {
  1100. overflow: auto;
  1101. overflow-x: auto;
  1102. overflow-y: hidden;
  1103. table {
  1104. width: 100%;
  1105. border-spacing: 0;
  1106. }
  1107. }
  1108. &.quickstart {
  1109. .guide {
  1110. .item {
  1111. padding: 1em;
  1112. small {
  1113. font-weight: normal;
  1114. }
  1115. }
  1116. .clone.button:first-child {
  1117. border-radius: .28571429rem 0 0 .28571429rem;
  1118. }
  1119. .ui.action.small.input {
  1120. width: 100%;
  1121. }
  1122. #repo-clone-url {
  1123. border-radius: 0;
  1124. padding: 5px 10px;
  1125. font-size: 1.2em;
  1126. }
  1127. }
  1128. }
  1129. &.release {
  1130. #release-list {
  1131. border-top: 1px solid #DDD;
  1132. margin-top: 20px;
  1133. padding-top: 15px;
  1134. >li {
  1135. list-style: none;
  1136. .meta,
  1137. .detail {
  1138. padding-top: 30px;
  1139. padding-bottom: 40px;
  1140. }
  1141. .meta {
  1142. text-align: right;
  1143. position: relative;
  1144. .tag:not(.icon) {
  1145. display: block;
  1146. margin-top: 6px;
  1147. }
  1148. .commit {
  1149. display: block;
  1150. margin-top: 6px;
  1151. }
  1152. }
  1153. .detail {
  1154. border-left: 1px solid #DDD;
  1155. .author {
  1156. img {
  1157. margin-bottom: -3px;
  1158. }
  1159. }
  1160. .download {
  1161. margin-top: 20px;
  1162. >a {
  1163. .octicon {
  1164. margin-left: 5px;
  1165. margin-right: 5px;
  1166. }
  1167. }
  1168. .list {
  1169. padding-left: 0;
  1170. border-top: 1px solid #eee;
  1171. li {
  1172. list-style: none;
  1173. display: block;
  1174. padding-top: 8px;
  1175. padding-bottom: 8px;
  1176. border-bottom: 1px solid #eee;
  1177. }
  1178. }
  1179. }
  1180. .dot {
  1181. width: 9px;
  1182. height: 9px;
  1183. background-color: #ccc;
  1184. z-index: 999;
  1185. position: absolute;
  1186. display: block;
  1187. left: -5px;
  1188. top: 40px;
  1189. border-radius: 6px;
  1190. border: 1px solid #FFF;
  1191. }
  1192. }
  1193. }
  1194. }
  1195. }
  1196. &.new.release {
  1197. .target {
  1198. min-width: 500px;
  1199. #tag-name {
  1200. margin-top: -4px;
  1201. }
  1202. .at {
  1203. margin-left: -5px;
  1204. margin-right: 5px;
  1205. }
  1206. .dropdown.icon {
  1207. margin: 0;
  1208. padding-top: 3px;
  1209. }
  1210. .selection.dropdown {
  1211. padding-top: 10px;
  1212. padding-bottom: 10px;
  1213. }
  1214. }
  1215. .prerelease.field {
  1216. margin-bottom: 0;
  1217. }
  1218. }
  1219. &.forks {
  1220. .list {
  1221. margin-top: 0;
  1222. .item {
  1223. padding-top: 10px;
  1224. padding-bottom: 10px;
  1225. border-bottom: 1px solid #DDD;
  1226. .ui.avatar {
  1227. float: left;
  1228. margin-right: 5px;
  1229. }
  1230. .link {
  1231. padding-top: 5px;
  1232. }
  1233. }
  1234. }
  1235. }
  1236. &.wiki {
  1237. &.start {
  1238. .ui.segment {
  1239. padding-top: 70px;
  1240. padding-bottom: 100px;
  1241. .mega-octicon {
  1242. font-size: 48px;
  1243. }
  1244. }
  1245. }
  1246. &.new {
  1247. .CodeMirror {
  1248. .CodeMirror-code {
  1249. font-family: "Consolas", monospace;
  1250. .cm-comment {
  1251. background: inherit;
  1252. }
  1253. }
  1254. }
  1255. .editor-preview {
  1256. background-color: white;
  1257. }
  1258. }
  1259. &.view {
  1260. .choose.page {
  1261. margin-top: -5px;
  1262. }
  1263. .ui.sub.header {
  1264. text-transform: none;
  1265. }
  1266. .markdown {
  1267. padding-left: 25px;
  1268. margin-left: -25px;
  1269. h1, h2, h3, h4, h5, h6 {
  1270. &:first-of-type {
  1271. margin-top: 0;
  1272. }
  1273. }
  1274. }
  1275. }
  1276. }
  1277. &.settings {
  1278. &.collaboration {
  1279. .collaborator.list {
  1280. padding: 0;
  1281. >.item {
  1282. margin: 0;
  1283. line-height: 2em;
  1284. &:not(:last-child) {
  1285. border-bottom: 1px solid #DDD;
  1286. }
  1287. }
  1288. }
  1289. #repo-collab-form {
  1290. #search-user-box {
  1291. .results {
  1292. left: 7px;
  1293. }
  1294. }
  1295. .ui.button {
  1296. margin-left: 5px;
  1297. margin-top: -3px;
  1298. }
  1299. }
  1300. }
  1301. &.settings.branches {
  1302. .protected-branches {
  1303. .selection.dropdown {
  1304. width: 300px;
  1305. }
  1306. .item {
  1307. border: 1px solid #eaeaea;
  1308. padding: 10px 15px;
  1309. &:not(:last-child) {
  1310. border-bottom: 0;
  1311. }
  1312. }
  1313. }
  1314. .branch-protection {
  1315. .help {
  1316. margin-left: 26px;
  1317. padding-top: 0;
  1318. }
  1319. .fields {
  1320. margin-left: 20px;
  1321. display: block;
  1322. }
  1323. .whitelist {
  1324. margin-left: 26px;
  1325. .dropdown img {
  1326. display: inline-block;
  1327. }
  1328. }
  1329. }
  1330. }
  1331. &.webhooks {
  1332. .types {
  1333. .menu .item {
  1334. padding: 10px !important;
  1335. }
  1336. }
  1337. .logo.item img {
  1338. margin-top: -4px;
  1339. }
  1340. }
  1341. &.webhook {
  1342. .text.desc {
  1343. margin-top: 5px;
  1344. }
  1345. .events {
  1346. .column {
  1347. padding-bottom: 0;
  1348. }
  1349. .help {
  1350. font-size: 13px;
  1351. margin-left: 26px;
  1352. padding-top: 0;
  1353. }
  1354. }
  1355. }
  1356. }
  1357. }
  1358. // End of .repository
  1359. // Should apply organization webhooks page
  1360. .webhook .hook.history.list {
  1361. .right.menu {
  1362. .redelivery.button {
  1363. font-size: 12px;
  1364. margin-top: 6px;
  1365. height: 30px;
  1366. .octicon {
  1367. font: normal normal normal 13px/1 Octicons;
  1368. width: 12px;
  1369. }
  1370. }
  1371. }
  1372. }
  1373. &.user-cards {
  1374. .list {
  1375. padding: 0;
  1376. .item {
  1377. list-style: none;
  1378. width: 32%;
  1379. margin: 10px 10px 10px 0;
  1380. padding-bottom: 14px;
  1381. float: left;
  1382. .avatar {
  1383. width: 48px;
  1384. height: 48px;
  1385. float: left;
  1386. display: block;
  1387. margin-right: 10px;
  1388. }
  1389. .name {
  1390. margin-top: 0;
  1391. margin-bottom: 0;
  1392. font-weight: normal;
  1393. }
  1394. .meta {
  1395. margin-top: 5px;
  1396. }
  1397. }
  1398. }
  1399. }
  1400. #search-repo-box,
  1401. #search-user-box {
  1402. .results {
  1403. padding: 0;
  1404. position: absolute;
  1405. .item {
  1406. padding: 10px 15px;
  1407. border-bottom: 1px solid #DDD;
  1408. cursor: pointer;
  1409. &:hover {
  1410. background: rgba(0,0,0,.05)!important;
  1411. color: rgba(0,0,0,.95)!important;
  1412. }
  1413. img {
  1414. margin-right: 8px;
  1415. }
  1416. }
  1417. }
  1418. }
  1419. .issue.list {
  1420. list-style: none;
  1421. padding-top: 15px;
  1422. >.item {
  1423. padding-top: 15px;
  1424. padding-bottom: 10px;
  1425. border-bottom: 1px dashed #AAA;
  1426. .title {
  1427. color: #444;
  1428. font-size: 15px;
  1429. font-weight: bold;
  1430. margin: 0 6px;
  1431. &:hover {
  1432. color: #000;
  1433. }
  1434. }
  1435. .comment {
  1436. padding-right: 10px;
  1437. color: #666;
  1438. }
  1439. .desc {
  1440. padding-top: 5px;
  1441. color: #999;
  1442. a.milestone {
  1443. padding-left: 5px;
  1444. color: #999!important;
  1445. &:hover {
  1446. color: #000!important;
  1447. }
  1448. }
  1449. .assignee {
  1450. margin-top: -5px;
  1451. margin-right: 5px;
  1452. }
  1453. }
  1454. }
  1455. }
  1456. .page.buttons {
  1457. padding-top: 15px;
  1458. }
  1459. .ui.form {
  1460. .dropzone {
  1461. width: 100%;
  1462. margin-bottom: 10px;
  1463. border: 2px dashed #0087F7;
  1464. box-shadow: none!important;
  1465. .dz-error-message {
  1466. top: 140px;
  1467. }
  1468. }
  1469. }
  1470. .settings {
  1471. .content {
  1472. margin-top: 2px;
  1473. }
  1474. .key.list {
  1475. .item:not(:first-child) {
  1476. border-top: 1px solid #eaeaea;
  1477. }
  1478. .ssh-key-state-indicator {
  1479. float: left;
  1480. color: gray;
  1481. padding-left: 10px;
  1482. padding-top: 10px;
  1483. &.active {
  1484. color: #6cc644;
  1485. }
  1486. }
  1487. .meta {
  1488. padding-top: 5px;
  1489. }
  1490. .print {
  1491. color: #767676;
  1492. }
  1493. .activity {
  1494. color: #666;
  1495. }
  1496. }
  1497. .hook.list {
  1498. > .item:not(:first-child) {
  1499. border-top: 1px solid #eaeaea;
  1500. }
  1501. .item {
  1502. padding: 10px 20px;
  1503. .octicon,
  1504. .fa {
  1505. width: 20px;
  1506. text-align: center;
  1507. }
  1508. a {
  1509. .dont-break-out;
  1510. }
  1511. }
  1512. }
  1513. .hook.history.list {
  1514. .item {
  1515. padding-left: 13px;
  1516. .meta {
  1517. .ui.right {
  1518. margin-top: 5px;
  1519. .time {
  1520. font-size: 12px;
  1521. }
  1522. }
  1523. }
  1524. .info {
  1525. margin-top: 10px;
  1526. .tabular.menu {
  1527. .item {
  1528. font-weight: 500;
  1529. }
  1530. }
  1531. .tab.segment {
  1532. border: none;
  1533. padding: 0;
  1534. padding-top: 10px;
  1535. box-shadow: none;
  1536. > * {
  1537. color: #666;
  1538. }
  1539. pre {
  1540. word-wrap: break-word;
  1541. .hljs {
  1542. padding: 0;
  1543. background-color: inherit;
  1544. }
  1545. }
  1546. }
  1547. }
  1548. }
  1549. }
  1550. }
  1551. .ui.vertical.menu {
  1552. .header.item {
  1553. font-size: 1.1em;
  1554. background: #f0f0f0;
  1555. }
  1556. }
  1557. .edit-label.modal,
  1558. .new-label.segment {
  1559. .form {
  1560. .column {
  1561. padding-right: 0;
  1562. }
  1563. .buttons {
  1564. margin-left: auto;
  1565. padding-top: 15px;
  1566. }
  1567. .color.picker.column {
  1568. width: auto;
  1569. .color-picker {
  1570. height: 35px;
  1571. width: auto;
  1572. padding-left: 30px;
  1573. }
  1574. }
  1575. .minicolors-swatch.minicolors-sprite {
  1576. top: 10px;
  1577. left: 10px;
  1578. width: 15px;
  1579. height: 15px;
  1580. }
  1581. .precolors {
  1582. padding-left: 0;
  1583. padding-right: 0;
  1584. margin: 3px 10px auto 10px;
  1585. width: 120px;
  1586. .color {
  1587. float: left;
  1588. width: 15px;
  1589. height: 15px;
  1590. }
  1591. }
  1592. }
  1593. }
  1594. #avatar-arrow {
  1595. &:before, &:after {
  1596. right: 100%;
  1597. top: 20px;
  1598. border: solid transparent;
  1599. content: " ";
  1600. height: 0;
  1601. width: 0;
  1602. position: absolute;
  1603. pointer-events: none;
  1604. }
  1605. &:before {
  1606. border-right-color: #D4D4D5;
  1607. border-width: 9px;
  1608. margin-top: -9px;
  1609. }
  1610. &:after {
  1611. border-right-color: #f7f7f7;
  1612. border-width: 8px;
  1613. margin-top: -8px;
  1614. }
  1615. }
  1616. #transfer-repo-modal,
  1617. #delete-repo-modal {
  1618. .ui.message {
  1619. width: 100%!important;
  1620. }
  1621. }
  1622. // generate .tab-size-{i} from 1 to 16
  1623. .generate-tab-size(16);
  1624. .generate-tab-size(@n, @i: 1) when (@i =< @n) {
  1625. .tab-size-@{i} {
  1626. tab-size: @i !important;
  1627. -moz-tab-size: @i !important;
  1628. }
  1629. .generate-tab-size(@n, (@i + 1));
  1630. }