_repository.less 23 KB

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