_repository.less 26 KB

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