_repository.less 25 KB

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