_repository.less 26 KB

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