_repository.less 21 KB

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