_repository.less 21 KB

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