_repository.less 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746
  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: 0.28571429rem 0 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,
  229. &.octicon-file-submodule {
  230. color: #1e70bf;
  231. }
  232. }
  233. }
  234. td {
  235. padding-top: 8px;
  236. padding-bottom: 8px;
  237. }
  238. tr:hover {
  239. background-color: #ffffee;
  240. }
  241. }
  242. #file-content {
  243. .header {
  244. .octicon {
  245. padding-right: 5px;
  246. }
  247. .icon {
  248. font-size: 1em;
  249. margin-top: -2px;
  250. }
  251. .file-actions {
  252. padding-left: 20px;
  253. .btn-octicon {
  254. display: inline-block;
  255. padding: 5px;
  256. margin-left: 5px;
  257. line-height: 1;
  258. color: #767676;
  259. vertical-align: middle;
  260. background: transparent;
  261. border: 0;
  262. outline: none;
  263. }
  264. .btn-octicon:hover {
  265. color: #4078c0;
  266. }
  267. .btn-octicon-danger:hover {
  268. color: #bd2c00;
  269. }
  270. .btn-octicon.disabled {
  271. color: #bbb;
  272. cursor: default;
  273. }
  274. #delete-file-form {
  275. display: inline-block;
  276. }
  277. }
  278. }
  279. .view-raw {
  280. padding: 5px;
  281. * {
  282. max-width: 100%;
  283. }
  284. img {
  285. margin-bottom: -5px;
  286. }
  287. }
  288. #ipython-notebook {
  289. margin-left: 95px;
  290. padding-top: 1px;
  291. .nb-notebook {
  292. line-height: 1.5;
  293. }
  294. .nb-stdout,
  295. .nb-stderr {
  296. white-space: pre-wrap;
  297. margin: 1em 0;
  298. padding: 0.1em 0.5em;
  299. }
  300. .nb-stderr {
  301. background-color: #faa;
  302. }
  303. .nb-cell + .nb-cell {
  304. margin-top: 0.5em;
  305. }
  306. .nb-cell {
  307. position: relative;
  308. &.nb-heading-cell {
  309. margin-top: 0.5em;
  310. }
  311. img {
  312. max-width: 100%;
  313. }
  314. }
  315. .nb-raw-cell {
  316. white-space: pre-wrap;
  317. background-color: #f5f2f0;
  318. font-family: Consolas, Liberation Mono, Menlo, monospace;
  319. padding: 1em;
  320. margin: 0.5em 0;
  321. }
  322. .nb-input:before,
  323. .nb-output:before {
  324. position: absolute;
  325. font-family: monospace;
  326. color: #999;
  327. left: -7.5em;
  328. width: 7em;
  329. text-align: right;
  330. }
  331. .nb-input {
  332. &:before {
  333. content: "In [" attr(data-prompt-number) "]:";
  334. }
  335. pre {
  336. background-color: #f7f7f7;
  337. margin-right: 10px;
  338. padding: 5px 10px;
  339. code {
  340. min-height: 18px;
  341. line-height: 18px;
  342. font-size: 14px;
  343. }
  344. }
  345. }
  346. .nb-output {
  347. &:before {
  348. content: "Out [" attr(data-prompt-number) "]:";
  349. }
  350. pre {
  351. padding: 5px 10px;
  352. font-size: 14px;
  353. }
  354. img {
  355. max-width: 100%;
  356. }
  357. table {
  358. border: 1px solid #000;
  359. border-collapse: collapse;
  360. }
  361. th {
  362. font-weight: bold;
  363. }
  364. th,
  365. td {
  366. border: 1px solid #000;
  367. padding: 0.25em;
  368. text-align: left;
  369. vertical-align: middle;
  370. border-collapse: collapse;
  371. }
  372. }
  373. .nb-markdown-cell {
  374. margin-top: 10px;
  375. margin-right: 10px;
  376. padding: 10px;
  377. }
  378. // Fix pandas dataframe formatting
  379. div[style="max-height:1000px;max-width:1500px;overflow:auto;"] {
  380. max-height: none !important;
  381. }
  382. }
  383. .plain-text {
  384. font-size: 14px;
  385. padding: 15px 15px 10px 15px;
  386. font-family: Consolas;
  387. }
  388. .code-view {
  389. * {
  390. font-size: 12px;
  391. font-family: Consolas, Liberation Mono, Menlo, monospace;
  392. line-height: 20px;
  393. }
  394. table {
  395. width: 100%;
  396. tbody {
  397. tr {
  398. padding: 0 !important;
  399. }
  400. }
  401. }
  402. .lines-num {
  403. vertical-align: top;
  404. text-align: right;
  405. color: #999;
  406. background: #f5f5f5;
  407. width: 42px;
  408. span {
  409. line-height: 20px;
  410. padding: 0 10px;
  411. cursor: pointer;
  412. display: block;
  413. }
  414. }
  415. .lines-num,
  416. .lines-code {
  417. display: table-cell !important;
  418. padding: 0 !important;
  419. pre,
  420. ol,
  421. .hljs {
  422. background-color: white;
  423. margin: 0;
  424. padding: 0 !important;
  425. li {
  426. display: inline-block;
  427. width: 100%;
  428. padding-left: 5px;
  429. &.active {
  430. background: #ffffdd;
  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, 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, Liberation Mono, Menlo, 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, Liberation Mono, Menlo, 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, 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. font: Consolas, Liberation Mono, Menlo, monospace;
  1025. }
  1026. &.lines-num-old,
  1027. &.lines-num-new {
  1028. cursor: pointer;
  1029. &:hover {
  1030. color: #383636;
  1031. }
  1032. }
  1033. }
  1034. tbody {
  1035. tr {
  1036. &.tag-code {
  1037. td {
  1038. background-color: #f0f0f0 !important;
  1039. border-color: #d2cece !important;
  1040. padding-top: 4px;
  1041. padding-bottom: 4px;
  1042. }
  1043. td.halfwidth {
  1044. width: 50%;
  1045. }
  1046. }
  1047. &.same-code {
  1048. td.active {
  1049. background-color: #ffffdd !important;
  1050. }
  1051. }
  1052. &.del-code {
  1053. // Duplicate here to enforce add code color.
  1054. td.add-code {
  1055. background-color: #eaffea !important;
  1056. border-color: #c1e9c1 !important;
  1057. pre {
  1058. background-color: #eaffea !important;
  1059. border-color: #c1e9c1 !important;
  1060. }
  1061. }
  1062. td {
  1063. background-color: #ffecec !important;
  1064. border-color: #f1c0c0 !important;
  1065. }
  1066. td.active {
  1067. background-color: #ffffdd !important;
  1068. }
  1069. td.halfwidth {
  1070. width: 50%;
  1071. }
  1072. }
  1073. &.add-code {
  1074. td {
  1075. background-color: #eaffea !important;
  1076. border-color: #c1e9c1 !important;
  1077. }
  1078. td.halfwidth {
  1079. width: 50%;
  1080. }
  1081. td.active {
  1082. background-color: #ffffdd !important;
  1083. }
  1084. }
  1085. .removed-code {
  1086. background-color: #ff9999;
  1087. }
  1088. .added-code {
  1089. background-color: #99ff99;
  1090. }
  1091. }
  1092. }
  1093. }
  1094. &.file-content {
  1095. img {
  1096. max-width: 100%;
  1097. padding: 5px 5px 0 5px;
  1098. }
  1099. }
  1100. }
  1101. .code-view {
  1102. overflow: auto;
  1103. overflow-x: auto;
  1104. overflow-y: hidden;
  1105. table {
  1106. width: 100%;
  1107. border-spacing: 0;
  1108. }
  1109. }
  1110. &.quickstart {
  1111. .guide {
  1112. .item {
  1113. padding: 1em;
  1114. small {
  1115. font-weight: normal;
  1116. }
  1117. }
  1118. .clone.button:first-child {
  1119. border-radius: 0.28571429rem 0 0 0.28571429rem;
  1120. }
  1121. .ui.action.small.input {
  1122. width: 100%;
  1123. }
  1124. #repo-clone-url {
  1125. border-radius: 0;
  1126. padding: 5px 10px;
  1127. font-size: 1.2em;
  1128. }
  1129. }
  1130. }
  1131. &.release {
  1132. #release-list {
  1133. border-top: 1px solid #ddd;
  1134. margin-top: 20px;
  1135. padding-top: 15px;
  1136. > li {
  1137. list-style: none;
  1138. .meta,
  1139. .detail {
  1140. padding-top: 30px;
  1141. padding-bottom: 40px;
  1142. }
  1143. .meta {
  1144. text-align: right;
  1145. position: relative;
  1146. .tag:not(.icon) {
  1147. display: block;
  1148. margin-top: 6px;
  1149. }
  1150. .commit {
  1151. display: block;
  1152. margin-top: 6px;
  1153. }
  1154. }
  1155. .detail {
  1156. border-left: 1px solid #ddd;
  1157. .author {
  1158. img {
  1159. margin-bottom: -3px;
  1160. }
  1161. }
  1162. .download {
  1163. margin-top: 20px;
  1164. > a {
  1165. .octicon {
  1166. margin-left: 5px;
  1167. margin-right: 5px;
  1168. }
  1169. }
  1170. .list {
  1171. padding-left: 0;
  1172. border-top: 1px solid #eee;
  1173. li {
  1174. list-style: none;
  1175. display: block;
  1176. padding-top: 8px;
  1177. padding-bottom: 8px;
  1178. border-bottom: 1px solid #eee;
  1179. }
  1180. }
  1181. }
  1182. .dot {
  1183. width: 9px;
  1184. height: 9px;
  1185. background-color: #ccc;
  1186. z-index: 999;
  1187. position: absolute;
  1188. display: block;
  1189. left: -5px;
  1190. top: 40px;
  1191. border-radius: 6px;
  1192. border: 1px solid #fff;
  1193. }
  1194. }
  1195. }
  1196. }
  1197. }
  1198. &.new.release {
  1199. .target {
  1200. min-width: 500px;
  1201. #tag-name {
  1202. margin-top: -4px;
  1203. }
  1204. .at {
  1205. margin-left: -5px;
  1206. margin-right: 5px;
  1207. }
  1208. .dropdown.icon {
  1209. margin: 0;
  1210. padding-top: 3px;
  1211. }
  1212. .selection.dropdown {
  1213. padding-top: 10px;
  1214. padding-bottom: 10px;
  1215. }
  1216. }
  1217. .prerelease.field {
  1218. margin-bottom: 0;
  1219. }
  1220. }
  1221. &.forks {
  1222. .list {
  1223. margin-top: 0;
  1224. .item {
  1225. padding-top: 10px;
  1226. padding-bottom: 10px;
  1227. border-bottom: 1px solid #ddd;
  1228. .ui.avatar {
  1229. float: left;
  1230. margin-right: 5px;
  1231. }
  1232. .link {
  1233. padding-top: 5px;
  1234. }
  1235. }
  1236. }
  1237. }
  1238. &.wiki {
  1239. &.start {
  1240. .ui.segment {
  1241. padding-top: 70px;
  1242. padding-bottom: 100px;
  1243. .mega-octicon {
  1244. font-size: 48px;
  1245. }
  1246. }
  1247. }
  1248. &.new {
  1249. .CodeMirror {
  1250. .CodeMirror-code {
  1251. font-family: Consolas, Liberation Mono, Menlo, monospace;
  1252. .cm-comment {
  1253. background: inherit;
  1254. }
  1255. }
  1256. }
  1257. .editor-preview {
  1258. background-color: white;
  1259. }
  1260. }
  1261. &.view {
  1262. .choose.page {
  1263. margin-top: -5px;
  1264. }
  1265. .ui.sub.header {
  1266. text-transform: none;
  1267. }
  1268. .markdown {
  1269. padding-left: 25px;
  1270. margin-left: -25px;
  1271. h1,
  1272. h2,
  1273. h3,
  1274. h4,
  1275. h5,
  1276. h6 {
  1277. &:first-of-type {
  1278. margin-top: 0;
  1279. }
  1280. }
  1281. }
  1282. }
  1283. }
  1284. &.settings {
  1285. &.collaboration {
  1286. .collaborator.list {
  1287. padding: 0;
  1288. > .item {
  1289. margin: 0;
  1290. line-height: 2em;
  1291. &:not(:last-child) {
  1292. border-bottom: 1px solid #ddd;
  1293. }
  1294. }
  1295. }
  1296. #repo-collab-form {
  1297. #search-user-box {
  1298. .results {
  1299. left: 7px;
  1300. }
  1301. }
  1302. .ui.button {
  1303. margin-left: 5px;
  1304. margin-top: -3px;
  1305. }
  1306. }
  1307. }
  1308. &.settings.branches {
  1309. .protected-branches {
  1310. .selection.dropdown {
  1311. width: 300px;
  1312. }
  1313. .item {
  1314. border: 1px solid #eaeaea;
  1315. padding: 10px 15px;
  1316. &:not(:last-child) {
  1317. border-bottom: 0;
  1318. }
  1319. }
  1320. }
  1321. .branch-protection {
  1322. .help {
  1323. margin-left: 26px;
  1324. padding-top: 0;
  1325. }
  1326. .fields {
  1327. margin-left: 20px;
  1328. display: block;
  1329. }
  1330. .whitelist {
  1331. margin-left: 26px;
  1332. .dropdown img {
  1333. display: inline-block;
  1334. }
  1335. }
  1336. }
  1337. }
  1338. &.webhooks {
  1339. .types {
  1340. .menu .item {
  1341. padding: 10px !important;
  1342. }
  1343. }
  1344. .logo.item img {
  1345. margin-top: -4px;
  1346. }
  1347. }
  1348. &.webhook {
  1349. .text.desc {
  1350. margin-top: 5px;
  1351. }
  1352. .events {
  1353. .column {
  1354. padding-bottom: 0;
  1355. }
  1356. .help {
  1357. font-size: 13px;
  1358. margin-left: 26px;
  1359. padding-top: 0;
  1360. }
  1361. }
  1362. }
  1363. }
  1364. }
  1365. // End of .repository
  1366. // Should apply organization webhooks page
  1367. .webhook .hook.history.list {
  1368. .right.menu {
  1369. .redelivery.button {
  1370. font-size: 12px;
  1371. margin-top: 6px;
  1372. height: 30px;
  1373. .octicon {
  1374. font: normal normal normal 13px/1 Octicons;
  1375. width: 12px;
  1376. }
  1377. }
  1378. }
  1379. }
  1380. &.user-cards {
  1381. .list {
  1382. padding: 0;
  1383. .item {
  1384. list-style: none;
  1385. width: 32%;
  1386. margin: 10px 10px 10px 0;
  1387. padding-bottom: 14px;
  1388. float: left;
  1389. .avatar {
  1390. width: 48px;
  1391. height: 48px;
  1392. float: left;
  1393. display: block;
  1394. margin-right: 10px;
  1395. }
  1396. .name {
  1397. margin-top: 0;
  1398. margin-bottom: 0;
  1399. font-weight: normal;
  1400. }
  1401. .meta {
  1402. margin-top: 5px;
  1403. }
  1404. }
  1405. }
  1406. }
  1407. #search-repo-box,
  1408. #search-user-box {
  1409. .results {
  1410. padding: 0;
  1411. position: absolute;
  1412. .item {
  1413. padding: 10px 15px;
  1414. border-bottom: 1px solid #ddd;
  1415. cursor: pointer;
  1416. &:hover {
  1417. background: rgba(0, 0, 0, 0.05) !important;
  1418. color: rgba(0, 0, 0, 0.95) !important;
  1419. }
  1420. img {
  1421. margin-right: 8px;
  1422. }
  1423. }
  1424. }
  1425. }
  1426. .issue.list {
  1427. list-style: none;
  1428. padding-top: 15px;
  1429. > .item {
  1430. padding-top: 15px;
  1431. padding-bottom: 10px;
  1432. border-bottom: 1px dashed #aaa;
  1433. .title {
  1434. color: #444;
  1435. font-size: 15px;
  1436. font-weight: bold;
  1437. margin: 0 6px;
  1438. &:hover {
  1439. color: #000;
  1440. }
  1441. }
  1442. .comment {
  1443. padding-right: 10px;
  1444. color: #666;
  1445. }
  1446. .desc {
  1447. padding-top: 5px;
  1448. color: #999;
  1449. a.milestone {
  1450. padding-left: 5px;
  1451. color: #999 !important;
  1452. &:hover {
  1453. color: #000 !important;
  1454. }
  1455. }
  1456. .assignee {
  1457. margin-top: -5px;
  1458. margin-right: 5px;
  1459. }
  1460. }
  1461. }
  1462. }
  1463. .page.buttons {
  1464. padding-top: 15px;
  1465. }
  1466. .ui.form {
  1467. .dropzone {
  1468. width: 100%;
  1469. margin-bottom: 10px;
  1470. border: 2px dashed #0087f7;
  1471. box-shadow: none !important;
  1472. .dz-error-message {
  1473. top: 140px;
  1474. }
  1475. }
  1476. }
  1477. .settings {
  1478. .content {
  1479. margin-top: 2px;
  1480. }
  1481. .key.list {
  1482. .item:not(:first-child) {
  1483. border-top: 1px solid #eaeaea;
  1484. }
  1485. .ssh-key-state-indicator {
  1486. float: left;
  1487. color: gray;
  1488. padding-left: 10px;
  1489. padding-top: 10px;
  1490. &.active {
  1491. color: #6cc644;
  1492. }
  1493. }
  1494. .meta {
  1495. padding-top: 5px;
  1496. }
  1497. .print {
  1498. color: #767676;
  1499. }
  1500. .activity {
  1501. color: #666;
  1502. }
  1503. }
  1504. .hook.list {
  1505. > .item:not(:first-child) {
  1506. border-top: 1px solid #eaeaea;
  1507. }
  1508. .item {
  1509. padding: 10px 20px;
  1510. .octicon,
  1511. .fa {
  1512. width: 20px;
  1513. text-align: center;
  1514. }
  1515. a {
  1516. .dont-break-out;
  1517. }
  1518. }
  1519. }
  1520. .hook.history.list {
  1521. .item {
  1522. padding-left: 13px;
  1523. .meta {
  1524. .ui.right {
  1525. margin-top: 5px;
  1526. .time {
  1527. font-size: 12px;
  1528. }
  1529. }
  1530. }
  1531. .info {
  1532. margin-top: 10px;
  1533. .tabular.menu {
  1534. .item {
  1535. font-weight: 500;
  1536. }
  1537. }
  1538. .tab.segment {
  1539. border: none;
  1540. padding: 0;
  1541. padding-top: 10px;
  1542. box-shadow: none;
  1543. > * {
  1544. color: #666;
  1545. }
  1546. pre {
  1547. word-wrap: break-word;
  1548. .hljs {
  1549. padding: 0;
  1550. background-color: inherit;
  1551. }
  1552. }
  1553. }
  1554. }
  1555. }
  1556. }
  1557. }
  1558. .ui.vertical.menu {
  1559. .header.item {
  1560. font-size: 1.1em;
  1561. background: #f0f0f0;
  1562. }
  1563. }
  1564. .edit-label.modal,
  1565. .new-label.segment {
  1566. .form {
  1567. .column {
  1568. padding-right: 0;
  1569. }
  1570. .buttons {
  1571. margin-left: auto;
  1572. padding-top: 15px;
  1573. }
  1574. .color.picker.column {
  1575. width: auto;
  1576. .color-picker {
  1577. height: 35px;
  1578. width: auto;
  1579. padding-left: 30px;
  1580. }
  1581. }
  1582. .minicolors-swatch.minicolors-sprite {
  1583. top: 10px;
  1584. left: 10px;
  1585. width: 15px;
  1586. height: 15px;
  1587. }
  1588. .precolors {
  1589. padding-left: 0;
  1590. padding-right: 0;
  1591. margin: 3px 10px auto 10px;
  1592. width: 120px;
  1593. .color {
  1594. float: left;
  1595. width: 15px;
  1596. height: 15px;
  1597. }
  1598. }
  1599. }
  1600. }
  1601. #avatar-arrow {
  1602. &:before,
  1603. &:after {
  1604. right: 100%;
  1605. top: 20px;
  1606. border: solid transparent;
  1607. content: " ";
  1608. height: 0;
  1609. width: 0;
  1610. position: absolute;
  1611. pointer-events: none;
  1612. }
  1613. &:before {
  1614. border-right-color: #d4d4d5;
  1615. border-width: 9px;
  1616. margin-top: -9px;
  1617. }
  1618. &:after {
  1619. border-right-color: #f7f7f7;
  1620. border-width: 8px;
  1621. margin-top: -8px;
  1622. }
  1623. }
  1624. #transfer-repo-modal,
  1625. #delete-repo-modal {
  1626. .ui.message {
  1627. width: 100% !important;
  1628. }
  1629. }
  1630. // generate .tab-size-{i} from 1 to 16
  1631. .generate-tab-size(16);
  1632. .generate-tab-size(@n, @i: 1) when (@i =< @n) {
  1633. .tab-size-@{i} {
  1634. tab-size: @i !important;
  1635. -moz-tab-size: @i !important;
  1636. }
  1637. .generate-tab-size(@n, (@i + 1));
  1638. }