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

index.css 69 kB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
Oauth2 consumer (#679) * initial stuff for oauth2 login, fails on: * login button on the signIn page to start the OAuth2 flow and a callback for each provider Only GitHub is implemented for now * show login button only when the OAuth2 consumer is configured (and activated) * create macaron group for oauth2 urls * prevent net/http in modules (other then oauth2) * use a new data sessions oauth2 folder for storing the oauth2 session data * add missing 2FA when this is enabled on the user * add password option for OAuth2 user , for use with git over http and login to the GUI * add tip for registering a GitHub OAuth application * at startup of Gitea register all configured providers and also on adding/deleting of new providers * custom handling of errors in oauth2 request init + show better tip * add ExternalLoginUser model and migration script to add it to database * link a external account to an existing account (still need to handle wrong login and signup) and remove if user is removed * remove the linked external account from the user his settings * if user is unknown we allow him to register a new account or link it to some existing account * sign up with button on signin page (als change OAuth2Provider structure so we can store basic stuff about providers) * from gorilla/sessions docs: "Important Note: If you aren't using gorilla/mux, you need to wrap your handlers with context.ClearHandler as or else you will leak memory!" (we're using gorilla/sessions for storing oauth2 sessions) * use updated goth lib that now supports getting the OAuth2 user if the AccessToken is still valid instead of re-authenticating (prevent flooding the OAuth2 provider)
9 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020
  1. .emoji {
  2. width: 1.5em;
  3. height: 1.5em;
  4. display: inline-block;
  5. background-size: contain;
  6. }
  7. body {
  8. font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
  9. background-color: #fff;
  10. overflow-y: scroll;
  11. -webkit-font-smoothing: antialiased;
  12. }
  13. img {
  14. border-radius: 3px;
  15. }
  16. pre,
  17. code {
  18. font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  19. }
  20. pre.raw,
  21. code.raw {
  22. padding: 7px 12px;
  23. margin: 10px 0;
  24. background-color: #f8f8f8;
  25. border: 1px solid #ddd;
  26. border-radius: 3px;
  27. font-size: 13px;
  28. line-height: 1.5;
  29. overflow: auto;
  30. }
  31. pre.wrap,
  32. code.wrap {
  33. white-space: pre-wrap;
  34. /* CSS 3 */
  35. word-break: break-word;
  36. }
  37. .dont-break-out {
  38. /* These are technically the same, but use both */
  39. overflow-wrap: break-word;
  40. word-wrap: break-word;
  41. -ms-word-break: break-all;
  42. /* This is the dangerous one in WebKit, as it breaks things wherever */
  43. word-break: break-all;
  44. /* Instead use this non-standard one: */
  45. word-break: break-word;
  46. /* Adds a hyphen where the word breaks, if supported (No Blink) */
  47. -ms-hyphens: auto;
  48. -moz-hyphens: auto;
  49. -webkit-hyphens: auto;
  50. hyphens: auto;
  51. }
  52. .full.height {
  53. padding: 0;
  54. margin: 0 0 -80px 0;
  55. min-height: 100%;
  56. }
  57. .following.bar {
  58. z-index: 900;
  59. left: 0;
  60. width: 100%;
  61. }
  62. .following.bar.light {
  63. background-color: white;
  64. border-bottom: 1px solid #DDDDDD;
  65. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  66. }
  67. .following.bar .column .menu {
  68. margin-top: 0;
  69. }
  70. .following.bar .top.menu a.item.brand {
  71. padding-left: 0;
  72. }
  73. .following.bar .brand .ui.mini.image {
  74. width: 30px;
  75. }
  76. .following.bar .top.menu a.item:hover,
  77. .following.bar .top.menu .dropdown.item:hover,
  78. .following.bar .top.menu .dropdown.item.active {
  79. background-color: transparent;
  80. }
  81. .following.bar .top.menu a.item:hover {
  82. color: rgba(0, 0, 0, 0.45);
  83. }
  84. .following.bar .top.menu .menu {
  85. z-index: 900;
  86. }
  87. .following.bar .icon,
  88. .following.bar .octicon {
  89. margin-right: 5px !important;
  90. }
  91. .following.bar .head.link.item {
  92. padding-right: 0 !important;
  93. }
  94. .following.bar .avatar > .ui.image {
  95. margin-right: 0;
  96. }
  97. .following.bar .avatar .octicon-triangle-down {
  98. margin-top: 6.5px;
  99. }
  100. .following.bar .searchbox {
  101. background-color: #f4f4f4 !important;
  102. }
  103. .following.bar .searchbox:focus {
  104. background-color: #e9e9e9 !important;
  105. }
  106. .following.bar .text .octicon {
  107. width: 16px;
  108. text-align: center;
  109. }
  110. .following.bar .right.menu .menu {
  111. left: auto;
  112. right: 0;
  113. }
  114. .following.bar .right.menu .dropdown .menu {
  115. margin-top: 0;
  116. }
  117. .ui.left {
  118. float: left;
  119. }
  120. .ui.right {
  121. float: right;
  122. }
  123. .ui.container.fluid.padded {
  124. padding: 0 10px 0 10px;
  125. }
  126. .ui.form .ui.button {
  127. font-weight: normal;
  128. }
  129. .ui .text.red {
  130. color: #d95c5c !important;
  131. }
  132. .ui .text.red a {
  133. color: #d95c5c !important;
  134. }
  135. .ui .text.red a:hover {
  136. color: #E67777 !important;
  137. }
  138. .ui .text.blue {
  139. color: #428bca !important;
  140. }
  141. .ui .text.blue a {
  142. color: #15c !important;
  143. }
  144. .ui .text.blue a:hover {
  145. color: #428bca !important;
  146. }
  147. .ui .text.black {
  148. color: #444;
  149. }
  150. .ui .text.black:hover {
  151. color: #000;
  152. }
  153. .ui .text.grey {
  154. color: #767676 !important;
  155. }
  156. .ui .text.grey a {
  157. color: #444 !important;
  158. }
  159. .ui .text.grey a:hover {
  160. color: #000 !important;
  161. }
  162. .ui .text.light.grey {
  163. color: #888 !important;
  164. }
  165. .ui .text.green {
  166. color: #6cc644 !important;
  167. }
  168. .ui .text.purple {
  169. color: #6e5494 !important;
  170. }
  171. .ui .text.yellow {
  172. color: #FBBD08 !important;
  173. }
  174. .ui .text.gold {
  175. color: #a1882b !important;
  176. }
  177. .ui .text.left {
  178. text-align: left !important;
  179. }
  180. .ui .text.right {
  181. text-align: right !important;
  182. }
  183. .ui .text.small {
  184. font-size: 0.75em;
  185. }
  186. .ui .text.normal {
  187. font-weight: normal;
  188. }
  189. .ui .text.bold {
  190. font-weight: bold;
  191. }
  192. .ui .text.italic {
  193. font-style: italic;
  194. }
  195. .ui .text.truncate {
  196. overflow: hidden;
  197. text-overflow: ellipsis;
  198. white-space: nowrap;
  199. display: inline-block;
  200. }
  201. .ui .text.thin {
  202. font-weight: normal;
  203. }
  204. .ui .text.middle {
  205. vertical-align: middle;
  206. }
  207. .ui .message {
  208. text-align: center;
  209. }
  210. .ui .header > i + .content {
  211. padding-left: 0.75rem;
  212. vertical-align: middle;
  213. }
  214. .ui .warning.header {
  215. background-color: #F9EDBE !important;
  216. border-color: #F0C36D;
  217. }
  218. .ui .warning.segment {
  219. border-color: #F0C36D;
  220. }
  221. .ui .info.segment {
  222. border: 1px solid #c5d5dd;
  223. }
  224. .ui .info.segment.top {
  225. background-color: #e6f1f6 !important;
  226. }
  227. .ui .info.segment.top h3,
  228. .ui .info.segment.top h4 {
  229. margin-top: 0;
  230. }
  231. .ui .info.segment.top h3:last-child {
  232. margin-top: 4px;
  233. }
  234. .ui .info.segment.top > :last-child {
  235. margin-bottom: 0;
  236. }
  237. .ui .normal.header {
  238. font-weight: normal;
  239. }
  240. .ui .avatar.image {
  241. border-radius: 3px;
  242. }
  243. .ui .form .fake {
  244. display: none !important;
  245. }
  246. .ui .form .sub.field {
  247. margin-left: 25px;
  248. }
  249. .ui .sha.label {
  250. font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
  251. font-size: 13px;
  252. padding: 6px 10px 4px 10px;
  253. font-weight: normal;
  254. margin: 0 6px;
  255. }
  256. .ui.status.buttons .octicon {
  257. margin-right: 4px;
  258. }
  259. .ui.inline.delete-button {
  260. padding: 8px 15px;
  261. font-weight: normal;
  262. }
  263. .overflow.menu .items {
  264. max-height: 300px;
  265. overflow-y: auto;
  266. }
  267. .overflow.menu .items .item {
  268. position: relative;
  269. cursor: pointer;
  270. display: block;
  271. border: none;
  272. height: auto;
  273. border-top: none;
  274. line-height: 1em;
  275. color: rgba(0, 0, 0, 0.8);
  276. padding: .71428571em 1.14285714em !important;
  277. font-size: 1rem;
  278. text-transform: none;
  279. font-weight: 400;
  280. box-shadow: none;
  281. -webkit-touch-callout: none;
  282. }
  283. .overflow.menu .items .item.active {
  284. font-weight: 700;
  285. }
  286. .overflow.menu .items .item:hover {
  287. background: rgba(0, 0, 0, 0.05);
  288. color: rgba(0, 0, 0, 0.8);
  289. z-index: 13;
  290. }
  291. .scrolling.menu .item.selected {
  292. font-weight: 700 !important;
  293. }
  294. footer {
  295. margin-top: 54px !important;
  296. height: 40px;
  297. background-color: white;
  298. border-top: 1px solid #d6d6d6;
  299. clear: both;
  300. width: 100%;
  301. color: #888888;
  302. }
  303. footer .container {
  304. padding-top: 10px;
  305. }
  306. footer .container .fa {
  307. width: 16px;
  308. text-align: center;
  309. color: #428bca;
  310. }
  311. footer .container .links > * {
  312. border-left: 1px solid #d6d6d6;
  313. padding-left: 8px;
  314. margin-left: 5px;
  315. }
  316. footer .container .links > *:first-child {
  317. border-left: none;
  318. }
  319. footer .ui.language .menu {
  320. max-height: 500px;
  321. overflow-y: auto;
  322. margin-bottom: 7px;
  323. }
  324. .hide {
  325. display: none;
  326. }
  327. .center {
  328. text-align: center;
  329. }
  330. .img-1 {
  331. width: 2px !important;
  332. height: 2px !important;
  333. }
  334. .img-2 {
  335. width: 4px !important;
  336. height: 4px !important;
  337. }
  338. .img-3 {
  339. width: 6px !important;
  340. height: 6px !important;
  341. }
  342. .img-4 {
  343. width: 8px !important;
  344. height: 8px !important;
  345. }
  346. .img-5 {
  347. width: 10px !important;
  348. height: 10px !important;
  349. }
  350. .img-6 {
  351. width: 12px !important;
  352. height: 12px !important;
  353. }
  354. .img-7 {
  355. width: 14px !important;
  356. height: 14px !important;
  357. }
  358. .img-8 {
  359. width: 16px !important;
  360. height: 16px !important;
  361. }
  362. .img-9 {
  363. width: 18px !important;
  364. height: 18px !important;
  365. }
  366. .img-10 {
  367. width: 20px !important;
  368. height: 20px !important;
  369. }
  370. .img-11 {
  371. width: 22px !important;
  372. height: 22px !important;
  373. }
  374. .img-12 {
  375. width: 24px !important;
  376. height: 24px !important;
  377. }
  378. .img-13 {
  379. width: 26px !important;
  380. height: 26px !important;
  381. }
  382. .img-14 {
  383. width: 28px !important;
  384. height: 28px !important;
  385. }
  386. .img-15 {
  387. width: 30px !important;
  388. height: 30px !important;
  389. }
  390. .img-16 {
  391. width: 32px !important;
  392. height: 32px !important;
  393. }
  394. .sr-only {
  395. position: absolute;
  396. width: 1px;
  397. height: 1px;
  398. padding: 0;
  399. margin: -1px;
  400. overflow: hidden;
  401. clip: rect(0, 0, 0, 0);
  402. border: 0;
  403. }
  404. .sr-only-focusable:active,
  405. .sr-only-focusable:focus {
  406. position: static;
  407. width: auto;
  408. height: auto;
  409. margin: 0;
  410. overflow: visible;
  411. clip: auto;
  412. }
  413. @media only screen and (max-width: 991px) and (min-width: 768px) {
  414. .ui.container {
  415. width: 95%;
  416. }
  417. }
  418. /* Overrides some styles of the Highlight.js plugin */
  419. .hljs {
  420. background: inherit !important;
  421. padding: 0 !important;
  422. }
  423. .markdown:not(code) {
  424. overflow: hidden;
  425. font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  426. font-size: 16px;
  427. line-height: 1.6 !important;
  428. word-wrap: break-word;
  429. }
  430. .markdown:not(code).file-view {
  431. padding: 2em 2em 2em !important;
  432. }
  433. .markdown:not(code) > *:first-child {
  434. margin-top: 0 !important;
  435. }
  436. .markdown:not(code) > *:last-child {
  437. margin-bottom: 0 !important;
  438. }
  439. .markdown:not(code) a:not([href]) {
  440. color: inherit;
  441. text-decoration: none;
  442. }
  443. .markdown:not(code) .absent {
  444. color: #c00;
  445. }
  446. .markdown:not(code) .anchor {
  447. position: absolute;
  448. top: 0;
  449. left: 0;
  450. display: block;
  451. padding-right: 6px;
  452. padding-left: 30px;
  453. margin-left: -30px;
  454. }
  455. .markdown:not(code) .anchor:focus {
  456. outline: none;
  457. }
  458. .markdown:not(code) h1,
  459. .markdown:not(code) h2,
  460. .markdown:not(code) h3,
  461. .markdown:not(code) h4,
  462. .markdown:not(code) h5,
  463. .markdown:not(code) h6 {
  464. position: relative;
  465. margin-top: 1em;
  466. margin-bottom: 16px;
  467. font-weight: bold;
  468. line-height: 1.4;
  469. }
  470. .markdown:not(code) h1:first-of-type,
  471. .markdown:not(code) h2:first-of-type,
  472. .markdown:not(code) h3:first-of-type,
  473. .markdown:not(code) h4:first-of-type,
  474. .markdown:not(code) h5:first-of-type,
  475. .markdown:not(code) h6:first-of-type {
  476. margin-top: 0 !important;
  477. }
  478. .markdown:not(code) h1 .octicon-link,
  479. .markdown:not(code) h2 .octicon-link,
  480. .markdown:not(code) h3 .octicon-link,
  481. .markdown:not(code) h4 .octicon-link,
  482. .markdown:not(code) h5 .octicon-link,
  483. .markdown:not(code) h6 .octicon-link {
  484. display: none;
  485. color: #000;
  486. vertical-align: middle;
  487. }
  488. .markdown:not(code) h1:hover .anchor,
  489. .markdown:not(code) h2:hover .anchor,
  490. .markdown:not(code) h3:hover .anchor,
  491. .markdown:not(code) h4:hover .anchor,
  492. .markdown:not(code) h5:hover .anchor,
  493. .markdown:not(code) h6:hover .anchor {
  494. padding-left: 8px;
  495. margin-left: -30px;
  496. text-decoration: none;
  497. }
  498. .markdown:not(code) h1:hover .anchor .octicon-link,
  499. .markdown:not(code) h2:hover .anchor .octicon-link,
  500. .markdown:not(code) h3:hover .anchor .octicon-link,
  501. .markdown:not(code) h4:hover .anchor .octicon-link,
  502. .markdown:not(code) h5:hover .anchor .octicon-link,
  503. .markdown:not(code) h6:hover .anchor .octicon-link {
  504. display: inline-block;
  505. }
  506. .markdown:not(code) h1 tt,
  507. .markdown:not(code) h1 code,
  508. .markdown:not(code) h2 tt,
  509. .markdown:not(code) h2 code,
  510. .markdown:not(code) h3 tt,
  511. .markdown:not(code) h3 code,
  512. .markdown:not(code) h4 tt,
  513. .markdown:not(code) h4 code,
  514. .markdown:not(code) h5 tt,
  515. .markdown:not(code) h5 code,
  516. .markdown:not(code) h6 tt,
  517. .markdown:not(code) h6 code {
  518. font-size: inherit;
  519. }
  520. .markdown:not(code) h1 {
  521. padding-bottom: 0.3em;
  522. font-size: 2.25em;
  523. line-height: 1.2;
  524. border-bottom: 1px solid #eee;
  525. }
  526. .markdown:not(code) h1 .anchor {
  527. line-height: 1;
  528. }
  529. .markdown:not(code) h2 {
  530. padding-bottom: 0.3em;
  531. font-size: 1.75em;
  532. line-height: 1.225;
  533. border-bottom: 1px solid #eee;
  534. }
  535. .markdown:not(code) h2 .anchor {
  536. line-height: 1;
  537. }
  538. .markdown:not(code) h3 {
  539. font-size: 1.5em;
  540. line-height: 1.43;
  541. }
  542. .markdown:not(code) h3 .anchor {
  543. line-height: 1.2;
  544. }
  545. .markdown:not(code) h4 {
  546. font-size: 1.25em;
  547. }
  548. .markdown:not(code) h4 .anchor {
  549. line-height: 1.2;
  550. }
  551. .markdown:not(code) h5 {
  552. font-size: 1em;
  553. }
  554. .markdown:not(code) h5 .anchor {
  555. line-height: 1.1;
  556. }
  557. .markdown:not(code) h6 {
  558. font-size: 1em;
  559. color: #777;
  560. }
  561. .markdown:not(code) h6 .anchor {
  562. line-height: 1.1;
  563. }
  564. .markdown:not(code) p,
  565. .markdown:not(code) blockquote,
  566. .markdown:not(code) ul,
  567. .markdown:not(code) ol,
  568. .markdown:not(code) dl,
  569. .markdown:not(code) table,
  570. .markdown:not(code) pre {
  571. margin-top: 0;
  572. margin-bottom: 16px;
  573. }
  574. .markdown:not(code) blockquote {
  575. margin-left: 0;
  576. }
  577. .markdown:not(code) hr {
  578. height: 4px;
  579. padding: 0;
  580. margin: 16px 0;
  581. background-color: #e7e7e7;
  582. border: 0 none;
  583. }
  584. .markdown:not(code) ul,
  585. .markdown:not(code) ol {
  586. padding-left: 2em;
  587. }
  588. .markdown:not(code) ul.no-list,
  589. .markdown:not(code) ol.no-list {
  590. padding: 0;
  591. list-style-type: none;
  592. }
  593. .markdown:not(code) ul ul,
  594. .markdown:not(code) ul ol,
  595. .markdown:not(code) ol ol,
  596. .markdown:not(code) ol ul {
  597. margin-top: 0;
  598. margin-bottom: 0;
  599. }
  600. .markdown:not(code) ol ol,
  601. .markdown:not(code) ul ol {
  602. list-style-type: lower-roman;
  603. }
  604. .markdown:not(code) li > p {
  605. margin-top: 0;
  606. }
  607. .markdown:not(code) dl {
  608. padding: 0;
  609. }
  610. .markdown:not(code) dl dt {
  611. padding: 0;
  612. margin-top: 16px;
  613. font-size: 1em;
  614. font-style: italic;
  615. font-weight: bold;
  616. }
  617. .markdown:not(code) dl dd {
  618. padding: 0 16px;
  619. margin-bottom: 16px;
  620. }
  621. .markdown:not(code) blockquote {
  622. padding: 0 15px;
  623. color: #777;
  624. border-left: 4px solid #ddd;
  625. }
  626. .markdown:not(code) blockquote > :first-child {
  627. margin-top: 0;
  628. }
  629. .markdown:not(code) blockquote > :last-child {
  630. margin-bottom: 0;
  631. }
  632. .markdown:not(code) table {
  633. width: auto;
  634. overflow: auto;
  635. word-break: normal;
  636. word-break: keep-all;
  637. }
  638. .markdown:not(code) table th {
  639. font-weight: bold;
  640. }
  641. .markdown:not(code) table th,
  642. .markdown:not(code) table td {
  643. padding: 6px 13px !important;
  644. border: 1px solid #ddd !important;
  645. }
  646. .markdown:not(code) table tr {
  647. background-color: #fff;
  648. border-top: 1px solid #ccc;
  649. }
  650. .markdown:not(code) table tr:nth-child(2n) {
  651. background-color: #f8f8f8;
  652. }
  653. .markdown:not(code) img {
  654. max-width: 100%;
  655. box-sizing: border-box;
  656. }
  657. .markdown:not(code) .emoji {
  658. max-width: none;
  659. }
  660. .markdown:not(code) span.frame {
  661. display: block;
  662. overflow: hidden;
  663. }
  664. .markdown:not(code) span.frame > span {
  665. display: block;
  666. float: left;
  667. width: auto;
  668. padding: 7px;
  669. margin: 13px 0 0;
  670. overflow: hidden;
  671. border: 1px solid #ddd;
  672. }
  673. .markdown:not(code) span.frame span img {
  674. display: block;
  675. float: left;
  676. }
  677. .markdown:not(code) span.frame span span {
  678. display: block;
  679. padding: 5px 0 0;
  680. clear: both;
  681. color: #333;
  682. }
  683. .markdown:not(code) span.align-center {
  684. display: block;
  685. overflow: hidden;
  686. clear: both;
  687. }
  688. .markdown:not(code) span.align-center > span {
  689. display: block;
  690. margin: 13px auto 0;
  691. overflow: hidden;
  692. text-align: center;
  693. }
  694. .markdown:not(code) span.align-center span img {
  695. margin: 0 auto;
  696. text-align: center;
  697. }
  698. .markdown:not(code) span.align-right {
  699. display: block;
  700. overflow: hidden;
  701. clear: both;
  702. }
  703. .markdown:not(code) span.align-right > span {
  704. display: block;
  705. margin: 13px 0 0;
  706. overflow: hidden;
  707. text-align: right;
  708. }
  709. .markdown:not(code) span.align-right span img {
  710. margin: 0;
  711. text-align: right;
  712. }
  713. .markdown:not(code) span.float-left {
  714. display: block;
  715. float: left;
  716. margin-right: 13px;
  717. overflow: hidden;
  718. }
  719. .markdown:not(code) span.float-left span {
  720. margin: 13px 0 0;
  721. }
  722. .markdown:not(code) span.float-right {
  723. display: block;
  724. float: right;
  725. margin-left: 13px;
  726. overflow: hidden;
  727. }
  728. .markdown:not(code) span.float-right > span {
  729. display: block;
  730. margin: 13px auto 0;
  731. overflow: hidden;
  732. text-align: right;
  733. }
  734. .markdown:not(code) code,
  735. .markdown:not(code) tt {
  736. padding: 0;
  737. padding-top: 0.2em;
  738. padding-bottom: 0.2em;
  739. margin: 0;
  740. font-size: 85%;
  741. background-color: rgba(0, 0, 0, 0.04);
  742. border-radius: 3px;
  743. }
  744. .markdown:not(code) code:before,
  745. .markdown:not(code) code:after,
  746. .markdown:not(code) tt:before,
  747. .markdown:not(code) tt:after {
  748. letter-spacing: -0.2em;
  749. content: "\00a0";
  750. }
  751. .markdown:not(code) code br,
  752. .markdown:not(code) tt br {
  753. display: none;
  754. }
  755. .markdown:not(code) del code {
  756. text-decoration: inherit;
  757. }
  758. .markdown:not(code) pre > code {
  759. padding: 0;
  760. margin: 0;
  761. font-size: 100%;
  762. word-break: normal;
  763. white-space: pre;
  764. background: transparent;
  765. border: 0;
  766. }
  767. .markdown:not(code) .highlight {
  768. margin-bottom: 16px;
  769. }
  770. .markdown:not(code) .highlight pre,
  771. .markdown:not(code) pre {
  772. padding: 16px;
  773. overflow: auto;
  774. font-size: 85%;
  775. line-height: 1.45;
  776. background-color: #f7f7f7;
  777. border-radius: 3px;
  778. }
  779. .markdown:not(code) .highlight pre {
  780. margin-bottom: 0;
  781. word-break: normal;
  782. }
  783. .markdown:not(code) pre {
  784. word-wrap: normal;
  785. }
  786. .markdown:not(code) pre code,
  787. .markdown:not(code) pre tt {
  788. display: inline;
  789. max-width: initial;
  790. padding: 0;
  791. margin: 0;
  792. overflow: initial;
  793. line-height: inherit;
  794. word-wrap: normal;
  795. background-color: transparent;
  796. border: 0;
  797. }
  798. .markdown:not(code) pre code:before,
  799. .markdown:not(code) pre code:after,
  800. .markdown:not(code) pre tt:before,
  801. .markdown:not(code) pre tt:after {
  802. content: normal;
  803. }
  804. .markdown:not(code) kbd {
  805. display: inline-block;
  806. padding: 3px 5px;
  807. font-size: 11px;
  808. line-height: 10px;
  809. color: #555;
  810. vertical-align: middle;
  811. background-color: #fcfcfc;
  812. border: solid 1px #ccc;
  813. border-bottom-color: #bbb;
  814. border-radius: 3px;
  815. box-shadow: inset 0 -1px 0 #bbb;
  816. }
  817. .markdown:not(code) input[type="checkbox"] {
  818. vertical-align: middle !important;
  819. }
  820. .markdown:not(code) .csv-data td,
  821. .markdown:not(code) .csv-data th {
  822. padding: 5px;
  823. overflow: hidden;
  824. font-size: 12px;
  825. line-height: 1;
  826. text-align: left;
  827. white-space: nowrap;
  828. }
  829. .markdown:not(code) .csv-data .blob-num {
  830. padding: 10px 8px 9px;
  831. text-align: right;
  832. background: #fff;
  833. border: 0;
  834. }
  835. .markdown:not(code) .csv-data tr {
  836. border-top: 0;
  837. }
  838. .markdown:not(code) .csv-data th {
  839. font-weight: bold;
  840. background: #f8f8f8;
  841. border-top: 0;
  842. }
  843. .markdown:not(code) .ui.list .list,
  844. .markdown:not(code) ol.ui.list ol,
  845. .markdown:not(code) ul.ui.list ul {
  846. padding-left: 2em;
  847. }
  848. .home {
  849. padding-bottom: 80px;
  850. }
  851. .home .logo {
  852. max-width: 220px;
  853. }
  854. .home .hero h1,
  855. .home .hero h2 {
  856. font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
  857. }
  858. .home .hero h1 {
  859. font-size: 5.5em;
  860. }
  861. .home .hero h2 {
  862. font-size: 3em;
  863. }
  864. .home .hero .octicon {
  865. color: #5aa509;
  866. font-size: 40px;
  867. width: 50px;
  868. }
  869. .home .hero.header {
  870. font-size: 20px;
  871. }
  872. .home p.large {
  873. font-size: 16px;
  874. }
  875. .home .stackable {
  876. padding-top: 30px;
  877. }
  878. .home a {
  879. color: #5aa509;
  880. }
  881. .signup {
  882. padding-top: 15px;
  883. padding-bottom: 80px;
  884. }
  885. .install {
  886. padding-top: 45px;
  887. padding-bottom: 80px;
  888. }
  889. .install form label {
  890. text-align: right;
  891. width: 320px !important;
  892. }
  893. .install form input {
  894. width: 35% !important;
  895. }
  896. .install form .field {
  897. text-align: left;
  898. }
  899. .install form .field .help {
  900. margin-left: 335px !important;
  901. }
  902. .install form .field.optional .title {
  903. margin-left: 38%;
  904. }
  905. .install .ui .checkbox {
  906. margin-left: 40% !important;
  907. }
  908. .install .ui .checkbox label {
  909. width: auto !important;
  910. }
  911. .form .help {
  912. color: #999999;
  913. padding-top: .6em;
  914. padding-bottom: .6em;
  915. display: inline-block;
  916. }
  917. .ui.attached.header {
  918. background: #f0f0f0;
  919. }
  920. .ui.attached.header .right {
  921. margin-top: -5px;
  922. }
  923. .ui.attached.header .right .button {
  924. padding: 8px 10px;
  925. font-weight: normal;
  926. }
  927. #create-page-form form {
  928. margin: auto;
  929. width: 800px!important;
  930. }
  931. #create-page-form form .ui.message {
  932. text-align: center;
  933. }
  934. #create-page-form form .header {
  935. padding-left: 280px !important;
  936. }
  937. #create-page-form form .inline.field > label {
  938. text-align: right;
  939. width: 250px !important;
  940. word-wrap: break-word;
  941. }
  942. #create-page-form form .help {
  943. margin-left: 265px !important;
  944. }
  945. #create-page-form form .optional .title {
  946. margin-left: 250px !important;
  947. }
  948. #create-page-form form input,
  949. #create-page-form form textarea {
  950. width: 50%!important;
  951. }
  952. .user.activate form,
  953. .user.forgot.password form,
  954. .user.reset.password form,
  955. .user.signin form,
  956. .user.signup form {
  957. margin: auto;
  958. width: 800px!important;
  959. }
  960. .user.activate form .ui.message,
  961. .user.forgot.password form .ui.message,
  962. .user.reset.password form .ui.message,
  963. .user.signin form .ui.message,
  964. .user.signup form .ui.message {
  965. text-align: center;
  966. }
  967. .user.activate form .header,
  968. .user.forgot.password form .header,
  969. .user.reset.password form .header,
  970. .user.signin form .header,
  971. .user.signup form .header {
  972. padding-left: 280px !important;
  973. }
  974. .user.activate form .inline.field > label,
  975. .user.forgot.password form .inline.field > label,
  976. .user.reset.password form .inline.field > label,
  977. .user.signin form .inline.field > label,
  978. .user.signup form .inline.field > label {
  979. text-align: right;
  980. width: 250px !important;
  981. word-wrap: break-word;
  982. }
  983. .user.activate form .help,
  984. .user.forgot.password form .help,
  985. .user.reset.password form .help,
  986. .user.signin form .help,
  987. .user.signup form .help {
  988. margin-left: 265px !important;
  989. }
  990. .user.activate form .optional .title,
  991. .user.forgot.password form .optional .title,
  992. .user.reset.password form .optional .title,
  993. .user.signin form .optional .title,
  994. .user.signup form .optional .title {
  995. margin-left: 250px !important;
  996. }
  997. .user.activate form input,
  998. .user.forgot.password form input,
  999. .user.reset.password form input,
  1000. .user.signin form input,
  1001. .user.signup form input,
  1002. .user.activate form textarea,
  1003. .user.forgot.password form textarea,
  1004. .user.reset.password form textarea,
  1005. .user.signin form textarea,
  1006. .user.signup form textarea {
  1007. width: 50%!important;
  1008. }
  1009. .user.activate form,
  1010. .user.forgot.password form,
  1011. .user.reset.password form,
  1012. .user.signin form,
  1013. .user.signup form {
  1014. width: 700px!important;
  1015. }
  1016. .user.activate form .header,
  1017. .user.forgot.password form .header,
  1018. .user.reset.password form .header,
  1019. .user.signin form .header,
  1020. .user.signup form .header {
  1021. padding-left: 0 !important;
  1022. text-align: center;
  1023. }
  1024. .user.activate form .inline.field > label,
  1025. .user.forgot.password form .inline.field > label,
  1026. .user.reset.password form .inline.field > label,
  1027. .user.signin form .inline.field > label,
  1028. .user.signup form .inline.field > label {
  1029. width: 200px !important;
  1030. }
  1031. .repository.new.repo form,
  1032. .repository.new.migrate form,
  1033. .repository.new.fork form {
  1034. margin: auto;
  1035. width: 800px!important;
  1036. }
  1037. .repository.new.repo form .ui.message,
  1038. .repository.new.migrate form .ui.message,
  1039. .repository.new.fork form .ui.message {
  1040. text-align: center;
  1041. }
  1042. .repository.new.repo form .header,
  1043. .repository.new.migrate form .header,
  1044. .repository.new.fork form .header {
  1045. padding-left: 280px !important;
  1046. }
  1047. .repository.new.repo form .inline.field > label,
  1048. .repository.new.migrate form .inline.field > label,
  1049. .repository.new.fork form .inline.field > label {
  1050. text-align: right;
  1051. width: 250px !important;
  1052. word-wrap: break-word;
  1053. }
  1054. .repository.new.repo form .help,
  1055. .repository.new.migrate form .help,
  1056. .repository.new.fork form .help {
  1057. margin-left: 265px !important;
  1058. }
  1059. .repository.new.repo form .optional .title,
  1060. .repository.new.migrate form .optional .title,
  1061. .repository.new.fork form .optional .title {
  1062. margin-left: 250px !important;
  1063. }
  1064. .repository.new.repo form input,
  1065. .repository.new.migrate form input,
  1066. .repository.new.fork form input,
  1067. .repository.new.repo form textarea,
  1068. .repository.new.migrate form textarea,
  1069. .repository.new.fork form textarea {
  1070. width: 50%!important;
  1071. }
  1072. .repository.new.repo form .dropdown .dropdown.icon,
  1073. .repository.new.migrate form .dropdown .dropdown.icon,
  1074. .repository.new.fork form .dropdown .dropdown.icon {
  1075. margin-top: -7px !important;
  1076. }
  1077. .repository.new.repo form .dropdown .text,
  1078. .repository.new.migrate form .dropdown .text,
  1079. .repository.new.fork form .dropdown .text {
  1080. margin-right: 0!important;
  1081. }
  1082. .repository.new.repo form .dropdown .text i,
  1083. .repository.new.migrate form .dropdown .text i,
  1084. .repository.new.fork form .dropdown .text i {
  1085. margin-right: 0!important;
  1086. }
  1087. .repository.new.repo form .header,
  1088. .repository.new.migrate form .header,
  1089. .repository.new.fork form .header {
  1090. padding-left: 0 !important;
  1091. text-align: center;
  1092. }
  1093. .repository.new.repo .ui.form .selection.dropdown:not(.owner) {
  1094. width: 50%!important;
  1095. }
  1096. .repository.new.repo .ui.form #auto-init {
  1097. margin-left: 265px !important;
  1098. }
  1099. .new.webhook form .help {
  1100. margin-left: 25px;
  1101. }
  1102. .new.webhook .events.fields .column {
  1103. padding-left: 40px;
  1104. }
  1105. .repository {
  1106. padding-top: 15px;
  1107. padding-bottom: 80px;
  1108. }
  1109. .repository .head .column {
  1110. padding-top: 5px !important;
  1111. padding-bottom: 5px !important;
  1112. }
  1113. .repository .head .ui.compact.menu {
  1114. margin-left: 1rem;
  1115. }
  1116. .repository .head .ui.header {
  1117. margin-top: 0;
  1118. }
  1119. .repository .head .mega-octicon {
  1120. width: 30px;
  1121. font-size: 30px;
  1122. }
  1123. .repository .head .ui.huge.breadcrumb {
  1124. font-weight: 400;
  1125. font-size: 1.7rem;
  1126. }
  1127. .repository .head .fork-flag {
  1128. margin-left: 38px;
  1129. margin-top: 3px;
  1130. display: block;
  1131. font-size: 12px;
  1132. white-space: nowrap;
  1133. }
  1134. .repository .head .octicon.octicon-repo-forked {
  1135. margin-top: -1px;
  1136. font-size: 15px;
  1137. }
  1138. .repository .navbar {
  1139. display: flex;
  1140. justify-content: space-between;
  1141. }
  1142. .repository .navbar .ui.label {
  1143. margin-top: -2px;
  1144. margin-left: 7px;
  1145. padding: 3px 5px;
  1146. }
  1147. .repository .owner.dropdown {
  1148. min-width: 40% !important;
  1149. }
  1150. .repository .metas .menu {
  1151. max-height: 300px;
  1152. overflow-x: auto;
  1153. }
  1154. .repository .metas .ui.list .hide {
  1155. display: none!important;
  1156. }
  1157. .repository .metas .ui.list .item {
  1158. padding: 0px;
  1159. }
  1160. .repository .metas .ui.list .label.color {
  1161. padding: 0 8px;
  1162. margin-right: 5px;
  1163. }
  1164. .repository .metas .ui.list a {
  1165. margin: 2px 0;
  1166. }
  1167. .repository .metas .ui.list a .text {
  1168. color: #444;
  1169. }
  1170. .repository .metas .ui.list a .text:hover {
  1171. color: #000;
  1172. }
  1173. .repository .header-wrapper {
  1174. background-color: #FAFAFA;
  1175. margin-top: -15px;
  1176. padding-top: 15px;
  1177. }
  1178. .repository .header-wrapper .ui.tabs.divider {
  1179. border-bottom: none;
  1180. }
  1181. .repository .header-wrapper .ui.tabular .octicon {
  1182. margin-right: 5px;
  1183. }
  1184. .repository .filter.menu .label.color {
  1185. border-radius: 3px;
  1186. margin-left: 15px;
  1187. padding: 0 8px;
  1188. }
  1189. .repository .filter.menu .octicon {
  1190. float: left;
  1191. margin-left: -5px;
  1192. margin-right: -7px;
  1193. }
  1194. .repository .filter.menu .menu {
  1195. max-height: 300px;
  1196. overflow-x: auto;
  1197. right: 0!important;
  1198. left: auto!important;
  1199. }
  1200. .repository .filter.menu .dropdown.item {
  1201. margin: 1px;
  1202. padding-right: 0;
  1203. }
  1204. .repository .ui.tabs.container {
  1205. margin-top: 14px;
  1206. margin-bottom: 0px;
  1207. }
  1208. .repository .ui.tabs.container .ui.menu {
  1209. border-bottom: none;
  1210. }
  1211. .repository .ui.tabs.divider {
  1212. margin-top: 0;
  1213. margin-bottom: 20px;
  1214. }
  1215. .repository #clone-panel {
  1216. margin-top: -8px;
  1217. margin-left: 5px;
  1218. width: 350px;
  1219. }
  1220. .repository #clone-panel input {
  1221. border-radius: 0;
  1222. padding: 5px 10px;
  1223. }
  1224. .repository #clone-panel .clone.button {
  1225. font-size: 13px;
  1226. padding: 0 5px;
  1227. }
  1228. .repository #clone-panel .clone.button:first-child {
  1229. border-radius: .28571429rem 0 0 .28571429rem;
  1230. }
  1231. .repository #clone-panel .icon.button {
  1232. padding: 0 10px;
  1233. }
  1234. .repository #clone-panel .dropdown .menu {
  1235. right: 0!important;
  1236. left: auto!important;
  1237. }
  1238. .repository.file.list #repo-desc {
  1239. font-size: 1.2em;
  1240. }
  1241. .repository.file.list .choose.reference .header .icon {
  1242. font-size: 1.4em;
  1243. }
  1244. .repository.file.list #file-buttons {
  1245. font-weight: normal;
  1246. margin-top: -3px;
  1247. }
  1248. .repository.file.list #file-buttons .ui.button {
  1249. padding: 8px 10px;
  1250. font-weight: normal;
  1251. }
  1252. .repository.file.list #repo-files-table thead th {
  1253. padding-top: 8px;
  1254. padding-bottom: 5px;
  1255. font-weight: normal;
  1256. }
  1257. .repository.file.list #repo-files-table thead th:first-child {
  1258. display: block;
  1259. position: relative;
  1260. width: 325%;
  1261. }
  1262. .repository.file.list #repo-files-table thead .ui.avatar {
  1263. margin-bottom: 5px;
  1264. }
  1265. .repository.file.list #repo-files-table tbody .octicon {
  1266. margin-left: 3px;
  1267. margin-right: 5px;
  1268. color: #777;
  1269. }
  1270. .repository.file.list #repo-files-table tbody .octicon.octicon-mail-reply {
  1271. margin-right: 10px;
  1272. }
  1273. .repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,
  1274. .repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
  1275. color: #1e70bf;
  1276. }
  1277. .repository.file.list #repo-files-table td {
  1278. padding-top: 8px;
  1279. padding-bottom: 8px;
  1280. }
  1281. .repository.file.list #repo-files-table tr:hover {
  1282. background-color: #ffffEE;
  1283. }
  1284. .repository.file.list #repo-files-table .jumpable-path {
  1285. color: #888;
  1286. }
  1287. .repository.file.list #file-content .header .icon {
  1288. font-size: 1em;
  1289. margin-top: -2px;
  1290. }
  1291. .repository.file.list #file-content .header .file-actions {
  1292. padding-left: 20px;
  1293. }
  1294. .repository.file.list #file-content .header .file-actions .btn-octicon {
  1295. display: inline-block;
  1296. padding: 5px;
  1297. margin-left: 5px;
  1298. line-height: 1;
  1299. color: #767676;
  1300. vertical-align: middle;
  1301. background: transparent;
  1302. border: 0;
  1303. outline: none;
  1304. }
  1305. .repository.file.list #file-content .header .file-actions .btn-octicon:hover {
  1306. color: #4078c0;
  1307. }
  1308. .repository.file.list #file-content .header .file-actions .btn-octicon-danger:hover {
  1309. color: #bd2c00;
  1310. }
  1311. .repository.file.list #file-content .header .file-actions .btn-octicon.disabled {
  1312. color: #bbb;
  1313. cursor: default;
  1314. }
  1315. .repository.file.list #file-content .header .file-actions #delete-file-form {
  1316. display: inline-block;
  1317. }
  1318. .repository.file.list #file-content .view-raw {
  1319. padding: 5px;
  1320. }
  1321. .repository.file.list #file-content .view-raw * {
  1322. max-width: 100%;
  1323. }
  1324. .repository.file.list #file-content .view-raw img {
  1325. padding: 5px 5px 0 5px;
  1326. }
  1327. .repository.file.list #file-content .code-view * {
  1328. font-size: 12px;
  1329. font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  1330. line-height: 20px;
  1331. }
  1332. .repository.file.list #file-content .code-view table {
  1333. width: 100%;
  1334. }
  1335. .repository.file.list #file-content .code-view .lines-num {
  1336. vertical-align: top;
  1337. text-align: right;
  1338. color: #999;
  1339. background: #f5f5f5;
  1340. width: 1%;
  1341. }
  1342. .repository.file.list #file-content .code-view .lines-num span {
  1343. line-height: 20px;
  1344. padding: 0 10px;
  1345. cursor: pointer;
  1346. display: block;
  1347. }
  1348. .repository.file.list #file-content .code-view .lines-num,
  1349. .repository.file.list #file-content .code-view .lines-code {
  1350. padding: 0;
  1351. }
  1352. .repository.file.list #file-content .code-view .lines-num pre,
  1353. .repository.file.list #file-content .code-view .lines-code pre,
  1354. .repository.file.list #file-content .code-view .lines-num ol,
  1355. .repository.file.list #file-content .code-view .lines-code ol,
  1356. .repository.file.list #file-content .code-view .lines-num .hljs,
  1357. .repository.file.list #file-content .code-view .lines-code .hljs {
  1358. background-color: white;
  1359. margin: 0;
  1360. padding: 0 !important;
  1361. }
  1362. .repository.file.list #file-content .code-view .lines-num pre li,
  1363. .repository.file.list #file-content .code-view .lines-code pre li,
  1364. .repository.file.list #file-content .code-view .lines-num ol li,
  1365. .repository.file.list #file-content .code-view .lines-code ol li,
  1366. .repository.file.list #file-content .code-view .lines-num .hljs li,
  1367. .repository.file.list #file-content .code-view .lines-code .hljs li {
  1368. display: inline-block;
  1369. width: 100%;
  1370. }
  1371. .repository.file.list #file-content .code-view .lines-num pre li.active,
  1372. .repository.file.list #file-content .code-view .lines-code pre li.active,
  1373. .repository.file.list #file-content .code-view .lines-num ol li.active,
  1374. .repository.file.list #file-content .code-view .lines-code ol li.active,
  1375. .repository.file.list #file-content .code-view .lines-num .hljs li.active,
  1376. .repository.file.list #file-content .code-view .lines-code .hljs li.active {
  1377. background: #ffffdd;
  1378. }
  1379. .repository.file.list #file-content .code-view .lines-num pre li:before,
  1380. .repository.file.list #file-content .code-view .lines-code pre li:before,
  1381. .repository.file.list #file-content .code-view .lines-num ol li:before,
  1382. .repository.file.list #file-content .code-view .lines-code ol li:before,
  1383. .repository.file.list #file-content .code-view .lines-num .hljs li:before,
  1384. .repository.file.list #file-content .code-view .lines-code .hljs li:before {
  1385. content: ' ';
  1386. }
  1387. .repository.file.list .sidebar {
  1388. padding-left: 0;
  1389. }
  1390. .repository.file.list .sidebar .octicon {
  1391. width: 16px;
  1392. }
  1393. .repository.file.editor .treepath {
  1394. width: 100%;
  1395. }
  1396. .repository.file.editor .treepath input {
  1397. vertical-align: middle;
  1398. box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 2px inset;
  1399. width: inherit;
  1400. padding: 7px 8px;
  1401. margin-right: 5px;
  1402. }
  1403. .repository.file.editor .tabular.menu .octicon {
  1404. margin-right: 5px;
  1405. }
  1406. .repository.file.editor .commit-form-wrapper {
  1407. padding-left: 64px;
  1408. }
  1409. .repository.file.editor .tab[data-tab="write"] {
  1410. padding: 0 !important;
  1411. }
  1412. .repository.file.editor .tab[data-tab="write"] .editor-toolbar {
  1413. border: none !important;
  1414. }
  1415. .repository.file.editor .tab[data-tab="write"] .CodeMirror {
  1416. border-left: none;
  1417. border-right: none;
  1418. border-bottom: none;
  1419. }
  1420. .repository.file.editor .commit-form-wrapper .commit-avatar {
  1421. float: left;
  1422. margin-left: -64px;
  1423. width: 3em;
  1424. height: auto;
  1425. }
  1426. .repository.file.editor .commit-form-wrapper .commit-form {
  1427. position: relative;
  1428. padding: 15px;
  1429. margin-bottom: 10px;
  1430. border: 1px solid #ddd;
  1431. border-radius: 3px;
  1432. }
  1433. .repository.file.editor .commit-form-wrapper .commit-form:before,
  1434. .repository.file.editor .commit-form-wrapper .commit-form:after {
  1435. right: 100%;
  1436. top: 20px;
  1437. border: solid transparent;
  1438. content: " ";
  1439. height: 0;
  1440. width: 0;
  1441. position: absolute;
  1442. pointer-events: none;
  1443. }
  1444. .repository.file.editor .commit-form-wrapper .commit-form:before {
  1445. border-right-color: #D4D4D5;
  1446. border-width: 9px;
  1447. margin-top: -9px;
  1448. }
  1449. .repository.file.editor .commit-form-wrapper .commit-form:after {
  1450. border-right-color: #f7f7f7;
  1451. border-width: 8px;
  1452. margin-top: -8px;
  1453. }
  1454. .repository.file.editor .commit-form-wrapper .commit-form:after {
  1455. border-right-color: #fff;
  1456. }
  1457. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .branch-name {
  1458. display: inline-block;
  1459. padding: 3px 6px;
  1460. font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  1461. color: rgba(0, 0, 0, 0.65);
  1462. background-color: rgba(209, 227, 237, 0.45);
  1463. border-radius: 3px;
  1464. }
  1465. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input {
  1466. position: relative;
  1467. margin-left: 25px;
  1468. }
  1469. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input input {
  1470. width: 240px !important;
  1471. padding-left: 26px !important;
  1472. }
  1473. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .octicon-git-branch {
  1474. position: absolute;
  1475. top: 9px;
  1476. left: 10px;
  1477. color: #b0c4ce;
  1478. }
  1479. .repository.options #interval {
  1480. width: 100px!important;
  1481. min-width: 100px;
  1482. }
  1483. .repository.options .danger .item {
  1484. padding: 20px 15px;
  1485. }
  1486. .repository.options .danger .ui.divider {
  1487. margin: 0;
  1488. }
  1489. .repository.new.issue .comment.form .comment .avatar {
  1490. width: 3em;
  1491. }
  1492. .repository.new.issue .comment.form .content {
  1493. margin-left: 4em;
  1494. }
  1495. .repository.new.issue .comment.form .content:before,
  1496. .repository.new.issue .comment.form .content:after {
  1497. right: 100%;
  1498. top: 20px;
  1499. border: solid transparent;
  1500. content: " ";
  1501. height: 0;
  1502. width: 0;
  1503. position: absolute;
  1504. pointer-events: none;
  1505. }
  1506. .repository.new.issue .comment.form .content:before {
  1507. border-right-color: #D4D4D5;
  1508. border-width: 9px;
  1509. margin-top: -9px;
  1510. }
  1511. .repository.new.issue .comment.form .content:after {
  1512. border-right-color: #f7f7f7;
  1513. border-width: 8px;
  1514. margin-top: -8px;
  1515. }
  1516. .repository.new.issue .comment.form .content:after {
  1517. border-right-color: #fff;
  1518. }
  1519. .repository.new.issue .comment.form .content .markdown {
  1520. font-size: 14px;
  1521. }
  1522. .repository.new.issue .comment.form .metas {
  1523. min-width: 220px;
  1524. }
  1525. .repository.new.issue .comment.form .metas .filter.menu {
  1526. max-height: 300px;
  1527. overflow-x: auto;
  1528. }
  1529. .repository.view.issue .title {
  1530. padding-bottom: 0!important;
  1531. }
  1532. .repository.view.issue .title h1 {
  1533. font-weight: 300;
  1534. font-size: 2.3rem;
  1535. margin-bottom: 5px;
  1536. }
  1537. .repository.view.issue .title h1 .ui.input {
  1538. font-size: 0.5em;
  1539. vertical-align: top;
  1540. width: 50%;
  1541. min-width: 600px;
  1542. }
  1543. .repository.view.issue .title h1 .ui.input input {
  1544. font-size: 1.5em;
  1545. padding: 6px 10px;
  1546. }
  1547. .repository.view.issue .title .index {
  1548. font-weight: 300;
  1549. color: #aaa;
  1550. letter-spacing: -1px;
  1551. }
  1552. .repository.view.issue .title .label {
  1553. margin-right: 10px;
  1554. }
  1555. .repository.view.issue .title .edit-zone {
  1556. margin-top: 10px;
  1557. }
  1558. .repository.view.issue .pull-desc code {
  1559. color: #0166E6;
  1560. }
  1561. .repository.view.issue .pull.tabular.menu {
  1562. margin-bottom: 10px;
  1563. }
  1564. .repository.view.issue .pull.tabular.menu .octicon {
  1565. margin-right: 5px;
  1566. }
  1567. .repository.view.issue .pull.tab.segment {
  1568. border: none;
  1569. padding: 0;
  1570. padding-top: 10px;
  1571. box-shadow: none;
  1572. background-color: inherit;
  1573. }
  1574. .repository.view.issue .pull .merge.box .avatar {
  1575. margin-left: 10px;
  1576. margin-top: 10px;
  1577. }
  1578. .repository.view.issue .comment-list:before {
  1579. display: block;
  1580. content: "";
  1581. position: absolute;
  1582. margin-top: 12px;
  1583. margin-bottom: 14px;
  1584. top: 0;
  1585. bottom: 0;
  1586. left: 96px;
  1587. width: 2px;
  1588. background-color: #f3f3f3;
  1589. z-index: -1;
  1590. }
  1591. .repository.view.issue .comment-list .comment .avatar {
  1592. width: 3em;
  1593. }
  1594. .repository.view.issue .comment-list .comment .tag {
  1595. color: #767676;
  1596. margin-top: 3px;
  1597. padding: 2px 5px;
  1598. font-size: 12px;
  1599. border: 1px solid rgba(0, 0, 0, 0.1);
  1600. border-radius: 3px;
  1601. }
  1602. .repository.view.issue .comment-list .comment .actions .item {
  1603. float: left;
  1604. }
  1605. .repository.view.issue .comment-list .comment .actions .item.tag {
  1606. margin-right: 5px;
  1607. }
  1608. .repository.view.issue .comment-list .comment .actions .item.action {
  1609. margin-top: 6px;
  1610. margin-left: 10px;
  1611. }
  1612. .repository.view.issue .comment-list .comment .content {
  1613. margin-left: 4em;
  1614. }
  1615. .repository.view.issue .comment-list .comment .content .header {
  1616. font-weight: normal;
  1617. padding: auto 15px;
  1618. position: relative;
  1619. color: #767676;
  1620. background-color: #f7f7f7;
  1621. border-bottom: 1px solid #eee;
  1622. border-top-left-radius: 3px;
  1623. border-top-right-radius: 3px;
  1624. }
  1625. .repository.view.issue .comment-list .comment .content .header:before,
  1626. .repository.view.issue .comment-list .comment .content .header:after {
  1627. right: 100%;
  1628. top: 20px;
  1629. border: solid transparent;
  1630. content: " ";
  1631. height: 0;
  1632. width: 0;
  1633. position: absolute;
  1634. pointer-events: none;
  1635. }
  1636. .repository.view.issue .comment-list .comment .content .header:before {
  1637. border-right-color: #D4D4D5;
  1638. border-width: 9px;
  1639. margin-top: -9px;
  1640. }
  1641. .repository.view.issue .comment-list .comment .content .header:after {
  1642. border-right-color: #f7f7f7;
  1643. border-width: 8px;
  1644. margin-top: -8px;
  1645. }
  1646. .repository.view.issue .comment-list .comment .content .header .text {
  1647. max-width: 78%;
  1648. padding-top: 10px;
  1649. padding-bottom: 10px;
  1650. }
  1651. .repository.view.issue .comment-list .comment .content .markdown {
  1652. font-size: 14px;
  1653. }
  1654. .repository.view.issue .comment-list .comment .content .no-content {
  1655. color: #767676;
  1656. font-style: italic;
  1657. }
  1658. .repository.view.issue .comment-list .comment .content > .bottom.segment {
  1659. background: #f3f4f5;
  1660. }
  1661. .repository.view.issue .comment-list .comment .content > .bottom.segment .ui.images::after {
  1662. clear: both;
  1663. content: ' ';
  1664. display: block;
  1665. }
  1666. .repository.view.issue .comment-list .comment .content > .bottom.segment a {
  1667. display: block;
  1668. float: left;
  1669. margin: 5px;
  1670. padding: 5px;
  1671. height: 150px;
  1672. border: solid 1px #eee;
  1673. border-radius: 3px;
  1674. max-width: 150px;
  1675. background-color: #fff;
  1676. }
  1677. .repository.view.issue .comment-list .comment .content > .bottom.segment a:before {
  1678. content: ' ';
  1679. display: inline-block;
  1680. height: 100%;
  1681. vertical-align: middle;
  1682. }
  1683. .repository.view.issue .comment-list .comment .content > .bottom.segment .ui.image {
  1684. max-height: 100%;
  1685. width: auto;
  1686. margin: 0;
  1687. vertical-align: middle;
  1688. }
  1689. .repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image {
  1690. font-size: 8vw;
  1691. color: #000000;
  1692. }
  1693. .repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image:hover {
  1694. color: #000000;
  1695. }
  1696. .repository.view.issue .comment-list .comment .ui.form .field:first-child {
  1697. clear: none;
  1698. }
  1699. .repository.view.issue .comment-list .comment .ui.form .tab.segment {
  1700. border: none;
  1701. padding: 0;
  1702. padding-top: 10px;
  1703. }
  1704. .repository.view.issue .comment-list .comment .ui.form textarea {
  1705. height: 200px;
  1706. font-family: "Consolas", monospace;
  1707. }
  1708. .repository.view.issue .comment-list .comment .edit.buttons {
  1709. margin-top: 10px;
  1710. }
  1711. .repository.view.issue .comment-list .event {
  1712. position: relative;
  1713. margin: 15px 0 15px 79px;
  1714. padding-left: 25px;
  1715. }
  1716. .repository.view.issue .comment-list .event .octicon {
  1717. width: 30px;
  1718. float: left;
  1719. text-align: center;
  1720. }
  1721. .repository.view.issue .comment-list .event .octicon.octicon-circle-slash {
  1722. margin-top: 5px;
  1723. margin-left: -34.5px;
  1724. font-size: 20px;
  1725. color: #bd2c00;
  1726. }
  1727. .repository.view.issue .comment-list .event .octicon.octicon-primitive-dot {
  1728. margin-left: -28.5px;
  1729. margin-right: -1px;
  1730. font-size: 30px;
  1731. color: #6cc644;
  1732. }
  1733. .repository.view.issue .comment-list .event .octicon.octicon-bookmark {
  1734. margin-top: 3px;
  1735. margin-left: -31px;
  1736. margin-right: -1px;
  1737. font-size: 25px;
  1738. }
  1739. .repository.view.issue .comment-list .event .detail {
  1740. font-size: 0.9rem;
  1741. margin-top: 5px;
  1742. margin-left: 35px;
  1743. }
  1744. .repository.view.issue .comment-list .event .detail .octicon.octicon-git-commit {
  1745. margin-top: 2px;
  1746. }
  1747. .repository.view.issue .ui.segment.metas {
  1748. margin-top: -3px;
  1749. }
  1750. .repository.view.issue .ui.participants img {
  1751. margin-top: 5px;
  1752. margin-right: 5px;
  1753. }
  1754. .repository .comment.form .ui.comments {
  1755. margin-top: -12px;
  1756. max-width: 100%;
  1757. }
  1758. .repository .comment.form .content .field:first-child {
  1759. clear: none;
  1760. }
  1761. .repository .comment.form .content .form:before,
  1762. .repository .comment.form .content .form:after {
  1763. right: 100%;
  1764. top: 20px;
  1765. border: solid transparent;
  1766. content: " ";
  1767. height: 0;
  1768. width: 0;
  1769. position: absolute;
  1770. pointer-events: none;
  1771. }
  1772. .repository .comment.form .content .form:before {
  1773. border-right-color: #D4D4D5;
  1774. border-width: 9px;
  1775. margin-top: -9px;
  1776. }
  1777. .repository .comment.form .content .form:after {
  1778. border-right-color: #f7f7f7;
  1779. border-width: 8px;
  1780. margin-top: -8px;
  1781. }
  1782. .repository .comment.form .content .form:after {
  1783. border-right-color: #fff;
  1784. }
  1785. .repository .comment.form .content .tab.segment {
  1786. border: none;
  1787. padding: 0;
  1788. padding-top: 10px;
  1789. }
  1790. .repository .comment.form .content textarea {
  1791. height: 200px;
  1792. font-family: "Consolas", monospace;
  1793. }
  1794. .repository .label.list {
  1795. list-style: none;
  1796. padding-top: 15px;
  1797. }
  1798. .repository .label.list .item {
  1799. padding-top: 10px;
  1800. padding-bottom: 10px;
  1801. border-bottom: 1px dashed #AAA;
  1802. }
  1803. .repository .label.list .item a {
  1804. font-size: 15px;
  1805. padding-top: 5px;
  1806. padding-right: 10px;
  1807. color: #666;
  1808. }
  1809. .repository .label.list .item a:hover {
  1810. color: #000;
  1811. }
  1812. .repository .label.list .item a.open-issues {
  1813. margin-right: 30px;
  1814. }
  1815. .repository .label.list .item .ui.label {
  1816. font-size: 1em;
  1817. }
  1818. .repository .milestone.list {
  1819. list-style: none;
  1820. padding-top: 15px;
  1821. }
  1822. .repository .milestone.list > .item {
  1823. padding-top: 10px;
  1824. padding-bottom: 10px;
  1825. border-bottom: 1px dashed #AAA;
  1826. }
  1827. .repository .milestone.list > .item > a {
  1828. padding-top: 5px;
  1829. padding-right: 10px;
  1830. color: #000;
  1831. }
  1832. .repository .milestone.list > .item > a:hover {
  1833. color: #4078c0;
  1834. }
  1835. .repository .milestone.list > .item .ui.progress {
  1836. width: 40%;
  1837. padding: 0;
  1838. border: 0;
  1839. margin: 0;
  1840. }
  1841. .repository .milestone.list > .item .ui.progress .bar {
  1842. height: 20px;
  1843. }
  1844. .repository .milestone.list > .item .meta {
  1845. color: #999;
  1846. padding-top: 5px;
  1847. }
  1848. .repository .milestone.list > .item .meta .issue-stats .octicon {
  1849. padding-left: 5px;
  1850. }
  1851. .repository .milestone.list > .item .meta .overdue {
  1852. color: red;
  1853. }
  1854. .repository .milestone.list > .item .operate {
  1855. margin-top: -15px;
  1856. }
  1857. .repository .milestone.list > .item .operate > a {
  1858. font-size: 15px;
  1859. padding-top: 5px;
  1860. padding-right: 10px;
  1861. color: #666;
  1862. }
  1863. .repository .milestone.list > .item .operate > a:hover {
  1864. color: #000;
  1865. }
  1866. .repository .milestone.list > .item .content {
  1867. padding-top: 10px;
  1868. }
  1869. .repository.new.milestone textarea {
  1870. height: 200px;
  1871. }
  1872. .repository.new.milestone #deadline {
  1873. width: 150px;
  1874. }
  1875. .repository.compare.pull .choose.branch .octicon {
  1876. padding-right: 10px;
  1877. }
  1878. .repository.compare.pull .comment.form .content:before,
  1879. .repository.compare.pull .comment.form .content:after {
  1880. right: 100%;
  1881. top: 20px;
  1882. border: solid transparent;
  1883. content: " ";
  1884. height: 0;
  1885. width: 0;
  1886. position: absolute;
  1887. pointer-events: none;
  1888. }
  1889. .repository.compare.pull .comment.form .content:before {
  1890. border-right-color: #D4D4D5;
  1891. border-width: 9px;
  1892. margin-top: -9px;
  1893. }
  1894. .repository.compare.pull .comment.form .content:after {
  1895. border-right-color: #f7f7f7;
  1896. border-width: 8px;
  1897. margin-top: -8px;
  1898. }
  1899. .repository.compare.pull .comment.form .content:after {
  1900. border-right-color: #fff;
  1901. }
  1902. .repository .filter.dropdown .menu {
  1903. margin-top: 1px!important;
  1904. }
  1905. .repository.commits .header .ui.right .search input {
  1906. font-weight: normal;
  1907. padding: 5px 10px;
  1908. }
  1909. .repository #commits-table thead th:first-of-type {
  1910. padding-left: 15px;
  1911. }
  1912. .repository #commits-table thead .sha {
  1913. font-size: 13px;
  1914. padding: 6px 40px 4px 35px;
  1915. }
  1916. .repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) {
  1917. background-color: rgba(0, 0, 0, 0.02) !important;
  1918. }
  1919. .repository .diff-detail-box {
  1920. margin: 15px 0;
  1921. line-height: 30px;
  1922. }
  1923. .repository .diff-detail-box ol {
  1924. clear: both;
  1925. padding-left: 0;
  1926. margin-top: 5px;
  1927. margin-bottom: 28px;
  1928. }
  1929. .repository .diff-detail-box ol li {
  1930. list-style: none;
  1931. padding-bottom: 4px;
  1932. margin-bottom: 4px;
  1933. border-bottom: 1px dashed #DDD;
  1934. padding-left: 6px;
  1935. }
  1936. .repository .diff-detail-box span.status {
  1937. display: inline-block;
  1938. width: 12px;
  1939. height: 12px;
  1940. margin-right: 8px;
  1941. vertical-align: middle;
  1942. }
  1943. .repository .diff-detail-box span.status.modify {
  1944. background-color: #f0db88;
  1945. }
  1946. .repository .diff-detail-box span.status.add {
  1947. background-color: #b4e2b4;
  1948. }
  1949. .repository .diff-detail-box span.status.del {
  1950. background-color: #e9aeae;
  1951. }
  1952. .repository .diff-detail-box span.status.rename {
  1953. background-color: #dad8ff;
  1954. }
  1955. .repository .diff-box .count {
  1956. margin-right: 12px;
  1957. font-size: 13px;
  1958. }
  1959. .repository .diff-box .count .bar {
  1960. background-color: #bd2c00;
  1961. height: 12px;
  1962. width: 40px;
  1963. display: inline-block;
  1964. margin: 2px 4px 0 4px;
  1965. vertical-align: text-top;
  1966. }
  1967. .repository .diff-box .count .bar .add {
  1968. background-color: #55a532;
  1969. height: 12px;
  1970. }
  1971. .repository .diff-box .file {
  1972. color: #888;
  1973. }
  1974. .repository .diff-file-box .header {
  1975. background-color: #f7f7f7;
  1976. }
  1977. .repository .diff-file-box .file-body.file-code .lines-num {
  1978. text-align: right;
  1979. color: #A7A7A7;
  1980. background: #fafafa;
  1981. width: 1%;
  1982. }
  1983. .repository .diff-file-box .file-body.file-code .lines-num span.fold {
  1984. display: block;
  1985. text-align: center;
  1986. }
  1987. .repository .diff-file-box .file-body.file-code .lines-num-old {
  1988. border-right: 1px solid #DDD;
  1989. }
  1990. .repository .diff-file-box .code-diff {
  1991. font-size: 12px;
  1992. }
  1993. .repository .diff-file-box .code-diff td {
  1994. padding: 0;
  1995. padding-left: 10px;
  1996. border-top: none;
  1997. }
  1998. .repository .diff-file-box .code-diff pre {
  1999. margin: 0;
  2000. }
  2001. .repository .diff-file-box .code-diff .lines-num {
  2002. border-right: 1px solid #d4d4d5;
  2003. padding: 0 5px;
  2004. }
  2005. .repository .diff-file-box .code-diff tbody tr td.halfwidth {
  2006. width: 50%;
  2007. }
  2008. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  2009. .repository .diff-file-box .code-diff tbody tr td.tag-code {
  2010. background-color: #F0F0F0 !important;
  2011. border-color: #D2CECE !important;
  2012. padding-top: 8px;
  2013. padding-bottom: 8px;
  2014. }
  2015. .repository .diff-file-box .code-diff tbody tr .removed-code {
  2016. background-color: #ff9999;
  2017. }
  2018. .repository .diff-file-box .code-diff tbody tr .added-code {
  2019. background-color: #99ff99;
  2020. }
  2021. .repository .diff-file-box .code-diff-unified tbody tr.del-code td {
  2022. background-color: #ffe0e0 !important;
  2023. border-color: #f1c0c0 !important;
  2024. }
  2025. .repository .diff-file-box .code-diff-unified tbody tr.add-code td {
  2026. background-color: #d6fcd6 !important;
  2027. border-color: #c1e9c1 !important;
  2028. }
  2029. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1),
  2030. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),
  2031. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3),
  2032. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4) {
  2033. background-color: #fafafa;
  2034. }
  2035. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1),
  2036. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2),
  2037. .repository .diff-file-box .code-diff-split tbody tr td.del-code {
  2038. background-color: #ffe0e0 !important;
  2039. border-color: #f1c0c0 !important;
  2040. }
  2041. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
  2042. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4),
  2043. .repository .diff-file-box .code-diff-split tbody tr td.add-code {
  2044. background-color: #d6fcd6 !important;
  2045. border-color: #c1e9c1 !important;
  2046. }
  2047. .repository .diff-file-box.file-content img {
  2048. max-width: 100%;
  2049. padding: 5px 5px 0 5px;
  2050. }
  2051. .repository .code-view {
  2052. overflow: auto;
  2053. overflow-x: auto;
  2054. overflow-y: hidden;
  2055. }
  2056. .repository.quickstart .guide .item {
  2057. padding: 1em;
  2058. }
  2059. .repository.quickstart .guide .item small {
  2060. font-weight: normal;
  2061. }
  2062. .repository.quickstart .guide .clone.button:first-child {
  2063. border-radius: .28571429rem 0 0 .28571429rem;
  2064. }
  2065. .repository.quickstart .guide .ui.action.small.input {
  2066. width: 100%;
  2067. }
  2068. .repository.quickstart .guide #repo-clone-url {
  2069. border-radius: 0;
  2070. padding: 5px 10px;
  2071. font-size: 1.2em;
  2072. }
  2073. .repository.release #release-list {
  2074. border-top: 1px solid #DDD;
  2075. margin-top: 20px;
  2076. padding-top: 15px;
  2077. }
  2078. .repository.release #release-list > li {
  2079. list-style: none;
  2080. }
  2081. .repository.release #release-list > li .meta,
  2082. .repository.release #release-list > li .detail {
  2083. padding-top: 30px;
  2084. padding-bottom: 40px;
  2085. }
  2086. .repository.release #release-list > li .meta {
  2087. text-align: right;
  2088. position: relative;
  2089. }
  2090. .repository.release #release-list > li .meta .tag:not(.icon) {
  2091. display: block;
  2092. margin-top: 15px;
  2093. }
  2094. .repository.release #release-list > li .meta .commit {
  2095. display: block;
  2096. margin-top: 10px;
  2097. }
  2098. .repository.release #release-list > li .detail {
  2099. border-left: 1px solid #DDD;
  2100. }
  2101. .repository.release #release-list > li .detail .author img {
  2102. margin-bottom: -3px;
  2103. }
  2104. .repository.release #release-list > li .detail .download {
  2105. margin-top: 20px;
  2106. }
  2107. .repository.release #release-list > li .detail .download > a .octicon {
  2108. margin-left: 5px;
  2109. margin-right: 5px;
  2110. }
  2111. .repository.release #release-list > li .detail .download .list {
  2112. padding-left: 0;
  2113. border-top: 1px solid #eee;
  2114. }
  2115. .repository.release #release-list > li .detail .download .list li {
  2116. list-style: none;
  2117. display: block;
  2118. padding-top: 8px;
  2119. padding-bottom: 8px;
  2120. border-bottom: 1px solid #eee;
  2121. }
  2122. .repository.release #release-list > li .detail .dot {
  2123. width: 9px;
  2124. height: 9px;
  2125. background-color: #ccc;
  2126. z-index: 999;
  2127. position: absolute;
  2128. display: block;
  2129. left: -5px;
  2130. top: 40px;
  2131. border-radius: 6px;
  2132. border: 1px solid #FFF;
  2133. }
  2134. .repository.new.release .target {
  2135. min-width: 500px;
  2136. }
  2137. .repository.new.release .target #tag-name {
  2138. margin-top: -4px;
  2139. }
  2140. .repository.new.release .target .at {
  2141. margin-left: -5px;
  2142. margin-right: 5px;
  2143. }
  2144. .repository.new.release .target .dropdown.icon {
  2145. margin: 0;
  2146. padding-top: 3px;
  2147. }
  2148. .repository.new.release .target .selection.dropdown {
  2149. padding-top: 10px;
  2150. padding-bottom: 10px;
  2151. }
  2152. .repository.new.release .prerelease.field {
  2153. margin-bottom: 0;
  2154. }
  2155. .repository.forks .list {
  2156. margin-top: 0;
  2157. }
  2158. .repository.forks .list .item {
  2159. padding-top: 10px;
  2160. padding-bottom: 10px;
  2161. border-bottom: 1px solid #DDD;
  2162. }
  2163. .repository.forks .list .item .ui.avatar {
  2164. float: left;
  2165. margin-right: 5px;
  2166. }
  2167. .repository.forks .list .item .link {
  2168. padding-top: 5px;
  2169. }
  2170. .repository.wiki.start .ui.segment {
  2171. padding-top: 70px;
  2172. padding-bottom: 100px;
  2173. }
  2174. .repository.wiki.start .ui.segment .mega-octicon {
  2175. font-size: 48px;
  2176. }
  2177. .repository.wiki.new .CodeMirror .CodeMirror-code {
  2178. font-family: "Consolas", monospace;
  2179. }
  2180. .repository.wiki.new .CodeMirror .CodeMirror-code .cm-comment {
  2181. background: inherit;
  2182. }
  2183. .repository.wiki.new .editor-preview {
  2184. background-color: white;
  2185. }
  2186. .repository.wiki.view .choose.page {
  2187. margin-top: -5px;
  2188. }
  2189. .repository.wiki.view .ui.sub.header {
  2190. text-transform: none;
  2191. }
  2192. .repository.wiki.view .markdown {
  2193. padding: 15px 30px;
  2194. }
  2195. .repository.wiki.view .markdown h1:first-of-type,
  2196. .repository.wiki.view .markdown h2:first-of-type,
  2197. .repository.wiki.view .markdown h3:first-of-type,
  2198. .repository.wiki.view .markdown h4:first-of-type,
  2199. .repository.wiki.view .markdown h5:first-of-type,
  2200. .repository.wiki.view .markdown h6:first-of-type {
  2201. margin-top: 0;
  2202. }
  2203. .repository.settings.collaboration .collaborator.list {
  2204. padding: 0;
  2205. }
  2206. .repository.settings.collaboration .collaborator.list > .item {
  2207. margin: 0;
  2208. line-height: 2em;
  2209. }
  2210. .repository.settings.collaboration .collaborator.list > .item:not(:last-child) {
  2211. border-bottom: 1px solid #DDD;
  2212. }
  2213. .repository.settings.collaboration #repo-collab-form #search-user-box .results {
  2214. left: 7px;
  2215. }
  2216. .repository.settings.collaboration #repo-collab-form .ui.button {
  2217. margin-left: 5px;
  2218. margin-top: -3px;
  2219. }
  2220. .repository.settings.webhook .events .column {
  2221. padding-bottom: 0;
  2222. }
  2223. .repository.settings.webhook .events .help {
  2224. font-size: 13px;
  2225. margin-left: 26px;
  2226. padding-top: 0;
  2227. }
  2228. .user-cards .list {
  2229. padding: 0;
  2230. }
  2231. .user-cards .list .item {
  2232. list-style: none;
  2233. width: 32%;
  2234. margin: 10px 10px 10px 0;
  2235. padding-bottom: 14px;
  2236. float: left;
  2237. }
  2238. .user-cards .list .item .avatar {
  2239. width: 48px;
  2240. height: 48px;
  2241. float: left;
  2242. display: block;
  2243. margin-right: 10px;
  2244. }
  2245. .user-cards .list .item .name {
  2246. margin-top: 0;
  2247. margin-bottom: 0;
  2248. font-weight: normal;
  2249. }
  2250. .user-cards .list .item .meta {
  2251. margin-top: 5px;
  2252. }
  2253. #search-repo-box .results,
  2254. #search-user-box .results {
  2255. padding: 0;
  2256. position: absolute;
  2257. }
  2258. #search-repo-box .results .item,
  2259. #search-user-box .results .item {
  2260. padding: 10px 15px;
  2261. border-bottom: 1px solid #DDD;
  2262. cursor: pointer;
  2263. }
  2264. #search-repo-box .results .item:hover,
  2265. #search-user-box .results .item:hover {
  2266. background: rgba(0, 0, 0, 0.05) !important;
  2267. color: rgba(0, 0, 0, 0.95) !important;
  2268. }
  2269. #search-repo-box .results .item img,
  2270. #search-user-box .results .item img {
  2271. margin-right: 8px;
  2272. }
  2273. .issue-actions {
  2274. display: none;
  2275. }
  2276. .issue.list {
  2277. list-style: none;
  2278. padding-top: 15px;
  2279. }
  2280. .issue.list > .item {
  2281. padding-top: 15px;
  2282. padding-bottom: 10px;
  2283. border-bottom: 1px dashed #AAA;
  2284. }
  2285. .issue.list > .item .title {
  2286. color: #444;
  2287. font-size: 15px;
  2288. font-weight: bold;
  2289. margin: 0 6px;
  2290. }
  2291. .issue.list > .item .title:hover {
  2292. color: #000;
  2293. }
  2294. .issue.list > .item .comment {
  2295. padding-right: 10px;
  2296. color: #666;
  2297. }
  2298. .issue.list > .item .desc {
  2299. padding-top: 5px;
  2300. color: #999;
  2301. }
  2302. .issue.list > .item .desc a.milestone {
  2303. padding-left: 5px;
  2304. color: #999!important;
  2305. }
  2306. .issue.list > .item .desc a.milestone:hover {
  2307. color: #000!important;
  2308. }
  2309. .issue.list > .item .desc .assignee {
  2310. margin-top: -5px;
  2311. margin-right: 5px;
  2312. }
  2313. .page.buttons {
  2314. padding-top: 15px;
  2315. }
  2316. .ui.form .dropzone {
  2317. width: 100%;
  2318. margin-bottom: 10px;
  2319. border: 2px dashed #0087F7;
  2320. box-shadow: none!important;
  2321. }
  2322. .ui.form .dropzone .dz-error-message {
  2323. top: 140px;
  2324. }
  2325. .settings .content {
  2326. margin-top: 2px;
  2327. }
  2328. .settings .content > .header,
  2329. .settings .content .segment {
  2330. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  2331. }
  2332. .settings .key.list .item:not(:first-child) {
  2333. border-top: 1px solid #eaeaea;
  2334. }
  2335. .settings .key.list .ssh-key-state-indicator {
  2336. float: left;
  2337. color: gray;
  2338. padding-left: 10px;
  2339. padding-top: 10px;
  2340. }
  2341. .settings .key.list .ssh-key-state-indicator.active {
  2342. color: #6cc644;
  2343. }
  2344. .settings .key.list .meta {
  2345. padding-top: 5px;
  2346. }
  2347. .settings .key.list .print {
  2348. color: #767676;
  2349. }
  2350. .settings .key.list .activity {
  2351. color: #666;
  2352. }
  2353. .settings .hook.list > .item:not(:first-child) {
  2354. border-top: 1px solid #eaeaea;
  2355. }
  2356. .settings .hook.list .item {
  2357. padding: 10px 20px;
  2358. }
  2359. .settings .hook.list .item .octicon,
  2360. .settings .hook.list .item .fa {
  2361. width: 20px;
  2362. text-align: center;
  2363. }
  2364. .settings .hook.list .item a {
  2365. /* These are technically the same, but use both */
  2366. overflow-wrap: break-word;
  2367. word-wrap: break-word;
  2368. -ms-word-break: break-all;
  2369. /* This is the dangerous one in WebKit, as it breaks things wherever */
  2370. word-break: break-all;
  2371. /* Instead use this non-standard one: */
  2372. word-break: break-word;
  2373. /* Adds a hyphen where the word breaks, if supported (No Blink) */
  2374. -ms-hyphens: auto;
  2375. -moz-hyphens: auto;
  2376. -webkit-hyphens: auto;
  2377. hyphens: auto;
  2378. }
  2379. .settings .hook.history.list .item {
  2380. padding-left: 13px;
  2381. }
  2382. .settings .hook.history.list .item .meta .ui.right {
  2383. margin-top: 5px;
  2384. }
  2385. .settings .hook.history.list .item .meta .ui.right .time {
  2386. font-size: 12px;
  2387. }
  2388. .settings .hook.history.list .item .info {
  2389. margin-top: 10px;
  2390. }
  2391. .settings .hook.history.list .item .info .tabular.menu .item {
  2392. font-weight: 500;
  2393. }
  2394. .settings .hook.history.list .item .info .tab.segment {
  2395. border: none;
  2396. padding: 0;
  2397. padding-top: 10px;
  2398. box-shadow: none;
  2399. }
  2400. .settings .hook.history.list .item .info .tab.segment > * {
  2401. color: #666;
  2402. }
  2403. .settings .hook.history.list .item .info .tab.segment pre {
  2404. word-wrap: break-word;
  2405. }
  2406. .settings .hook.history.list .item .info .tab.segment pre .hljs {
  2407. padding: 0;
  2408. background-color: inherit;
  2409. }
  2410. .ui.vertical.menu .header.item {
  2411. font-size: 1.1em;
  2412. background: #f0f0f0;
  2413. }
  2414. .edit-label.modal .form .column,
  2415. .new-label.segment .form .column {
  2416. padding-right: 0;
  2417. }
  2418. .edit-label.modal .form .buttons,
  2419. .new-label.segment .form .buttons {
  2420. margin-left: auto;
  2421. padding-top: 15px;
  2422. }
  2423. .edit-label.modal .form .color.picker.column,
  2424. .new-label.segment .form .color.picker.column {
  2425. width: auto;
  2426. }
  2427. .edit-label.modal .form .color.picker.column .color-picker,
  2428. .new-label.segment .form .color.picker.column .color-picker {
  2429. height: 35px;
  2430. width: auto;
  2431. padding-left: 30px;
  2432. }
  2433. .edit-label.modal .form .minicolors-swatch.minicolors-sprite,
  2434. .new-label.segment .form .minicolors-swatch.minicolors-sprite {
  2435. top: 10px;
  2436. left: 10px;
  2437. width: 15px;
  2438. height: 15px;
  2439. }
  2440. .edit-label.modal .form .precolors,
  2441. .new-label.segment .form .precolors {
  2442. padding-left: 0;
  2443. padding-right: 0;
  2444. margin: 3px 10px auto 10px;
  2445. width: 120px;
  2446. }
  2447. .edit-label.modal .form .precolors .color,
  2448. .new-label.segment .form .precolors .color {
  2449. float: left;
  2450. width: 15px;
  2451. height: 15px;
  2452. }
  2453. #avatar-arrow:before,
  2454. #avatar-arrow:after {
  2455. right: 100%;
  2456. top: 20px;
  2457. border: solid transparent;
  2458. content: " ";
  2459. height: 0;
  2460. width: 0;
  2461. position: absolute;
  2462. pointer-events: none;
  2463. }
  2464. #avatar-arrow:before {
  2465. border-right-color: #D4D4D5;
  2466. border-width: 9px;
  2467. margin-top: -9px;
  2468. }
  2469. #avatar-arrow:after {
  2470. border-right-color: #f7f7f7;
  2471. border-width: 8px;
  2472. margin-top: -8px;
  2473. }
  2474. #transfer-repo-modal .ui.message,
  2475. #delete-repo-modal .ui.message {
  2476. width: 100%!important;
  2477. }
  2478. .tab-size-1 {
  2479. tab-size: 1 !important;
  2480. -moz-tab-size: 1 !important;
  2481. }
  2482. .tab-size-2 {
  2483. tab-size: 2 !important;
  2484. -moz-tab-size: 2 !important;
  2485. }
  2486. .tab-size-3 {
  2487. tab-size: 3 !important;
  2488. -moz-tab-size: 3 !important;
  2489. }
  2490. .tab-size-4 {
  2491. tab-size: 4 !important;
  2492. -moz-tab-size: 4 !important;
  2493. }
  2494. .tab-size-5 {
  2495. tab-size: 5 !important;
  2496. -moz-tab-size: 5 !important;
  2497. }
  2498. .tab-size-6 {
  2499. tab-size: 6 !important;
  2500. -moz-tab-size: 6 !important;
  2501. }
  2502. .tab-size-7 {
  2503. tab-size: 7 !important;
  2504. -moz-tab-size: 7 !important;
  2505. }
  2506. .tab-size-8 {
  2507. tab-size: 8 !important;
  2508. -moz-tab-size: 8 !important;
  2509. }
  2510. .tab-size-9 {
  2511. tab-size: 9 !important;
  2512. -moz-tab-size: 9 !important;
  2513. }
  2514. .tab-size-10 {
  2515. tab-size: 10 !important;
  2516. -moz-tab-size: 10 !important;
  2517. }
  2518. .tab-size-11 {
  2519. tab-size: 11 !important;
  2520. -moz-tab-size: 11 !important;
  2521. }
  2522. .tab-size-12 {
  2523. tab-size: 12 !important;
  2524. -moz-tab-size: 12 !important;
  2525. }
  2526. .tab-size-13 {
  2527. tab-size: 13 !important;
  2528. -moz-tab-size: 13 !important;
  2529. }
  2530. .tab-size-14 {
  2531. tab-size: 14 !important;
  2532. -moz-tab-size: 14 !important;
  2533. }
  2534. .tab-size-15 {
  2535. tab-size: 15 !important;
  2536. -moz-tab-size: 15 !important;
  2537. }
  2538. .tab-size-16 {
  2539. tab-size: 16 !important;
  2540. -moz-tab-size: 16 !important;
  2541. }
  2542. .CodeMirror {
  2543. font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  2544. }
  2545. .CodeMirror.cm-s-default {
  2546. border-radius: 3px;
  2547. padding: 0 !important;
  2548. }
  2549. .CodeMirror .cm-comment {
  2550. background: inherit !important;
  2551. }
  2552. .organization {
  2553. padding-top: 15px;
  2554. padding-bottom: 80px;
  2555. }
  2556. .organization .head .ui.header .text {
  2557. vertical-align: middle;
  2558. font-size: 1.6rem;
  2559. margin-left: 15px;
  2560. }
  2561. .organization .head .ui.header .ui.right {
  2562. margin-top: 5px;
  2563. }
  2564. .organization.new.org form {
  2565. margin: auto;
  2566. width: 800px!important;
  2567. }
  2568. .organization.new.org form .ui.message {
  2569. text-align: center;
  2570. }
  2571. .organization.new.org form .header {
  2572. padding-left: 280px !important;
  2573. }
  2574. .organization.new.org form .inline.field > label {
  2575. text-align: right;
  2576. width: 250px !important;
  2577. word-wrap: break-word;
  2578. }
  2579. .organization.new.org form .help {
  2580. margin-left: 265px !important;
  2581. }
  2582. .organization.new.org form .optional .title {
  2583. margin-left: 250px !important;
  2584. }
  2585. .organization.new.org form input,
  2586. .organization.new.org form textarea {
  2587. width: 50%!important;
  2588. }
  2589. .organization.new.org form .header {
  2590. padding-left: 0 !important;
  2591. text-align: center;
  2592. }
  2593. .organization.options input {
  2594. min-width: 300px;
  2595. }
  2596. .organization.profile #org-avatar {
  2597. width: 100px;
  2598. height: 100px;
  2599. margin-right: 15px;
  2600. }
  2601. .organization.profile #org-info .ui.header {
  2602. font-size: 36px;
  2603. margin-bottom: 0;
  2604. }
  2605. .organization.profile #org-info .desc {
  2606. font-size: 16px;
  2607. margin-bottom: 10px;
  2608. }
  2609. .organization.profile #org-info .meta .item {
  2610. display: inline-block;
  2611. margin-right: 10px;
  2612. }
  2613. .organization.profile #org-info .meta .item .icon {
  2614. margin-right: 5px;
  2615. }
  2616. .organization.profile .ui.top.header .ui.right {
  2617. margin-top: 0;
  2618. }
  2619. .organization.profile .teams .item {
  2620. padding: 10px 15px;
  2621. }
  2622. .organization.teams .members .ui.avatar,
  2623. .organization.profile .members .ui.avatar {
  2624. width: 48px;
  2625. height: 48px;
  2626. margin-right: 5px;
  2627. }
  2628. .organization.invite #invite-box {
  2629. margin: auto;
  2630. margin-top: 50px;
  2631. width: 500px !important;
  2632. }
  2633. .organization.invite #invite-box #search-user-box input {
  2634. margin-left: 0;
  2635. width: 300px;
  2636. }
  2637. .organization.invite #invite-box .ui.button {
  2638. margin-left: 5px;
  2639. margin-top: -3px;
  2640. }
  2641. .organization.members .list .item {
  2642. margin-left: 0;
  2643. margin-right: 0;
  2644. border-bottom: 1px solid #eee;
  2645. }
  2646. .organization.members .list .item .ui.avatar {
  2647. width: 48px;
  2648. height: 48px;
  2649. }
  2650. .organization.members .list .item .meta {
  2651. line-height: 24px;
  2652. }
  2653. .organization.teams .detail .item {
  2654. padding: 10px 15px;
  2655. }
  2656. .organization.teams .detail .item:not(:last-child) {
  2657. border-bottom: 1px solid #eee;
  2658. }
  2659. .organization.teams .repositories .item,
  2660. .organization.teams .members .item {
  2661. padding: 10px 20px;
  2662. line-height: 32px;
  2663. }
  2664. .organization.teams .repositories .item:not(:last-child),
  2665. .organization.teams .members .item:not(:last-child) {
  2666. border-bottom: 1px solid #DDD;
  2667. }
  2668. .organization.teams .repositories .item .button,
  2669. .organization.teams .members .item .button {
  2670. padding: 9px 10px;
  2671. }
  2672. .organization.teams #add-repo-form input,
  2673. .organization.teams #add-member-form input {
  2674. margin-left: 0;
  2675. }
  2676. .organization.teams #add-repo-form .ui.button,
  2677. .organization.teams #add-member-form .ui.button {
  2678. margin-left: 5px;
  2679. margin-top: -3px;
  2680. }
  2681. .user:not(.icon) {
  2682. padding-top: 15px;
  2683. padding-bottom: 80px;
  2684. }
  2685. .user.settings .list .item.ui.grid {
  2686. margin-top: 15px;
  2687. }
  2688. .user.settings .email.list .item:not(:first-child) {
  2689. border-top: 1px solid #eaeaea;
  2690. height: 50px;
  2691. }
  2692. .user.settings .email.list .item:not(:first-child) .button {
  2693. margin-top: -10px;
  2694. }
  2695. .user.profile .ui.card .username {
  2696. display: block;
  2697. }
  2698. .user.profile .ui.card .extra.content {
  2699. padding: 0;
  2700. }
  2701. .user.profile .ui.card .extra.content ul {
  2702. margin: 0;
  2703. padding: 0;
  2704. }
  2705. .user.profile .ui.card .extra.content ul li {
  2706. padding: 10px;
  2707. list-style: none;
  2708. }
  2709. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  2710. border-bottom: 1px solid #eaeaea;
  2711. }
  2712. .user.profile .ui.card .extra.content ul li .octicon {
  2713. margin-left: 1px;
  2714. margin-right: 5px;
  2715. }
  2716. .user.profile .ui.card .extra.content ul li.follow .ui.button {
  2717. width: 100%;
  2718. }
  2719. .user.profile .ui.repository.list {
  2720. margin-top: 25px;
  2721. }
  2722. .user.followers .header.name {
  2723. font-size: 20px;
  2724. line-height: 24px;
  2725. vertical-align: middle;
  2726. }
  2727. .user.followers .follow .ui.button {
  2728. padding: 8px 15px;
  2729. }
  2730. .user.notification .octicon {
  2731. float: left;
  2732. font-size: 2em;
  2733. }
  2734. .user.notification .content {
  2735. float: left;
  2736. margin-left: 7px;
  2737. }
  2738. .user.notification table form {
  2739. display: inline-block;
  2740. }
  2741. .user.notification table button {
  2742. padding: 3px 3px 3px 5px;
  2743. }
  2744. .user.notification table tr {
  2745. cursor: pointer;
  2746. }
  2747. .user.notification .octicon.green {
  2748. color: #21ba45;
  2749. }
  2750. .user.notification .octicon.red {
  2751. color: #d01919;
  2752. }
  2753. .user.notification .octicon.purple {
  2754. color: #a333c8;
  2755. }
  2756. .user.notification .octicon.blue {
  2757. color: #2185d0;
  2758. }
  2759. .dashboard {
  2760. padding-top: 15px;
  2761. padding-bottom: 80px;
  2762. }
  2763. .dashboard.feeds .context.user.menu,
  2764. .dashboard.issues .context.user.menu {
  2765. z-index: 101;
  2766. min-width: 200px;
  2767. }
  2768. .dashboard.feeds .context.user.menu .ui.header,
  2769. .dashboard.issues .context.user.menu .ui.header {
  2770. font-size: 1rem;
  2771. text-transform: none;
  2772. }
  2773. .dashboard.feeds .filter.menu .item,
  2774. .dashboard.issues .filter.menu .item {
  2775. text-align: left;
  2776. }
  2777. .dashboard.feeds .filter.menu .item .text,
  2778. .dashboard.issues .filter.menu .item .text {
  2779. height: 16px;
  2780. vertical-align: middle;
  2781. }
  2782. .dashboard.feeds .filter.menu .item .text.truncate,
  2783. .dashboard.issues .filter.menu .item .text.truncate {
  2784. width: 85%;
  2785. }
  2786. .dashboard.feeds .filter.menu .item .floating.label,
  2787. .dashboard.issues .filter.menu .item .floating.label {
  2788. top: 7px;
  2789. left: 90%;
  2790. width: 15%;
  2791. }
  2792. .dashboard.feeds .filter.menu .jump.item,
  2793. .dashboard.issues .filter.menu .jump.item {
  2794. margin: 1px;
  2795. padding-right: 0;
  2796. }
  2797. .dashboard.feeds .filter.menu .menu,
  2798. .dashboard.issues .filter.menu .menu {
  2799. max-height: 300px;
  2800. overflow-x: auto;
  2801. right: 0!important;
  2802. left: auto!important;
  2803. }
  2804. .dashboard.feeds .ui.right .head.menu,
  2805. .dashboard.issues .ui.right .head.menu {
  2806. margin-top: -5px;
  2807. }
  2808. .dashboard.feeds .ui.right .head.menu .item.active,
  2809. .dashboard.issues .ui.right .head.menu .item.active {
  2810. color: #d9453d;
  2811. }
  2812. .feeds .news > .ui.grid {
  2813. margin-left: auto;
  2814. margin-right: auto;
  2815. }
  2816. .feeds .news .ui.avatar {
  2817. margin-top: 13px;
  2818. }
  2819. .feeds .news p {
  2820. line-height: 1em;
  2821. }
  2822. .feeds .news .time-since {
  2823. font-size: 13px;
  2824. }
  2825. .feeds .news .issue.title {
  2826. line-height: 1.1em;
  2827. width: 80%;
  2828. }
  2829. .feeds .news .push.news .content ul {
  2830. font-size: 13px;
  2831. list-style: none;
  2832. padding-left: 10px;
  2833. }
  2834. .feeds .news .push.news .content ul img {
  2835. margin-bottom: -2px;
  2836. }
  2837. .feeds .news .push.news .content ul .text.truncate {
  2838. width: 80%;
  2839. margin-bottom: -5px;
  2840. }
  2841. .feeds .news .commit-id {
  2842. font-family: Consolas, monospace;
  2843. }
  2844. .feeds .news code {
  2845. padding: 1px;
  2846. font-size: 85%;
  2847. background-color: rgba(0, 0, 0, 0.04);
  2848. border-radius: 3px;
  2849. word-break: break-all;
  2850. }
  2851. .feeds .list .header .ui.label {
  2852. margin-top: -4px;
  2853. padding: 4px 5px;
  2854. font-weight: normal;
  2855. }
  2856. .feeds .list .header .plus.icon {
  2857. margin-top: 5px;
  2858. }
  2859. .feeds .list ul {
  2860. list-style: none;
  2861. margin: 0;
  2862. padding-left: 0;
  2863. }
  2864. .feeds .list ul li:not(:last-child) {
  2865. border-bottom: 1px solid #EAEAEA;
  2866. }
  2867. .feeds .list ul li.private {
  2868. background-color: #fcf8e9;
  2869. }
  2870. .feeds .list ul li a {
  2871. padding: 6px 1.2em;
  2872. display: block;
  2873. }
  2874. .feeds .list ul li a .octicon {
  2875. color: #888;
  2876. }
  2877. .feeds .list ul li a .octicon.rear {
  2878. font-size: 15px;
  2879. }
  2880. .feeds .list ul li a .star-num {
  2881. font-size: 12px;
  2882. }
  2883. .feeds .list .repo-owner-name-list .item-name {
  2884. max-width: 70%;
  2885. margin-bottom: -4px;
  2886. }
  2887. .feeds .list #collaborative-repo-list .owner-and-repo {
  2888. max-width: 80%;
  2889. margin-bottom: -5px;
  2890. }
  2891. .feeds .list #collaborative-repo-list .owner-name {
  2892. max-width: 120px;
  2893. margin-bottom: -5px;
  2894. }
  2895. .admin {
  2896. padding-top: 15px;
  2897. padding-bottom: 80px;
  2898. }
  2899. .admin .table.segment {
  2900. padding: 0;
  2901. font-size: 13px;
  2902. }
  2903. .admin .table.segment:not(.striped) {
  2904. padding-top: 5px;
  2905. }
  2906. .admin .table.segment:not(.striped) thead th:last-child {
  2907. padding-right: 5px !important;
  2908. }
  2909. .admin .table.segment th {
  2910. padding-top: 5px;
  2911. padding-bottom: 5px;
  2912. }
  2913. .admin .table.segment:not(.select) th:first-of-type,
  2914. .admin .table.segment:not(.select) td:first-of-type {
  2915. padding-left: 15px !important;
  2916. }
  2917. .admin .ui.header,
  2918. .admin .ui.segment {
  2919. box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  2920. }
  2921. .admin.user .email {
  2922. max-width: 200px;
  2923. }
  2924. .admin dl.admin-dl-horizontal {
  2925. padding: 20px;
  2926. margin: 0;
  2927. }
  2928. .admin dl.admin-dl-horizontal dd {
  2929. margin-left: 240px;
  2930. }
  2931. .admin dl.admin-dl-horizontal dt {
  2932. font-weight: bolder;
  2933. float: left;
  2934. width: 250px;
  2935. clear: left;
  2936. overflow: hidden;
  2937. text-overflow: ellipsis;
  2938. white-space: nowrap;
  2939. }
  2940. .admin.config #test-mail-btn {
  2941. margin-left: 5px;
  2942. }
  2943. .explore {
  2944. padding-top: 15px;
  2945. padding-bottom: 80px;
  2946. }
  2947. .explore .navbar .octicon {
  2948. width: 16px;
  2949. text-align: center;
  2950. }
  2951. .ui.repository.list .item {
  2952. padding-bottom: 25px;
  2953. }
  2954. .ui.repository.list .item:not(:first-child) {
  2955. border-top: 1px solid #eee;
  2956. padding-top: 25px;
  2957. }
  2958. .ui.repository.list .item .ui.header {
  2959. font-size: 1.5rem;
  2960. padding-bottom: 10px;
  2961. }
  2962. .ui.repository.list .item .ui.header .name {
  2963. word-break: break-all;
  2964. }
  2965. .ui.repository.list .item .ui.header .metas {
  2966. color: #888;
  2967. font-size: 14px;
  2968. font-weight: normal;
  2969. }
  2970. .ui.repository.list .item .ui.header .metas span:not(:last-child) {
  2971. margin-right: 5px;
  2972. }
  2973. .ui.repository.list .item .time {
  2974. font-size: 12px;
  2975. color: #808080;
  2976. }
  2977. .ui.user.list .item {
  2978. padding-bottom: 25px;
  2979. }
  2980. .ui.user.list .item:not(:first-child) {
  2981. border-top: 1px solid #eee;
  2982. padding-top: 25px;
  2983. }
  2984. .ui.user.list .item .ui.avatar.image {
  2985. width: 40px;
  2986. height: 40px;
  2987. }
  2988. .ui.user.list .item .description {
  2989. margin-top: 5px;
  2990. }
  2991. .ui.user.list .item .description .octicon:not(:first-child) {
  2992. margin-left: 5px;
  2993. }
  2994. .ui.user.list .item .description a {
  2995. color: #333;
  2996. }
  2997. .ui.user.list .item .description a:hover {
  2998. text-decoration: underline;
  2999. }
  3000. .user.link-account:not(.icon) {
  3001. padding-top: 15px;
  3002. padding-bottom: 5px;
  3003. }
  3004. .signin .oauth2 div {
  3005. display: inline-block;
  3006. }
  3007. .signin .oauth2 div p {
  3008. margin: 10px 5px 0 0;
  3009. float: left;
  3010. }
  3011. .signin .oauth2 a {
  3012. margin-right: 5px;
  3013. }
  3014. .signin .oauth2 a:last-child {
  3015. margin-right: 0px;
  3016. }
  3017. .signin .oauth2 img {
  3018. width: 32px;
  3019. height: 32px;
  3020. }