You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_repository.less 68KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042
  1. .repository {
  2. padding-top: 15px;
  3. .repo-header {
  4. .ui.compact.menu {
  5. margin-left: 1rem;
  6. }
  7. .ui.header {
  8. margin-top: 0;
  9. }
  10. .ui.huge.breadcrumb {
  11. font-weight: 400;
  12. font-size: 1.5rem;
  13. svg {
  14. position: relative;
  15. top: 5px;
  16. }
  17. svg.octicon-lock {
  18. margin-left: 5px;
  19. }
  20. }
  21. .fork-flag {
  22. margin-left: 36px;
  23. margin-top: 3px;
  24. display: block;
  25. font-size: 12px;
  26. white-space: nowrap;
  27. }
  28. .svg.octicon-repo-forked {
  29. margin-top: -1px;
  30. }
  31. .button {
  32. margin-top: 2px;
  33. margin-bottom: 2px;
  34. }
  35. }
  36. .tabs {
  37. .navbar {
  38. justify-content: initial;
  39. }
  40. }
  41. .navbar {
  42. display: flex;
  43. justify-content: space-between;
  44. .ui.label {
  45. margin-left: 7px;
  46. padding: 3px 5px;
  47. }
  48. }
  49. .owner.dropdown {
  50. min-width: 40% !important;
  51. }
  52. #file-buttons {
  53. /* The reason for the !important is that Semantic itself has
  54. margin-left: 0 !important on right items on mobile, which is mostly
  55. to make sure elements which on menus would otherwise be on the right
  56. align correctly with other elements when stacked.
  57. Unfortunately, this brings some weird alignment on this particular
  58. element, so we need to override it. */
  59. margin-left: auto !important;
  60. font-weight: normal;
  61. .ui.button {
  62. padding: 8px 10px;
  63. font-weight: normal;
  64. }
  65. }
  66. .metas {
  67. .menu {
  68. overflow-x: auto;
  69. max-height: 300px;
  70. }
  71. .ui.list {
  72. &.assignees .icon {
  73. line-height: 2em;
  74. }
  75. .hide {
  76. display: none !important;
  77. }
  78. .item {
  79. padding: 0;
  80. }
  81. .label.color {
  82. padding: 0 8px;
  83. margin-right: 5px;
  84. }
  85. a {
  86. margin: 2px 0;
  87. .text {
  88. color: #444444;
  89. &:hover {
  90. color: #000000;
  91. }
  92. }
  93. }
  94. }
  95. #deadlineForm input {
  96. width: 12.8rem;
  97. border-radius: 4px 0 0 4px;
  98. border-right: 0;
  99. white-space: nowrap;
  100. }
  101. }
  102. .header-wrapper {
  103. background-color: #fafafa;
  104. margin-top: -15px;
  105. padding-top: 15px;
  106. .ui.tabs.divider {
  107. border-bottom: 0;
  108. }
  109. .ui.tabular .svg {
  110. margin-right: 5px;
  111. }
  112. }
  113. .filter.menu {
  114. .label.color {
  115. border-radius: 3px;
  116. margin-left: 15px;
  117. padding: 0 8px;
  118. }
  119. .svg {
  120. float: left;
  121. margin: 0 -7px 0 -5px;
  122. width: 16px;
  123. }
  124. &.labels .svg {
  125. margin: -2px -7px 0 -5px;
  126. }
  127. &.labels {
  128. .label-filter .menu .info {
  129. display: inline-block;
  130. padding: .5rem .25rem;
  131. border-bottom: 1px solid #cccccc;
  132. font-size: 12px;
  133. width: 100%;
  134. white-space: nowrap;
  135. text-align: center;
  136. code {
  137. border: 1px solid #cccccc;
  138. border-radius: 3px;
  139. padding: 1px 2px;
  140. font-size: 11px;
  141. }
  142. }
  143. }
  144. .text {
  145. margin-left: .9em;
  146. }
  147. .menu {
  148. max-height: 300px;
  149. overflow-x: auto;
  150. right: 0 !important;
  151. left: auto !important;
  152. }
  153. .dropdown.item {
  154. margin: 1px;
  155. padding-right: 0;
  156. }
  157. }
  158. .select-label {
  159. .desc {
  160. padding-left: 16px;
  161. }
  162. }
  163. .ui.tabs {
  164. &.container {
  165. margin-top: 14px;
  166. margin-bottom: 0;
  167. .ui.menu {
  168. border-bottom: 0;
  169. }
  170. }
  171. &.divider {
  172. margin-top: 0;
  173. margin-bottom: 20px;
  174. }
  175. }
  176. #clone-panel {
  177. width: 350px;
  178. @media only screen and (max-width: 768px) {
  179. width: 100%;
  180. }
  181. input {
  182. border-radius: 0;
  183. padding: 5px 10px;
  184. width: 50%;
  185. }
  186. .clone.button {
  187. font-size: 13px;
  188. padding: 0 5px;
  189. &:first-child {
  190. border-radius: .28571429rem 0 0 .28571429rem;
  191. }
  192. }
  193. .icon.button {
  194. padding: 0 10px;
  195. }
  196. .dropdown .menu {
  197. right: 0 !important;
  198. left: auto !important;
  199. }
  200. }
  201. &.file.list {
  202. &.blame {
  203. .ui.container:not(.flex) {
  204. width: 98%;
  205. }
  206. }
  207. .repo-description {
  208. display: flex;
  209. justify-content: space-between;
  210. align-items: center;
  211. }
  212. #repo-desc {
  213. font-size: 1.2em;
  214. }
  215. .choose.reference {
  216. .header .icon {
  217. font-size: 1.4em;
  218. }
  219. }
  220. .repo-path {
  221. .section,
  222. .divider {
  223. display: inline;
  224. }
  225. }
  226. #file-buttons {
  227. font-weight: normal;
  228. .ui.button {
  229. padding: 8px 10px;
  230. font-weight: normal;
  231. }
  232. .ui.tiny.blue.buttons {
  233. @media only screen and (max-width: 768px) {
  234. width: 100%;
  235. }
  236. }
  237. }
  238. #repo-files-table {
  239. thead {
  240. th {
  241. padding-top: 8px;
  242. padding-bottom: 5px;
  243. font-weight: normal;
  244. }
  245. .ui.avatar {
  246. margin-bottom: 5px;
  247. }
  248. .commit-summary a {
  249. text-decoration: underline;
  250. text-decoration-style: dashed;
  251. &:hover {
  252. text-decoration-style: solid;
  253. }
  254. &.default-link {
  255. text-decoration: none;
  256. &:hover {
  257. text-decoration: underline;
  258. text-decoration-style: solid;
  259. }
  260. }
  261. }
  262. }
  263. tbody {
  264. .svg {
  265. margin-left: 3px;
  266. margin-right: 5px;
  267. color: #777777;
  268. &.octicon-reply {
  269. margin-right: 10px;
  270. }
  271. &.octicon-file-directory,
  272. &.octicon-file-submodule,
  273. &.octicon-file-symlink-directory {
  274. color: #1e70bf;
  275. }
  276. }
  277. }
  278. td {
  279. padding-top: 8px;
  280. padding-bottom: 8px;
  281. overflow: initial;
  282. &.name {
  283. max-width: 150px;
  284. }
  285. &.message {
  286. max-width: 400px;
  287. }
  288. &.age {
  289. width: 120px;
  290. }
  291. .truncate {
  292. display: inline-block;
  293. max-width: 100%;
  294. overflow: hidden;
  295. text-overflow: ellipsis;
  296. vertical-align: top;
  297. white-space: nowrap;
  298. }
  299. }
  300. td.message .isSigned {
  301. cursor: default;
  302. }
  303. tr:hover {
  304. background-color: #ffffee;
  305. }
  306. .jumpable-path {
  307. color: #888888;
  308. }
  309. }
  310. .non-diff-file-content {
  311. .header {
  312. .icon {
  313. font-size: 1em;
  314. }
  315. .small.icon {
  316. font-size: .75em;
  317. }
  318. .tiny.icon {
  319. font-size: .5em;
  320. }
  321. .file-actions {
  322. margin-bottom: -5px;
  323. .btn-octicon {
  324. display: inline-block;
  325. padding: 5px;
  326. margin-left: 5px;
  327. line-height: 1;
  328. color: #767676;
  329. vertical-align: middle;
  330. background: transparent;
  331. border: 0;
  332. outline: none;
  333. }
  334. .btn-octicon:hover {
  335. color: #4078c0;
  336. }
  337. .btn-octicon-danger:hover {
  338. color: #bd2c00;
  339. }
  340. .btn-octicon.disabled {
  341. color: #bbbbbb;
  342. cursor: default;
  343. }
  344. #delete-file-form {
  345. display: inline-block;
  346. }
  347. }
  348. }
  349. .view-raw {
  350. padding: 5px;
  351. * {
  352. max-width: 100%;
  353. }
  354. img {
  355. padding: 5px 5px 0;
  356. }
  357. }
  358. .plain-text {
  359. padding: 1em 2em;
  360. pre {
  361. word-break: break-word;
  362. white-space: pre-wrap;
  363. }
  364. }
  365. .csv {
  366. overflow-x: auto;
  367. padding: 0 !important;
  368. }
  369. pre {
  370. overflow: auto;
  371. }
  372. }
  373. .sidebar {
  374. padding-left: 0;
  375. .svg {
  376. width: 16px;
  377. }
  378. }
  379. }
  380. &.file.editor {
  381. .treepath {
  382. width: 100%;
  383. input {
  384. vertical-align: middle;
  385. box-shadow: rgba(0, 0, 0, .0745098) 0 1px 2px inset;
  386. width: inherit;
  387. padding: 7px 8px;
  388. margin-right: 5px;
  389. }
  390. }
  391. .tabular.menu {
  392. .svg {
  393. margin-right: 5px;
  394. }
  395. }
  396. .commit-form-wrapper {
  397. padding-left: 64px;
  398. .commit-avatar {
  399. float: left;
  400. margin-left: -64px;
  401. width: 3em;
  402. height: auto;
  403. }
  404. .commit-form {
  405. position: relative;
  406. padding: 15px;
  407. margin-bottom: 10px;
  408. border: 1px solid #dddddd;
  409. border-radius: 3px;
  410. #avatar-arrow;
  411. &:after {
  412. border-right-color: #ffffff;
  413. }
  414. .quick-pull-choice {
  415. .branch-name {
  416. display: inline-block;
  417. padding: 3px 6px;
  418. font: 12px @monospaced-fonts, monospace;
  419. color: rgba(0, 0, 0, .65);
  420. background-color: rgba(209, 227, 237, .45);
  421. border-radius: 3px;
  422. }
  423. .new-branch-name-input {
  424. position: relative;
  425. margin-left: 25px;
  426. input {
  427. width: 240px !important;
  428. padding-left: 26px !important;
  429. }
  430. }
  431. .octicon-git-branch {
  432. position: absolute;
  433. top: 9px;
  434. left: 10px;
  435. color: #b0c4ce;
  436. }
  437. }
  438. }
  439. }
  440. }
  441. &.options {
  442. #interval {
  443. width: 100px !important;
  444. min-width: 100px;
  445. }
  446. .danger {
  447. .item {
  448. padding: 20px 15px;
  449. }
  450. .ui.divider {
  451. margin: 0;
  452. }
  453. }
  454. }
  455. @comment-avatar-width: 3em;
  456. .comment textarea {
  457. max-height: none !important;
  458. }
  459. &.new.issue {
  460. .comment.form {
  461. .comment {
  462. .avatar {
  463. width: @comment-avatar-width;
  464. }
  465. }
  466. .content {
  467. margin-left: 4em;
  468. #avatar-arrow;
  469. &:after {
  470. border-right-color: #ffffff;
  471. }
  472. .markdown {
  473. font-size: 14px;
  474. }
  475. }
  476. .metas {
  477. min-width: 220px;
  478. .filter.menu {
  479. max-height: 300px;
  480. overflow-x: auto;
  481. }
  482. }
  483. }
  484. }
  485. &.view.issue {
  486. .title {
  487. padding-bottom: 0 !important;
  488. h1 {
  489. font-weight: 300;
  490. font-size: 2.3rem;
  491. margin-bottom: 5px;
  492. .ui.input {
  493. font-size: .5em;
  494. vertical-align: top;
  495. width: 50%;
  496. min-width: 600px;
  497. input {
  498. font-size: 1.5em;
  499. padding: 6px 10px;
  500. }
  501. }
  502. }
  503. .index {
  504. font-weight: 300;
  505. color: #aaaaaa;
  506. letter-spacing: -1px;
  507. }
  508. .label {
  509. margin-right: 10px;
  510. }
  511. .edit-zone {
  512. margin-top: 10px;
  513. }
  514. }
  515. .pull-desc {
  516. code {
  517. color: #0166e6;
  518. }
  519. }
  520. .pull {
  521. &.tabular.menu {
  522. margin-bottom: 1rem;
  523. .svg {
  524. margin-right: 5px;
  525. }
  526. }
  527. .merge.box {
  528. .avatar {
  529. margin-left: 10px;
  530. margin-top: 10px;
  531. }
  532. .icon-octicon {
  533. padding-left: 2px;
  534. }
  535. .branch-update.grid {
  536. .row {
  537. padding-bottom: 1rem;
  538. .icon {
  539. margin-top: 1.1rem;
  540. }
  541. }
  542. }
  543. }
  544. .review-item {
  545. display: flex;
  546. justify-content: space-between;
  547. align-items: center;
  548. .review-item-left,
  549. .review-item-right {
  550. display: flex;
  551. align-items: center;
  552. }
  553. .avatar,
  554. .type-icon {
  555. .svg {
  556. width: 23px;
  557. height: 23px;
  558. }
  559. }
  560. .text {
  561. margin: .3em 0 .5em .5em;
  562. }
  563. .type-icon {
  564. align-self: flex-start;
  565. margin-right: 1em;
  566. i {
  567. line-height: 1.8em;
  568. }
  569. }
  570. .divider {
  571. margin: .5rem 0;
  572. }
  573. .review-content {
  574. padding: 1em 0 1em 3.8em;
  575. }
  576. }
  577. }
  578. .comment-list {
  579. &:not(.prevent-before-timeline):before {
  580. display: block;
  581. content: "";
  582. position: absolute;
  583. margin-top: 12px;
  584. margin-bottom: 14px;
  585. top: 0;
  586. bottom: 0;
  587. left: 96px;
  588. width: 2px;
  589. background-color: #f3f3f3;
  590. z-index: -1;
  591. }
  592. .timeline {
  593. position: relative;
  594. display: block;
  595. margin-left: 40px;
  596. padding-left: 16px;
  597. &:before { //ciara
  598. display: block;
  599. content: "";
  600. position: absolute;
  601. margin-top: 12px;
  602. margin-bottom: 14px;
  603. top: 0;
  604. bottom: 0;
  605. left: 30px;
  606. width: 2px;
  607. background-color: #f3f3f3;
  608. z-index: -1;
  609. }
  610. }
  611. .timeline-item,
  612. .timeline-item-group {
  613. padding: 12px 0;
  614. }
  615. .timeline-item-group {
  616. .timeline-item {
  617. padding-top: 8px;
  618. padding-bottom: 8px;
  619. }
  620. }
  621. .timeline-item {
  622. margin-left: 16px;
  623. position: relative;
  624. .timeline-avatar {
  625. position: absolute;
  626. left: -72px;
  627. img {
  628. width: 40px;
  629. height: 40px;
  630. }
  631. }
  632. .avatar.image,
  633. .avatar.image img {
  634. width: 20px;
  635. height: 20px;
  636. margin-right: .15em;
  637. }
  638. &:first-child:not(.commit) {
  639. padding-top: 0 !important;
  640. }
  641. &:last-child:not(.commit) {
  642. padding-bottom: 0 !important;
  643. }
  644. .badge.badge-commit {
  645. border-color: transparent;
  646. background: radial-gradient(white 60%, transparent 60%) no-repeat;
  647. }
  648. .badge {
  649. width: 32px;
  650. height: 32px;
  651. background-color: #fff;
  652. border: 2px solid #eee;
  653. border-radius: 50%;
  654. display: flex;
  655. float: left;
  656. margin-left: -32px;
  657. margin-right: 8px;
  658. color: #444;
  659. align-items: center;
  660. .svg {
  661. width: 28px;
  662. height: 28px;
  663. text-align: center;
  664. line-height: 28px;
  665. padding: 4px;
  666. &.octicon-circle-slash {
  667. color: #bd2c00;
  668. }
  669. &.octicon-primitive-dot {
  670. color: #6cc644;
  671. }
  672. &.octicon-comment {
  673. margin-top: 2px;
  674. }
  675. }
  676. }
  677. &.comment > .content {
  678. margin-left: -16px;
  679. }
  680. &.event > .text {
  681. line-height: 32px;
  682. vertical-align: middle;
  683. }
  684. &.commits-list {
  685. padding-left: 15px;
  686. padding-top: 0;
  687. .singular-commit {
  688. line-height: 30px;
  689. &:not(:last-child) {
  690. padding-bottom: 2px;
  691. }
  692. .shabox {
  693. .sha.label {
  694. margin: 0;
  695. border: 1px solid #bbbbbb;
  696. &.isSigned.isWarning {
  697. border: 1px solid #db2828;
  698. background: fade(#db2828, 10%);
  699. .shortsha {
  700. display: inline-block;
  701. padding-top: 1px;
  702. }
  703. &:hover {
  704. background: fade(#db2828, 30%) !important;
  705. }
  706. }
  707. &.isSigned.isVerified {
  708. border: 1px solid #21ba45;
  709. background: fade(#21ba45, 10%);
  710. .shortsha {
  711. display: inline-block;
  712. padding-top: 1px;
  713. }
  714. &:hover {
  715. background: fade(#21ba45, 30%) !important;
  716. }
  717. }
  718. &.isSigned.isVerifiedUntrusted {
  719. border: 1px solid #fbbd08;
  720. background: fade(#fbbd08, 10%);
  721. .shortsha {
  722. display: inline-block;
  723. padding-top: 1px;
  724. }
  725. &:hover {
  726. background: fade(#fbbd08, 30%) !important;
  727. }
  728. }
  729. &.isSigned.isVerifiedUnmatched {
  730. border: 1px solid #f2711c;
  731. background: fade(#f2711c, 10%);
  732. .shortsha {
  733. display: inline-block;
  734. padding-top: 1px;
  735. }
  736. &:hover {
  737. background: fade(#f2711c, 30%) !important;
  738. }
  739. }
  740. }
  741. }
  742. }
  743. }
  744. &.event > .commit-status-link {
  745. float: right;
  746. margin-right: 8px;
  747. margin-top: 4px;
  748. }
  749. .author {
  750. font-weight: 700;
  751. }
  752. .comment-form-reply .footer {
  753. padding-bottom: 1em;
  754. }
  755. }
  756. .comment {
  757. .tag {
  758. color: #767676;
  759. margin-top: 3px;
  760. padding: 2px 5px;
  761. font-size: 12px;
  762. border: 1px solid rgba(0, 0, 0, .1);
  763. border-radius: 3px;
  764. &.review {
  765. margin-left: 5px;
  766. &.pending {
  767. color: black;
  768. background-color: #fffbb2;
  769. }
  770. }
  771. }
  772. .actions {
  773. .item {
  774. float: left;
  775. &.context {
  776. float: none;
  777. }
  778. &.tag {
  779. margin-right: 5px;
  780. }
  781. &.action {
  782. margin-top: 6px;
  783. margin-left: 10px;
  784. }
  785. }
  786. }
  787. > .content {
  788. > div:first-child {
  789. border-top-left-radius: 4px;
  790. border-top-right-radius: 4px;
  791. }
  792. > div:last-child {
  793. border-bottom-left-radius: 4px;
  794. border-bottom-right-radius: 4px;
  795. }
  796. }
  797. .content {
  798. > .header {
  799. #avatar-arrow;
  800. font-weight: normal;
  801. padding: auto 15px;
  802. position: relative;
  803. color: #767676;
  804. background-color: #f7f7f7;
  805. .text {
  806. padding-top: 10px;
  807. padding-bottom: 10px;
  808. }
  809. &.arrow-top::before,
  810. &.arrow-top::after {
  811. transform: rotate(90deg);
  812. }
  813. &.arrow-top::before {
  814. top: -9px;
  815. left: 6px;
  816. }
  817. &.arrow-top::after {
  818. top: -8px;
  819. left: 7px;
  820. }
  821. .actions a {
  822. color: rgba(0, 0, 0, .4);
  823. &:hover {
  824. color: rgba(0, 0, 0, .8);
  825. }
  826. }
  827. }
  828. > .merge-section {
  829. background-color: #f7f7f7;
  830. .item {
  831. padding: .25rem 0;
  832. }
  833. .item-section {
  834. display: flex;
  835. align-items: center;
  836. justify-content: space-between;
  837. padding: 0;
  838. margin-top: -.25rem;
  839. margin-bottom: -.25rem;
  840. }
  841. .divider {
  842. margin-left: -1rem;
  843. margin-right: -1rem;
  844. }
  845. &.no-header {
  846. #avatar-arrow;
  847. }
  848. }
  849. .markdown {
  850. font-size: 14px;
  851. }
  852. .no-content {
  853. color: #767676;
  854. font-style: italic;
  855. }
  856. > .bottom.segment {
  857. background: #f3f4f5;
  858. .ui.images::after {
  859. clear: both;
  860. content: ' ';
  861. display: block;
  862. }
  863. a {
  864. display: block;
  865. float: left;
  866. margin: 5px;
  867. padding: 5px;
  868. height: 150px;
  869. border: solid 1px #eeeeee;
  870. border-radius: 3px;
  871. max-width: 150px;
  872. background-color: #ffffff;
  873. &:before {
  874. content: ' ';
  875. display: inline-block;
  876. height: 100%;
  877. vertical-align: middle;
  878. }
  879. }
  880. .ui.image {
  881. max-height: 100%;
  882. width: auto;
  883. margin: 0;
  884. vertical-align: middle;
  885. }
  886. span.ui.image {
  887. font-size: 128px;
  888. color: #000000;
  889. }
  890. span.ui.image:hover {
  891. color: #000000;
  892. }
  893. }
  894. }
  895. &:target > .content {
  896. box-shadow: 0 0 10px #8c8c8c;
  897. }
  898. &:target > .content > .code-comment-content {
  899. padding: 4px;
  900. }
  901. &:target > .content > .code-comment-content > .text {
  902. margin-bottom: 0;
  903. }
  904. .ui.form {
  905. .field {
  906. &:first-child {
  907. clear: none;
  908. }
  909. &.footer {
  910. overflow: hidden;
  911. }
  912. .tab.markdown {
  913. min-height: 5rem;
  914. }
  915. }
  916. textarea {
  917. height: 200px;
  918. font-family: @monospaced-fonts, monospace;
  919. }
  920. }
  921. .edit.buttons {
  922. margin-top: 10px;
  923. }
  924. }
  925. .event {
  926. padding-left: 15px;
  927. & > .svg:not(.issue-symbol) {
  928. text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  929. }
  930. & > .svg.issue-symbol {
  931. font-size: 20px;
  932. margin-left: -35px;
  933. margin-right: -1px;
  934. margin-top: 0 !important;
  935. height: 28px;
  936. width: 28px;
  937. border-radius: 50%;
  938. text-align: center;
  939. line-height: 28px;
  940. background: #eee;
  941. &::before {
  942. width: 15px;
  943. display: inline-block;
  944. }
  945. &.octicon-key::before {
  946. width: 18px;
  947. }
  948. &.octicon-circle-slash::before {
  949. width: 17px;
  950. }
  951. &.octicon-comment {
  952. font-size: 21px;
  953. line-height: 33px;
  954. &::before {
  955. width: 20px;
  956. }
  957. }
  958. }
  959. .detail {
  960. font-size: .9rem;
  961. margin-top: 5px;
  962. margin-left: 8px;
  963. }
  964. .segments {
  965. box-shadow: none;
  966. .show-outdated,
  967. .hide-outdated {
  968. display: block;
  969. }
  970. }
  971. }
  972. }
  973. .ui.participants {
  974. img {
  975. margin-top: 5px;
  976. margin-right: 5px;
  977. }
  978. }
  979. .ui.depending {
  980. .item.is-closed {
  981. .title {
  982. text-decoration: line-through;
  983. }
  984. }
  985. }
  986. }
  987. .comment.form {
  988. .ui.comments {
  989. margin-top: -12px;
  990. max-width: 100%;
  991. }
  992. .content {
  993. .field:first-child {
  994. clear: none;
  995. }
  996. .form {
  997. #avatar-arrow;
  998. &:after {
  999. border-right-color: #ffffff;
  1000. }
  1001. }
  1002. textarea {
  1003. height: 200px;
  1004. font-family: @monospaced-fonts, monospace;
  1005. }
  1006. }
  1007. }
  1008. .labelspage {
  1009. list-style: none;
  1010. padding-top: 0;
  1011. .item {
  1012. margin-top: 0;
  1013. margin-right: -14px;
  1014. margin-left: -14px;
  1015. padding: 10px;
  1016. border-bottom: 1px solid #e1e4e8;
  1017. border-top: none;
  1018. a {
  1019. font-size: 15px;
  1020. padding-top: 5px;
  1021. padding-right: 10px;
  1022. color: #666666;
  1023. &:hover {
  1024. color: #000000;
  1025. }
  1026. &.open-issues {
  1027. margin-right: 30px;
  1028. }
  1029. }
  1030. .ui.label {
  1031. font-size: 1em;
  1032. }
  1033. }
  1034. .item:last-child {
  1035. border-bottom: none;
  1036. padding-bottom: 0;
  1037. }
  1038. .orglabel {
  1039. opacity: .7;
  1040. }
  1041. }
  1042. .milestone.list {
  1043. list-style: none;
  1044. padding-top: 15px;
  1045. > .item {
  1046. padding-top: 10px;
  1047. padding-bottom: 10px;
  1048. border-bottom: 1px dashed #aaaaaa;
  1049. > a {
  1050. padding-top: 5px;
  1051. padding-right: 10px;
  1052. color: #000000;
  1053. &:hover {
  1054. color: #4078c0;
  1055. }
  1056. }
  1057. .ui.progress {
  1058. width: 40%;
  1059. padding: 0;
  1060. border: 0;
  1061. margin: 0;
  1062. .bar {
  1063. height: 20px;
  1064. }
  1065. }
  1066. .meta {
  1067. color: #999999;
  1068. padding-top: 5px;
  1069. .issue-stats .svg {
  1070. padding-left: 5px;
  1071. }
  1072. .overdue {
  1073. color: red;
  1074. }
  1075. }
  1076. .operate {
  1077. margin-top: -15px;
  1078. > a {
  1079. font-size: 15px;
  1080. padding-top: 5px;
  1081. padding-right: 10px;
  1082. color: #666666;
  1083. &:hover {
  1084. color: #000000;
  1085. }
  1086. }
  1087. }
  1088. .content {
  1089. padding-top: 10px;
  1090. }
  1091. }
  1092. }
  1093. &.new.milestone {
  1094. textarea {
  1095. height: 200px;
  1096. }
  1097. }
  1098. &.compare.pull {
  1099. .show-form-container {
  1100. text-align: left;
  1101. }
  1102. .choose.branch {
  1103. .svg {
  1104. margin-right: 10px;
  1105. }
  1106. }
  1107. .comment.form {
  1108. .content {
  1109. #avatar-arrow;
  1110. &:after {
  1111. border-right-color: #ffffff;
  1112. }
  1113. }
  1114. }
  1115. .pullrequest-form {
  1116. margin-bottom: 1.5rem;
  1117. }
  1118. .markdown {
  1119. font-size: 14px;
  1120. }
  1121. }
  1122. .filter.dropdown .menu {
  1123. margin-top: 1px !important;
  1124. }
  1125. &.branches {
  1126. .commit-divergence {
  1127. .bar-group {
  1128. position: relative;
  1129. float: left;
  1130. padding-bottom: 6px;
  1131. width: 90px;
  1132. &:last-child {
  1133. border-left: 1px solid #b4b4b4;
  1134. }
  1135. }
  1136. .count {
  1137. margin: 0 3px;
  1138. &.count-ahead {
  1139. text-align: left;
  1140. }
  1141. &.count-behind {
  1142. text-align: right;
  1143. }
  1144. }
  1145. .bar {
  1146. height: 4px;
  1147. position: absolute;
  1148. background-color: #d4d4d5;
  1149. &.bar-behind {
  1150. right: 0;
  1151. }
  1152. &.bar-ahead {
  1153. left: 0;
  1154. }
  1155. }
  1156. }
  1157. }
  1158. &.commits {
  1159. .header {
  1160. .search {
  1161. input {
  1162. font-weight: normal;
  1163. padding: 5px 10px;
  1164. }
  1165. }
  1166. }
  1167. }
  1168. #commits-table {
  1169. thead {
  1170. th:first-of-type {
  1171. padding-left: 15px;
  1172. }
  1173. .sha {
  1174. &td {
  1175. text-align: center;
  1176. }
  1177. width: 175px;
  1178. }
  1179. }
  1180. td.sha .sha.label {
  1181. margin: 0;
  1182. }
  1183. td.message {
  1184. text-overflow: unset;
  1185. }
  1186. &.ui.basic.striped.table tbody tr:nth-child(2n) {
  1187. background-color: rgba(0, 0, 0, .02) !important;
  1188. }
  1189. }
  1190. #commits-table td.sha .sha.label,
  1191. #repo-files-table .sha.label,
  1192. .timeline-item.commits-list .singular-commit .sha.label {
  1193. border: 1px solid #bbbbbb;
  1194. .ui.signature.avatar {
  1195. height: 16px;
  1196. margin-bottom: 0;
  1197. width: auto;
  1198. }
  1199. .detail.icon {
  1200. background: #fafafa;
  1201. margin: -6px -10px -4px 0;
  1202. padding: 5px 4px 5px 6px;
  1203. border-left: 1px solid #bbbbbb;
  1204. border-top: 0;
  1205. border-right: 0;
  1206. border-bottom: 0;
  1207. border-top-left-radius: 0;
  1208. border-bottom-left-radius: 0;
  1209. img {
  1210. margin-right: 0;
  1211. }
  1212. > div {
  1213. display: inline-flex;
  1214. align-items: center;
  1215. }
  1216. }
  1217. &.isSigned.isWarning {
  1218. border: 1px solid #db2828;
  1219. background: fade(#db2828, 10%);
  1220. .shortsha {
  1221. display: inline-block;
  1222. padding-top: 1px;
  1223. }
  1224. .detail.icon {
  1225. border-left: 1px solid #db2828;
  1226. color: #db2828;
  1227. }
  1228. &:hover {
  1229. background: fade(#db2828, 30%) !important;
  1230. }
  1231. }
  1232. &.isSigned.isVerified {
  1233. border: 1px solid #21ba45;
  1234. background: fade(#21ba45, 10%);
  1235. .shortsha {
  1236. display: inline-block;
  1237. padding-top: 1px;
  1238. }
  1239. .detail.icon {
  1240. border-left: 1px solid #21ba45;
  1241. color: #21ba45;
  1242. }
  1243. &:hover {
  1244. background: fade(#21ba45, 30%) !important;
  1245. }
  1246. }
  1247. &.isSigned.isVerifiedUntrusted {
  1248. border: 1px solid #fbbd08;
  1249. background: fade(#fbbd08, 10%);
  1250. .shortsha {
  1251. display: inline-block;
  1252. padding-top: 1px;
  1253. }
  1254. .detail.icon {
  1255. border-left: 1px solid #fbbd08;
  1256. color: #fbbd08;
  1257. }
  1258. &:hover {
  1259. background: fade(#fbbd08, 30%) !important;
  1260. }
  1261. }
  1262. &.isSigned.isVerifiedUnmatched {
  1263. border: 1px solid #f2711c;
  1264. background: fade(#f2711c, 10%);
  1265. .shortsha {
  1266. display: inline-block;
  1267. padding-top: 1px;
  1268. }
  1269. .detail.icon {
  1270. border-left: 1px solid #f2711c;
  1271. color: #f2711c;
  1272. }
  1273. &:hover {
  1274. background: fade(#f2711c, 30%) !important;
  1275. }
  1276. }
  1277. }
  1278. .diff-detail-box {
  1279. padding: 7px 0;
  1280. background: #ffffff;
  1281. line-height: 30px;
  1282. > div:after {
  1283. clear: both;
  1284. content: "";
  1285. display: block;
  1286. }
  1287. span.status {
  1288. display: inline-block;
  1289. width: 12px;
  1290. height: 12px;
  1291. margin-right: 8px;
  1292. vertical-align: middle;
  1293. &.modify {
  1294. background-color: #f0db88;
  1295. }
  1296. &.add {
  1297. background-color: #b4e2b4;
  1298. }
  1299. &.del {
  1300. background-color: #e9aeae;
  1301. }
  1302. &.rename {
  1303. background-color: #dad8ff;
  1304. }
  1305. }
  1306. .detail-files {
  1307. background: #ffffff;
  1308. margin: 0;
  1309. }
  1310. }
  1311. .diff-box .header {
  1312. display: flex;
  1313. align-items: center;
  1314. .count {
  1315. margin-right: 12px;
  1316. font-size: 13px;
  1317. flex: 0 0 auto;
  1318. .bar {
  1319. background-color: #bd2c00;
  1320. height: 12px;
  1321. width: 40px;
  1322. display: inline-block;
  1323. margin: 2px 4px 0;
  1324. vertical-align: text-top;
  1325. .add {
  1326. background-color: #55a532;
  1327. height: 12px;
  1328. }
  1329. }
  1330. }
  1331. .file {
  1332. flex: 1;
  1333. color: #888888;
  1334. word-break: break-all;
  1335. }
  1336. .button {
  1337. margin: -5px 0 -5px 12px;
  1338. padding: 8px 10px;
  1339. flex: 0 0 auto;
  1340. }
  1341. }
  1342. .diff-file-box {
  1343. .header {
  1344. background-color: #f7f7f7;
  1345. }
  1346. .file-body.file-code {
  1347. .lines-num {
  1348. text-align: right;
  1349. color: #a6a6a6;
  1350. background: #fafafa;
  1351. width: 1%;
  1352. min-width: 50px;
  1353. user-select: none;
  1354. span.fold {
  1355. display: block;
  1356. text-align: center;
  1357. }
  1358. }
  1359. .lines-num-old {
  1360. border-right: 1px solid #dddddd;
  1361. }
  1362. }
  1363. .code-diff {
  1364. font-size: 12px;
  1365. td {
  1366. padding: 0 0 0 10px !important;
  1367. border-top: 0;
  1368. }
  1369. .lines-num {
  1370. border-color: #d4d4d5;
  1371. border-right-width: 1px;
  1372. border-right-style: solid;
  1373. padding: 0 5px !important;
  1374. }
  1375. tbody {
  1376. tr {
  1377. td.halfwidth {
  1378. // halfwidth is used in split view - and in that case, 1% of each
  1379. width: 49%;
  1380. }
  1381. td.center {
  1382. text-align: center;
  1383. }
  1384. [data-line-num]::before {
  1385. content: attr(data-line-num);
  1386. text-align: right;
  1387. }
  1388. .lines-type-marker {
  1389. width: 10px;
  1390. min-width: 10px;
  1391. user-select: none;
  1392. }
  1393. [data-type-marker]::before {
  1394. content: attr(data-type-marker);
  1395. text-align: right;
  1396. display: inline-block;
  1397. }
  1398. }
  1399. }
  1400. }
  1401. .code-diff-unified tbody tr {
  1402. &.del-code td {
  1403. background-color: #ffe0e0 !important;
  1404. border-color: #f1c0c0 !important;
  1405. }
  1406. &.add-code td {
  1407. background-color: #d6fcd6 !important;
  1408. border-color: #c1e9c1 !important;
  1409. }
  1410. }
  1411. .code-diff-split {
  1412. table,
  1413. tbody {
  1414. width: 100%;
  1415. }
  1416. tbody tr {
  1417. // light gray for empty lines before / after commit
  1418. &.add-code td:nth-child(1),
  1419. &.add-code td:nth-child(2),
  1420. &.add-code td:nth-child(3),
  1421. &.del-code td:nth-child(4),
  1422. &.del-code td:nth-child(5),
  1423. &.del-code td:nth-child(6) {
  1424. background-color: #fafafa;
  1425. }
  1426. &.del-code td:nth-child(1),
  1427. &.del-code td:nth-child(2),
  1428. &.del-code td:nth-child(3),
  1429. td.del-code {
  1430. background-color: #ffe0e0 !important;
  1431. border-color: #f1c0c0 !important;
  1432. }
  1433. &.add-code td:nth-child(4),
  1434. &.add-code td:nth-child(5),
  1435. &.add-code td:nth-child(6),
  1436. td.add-code {
  1437. background-color: #d6fcd6 !important;
  1438. border-color: #c1e9c1 !important;
  1439. }
  1440. td:nth-child(4) {
  1441. border-left-width: 1px;
  1442. border-left-style: solid;
  1443. }
  1444. }
  1445. }
  1446. &.file-content {
  1447. img {
  1448. max-width: 100%;
  1449. padding: 5px 5px 0;
  1450. }
  1451. img.emoji {
  1452. padding: 0;
  1453. }
  1454. clear: right;
  1455. }
  1456. .ui.bottom.attached.table.segment {
  1457. padding-top: 5px;
  1458. padding-bottom: 5px;
  1459. }
  1460. }
  1461. .diff-stats {
  1462. clear: both;
  1463. margin-bottom: 5px;
  1464. max-height: 400px;
  1465. overflow: auto;
  1466. padding-left: 0;
  1467. li {
  1468. list-style: none;
  1469. padding-bottom: 4px;
  1470. margin-bottom: 4px;
  1471. border-bottom: 1px dashed #dddddd;
  1472. padding-left: 6px;
  1473. }
  1474. .diff-counter {
  1475. margin-right: 15px;
  1476. .del {
  1477. color: red;
  1478. }
  1479. .add {
  1480. color: green;
  1481. }
  1482. }
  1483. }
  1484. .repo-search-result {
  1485. padding-top: 10px;
  1486. padding-bottom: 10px;
  1487. .lines-num a {
  1488. color: inherit;
  1489. }
  1490. }
  1491. &.quickstart {
  1492. .guide {
  1493. .item {
  1494. padding: 1em;
  1495. small {
  1496. font-weight: normal;
  1497. }
  1498. }
  1499. .clone.button:first-child {
  1500. border-radius: .28571429rem 0 0 .28571429rem;
  1501. }
  1502. .ui.action.small.input {
  1503. width: 100%;
  1504. }
  1505. #repo-clone-url {
  1506. border-radius: 0;
  1507. padding: 5px 10px;
  1508. font-size: 1.2em;
  1509. }
  1510. }
  1511. }
  1512. &.release {
  1513. #release-list {
  1514. border-top: 1px solid #dddddd;
  1515. margin-top: 20px;
  1516. padding-top: 15px;
  1517. > li {
  1518. list-style: none;
  1519. .meta,
  1520. .detail {
  1521. padding-top: 30px;
  1522. padding-bottom: 40px;
  1523. }
  1524. .meta {
  1525. text-align: right;
  1526. position: relative;
  1527. .tag:not(.icon) {
  1528. display: block;
  1529. margin-top: 15px;
  1530. }
  1531. .commit {
  1532. display: block;
  1533. margin-top: 10px;
  1534. }
  1535. }
  1536. .detail {
  1537. border-left: 1px solid #dddddd;
  1538. .author {
  1539. img {
  1540. margin-bottom: -3px;
  1541. }
  1542. }
  1543. .download {
  1544. margin-top: 20px;
  1545. > a {
  1546. .svg {
  1547. margin-left: 5px;
  1548. margin-right: 5px;
  1549. }
  1550. }
  1551. .list {
  1552. padding-left: 0;
  1553. border-top: 1px solid #eeeeee;
  1554. li {
  1555. list-style: none;
  1556. display: block;
  1557. padding-top: 8px;
  1558. padding-bottom: 8px;
  1559. border-bottom: 1px solid #eeeeee;
  1560. a > .text.right {
  1561. margin-right: 5px;
  1562. }
  1563. }
  1564. }
  1565. }
  1566. .dot {
  1567. width: 9px;
  1568. height: 9px;
  1569. background-color: #cccccc;
  1570. z-index: 999;
  1571. position: absolute;
  1572. display: block;
  1573. left: -5px;
  1574. top: 40px;
  1575. border-radius: 6px;
  1576. border: 1px solid #ffffff;
  1577. }
  1578. }
  1579. }
  1580. }
  1581. }
  1582. &.new.release {
  1583. .target {
  1584. min-width: 500px;
  1585. #tag-name {
  1586. margin-top: -4px;
  1587. }
  1588. .at {
  1589. margin-left: -5px;
  1590. margin-right: 5px;
  1591. }
  1592. .dropdown.icon {
  1593. margin: 0;
  1594. padding-top: 3px;
  1595. }
  1596. .selection.dropdown {
  1597. padding-top: 10px;
  1598. padding-bottom: 10px;
  1599. }
  1600. }
  1601. .prerelease.field {
  1602. margin-bottom: 0;
  1603. }
  1604. .field {
  1605. button,
  1606. input {
  1607. @media only screen and (max-width: 438px) {
  1608. width: 100%;
  1609. }
  1610. }
  1611. button {
  1612. @media only screen and (max-width: 768px) {
  1613. margin-bottom: 1em;
  1614. }
  1615. }
  1616. }
  1617. }
  1618. &.forks {
  1619. .list {
  1620. margin-top: 0;
  1621. .item {
  1622. padding-top: 10px;
  1623. padding-bottom: 10px;
  1624. border-bottom: 1px solid #dddddd;
  1625. .ui.avatar {
  1626. float: left;
  1627. margin-right: 5px;
  1628. }
  1629. .link {
  1630. padding-top: 5px;
  1631. }
  1632. }
  1633. }
  1634. }
  1635. &.wiki {
  1636. &.start {
  1637. .ui.segment {
  1638. padding-top: 70px;
  1639. padding-bottom: 100px;
  1640. .svg {
  1641. height: 48px;
  1642. }
  1643. }
  1644. }
  1645. &.new {
  1646. .CodeMirror {
  1647. .CodeMirror-code {
  1648. font-family: @monospaced-fonts, monospace;
  1649. .cm-comment {
  1650. background: inherit;
  1651. }
  1652. }
  1653. }
  1654. .editor-preview {
  1655. background-color: white;
  1656. }
  1657. .ui.attached.tabular.menu.previewtabs {
  1658. margin-bottom: 15px;
  1659. & + .field .editor-toolbar:not(.fullscreen) a.fa-eye {
  1660. display: none;
  1661. }
  1662. }
  1663. }
  1664. &.view {
  1665. .choose.page {
  1666. margin-top: -5px;
  1667. }
  1668. > .markdown {
  1669. padding: 15px 30px;
  1670. h1,
  1671. h2,
  1672. h3,
  1673. h4,
  1674. h5,
  1675. h6 {
  1676. &:first-of-type {
  1677. margin-top: 0;
  1678. }
  1679. }
  1680. }
  1681. }
  1682. @media only screen and (max-width: 767px) {
  1683. .dividing.header .stackable.grid .button {
  1684. margin-top: 2px;
  1685. margin-bottom: 2px;
  1686. }
  1687. }
  1688. }
  1689. &.settings {
  1690. &.collaboration {
  1691. .collaborator.list {
  1692. padding: 0;
  1693. > .item {
  1694. margin: 0;
  1695. line-height: 2em;
  1696. &:not(:last-child) {
  1697. border-bottom: 1px solid #dddddd;
  1698. }
  1699. }
  1700. }
  1701. #repo-collab-form {
  1702. #search-user-box {
  1703. .results {
  1704. left: 7px;
  1705. }
  1706. }
  1707. .ui.button {
  1708. margin-left: 5px;
  1709. margin-top: -3px;
  1710. }
  1711. }
  1712. #repo-collab-team-form {
  1713. #search-team-box {
  1714. .results {
  1715. left: 7px;
  1716. }
  1717. }
  1718. .ui.button {
  1719. margin-left: 5px;
  1720. margin-top: -3px;
  1721. }
  1722. }
  1723. }
  1724. &.branches {
  1725. .protected-branches {
  1726. .selection.dropdown {
  1727. width: 300px;
  1728. }
  1729. .item {
  1730. border: 1px solid #eaeaea;
  1731. padding: 10px 15px;
  1732. &:not(:last-child) {
  1733. border-bottom: 0;
  1734. }
  1735. }
  1736. }
  1737. .branch-protection {
  1738. .help {
  1739. margin-left: 26px;
  1740. padding-top: 0;
  1741. }
  1742. .fields {
  1743. margin-left: 20px;
  1744. display: block;
  1745. }
  1746. .whitelist {
  1747. margin-left: 26px;
  1748. .dropdown img {
  1749. display: inline-block;
  1750. }
  1751. }
  1752. }
  1753. }
  1754. &.webhook {
  1755. .events {
  1756. .column {
  1757. padding-bottom: 0;
  1758. }
  1759. .help {
  1760. font-size: 13px;
  1761. margin-left: 26px;
  1762. padding-top: 0;
  1763. }
  1764. }
  1765. }
  1766. }
  1767. .ui.attached.isSigned.isWarning {
  1768. border-left: 1px solid #c29393;
  1769. border-right: 1px solid #c29393;
  1770. &.top,
  1771. &.message {
  1772. border-top: 1px solid #c29393;
  1773. }
  1774. &.message {
  1775. box-shadow: none;
  1776. background-color: #fff5f5;
  1777. color: #d95c5c;
  1778. .ui.text {
  1779. color: #d64444;
  1780. }
  1781. }
  1782. &:last-child,
  1783. &.bottom {
  1784. border-bottom: 1px solid #c29393;
  1785. }
  1786. }
  1787. .ui.attached.isSigned:not(.isWarning) .pull-right {
  1788. padding-top: 5px;
  1789. }
  1790. .ui.attached.isSigned.isVerified {
  1791. border-left: 1px solid #a3c293;
  1792. border-right: 1px solid #a3c293;
  1793. &.top,
  1794. &.message {
  1795. border-top: 1px solid #a3c293;
  1796. }
  1797. &.message {
  1798. box-shadow: none;
  1799. background-color: #fcfff5;
  1800. color: #6cc644;
  1801. .pull-right {
  1802. color: #000;
  1803. }
  1804. .ui.text {
  1805. color: #21ba45;
  1806. }
  1807. }
  1808. &:last-child,
  1809. &.bottom {
  1810. border-bottom: 1px solid #a3c293;
  1811. }
  1812. }
  1813. .ui.attached.isSigned.isVerifiedUntrusted {
  1814. border-left: 1px solid #c2c193;
  1815. border-right: 1px solid #c2c193;
  1816. &.top,
  1817. &.message {
  1818. border-top: 1px solid #c2c193;
  1819. }
  1820. &.message {
  1821. box-shadow: none;
  1822. background-color: #fffff5;
  1823. color: #fbbd08;
  1824. .ui.text {
  1825. color: #d2ab00;
  1826. }
  1827. }
  1828. &:last-child,
  1829. &.bottom {
  1830. border-bottom: 1px solid #c2c193;
  1831. }
  1832. }
  1833. .ui.attached.isSigned.isVerifiedUnmatched {
  1834. border-left: 1px solid #c2a893;
  1835. border-right: 1px solid #c2a893;
  1836. &.top,
  1837. &.message {
  1838. border-top: 1px solid #c2a893;
  1839. }
  1840. &.message {
  1841. box-shadow: none;
  1842. background-color: #fffaf5;
  1843. color: #f2711c;
  1844. .ui.text {
  1845. color: #ee5f00;
  1846. }
  1847. }
  1848. &:last-child,
  1849. &.bottom {
  1850. border-bottom: 1px solid #c2a893;
  1851. }
  1852. }
  1853. .ui.segment.sub-menu {
  1854. padding: 7px;
  1855. line-height: 0;
  1856. .list {
  1857. width: 100%;
  1858. display: flex;
  1859. .item {
  1860. width: 100%;
  1861. border-radius: 3px;
  1862. a {
  1863. color: black;
  1864. &:hover {
  1865. color: #666666;
  1866. }
  1867. }
  1868. span.ui {
  1869. color: black;
  1870. }
  1871. &.active {
  1872. background: rgba(0, 0, 0, .05);
  1873. }
  1874. }
  1875. }
  1876. }
  1877. .segment.reactions,
  1878. .select-reaction {
  1879. &.dropdown .menu {
  1880. right: 0 !important;
  1881. left: auto !important;
  1882. min-width: 15em;
  1883. > .header {
  1884. margin: .75rem 0 .5rem;
  1885. }
  1886. > .item {
  1887. float: left;
  1888. padding: .5rem !important;
  1889. font-size: 1.5em;
  1890. width: 45px;
  1891. left: 13px;
  1892. img.emoji {
  1893. margin-right: 0;
  1894. }
  1895. }
  1896. }
  1897. }
  1898. .segment.reactions {
  1899. padding: 0;
  1900. display: flex;
  1901. .ui.label,
  1902. .ui.label.visible {
  1903. max-height: 40px;
  1904. padding: .4rem .8rem;
  1905. display: flex !important;
  1906. align-items: center;
  1907. border: 0;
  1908. border-right: 1px solid;
  1909. border-radius: 0;
  1910. margin: 0;
  1911. font-size: 14px;
  1912. font-weight: 100;
  1913. border-color: inherit !important;
  1914. &.disabled {
  1915. cursor: default;
  1916. opacity: .5;
  1917. }
  1918. }
  1919. .ui.label.basic.blue {
  1920. background-color: #f1f8ff !important;
  1921. border-color: inherit !important;
  1922. }
  1923. .reaction-count {
  1924. margin-left: .5rem;
  1925. }
  1926. .select-reaction {
  1927. display: flex;
  1928. align-items: center;
  1929. padding: .5rem;
  1930. &:not(.active) a {
  1931. display: none;
  1932. }
  1933. }
  1934. &:hover .select-reaction a {
  1935. display: block;
  1936. }
  1937. }
  1938. .ui.fluid.action.input {
  1939. .ui.search.action.input {
  1940. flex: auto;
  1941. }
  1942. }
  1943. .repository-summary {
  1944. .segment.language-stats-details,
  1945. .segment.repository-summary {
  1946. border-top: none;
  1947. background: none;
  1948. }
  1949. .segment.language-stats-details .item {
  1950. white-space: nowrap;
  1951. }
  1952. .segment.language-stats {
  1953. padding: 0;
  1954. height: 11px;
  1955. display: flex;
  1956. white-space: nowrap;
  1957. width: 100%;
  1958. border-radius: 0;
  1959. user-select: none;
  1960. .bar {
  1961. white-space: nowrap;
  1962. border: 0;
  1963. padding: 0;
  1964. margin: 0;
  1965. height: 100%;
  1966. }
  1967. }
  1968. }
  1969. &.diff .committed-by {
  1970. padding-top: .5rem;
  1971. .ui.avatar {
  1972. width: 20px;
  1973. height: 20px;
  1974. }
  1975. span {
  1976. margin-right: .25rem;
  1977. svg {
  1978. vertical-align: text-bottom;
  1979. margin-right: 2px;
  1980. }
  1981. }
  1982. }
  1983. }
  1984. // End of .repository
  1985. &.user-cards {
  1986. .list {
  1987. padding: 0;
  1988. display: flex;
  1989. flex-wrap: wrap;
  1990. .item {
  1991. list-style: none;
  1992. width: 32%;
  1993. margin: 10px 10px 10px 0;
  1994. padding-bottom: 14px;
  1995. float: left;
  1996. .avatar {
  1997. width: 48px;
  1998. height: 48px;
  1999. float: left;
  2000. display: block;
  2001. margin-right: 10px;
  2002. }
  2003. .name {
  2004. margin-top: 0;
  2005. margin-bottom: 0;
  2006. font-weight: normal;
  2007. }
  2008. .meta {
  2009. margin-top: 5px;
  2010. }
  2011. }
  2012. }
  2013. }
  2014. #search-repo-box,
  2015. #search-user-box {
  2016. .results {
  2017. .result {
  2018. .image {
  2019. float: left;
  2020. margin-right: 8px;
  2021. width: 2em;
  2022. height: 2em;
  2023. }
  2024. .content {
  2025. margin: 6px 0;
  2026. }
  2027. }
  2028. }
  2029. }
  2030. #search-team-box {
  2031. .results {
  2032. .result {
  2033. .content {
  2034. margin: 6px 0;
  2035. }
  2036. }
  2037. }
  2038. }
  2039. #issue-filters.hide {
  2040. display: none;
  2041. }
  2042. #issue-actions {
  2043. margin-top: -1rem !important; // counteract padding from Semantic
  2044. }
  2045. #issue-actions.hide {
  2046. display: none;
  2047. }
  2048. .ui.checkbox.issue-checkbox {
  2049. vertical-align: middle;
  2050. }
  2051. .ui.menu .item > img:not(.ui) {
  2052. width: auto;
  2053. }
  2054. .issue.list {
  2055. list-style: none;
  2056. > .item {
  2057. padding-top: 15px;
  2058. padding-bottom: 10px;
  2059. border-bottom: 1px dashed #aaaaaa;
  2060. .title {
  2061. color: #444444;
  2062. font-size: 15px;
  2063. font-weight: bold;
  2064. margin: 0 6px;
  2065. &:hover {
  2066. color: #000000;
  2067. }
  2068. }
  2069. .comment {
  2070. padding-right: 10px;
  2071. color: #666666;
  2072. }
  2073. .desc {
  2074. padding-top: 5px;
  2075. color: #999999;
  2076. .waiting,
  2077. .approvals,
  2078. .rejects {
  2079. padding-left: 5px;
  2080. }
  2081. .checklist {
  2082. padding-left: 5px;
  2083. .progress-bar {
  2084. margin-left: 2px;
  2085. width: 80px;
  2086. height: 6px;
  2087. display: inline-block;
  2088. background-color: #eeeeee;
  2089. overflow: hidden;
  2090. border-radius: 3px;
  2091. vertical-align: 2px !important;
  2092. .progress {
  2093. background-color: #cccccc;
  2094. display: block;
  2095. height: 100%;
  2096. }
  2097. }
  2098. }
  2099. .conflicting {
  2100. padding-left: 5px;
  2101. }
  2102. .due-date {
  2103. padding-left: 5px;
  2104. }
  2105. a.milestone {
  2106. margin-left: 5px;
  2107. color: #999999 !important;
  2108. &:hover {
  2109. color: #000000 !important;
  2110. }
  2111. }
  2112. a.ref {
  2113. margin-left: 8px;
  2114. color: #999999 !important;
  2115. &:hover {
  2116. color: #000000 !important;
  2117. }
  2118. span {
  2119. margin-right: -4px;
  2120. }
  2121. }
  2122. .assignee {
  2123. margin-top: -5px;
  2124. margin-right: 5px;
  2125. }
  2126. .overdue {
  2127. color: red;
  2128. }
  2129. }
  2130. }
  2131. }
  2132. .page.buttons {
  2133. padding-top: 15px;
  2134. }
  2135. .ui.form {
  2136. .dropzone {
  2137. border: 2px dashed #0087f5;
  2138. box-shadow: none !important;
  2139. padding: 0;
  2140. min-height: 5rem;
  2141. border-radius: 4px;
  2142. .dz-button {
  2143. color: rgba(0, 0, 0, .6);
  2144. }
  2145. &:hover .dz-button {
  2146. color: rgba(0, 0, 0, .8);
  2147. }
  2148. .dz-error-message {
  2149. top: 140px;
  2150. }
  2151. }
  2152. }
  2153. .settings {
  2154. .content {
  2155. margin-top: 2px;
  2156. > .header,
  2157. .segment {
  2158. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  2159. }
  2160. }
  2161. .list {
  2162. > .item {
  2163. .green:not(.ui.button) {
  2164. color: #21ba45;
  2165. }
  2166. &:not(:first-child) {
  2167. border-top: 1px solid #eaeaea;
  2168. padding: 1rem;
  2169. margin: 15px -1rem -1rem;
  2170. }
  2171. > .svg {
  2172. display: table-cell;
  2173. }
  2174. > .svg + .content {
  2175. display: table-cell;
  2176. padding: 0 0 0 .5em;
  2177. vertical-align: top;
  2178. }
  2179. .info {
  2180. margin-top: 10px;
  2181. .tab.segment {
  2182. border: 0;
  2183. padding: 10px 0 0;
  2184. }
  2185. }
  2186. }
  2187. &.key {
  2188. .meta {
  2189. padding-top: 5px;
  2190. color: #666666;
  2191. }
  2192. }
  2193. &.email {
  2194. > .item:not(:first-child) {
  2195. min-height: 60px;
  2196. }
  2197. }
  2198. &.collaborator {
  2199. > .item {
  2200. padding: 0;
  2201. }
  2202. }
  2203. }
  2204. }
  2205. .ui.vertical.menu {
  2206. .header.item {
  2207. font-size: 1.1em;
  2208. background: #f0f0f0;
  2209. }
  2210. }
  2211. .edit-label.modal,
  2212. .new-label.segment {
  2213. .form {
  2214. .column {
  2215. padding-right: 0;
  2216. }
  2217. .buttons {
  2218. margin-left: auto;
  2219. padding-top: 15px;
  2220. }
  2221. .color.picker.column {
  2222. width: auto;
  2223. .color-picker {
  2224. height: 35px;
  2225. width: auto;
  2226. padding-left: 30px;
  2227. }
  2228. }
  2229. .minicolors-swatch.minicolors-sprite {
  2230. top: 10px;
  2231. left: 10px;
  2232. width: 15px;
  2233. height: 15px;
  2234. }
  2235. .precolors {
  2236. padding-left: 0;
  2237. padding-right: 0;
  2238. margin: 3px 10px auto;
  2239. width: 120px;
  2240. .color {
  2241. float: left;
  2242. width: 15px;
  2243. height: 15px;
  2244. }
  2245. }
  2246. }
  2247. }
  2248. #avatar-arrow {
  2249. &:before,
  2250. &:after {
  2251. right: 100%;
  2252. top: 20px;
  2253. border: solid transparent;
  2254. content: " ";
  2255. height: 0;
  2256. width: 0;
  2257. position: absolute;
  2258. pointer-events: none;
  2259. }
  2260. &:before {
  2261. border-right-color: #d3d3d4;
  2262. border-width: 9px;
  2263. margin-top: -9px;
  2264. }
  2265. &:after {
  2266. border-right-color: #f7f7f7;
  2267. border-width: 8px;
  2268. margin-top: -8px;
  2269. }
  2270. }
  2271. #transfer-repo-modal,
  2272. #delete-repo-modal {
  2273. .ui.message {
  2274. width: 100% !important;
  2275. }
  2276. }
  2277. // generate .tab-size-{i} from 1 to 16
  2278. .generate-tab-size(16);
  2279. .generate-tab-size(@n, @i: 1) when (@i =< @n) {
  2280. .tab-size-@{i} {
  2281. tab-size: @i !important;
  2282. }
  2283. .generate-tab-size(@n, (@i + 1));
  2284. }
  2285. .stats-table {
  2286. display: table;
  2287. width: 100%;
  2288. .table-cell {
  2289. display: table-cell;
  2290. &.tiny {
  2291. height: .5em;
  2292. }
  2293. }
  2294. }
  2295. tbody.commit-list {
  2296. vertical-align: baseline;
  2297. }
  2298. .message-wrapper {
  2299. overflow: hidden;
  2300. text-overflow: ellipsis;
  2301. max-width: calc(100% - 50px);
  2302. display: inline-block;
  2303. vertical-align: middle;
  2304. }
  2305. @media only screen and (max-width: 767.98px) {
  2306. tr.commit-list {
  2307. width: 100%;
  2308. }
  2309. th .message-wrapper {
  2310. display: block;
  2311. max-width: calc(100vw - 70px);
  2312. }
  2313. }
  2314. @media only screen and (min-width: 768px) and (max-width: 991.98px) {
  2315. tr.commit-list {
  2316. width: 723px;
  2317. }
  2318. th .message-wrapper {
  2319. max-width: 280px;
  2320. }
  2321. }
  2322. @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  2323. tr.commit-list {
  2324. width: 933px;
  2325. }
  2326. th .message-wrapper {
  2327. max-width: 490px;
  2328. }
  2329. }
  2330. @media only screen and (min-width: 1200px) {
  2331. tr.commit-list {
  2332. width: 1127px;
  2333. }
  2334. th .message-wrapper {
  2335. max-width: 680px;
  2336. }
  2337. }
  2338. .commit-list .commit-summary a {
  2339. text-decoration: underline;
  2340. text-decoration-style: dashed;
  2341. &:hover {
  2342. text-decoration-style: solid;
  2343. }
  2344. &.default-link {
  2345. text-decoration: none;
  2346. &:hover {
  2347. text-decoration: underline;
  2348. text-decoration-style: solid;
  2349. }
  2350. }
  2351. }
  2352. .commit-list .commit-status-link {
  2353. display: inline-block;
  2354. vertical-align: middle;
  2355. }
  2356. .commit-body {
  2357. white-space: pre-wrap;
  2358. }
  2359. .git-notes {
  2360. &.top {
  2361. text-align: left;
  2362. }
  2363. .commit-body {
  2364. margin: 0;
  2365. }
  2366. }
  2367. @media only screen and (max-width: 767px) {
  2368. .ui.stackable.menu {
  2369. &.mobile--margin-between-items > .item {
  2370. margin-top: 5px;
  2371. margin-bottom: 5px;
  2372. }
  2373. &.mobile--no-negative-margins {
  2374. margin-left: 0;
  2375. margin-right: 0;
  2376. }
  2377. }
  2378. }
  2379. #topic_edit {
  2380. margin-top: 5px;
  2381. }
  2382. #repo-topics {
  2383. margin-top: 5px;
  2384. }
  2385. .repo-topic {
  2386. cursor: pointer;
  2387. }
  2388. #new-dependency-drop-list {
  2389. &.ui.selection.dropdown {
  2390. min-width: 0;
  2391. width: 100%;
  2392. border-radius: 4px 0 0 4px;
  2393. border-right: 0;
  2394. white-space: nowrap;
  2395. }
  2396. .text {
  2397. width: 100%;
  2398. overflow: hidden;
  2399. }
  2400. }
  2401. #manage_topic {
  2402. font-size: 12px;
  2403. }
  2404. .label + #manage_topic {
  2405. margin-left: 5px;
  2406. }
  2407. .ui.small.label.topic {
  2408. margin-bottom: 4px;
  2409. }
  2410. .repo-header {
  2411. display: flex;
  2412. align-items: center;
  2413. justify-content: space-between;
  2414. flex-wrap: wrap;
  2415. }
  2416. .repo-header .repo-buttons {
  2417. display: flex;
  2418. align-items: center;
  2419. }
  2420. .repo-buttons .disabled-repo-button .label {
  2421. opacity: .5;
  2422. }
  2423. .repo-buttons .disabled-repo-button a.button {
  2424. opacity: .5;
  2425. cursor: not-allowed;
  2426. }
  2427. .repo-buttons .disabled-repo-button a.button:hover {
  2428. background: none !important;
  2429. color: rgba(0, 0, 0, .6) !important;
  2430. box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset !important;
  2431. }
  2432. .repo-buttons .ui.labeled.button > .label {
  2433. border-left: 0 !important;
  2434. margin: 0 !important;
  2435. }
  2436. .tag-code,
  2437. .tag-code td {
  2438. background-color: #f0f0f0 !important;
  2439. border-color: #d3cfcf !important;
  2440. padding-top: 8px;
  2441. padding-bottom: 8px;
  2442. }
  2443. td.blob-excerpt {
  2444. background-color: #fafafa;
  2445. }
  2446. .issue-keyword {
  2447. border-bottom: 1px dotted #959da5;
  2448. display: inline-block;
  2449. }
  2450. .file-header {
  2451. display: flex;
  2452. justify-content: space-between;
  2453. align-items: center;
  2454. padding: 8px 12px !important;
  2455. }
  2456. .file-info {
  2457. display: flex;
  2458. align-items: center;
  2459. }
  2460. .file-info-entry + .file-info-entry {
  2461. border-left: 1px solid currentColor;
  2462. margin-left: 8px;
  2463. padding-left: 8px;
  2464. }
  2465. .title_wip_desc {
  2466. margin-top: 1em;
  2467. }
  2468. .diff-file-box[data-folded="true"] .diff-file-body {
  2469. display: none;
  2470. }
  2471. .diff-file-box[data-folded="true"] .diff-file-header {
  2472. border-radius: .28571429rem !important;
  2473. }
  2474. /* prevent page shaking on language bar click */
  2475. .repository.file .repository-summary {
  2476. height: 48px;
  2477. overflow: hidden;
  2478. }
  2479. .ui.form .right .ui.button {
  2480. margin-left: .25em;
  2481. margin-right: 0;
  2482. }
  2483. .removed-code {
  2484. background-color: #ff9999;
  2485. }
  2486. .added-code {
  2487. background-color: #99ff99;
  2488. }