graphiql.css 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609
  1. .graphiql-container,
  2. .graphiql-container button,
  3. .graphiql-container input {
  4. color: #141823;
  5. font-family:
  6. system,
  7. -apple-system,
  8. 'San Francisco',
  9. '.SFNSDisplay-Regular',
  10. 'Segoe UI',
  11. Segoe,
  12. 'Segoe WP',
  13. 'Helvetica Neue',
  14. helvetica,
  15. 'Lucida Grande',
  16. arial,
  17. sans-serif;
  18. font-size: 14px;
  19. }
  20. .graphiql-container {
  21. display: flex;
  22. flex-direction: row;
  23. height: 100%;
  24. margin: 0;
  25. overflow: hidden;
  26. width: 100%;
  27. }
  28. .graphiql-container .editorWrap {
  29. display: flex;
  30. flex-direction: column;
  31. flex: 1;
  32. overflow-x: hidden;
  33. }
  34. .graphiql-container .title {
  35. font-size: 18px;
  36. }
  37. .graphiql-container .title em {
  38. font-family: georgia;
  39. font-size: 19px;
  40. }
  41. .graphiql-container .topBarWrap {
  42. display: flex;
  43. flex-direction: row;
  44. }
  45. .graphiql-container .topBar {
  46. align-items: center;
  47. background: linear-gradient(#f7f7f7, #e2e2e2);
  48. border-bottom: 1px solid #d0d0d0;
  49. cursor: default;
  50. display: flex;
  51. flex-direction: row;
  52. flex: 1;
  53. height: 34px;
  54. overflow-y: visible;
  55. padding: 7px 14px 6px;
  56. -webkit-user-select: none;
  57. -moz-user-select: none;
  58. -ms-user-select: none;
  59. user-select: none;
  60. }
  61. .graphiql-container .toolbar {
  62. overflow-x: visible;
  63. display: flex;
  64. }
  65. .graphiql-container .docExplorerShow,
  66. .graphiql-container .historyShow {
  67. background: linear-gradient(#f7f7f7, #e2e2e2);
  68. border-radius: 0;
  69. border-bottom: 1px solid #d0d0d0;
  70. border-right: none;
  71. border-top: none;
  72. color: #3B5998;
  73. cursor: pointer;
  74. font-size: 14px;
  75. margin: 0;
  76. outline: 0;
  77. padding: 2px 20px 0 18px;
  78. }
  79. .graphiql-container .docExplorerShow {
  80. border-left: 1px solid rgba(0, 0, 0, 0.2);
  81. }
  82. .graphiql-container .historyShow {
  83. border-right: 1px solid rgba(0, 0, 0, 0.2);
  84. border-left: 0;
  85. }
  86. .graphiql-container .docExplorerShow:before {
  87. border-left: 2px solid #3B5998;
  88. border-top: 2px solid #3B5998;
  89. content: '';
  90. display: inline-block;
  91. height: 9px;
  92. margin: 0 3px -1px 0;
  93. position: relative;
  94. -ms-transform: rotate(-45deg);
  95. transform: rotate(-45deg);
  96. width: 9px;
  97. }
  98. .graphiql-container .editorBar {
  99. display: flex;
  100. flex-direction: row;
  101. flex: 1;
  102. }
  103. .graphiql-container .queryWrap {
  104. display: flex;
  105. flex-direction: column;
  106. flex: 1;
  107. }
  108. .graphiql-container .resultWrap {
  109. border-left: solid 1px #e0e0e0;
  110. display: flex;
  111. flex-direction: column;
  112. flex: 1;
  113. position: relative;
  114. }
  115. .graphiql-container .docExplorerWrap,
  116. .graphiql-container .historyPaneWrap {
  117. background: white;
  118. box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  119. position: relative;
  120. z-index: 3;
  121. }
  122. .graphiql-container .historyPaneWrap {
  123. min-width: 230px;
  124. z-index: 5;
  125. }
  126. .graphiql-container .docExplorerResizer {
  127. cursor: col-resize;
  128. height: 100%;
  129. left: -5px;
  130. position: absolute;
  131. top: 0;
  132. width: 10px;
  133. z-index: 10;
  134. }
  135. .graphiql-container .docExplorerHide {
  136. cursor: pointer;
  137. font-size: 18px;
  138. margin: -7px -8px -6px 0;
  139. padding: 18px 16px 15px 12px;
  140. }
  141. .graphiql-container div .query-editor {
  142. flex: 1;
  143. position: relative;
  144. }
  145. .graphiql-container .variable-editor {
  146. display: flex;
  147. flex-direction: column;
  148. height: 30px;
  149. position: relative;
  150. }
  151. .graphiql-container .variable-editor-title {
  152. background: #eeeeee;
  153. border-bottom: 1px solid #d6d6d6;
  154. border-top: 1px solid #e0e0e0;
  155. color: #777;
  156. font-variant: small-caps;
  157. font-weight: bold;
  158. letter-spacing: 1px;
  159. line-height: 14px;
  160. padding: 6px 0 8px 43px;
  161. text-transform: lowercase;
  162. -webkit-user-select: none;
  163. -moz-user-select: none;
  164. -ms-user-select: none;
  165. user-select: none;
  166. }
  167. .graphiql-container .codemirrorWrap {
  168. flex: 1;
  169. height: 100%;
  170. position: relative;
  171. }
  172. .graphiql-container .result-window {
  173. flex: 1;
  174. height: 100%;
  175. position: relative;
  176. }
  177. .graphiql-container .footer {
  178. background: #f6f7f8;
  179. border-left: 1px solid #e0e0e0;
  180. border-top: 1px solid #e0e0e0;
  181. margin-left: 12px;
  182. position: relative;
  183. }
  184. .graphiql-container .footer:before {
  185. background: #eeeeee;
  186. bottom: 0;
  187. content: " ";
  188. left: -13px;
  189. position: absolute;
  190. top: -1px;
  191. width: 12px;
  192. }
  193. /* No `.graphiql-container` here so themes can overwrite */
  194. .result-window .CodeMirror {
  195. background: #f6f7f8;
  196. }
  197. .graphiql-container .result-window .CodeMirror-gutters {
  198. background-color: #eeeeee;
  199. border-color: #e0e0e0;
  200. cursor: col-resize;
  201. }
  202. .graphiql-container .result-window .CodeMirror-foldgutter,
  203. .graphiql-container .result-window .CodeMirror-foldgutter-open:after,
  204. .graphiql-container .result-window .CodeMirror-foldgutter-folded:after {
  205. padding-left: 3px;
  206. }
  207. .graphiql-container .toolbar-button {
  208. background: #fdfdfd;
  209. background: linear-gradient(#f9f9f9, #ececec);
  210. border-radius: 3px;
  211. box-shadow:
  212. inset 0 0 0 1px rgba(0,0,0,0.20),
  213. 0 1px 0 rgba(255,255,255, 0.7),
  214. inset 0 1px #fff;
  215. color: #555;
  216. cursor: pointer;
  217. display: inline-block;
  218. margin: 0 5px;
  219. padding: 3px 11px 5px;
  220. text-decoration: none;
  221. text-overflow: ellipsis;
  222. white-space: nowrap;
  223. max-width: 150px;
  224. }
  225. .graphiql-container .toolbar-button:active {
  226. background: linear-gradient(#ececec, #d5d5d5);
  227. box-shadow:
  228. 0 1px 0 rgba(255, 255, 255, 0.7),
  229. inset 0 0 0 1px rgba(0,0,0,0.10),
  230. inset 0 1px 1px 1px rgba(0, 0, 0, 0.12),
  231. inset 0 0 5px rgba(0, 0, 0, 0.1);
  232. }
  233. .graphiql-container .toolbar-button.error {
  234. background: linear-gradient(#fdf3f3, #e6d6d7);
  235. color: #b00;
  236. }
  237. .graphiql-container .toolbar-button-group {
  238. margin: 0 5px;
  239. white-space: nowrap;
  240. }
  241. .graphiql-container .toolbar-button-group > * {
  242. margin: 0;
  243. }
  244. .graphiql-container .toolbar-button-group > *:not(:last-child) {
  245. border-top-right-radius: 0;
  246. border-bottom-right-radius: 0;
  247. }
  248. .graphiql-container .toolbar-button-group > *:not(:first-child) {
  249. border-top-left-radius: 0;
  250. border-bottom-left-radius: 0;
  251. margin-left: -1px;
  252. }
  253. .graphiql-container .execute-button-wrap {
  254. height: 34px;
  255. margin: 0 14px 0 28px;
  256. position: relative;
  257. }
  258. .graphiql-container .execute-button {
  259. background: linear-gradient(#fdfdfd, #d2d3d6);
  260. border-radius: 17px;
  261. border: 1px solid rgba(0,0,0,0.25);
  262. box-shadow: 0 1px 0 #fff;
  263. cursor: pointer;
  264. fill: #444;
  265. height: 34px;
  266. margin: 0;
  267. padding: 0;
  268. width: 34px;
  269. }
  270. .graphiql-container .execute-button svg {
  271. pointer-events: none;
  272. }
  273. .graphiql-container .execute-button:active {
  274. background: linear-gradient(#e6e6e6, #c3c3c3);
  275. box-shadow:
  276. 0 1px 0 #fff,
  277. inset 0 0 2px rgba(0, 0, 0, 0.2),
  278. inset 0 0 6px rgba(0, 0, 0, 0.1);
  279. }
  280. .graphiql-container .execute-button:focus {
  281. outline: 0;
  282. }
  283. .graphiql-container .toolbar-menu,
  284. .graphiql-container .toolbar-select {
  285. position: relative;
  286. }
  287. .graphiql-container .execute-options,
  288. .graphiql-container .toolbar-menu-items,
  289. .graphiql-container .toolbar-select-options {
  290. background: #fff;
  291. box-shadow:
  292. 0 0 0 1px rgba(0,0,0,0.1),
  293. 0 2px 4px rgba(0,0,0,0.25);
  294. margin: 0;
  295. padding: 6px 0;
  296. position: absolute;
  297. z-index: 100;
  298. }
  299. .graphiql-container .execute-options {
  300. min-width: 100px;
  301. top: 37px;
  302. left: -1px;
  303. }
  304. .graphiql-container .toolbar-menu-items {
  305. left: 1px;
  306. margin-top: -1px;
  307. min-width: 110%;
  308. top: 100%;
  309. visibility: hidden;
  310. }
  311. .graphiql-container .toolbar-menu-items.open {
  312. visibility: visible;
  313. }
  314. .graphiql-container .toolbar-select-options {
  315. left: 0;
  316. min-width: 100%;
  317. top: -5px;
  318. visibility: hidden;
  319. }
  320. .graphiql-container .toolbar-select-options.open {
  321. visibility: visible;
  322. }
  323. .graphiql-container .execute-options > li,
  324. .graphiql-container .toolbar-menu-items > li,
  325. .graphiql-container .toolbar-select-options > li {
  326. cursor: pointer;
  327. display: block;
  328. margin: none;
  329. max-width: 300px;
  330. overflow: hidden;
  331. padding: 2px 20px 4px 11px;
  332. white-space: nowrap;
  333. }
  334. .graphiql-container .execute-options > li.selected,
  335. .graphiql-container .toolbar-menu-items > li.hover,
  336. .graphiql-container .toolbar-menu-items > li:active,
  337. .graphiql-container .toolbar-menu-items > li:hover,
  338. .graphiql-container .toolbar-select-options > li.hover,
  339. .graphiql-container .toolbar-select-options > li:active,
  340. .graphiql-container .toolbar-select-options > li:hover,
  341. .graphiql-container .history-contents > p:hover,
  342. .graphiql-container .history-contents > p:active {
  343. background: #e10098;
  344. color: #fff;
  345. }
  346. .graphiql-container .toolbar-select-options > li > svg {
  347. display: inline;
  348. fill: #666;
  349. margin: 0 -6px 0 6px;
  350. pointer-events: none;
  351. vertical-align: middle;
  352. }
  353. .graphiql-container .toolbar-select-options > li.hover > svg,
  354. .graphiql-container .toolbar-select-options > li:active > svg,
  355. .graphiql-container .toolbar-select-options > li:hover > svg {
  356. fill: #fff;
  357. }
  358. .graphiql-container .CodeMirror-scroll {
  359. overflow-scrolling: touch;
  360. }
  361. .graphiql-container .CodeMirror {
  362. color: #141823;
  363. font-family:
  364. 'Consolas',
  365. 'Inconsolata',
  366. 'Droid Sans Mono',
  367. 'Monaco',
  368. monospace;
  369. font-size: 13px;
  370. height: 100%;
  371. left: 0;
  372. position: absolute;
  373. top: 0;
  374. width: 100%;
  375. }
  376. .graphiql-container .CodeMirror-lines {
  377. padding: 20px 0;
  378. }
  379. .CodeMirror-hint-information .content {
  380. box-orient: vertical;
  381. color: #141823;
  382. display: flex;
  383. font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular', 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande', arial, sans-serif;
  384. font-size: 13px;
  385. line-clamp: 3;
  386. line-height: 16px;
  387. max-height: 48px;
  388. overflow: hidden;
  389. text-overflow: -o-ellipsis-lastline;
  390. }
  391. .CodeMirror-hint-information .content p:first-child {
  392. margin-top: 0;
  393. }
  394. .CodeMirror-hint-information .content p:last-child {
  395. margin-bottom: 0;
  396. }
  397. .CodeMirror-hint-information .infoType {
  398. color: #CA9800;
  399. cursor: pointer;
  400. display: inline;
  401. margin-right: 0.5em;
  402. }
  403. .autoInsertedLeaf.cm-property {
  404. animation-duration: 6s;
  405. animation-name: insertionFade;
  406. border-bottom: 2px solid rgba(255, 255, 255, 0);
  407. border-radius: 2px;
  408. margin: -2px -4px -1px;
  409. padding: 2px 4px 1px;
  410. }
  411. @keyframes insertionFade {
  412. from, to {
  413. background: rgba(255, 255, 255, 0);
  414. border-color: rgba(255, 255, 255, 0);
  415. }
  416. 15%, 85% {
  417. background: #fbffc9;
  418. border-color: #f0f3c0;
  419. }
  420. }
  421. div.CodeMirror-lint-tooltip {
  422. background-color: white;
  423. border-radius: 2px;
  424. border: 0;
  425. color: #141823;
  426. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  427. font-size: 13px;
  428. line-height: 16px;
  429. max-width: 430px;
  430. opacity: 0;
  431. padding: 8px 10px;
  432. transition: opacity 0.15s;
  433. white-space: pre-wrap;
  434. }
  435. div.CodeMirror-lint-tooltip > * {
  436. padding-left: 23px;
  437. }
  438. div.CodeMirror-lint-tooltip > * + * {
  439. margin-top: 12px;
  440. }
  441. /* COLORS */
  442. .graphiql-container .CodeMirror-foldmarker {
  443. border-radius: 4px;
  444. background: #08f;
  445. background: linear-gradient(#43A8FF, #0F83E8);
  446. box-shadow:
  447. 0 1px 1px rgba(0, 0, 0, 0.2),
  448. inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  449. color: white;
  450. font-family: arial;
  451. font-size: 12px;
  452. line-height: 0;
  453. margin: 0 3px;
  454. padding: 0px 4px 1px;
  455. text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  456. }
  457. .graphiql-container div.CodeMirror span.CodeMirror-matchingbracket {
  458. color: #555;
  459. text-decoration: underline;
  460. }
  461. .graphiql-container div.CodeMirror span.CodeMirror-nonmatchingbracket {
  462. color: #f00;
  463. }
  464. /* Comment */
  465. .cm-comment {
  466. color: #999;
  467. }
  468. /* Punctuation */
  469. .cm-punctuation {
  470. color: #555;
  471. }
  472. /* Keyword */
  473. .cm-keyword {
  474. color: #B11A04;
  475. }
  476. /* OperationName, FragmentName */
  477. .cm-def {
  478. color: #D2054E;
  479. }
  480. /* FieldName */
  481. .cm-property {
  482. color: #1F61A0;
  483. }
  484. /* FieldAlias */
  485. .cm-qualifier {
  486. color: #1C92A9;
  487. }
  488. /* ArgumentName and ObjectFieldName */
  489. .cm-attribute {
  490. color: #8B2BB9;
  491. }
  492. /* Number */
  493. .cm-number {
  494. color: #2882F9;
  495. }
  496. /* String */
  497. .cm-string {
  498. color: #D64292;
  499. }
  500. /* Boolean */
  501. .cm-builtin {
  502. color: #D47509;
  503. }
  504. /* EnumValue */
  505. .cm-string-2 {
  506. color: #0B7FC7;
  507. }
  508. /* Variable */
  509. .cm-variable {
  510. color: #397D13;
  511. }
  512. /* Directive */
  513. .cm-meta {
  514. color: #B33086;
  515. }
  516. /* Type */
  517. .cm-atom {
  518. color: #CA9800;
  519. }
  520. /* BASICS */
  521. .CodeMirror {
  522. /* Set height, width, borders, and global font properties here */
  523. color: black;
  524. font-family: monospace;
  525. height: 300px;
  526. }
  527. /* PADDING */
  528. .CodeMirror-lines {
  529. padding: 4px 0; /* Vertical padding around content */
  530. }
  531. .CodeMirror pre {
  532. padding: 0 4px; /* Horizontal padding of content */
  533. }
  534. .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  535. background-color: white; /* The little square between H and V scrollbars */
  536. }
  537. /* GUTTER */
  538. .CodeMirror-gutters {
  539. border-right: 1px solid #ddd;
  540. background-color: #f7f7f7;
  541. white-space: nowrap;
  542. }
  543. .CodeMirror-linenumbers {}
  544. .CodeMirror-linenumber {
  545. color: #999;
  546. min-width: 20px;
  547. padding: 0 3px 0 5px;
  548. text-align: right;
  549. white-space: nowrap;
  550. }
  551. .CodeMirror-guttermarker { color: black; }
  552. .CodeMirror-guttermarker-subtle { color: #999; }
  553. /* CURSOR */
  554. .CodeMirror .CodeMirror-cursor {
  555. border-left: 1px solid black;
  556. }
  557. /* Shown when moving in bi-directional text */
  558. .CodeMirror div.CodeMirror-secondarycursor {
  559. border-left: 1px solid silver;
  560. }
  561. .CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
  562. background: #7e7;
  563. border: 0;
  564. width: auto;
  565. }
  566. .CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
  567. z-index: 1;
  568. }
  569. .cm-animate-fat-cursor {
  570. animation: blink 1.06s steps(1) infinite;
  571. border: 0;
  572. width: auto;
  573. }
  574. @keyframes blink {
  575. 0% { background: #7e7; }
  576. 50% { background: none; }
  577. 100% { background: #7e7; }
  578. }
  579. /* Can style cursor different in overwrite (non-insert) mode */
  580. div.CodeMirror-overwrite div.CodeMirror-cursor {}
  581. .cm-tab { display: inline-block; text-decoration: inherit; }
  582. .CodeMirror-ruler {
  583. border-left: 1px solid #ccc;
  584. position: absolute;
  585. }
  586. /* DEFAULT THEME */
  587. .cm-s-default .cm-keyword {color: #708;}
  588. .cm-s-default .cm-atom {color: #219;}
  589. .cm-s-default .cm-number {color: #164;}
  590. .cm-s-default .cm-def {color: #00f;}
  591. .cm-s-default .cm-variable,
  592. .cm-s-default .cm-punctuation,
  593. .cm-s-default .cm-property,
  594. .cm-s-default .cm-operator {}
  595. .cm-s-default .cm-variable-2 {color: #05a;}
  596. .cm-s-default .cm-variable-3 {color: #085;}
  597. .cm-s-default .cm-comment {color: #a50;}
  598. .cm-s-default .cm-string {color: #a11;}
  599. .cm-s-default .cm-string-2 {color: #f50;}
  600. .cm-s-default .cm-meta {color: #555;}
  601. .cm-s-default .cm-qualifier {color: #555;}
  602. .cm-s-default .cm-builtin {color: #30a;}
  603. .cm-s-default .cm-bracket {color: #997;}
  604. .cm-s-default .cm-tag {color: #170;}
  605. .cm-s-default .cm-attribute {color: #00c;}
  606. .cm-s-default .cm-header {color: blue;}
  607. .cm-s-default .cm-quote {color: #090;}
  608. .cm-s-default .cm-hr {color: #999;}
  609. .cm-s-default .cm-link {color: #00c;}
  610. .cm-negative {color: #d44;}
  611. .cm-positive {color: #292;}
  612. .cm-header, .cm-strong {font-weight: bold;}
  613. .cm-em {font-style: italic;}
  614. .cm-link {text-decoration: underline;}
  615. .cm-strikethrough {text-decoration: line-through;}
  616. .cm-s-default .cm-error {color: #f00;}
  617. .cm-invalidchar {color: #f00;}
  618. .CodeMirror-composing { border-bottom: 2px solid; }
  619. /* Default styles for common addons */
  620. div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
  621. div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
  622. .CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
  623. .CodeMirror-activeline-background {background: #e8f2ff;}
  624. /* STOP */
  625. /* The rest of this file contains styles related to the mechanics of
  626. the editor. You probably shouldn't touch them. */
  627. .CodeMirror {
  628. background: white;
  629. overflow: hidden;
  630. position: relative;
  631. }
  632. .CodeMirror-scroll {
  633. height: 100%;
  634. /* 30px is the magic margin used to hide the element's real scrollbars */
  635. /* See overflow: hidden in .CodeMirror */
  636. margin-bottom: -30px; margin-right: -30px;
  637. outline: none; /* Prevent dragging from highlighting the element */
  638. overflow: scroll !important; /* Things will break if this is overridden */
  639. padding-bottom: 30px;
  640. position: relative;
  641. }
  642. .CodeMirror-sizer {
  643. border-right: 30px solid transparent;
  644. position: relative;
  645. }
  646. /* The fake, visible scrollbars. Used to force redraw during scrolling
  647. before actual scrolling happens, thus preventing shaking and
  648. flickering artifacts. */
  649. .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  650. display: none;
  651. position: absolute;
  652. z-index: 6;
  653. }
  654. .CodeMirror-vscrollbar {
  655. overflow-x: hidden;
  656. overflow-y: scroll;
  657. right: 0; top: 0;
  658. }
  659. .CodeMirror-hscrollbar {
  660. bottom: 0; left: 0;
  661. overflow-x: scroll;
  662. overflow-y: hidden;
  663. }
  664. .CodeMirror-scrollbar-filler {
  665. right: 0; bottom: 0;
  666. }
  667. .CodeMirror-gutter-filler {
  668. left: 0; bottom: 0;
  669. }
  670. .CodeMirror-gutters {
  671. min-height: 100%;
  672. position: absolute; left: 0; top: 0;
  673. z-index: 3;
  674. }
  675. .CodeMirror-gutter {
  676. display: inline-block;
  677. height: 100%;
  678. margin-bottom: -30px;
  679. vertical-align: top;
  680. white-space: normal;
  681. /* Hack to make IE7 behave */
  682. *zoom:1;
  683. *display:inline;
  684. }
  685. .CodeMirror-gutter-wrapper {
  686. background: none !important;
  687. border: none !important;
  688. position: absolute;
  689. z-index: 4;
  690. }
  691. .CodeMirror-gutter-background {
  692. position: absolute;
  693. top: 0; bottom: 0;
  694. z-index: 4;
  695. }
  696. .CodeMirror-gutter-elt {
  697. cursor: default;
  698. position: absolute;
  699. z-index: 4;
  700. }
  701. .CodeMirror-gutter-wrapper {
  702. -webkit-user-select: none;
  703. -moz-user-select: none;
  704. -ms-user-select: none;
  705. user-select: none;
  706. }
  707. .CodeMirror-lines {
  708. cursor: text;
  709. min-height: 1px; /* prevents collapsing before first draw */
  710. }
  711. .CodeMirror pre {
  712. -webkit-tap-highlight-color: transparent;
  713. /* Reset some styles that the rest of the page might have set */
  714. background: transparent;
  715. border-radius: 0;
  716. border-width: 0;
  717. color: inherit;
  718. font-family: inherit;
  719. font-size: inherit;
  720. font-variant-ligatures: none;
  721. line-height: inherit;
  722. margin: 0;
  723. overflow: visible;
  724. position: relative;
  725. white-space: pre;
  726. word-wrap: normal;
  727. z-index: 2;
  728. }
  729. .CodeMirror-wrap pre {
  730. word-wrap: break-word;
  731. white-space: pre-wrap;
  732. word-break: normal;
  733. }
  734. .CodeMirror-linebackground {
  735. position: absolute;
  736. left: 0; right: 0; top: 0; bottom: 0;
  737. z-index: 0;
  738. }
  739. .CodeMirror-linewidget {
  740. overflow: auto;
  741. position: relative;
  742. z-index: 2;
  743. }
  744. .CodeMirror-widget {}
  745. .CodeMirror-code {
  746. outline: none;
  747. }
  748. /* Force content-box sizing for the elements where we expect it */
  749. .CodeMirror-scroll,
  750. .CodeMirror-sizer,
  751. .CodeMirror-gutter,
  752. .CodeMirror-gutters,
  753. .CodeMirror-linenumber {
  754. box-sizing: content-box;
  755. }
  756. .CodeMirror-measure {
  757. height: 0;
  758. overflow: hidden;
  759. position: absolute;
  760. visibility: hidden;
  761. width: 100%;
  762. }
  763. .CodeMirror-cursor { position: absolute; }
  764. .CodeMirror-measure pre { position: static; }
  765. div.CodeMirror-cursors {
  766. position: relative;
  767. visibility: hidden;
  768. z-index: 3;
  769. }
  770. div.CodeMirror-dragcursors {
  771. visibility: visible;
  772. }
  773. .CodeMirror-focused div.CodeMirror-cursors {
  774. visibility: visible;
  775. }
  776. .CodeMirror-selected { background: #d9d9d9; }
  777. .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
  778. .CodeMirror-crosshair { cursor: crosshair; }
  779. .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
  780. .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
  781. .cm-searching {
  782. background: #ffa;
  783. background: rgba(255, 255, 0, .4);
  784. }
  785. /* IE7 hack to prevent it from returning funny offsetTops on the spans */
  786. .CodeMirror span { *vertical-align: text-bottom; }
  787. /* Used to force a border model for a node */
  788. .cm-force-border { padding-right: .1px; }
  789. @media print {
  790. /* Hide the cursor when printing */
  791. .CodeMirror div.CodeMirror-cursors {
  792. visibility: hidden;
  793. }
  794. }
  795. /* See issue #2901 */
  796. .cm-tab-wrap-hack:after { content: ''; }
  797. /* Help users use markselection to safely style text background */
  798. span.CodeMirror-selectedtext { background: none; }
  799. .CodeMirror-dialog {
  800. background: inherit;
  801. color: inherit;
  802. left: 0; right: 0;
  803. overflow: hidden;
  804. padding: .1em .8em;
  805. position: absolute;
  806. z-index: 15;
  807. }
  808. .CodeMirror-dialog-top {
  809. border-bottom: 1px solid #eee;
  810. top: 0;
  811. }
  812. .CodeMirror-dialog-bottom {
  813. border-top: 1px solid #eee;
  814. bottom: 0;
  815. }
  816. .CodeMirror-dialog input {
  817. background: transparent;
  818. border: 1px solid #d3d6db;
  819. color: inherit;
  820. font-family: monospace;
  821. outline: none;
  822. width: 20em;
  823. }
  824. .CodeMirror-dialog button {
  825. font-size: 70%;
  826. }
  827. .graphiql-container .doc-explorer {
  828. background: white;
  829. }
  830. .graphiql-container .doc-explorer-title-bar,
  831. .graphiql-container .history-title-bar {
  832. cursor: default;
  833. display: flex;
  834. height: 34px;
  835. line-height: 14px;
  836. padding: 8px 8px 5px;
  837. position: relative;
  838. -webkit-user-select: none;
  839. -moz-user-select: none;
  840. -ms-user-select: none;
  841. user-select: none;
  842. }
  843. .graphiql-container .doc-explorer-title,
  844. .graphiql-container .history-title {
  845. flex: 1;
  846. font-weight: bold;
  847. overflow-x: hidden;
  848. padding: 10px 0 10px 10px;
  849. text-align: center;
  850. text-overflow: ellipsis;
  851. -webkit-user-select: text;
  852. -moz-user-select: text;
  853. -ms-user-select: text;
  854. user-select: text;
  855. white-space: nowrap;
  856. }
  857. .graphiql-container .doc-explorer-back {
  858. color: #3B5998;
  859. cursor: pointer;
  860. margin: -7px 0 -6px -8px;
  861. overflow-x: hidden;
  862. padding: 17px 12px 16px 16px;
  863. text-overflow: ellipsis;
  864. white-space: nowrap;
  865. }
  866. .doc-explorer-narrow .doc-explorer-back {
  867. width: 0;
  868. }
  869. .graphiql-container .doc-explorer-back:before {
  870. border-left: 2px solid #3B5998;
  871. border-top: 2px solid #3B5998;
  872. content: '';
  873. display: inline-block;
  874. height: 9px;
  875. margin: 0 3px -1px 0;
  876. position: relative;
  877. -ms-transform: rotate(-45deg);
  878. transform: rotate(-45deg);
  879. width: 9px;
  880. }
  881. .graphiql-container .doc-explorer-rhs {
  882. position: relative;
  883. }
  884. .graphiql-container .doc-explorer-contents,
  885. .graphiql-container .history-contents {
  886. background-color: #ffffff;
  887. border-top: 1px solid #d6d6d6;
  888. bottom: 0;
  889. left: 0;
  890. overflow-y: auto;
  891. padding: 20px 15px;
  892. position: absolute;
  893. right: 0;
  894. top: 47px;
  895. }
  896. .graphiql-container .doc-explorer-contents {
  897. min-width: 300px;
  898. }
  899. .graphiql-container .doc-type-description p:first-child ,
  900. .graphiql-container .doc-type-description blockquote:first-child {
  901. margin-top: 0;
  902. }
  903. .graphiql-container .doc-explorer-contents a {
  904. cursor: pointer;
  905. text-decoration: none;
  906. }
  907. .graphiql-container .doc-explorer-contents a:hover {
  908. text-decoration: underline;
  909. }
  910. .graphiql-container .doc-value-description > :first-child {
  911. margin-top: 4px;
  912. }
  913. .graphiql-container .doc-value-description > :last-child {
  914. margin-bottom: 4px;
  915. }
  916. .graphiql-container .doc-category {
  917. margin: 20px 0;
  918. }
  919. .graphiql-container .doc-category-title {
  920. border-bottom: 1px solid #e0e0e0;
  921. color: #777;
  922. cursor: default;
  923. font-size: 14px;
  924. font-variant: small-caps;
  925. font-weight: bold;
  926. letter-spacing: 1px;
  927. margin: 0 -15px 10px 0;
  928. padding: 10px 0;
  929. -webkit-user-select: none;
  930. -moz-user-select: none;
  931. -ms-user-select: none;
  932. user-select: none;
  933. }
  934. .graphiql-container .doc-category-item {
  935. margin: 12px 0;
  936. color: #555;
  937. }
  938. .graphiql-container .keyword {
  939. color: #B11A04;
  940. }
  941. .graphiql-container .type-name {
  942. color: #CA9800;
  943. }
  944. .graphiql-container .field-name {
  945. color: #1F61A0;
  946. }
  947. .graphiql-container .field-short-description {
  948. color: #999;
  949. margin-left: 5px;
  950. overflow: hidden;
  951. text-overflow: ellipsis;
  952. }
  953. .graphiql-container .enum-value {
  954. color: #0B7FC7;
  955. }
  956. .graphiql-container .arg-name {
  957. color: #8B2BB9;
  958. }
  959. .graphiql-container .arg {
  960. display: block;
  961. margin-left: 1em;
  962. }
  963. .graphiql-container .arg:first-child:last-child,
  964. .graphiql-container .arg:first-child:nth-last-child(2),
  965. .graphiql-container .arg:first-child:nth-last-child(2) ~ .arg {
  966. display: inherit;
  967. margin: inherit;
  968. }
  969. .graphiql-container .arg:first-child:nth-last-child(2):after {
  970. content: ', ';
  971. }
  972. .graphiql-container .arg-default-value {
  973. color: #43A047;
  974. }
  975. .graphiql-container .doc-deprecation {
  976. background: #fffae8;
  977. box-shadow: inset 0 0 1px #bfb063;
  978. color: #867F70;
  979. line-height: 16px;
  980. margin: 8px -8px;
  981. max-height: 80px;
  982. overflow: hidden;
  983. padding: 8px;
  984. border-radius: 3px;
  985. }
  986. .graphiql-container .doc-deprecation:before {
  987. content: 'Deprecated:';
  988. color: #c79b2e;
  989. cursor: default;
  990. display: block;
  991. font-size: 9px;
  992. font-weight: bold;
  993. letter-spacing: 1px;
  994. line-height: 1;
  995. padding-bottom: 5px;
  996. text-transform: uppercase;
  997. -webkit-user-select: none;
  998. -moz-user-select: none;
  999. -ms-user-select: none;
  1000. user-select: none;
  1001. }
  1002. .graphiql-container .doc-deprecation > :first-child {
  1003. margin-top: 0;
  1004. }
  1005. .graphiql-container .doc-deprecation > :last-child {
  1006. margin-bottom: 0;
  1007. }
  1008. .graphiql-container .show-btn {
  1009. -webkit-appearance: initial;
  1010. display: block;
  1011. border-radius: 3px;
  1012. border: solid 1px #ccc;
  1013. text-align: center;
  1014. padding: 8px 12px 10px;
  1015. width: 100%;
  1016. box-sizing: border-box;
  1017. background: #fbfcfc;
  1018. color: #555;
  1019. cursor: pointer;
  1020. }
  1021. .graphiql-container .search-box {
  1022. border-bottom: 1px solid #d3d6db;
  1023. display: block;
  1024. font-size: 14px;
  1025. margin: -15px -15px 12px 0;
  1026. position: relative;
  1027. }
  1028. .graphiql-container .search-box:before {
  1029. content: '\26b2';
  1030. cursor: pointer;
  1031. display: block;
  1032. font-size: 24px;
  1033. position: absolute;
  1034. top: -2px;
  1035. -ms-transform: rotate(-45deg);
  1036. transform: rotate(-45deg);
  1037. -webkit-user-select: none;
  1038. -moz-user-select: none;
  1039. -ms-user-select: none;
  1040. user-select: none;
  1041. }
  1042. .graphiql-container .search-box .search-box-clear {
  1043. background-color: #d0d0d0;
  1044. border-radius: 12px;
  1045. color: #fff;
  1046. cursor: pointer;
  1047. font-size: 11px;
  1048. padding: 1px 5px 2px;
  1049. position: absolute;
  1050. right: 3px;
  1051. top: 8px;
  1052. -webkit-user-select: none;
  1053. -moz-user-select: none;
  1054. -ms-user-select: none;
  1055. user-select: none;
  1056. }
  1057. .graphiql-container .search-box .search-box-clear:hover {
  1058. background-color: #b9b9b9;
  1059. }
  1060. .graphiql-container .search-box > input {
  1061. border: none;
  1062. box-sizing: border-box;
  1063. font-size: 14px;
  1064. outline: none;
  1065. padding: 6px 24px 8px 20px;
  1066. width: 100%;
  1067. }
  1068. .graphiql-container .error-container {
  1069. font-weight: bold;
  1070. left: 0;
  1071. letter-spacing: 1px;
  1072. opacity: 0.5;
  1073. position: absolute;
  1074. right: 0;
  1075. text-align: center;
  1076. text-transform: uppercase;
  1077. top: 50%;
  1078. -ms-transform: translate(0, -50%);
  1079. transform: translate(0, -50%);
  1080. }
  1081. .CodeMirror-foldmarker {
  1082. color: blue;
  1083. cursor: pointer;
  1084. font-family: arial;
  1085. line-height: .3;
  1086. text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
  1087. }
  1088. .CodeMirror-foldgutter {
  1089. width: .7em;
  1090. }
  1091. .CodeMirror-foldgutter-open,
  1092. .CodeMirror-foldgutter-folded {
  1093. cursor: pointer;
  1094. }
  1095. .CodeMirror-foldgutter-open:after {
  1096. content: "\25BE";
  1097. }
  1098. .CodeMirror-foldgutter-folded:after {
  1099. content: "\25B8";
  1100. }
  1101. .graphiql-container .history-contents,
  1102. .graphiql-container .history-contents input {
  1103. font-family: 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace;
  1104. padding: 0;
  1105. }
  1106. .graphiql-container .history-contents p {
  1107. align-items: center;
  1108. display: flex;
  1109. font-size: 12px;
  1110. overflow: hidden;
  1111. text-overflow: ellipsis;
  1112. white-space: nowrap;
  1113. margin: 0;
  1114. padding: 8px;
  1115. border-bottom: 1px solid #e0e0e0;
  1116. }
  1117. .graphiql-container .history-contents p.editable {
  1118. padding-bottom: 6px;
  1119. padding-top: 7px;
  1120. }
  1121. .graphiql-container .history-contents input {
  1122. flex-grow: 1;
  1123. font-size: 12px;
  1124. }
  1125. .graphiql-container .history-contents p:hover {
  1126. cursor: pointer;
  1127. }
  1128. .graphiql-container .history-contents p span.history-label {
  1129. flex-grow: 1;
  1130. overflow: hidden;
  1131. text-overflow: ellipsis;
  1132. }.CodeMirror-info {
  1133. background: white;
  1134. border-radius: 2px;
  1135. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  1136. box-sizing: border-box;
  1137. color: #555;
  1138. font-family:
  1139. system,
  1140. -apple-system,
  1141. 'San Francisco',
  1142. '.SFNSDisplay-Regular',
  1143. 'Segoe UI',
  1144. Segoe,
  1145. 'Segoe WP',
  1146. 'Helvetica Neue',
  1147. helvetica,
  1148. 'Lucida Grande',
  1149. arial,
  1150. sans-serif;
  1151. font-size: 13px;
  1152. line-height: 16px;
  1153. margin: 8px -8px;
  1154. max-width: 400px;
  1155. opacity: 0;
  1156. overflow: hidden;
  1157. padding: 8px 8px;
  1158. position: fixed;
  1159. transition: opacity 0.15s;
  1160. z-index: 50;
  1161. }
  1162. .CodeMirror-info :first-child {
  1163. margin-top: 0;
  1164. }
  1165. .CodeMirror-info :last-child {
  1166. margin-bottom: 0;
  1167. }
  1168. .CodeMirror-info p {
  1169. margin: 1em 0;
  1170. }
  1171. .CodeMirror-info .info-description {
  1172. color: #777;
  1173. line-height: 16px;
  1174. margin-top: 1em;
  1175. max-height: 80px;
  1176. overflow: hidden;
  1177. }
  1178. .CodeMirror-info .info-deprecation {
  1179. background: #fffae8;
  1180. box-shadow: inset 0 1px 1px -1px #bfb063;
  1181. color: #867F70;
  1182. line-height: 16px;
  1183. margin: -8px;
  1184. margin-top: 8px;
  1185. max-height: 80px;
  1186. overflow: hidden;
  1187. padding: 8px;
  1188. }
  1189. .CodeMirror-info .info-deprecation-label {
  1190. color: #c79b2e;
  1191. cursor: default;
  1192. display: block;
  1193. font-size: 9px;
  1194. font-weight: bold;
  1195. letter-spacing: 1px;
  1196. line-height: 1;
  1197. padding-bottom: 5px;
  1198. text-transform: uppercase;
  1199. -webkit-user-select: none;
  1200. -moz-user-select: none;
  1201. -ms-user-select: none;
  1202. user-select: none;
  1203. }
  1204. .CodeMirror-info .info-deprecation-label + * {
  1205. margin-top: 0;
  1206. }
  1207. .CodeMirror-info a {
  1208. text-decoration: none;
  1209. }
  1210. .CodeMirror-info a:hover {
  1211. text-decoration: underline;
  1212. }
  1213. .CodeMirror-info .type-name {
  1214. color: #CA9800;
  1215. }
  1216. .CodeMirror-info .field-name {
  1217. color: #1F61A0;
  1218. }
  1219. .CodeMirror-info .enum-value {
  1220. color: #0B7FC7;
  1221. }
  1222. .CodeMirror-info .arg-name {
  1223. color: #8B2BB9;
  1224. }
  1225. .CodeMirror-info .directive-name {
  1226. color: #B33086;
  1227. }
  1228. .CodeMirror-jump-token {
  1229. text-decoration: underline;
  1230. cursor: pointer;
  1231. }
  1232. /* The lint marker gutter */
  1233. .CodeMirror-lint-markers {
  1234. width: 16px;
  1235. }
  1236. .CodeMirror-lint-tooltip {
  1237. background-color: infobackground;
  1238. border-radius: 4px 4px 4px 4px;
  1239. border: 1px solid black;
  1240. color: infotext;
  1241. font-family: monospace;
  1242. font-size: 10pt;
  1243. max-width: 600px;
  1244. opacity: 0;
  1245. overflow: hidden;
  1246. padding: 2px 5px;
  1247. position: fixed;
  1248. transition: opacity .4s;
  1249. white-space: pre-wrap;
  1250. z-index: 100;
  1251. }
  1252. .CodeMirror-lint-mark-error, .CodeMirror-lint-mark-warning {
  1253. background-position: left bottom;
  1254. background-repeat: repeat-x;
  1255. }
  1256. .CodeMirror-lint-mark-error {
  1257. background-image:
  1258. url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")
  1259. ;
  1260. }
  1261. .CodeMirror-lint-mark-warning {
  1262. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
  1263. }
  1264. .CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
  1265. background-position: center center;
  1266. background-repeat: no-repeat;
  1267. cursor: pointer;
  1268. display: inline-block;
  1269. height: 16px;
  1270. position: relative;
  1271. vertical-align: middle;
  1272. width: 16px;
  1273. }
  1274. .CodeMirror-lint-message-error, .CodeMirror-lint-message-warning {
  1275. background-position: top left;
  1276. background-repeat: no-repeat;
  1277. padding-left: 18px;
  1278. }
  1279. .CodeMirror-lint-marker-error, .CodeMirror-lint-message-error {
  1280. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
  1281. }
  1282. .CodeMirror-lint-marker-warning, .CodeMirror-lint-message-warning {
  1283. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
  1284. }
  1285. .CodeMirror-lint-marker-multiple {
  1286. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
  1287. background-position: right bottom;
  1288. background-repeat: no-repeat;
  1289. width: 100%; height: 100%;
  1290. }
  1291. .graphiql-container .spinner-container {
  1292. height: 36px;
  1293. left: 50%;
  1294. position: absolute;
  1295. top: 50%;
  1296. -ms-transform: translate(-50%, -50%);
  1297. transform: translate(-50%, -50%);
  1298. width: 36px;
  1299. z-index: 10;
  1300. }
  1301. .graphiql-container .spinner {
  1302. animation: rotation .6s infinite linear;
  1303. border-bottom: 6px solid rgba(150, 150, 150, .15);
  1304. border-left: 6px solid rgba(150, 150, 150, .15);
  1305. border-radius: 100%;
  1306. border-right: 6px solid rgba(150, 150, 150, .15);
  1307. border-top: 6px solid rgba(150, 150, 150, .8);
  1308. display: inline-block;
  1309. height: 24px;
  1310. position: absolute;
  1311. vertical-align: middle;
  1312. width: 24px;
  1313. }
  1314. @keyframes rotation {
  1315. from { transform: rotate(0deg); }
  1316. to { transform: rotate(359deg); }
  1317. }
  1318. .CodeMirror-hints {
  1319. background: white;
  1320. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  1321. font-family: 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace;
  1322. font-size: 13px;
  1323. list-style: none;
  1324. margin-left: -6px;
  1325. margin: 0;
  1326. max-height: 14.5em;
  1327. overflow-y: auto;
  1328. overflow: hidden;
  1329. padding: 0;
  1330. position: absolute;
  1331. z-index: 10;
  1332. }
  1333. .CodeMirror-hint {
  1334. border-top: solid 1px #f7f7f7;
  1335. color: #141823;
  1336. cursor: pointer;
  1337. margin: 0;
  1338. max-width: 300px;
  1339. overflow: hidden;
  1340. padding: 2px 6px;
  1341. white-space: pre;
  1342. }
  1343. li.CodeMirror-hint-active {
  1344. background-color: #08f;
  1345. border-top-color: white;
  1346. color: white;
  1347. }
  1348. .CodeMirror-hint-information {
  1349. border-top: solid 1px #c0c0c0;
  1350. max-width: 300px;
  1351. padding: 4px 6px;
  1352. position: relative;
  1353. z-index: 1;
  1354. }
  1355. .CodeMirror-hint-information:first-child {
  1356. border-bottom: solid 1px #c0c0c0;
  1357. border-top: none;
  1358. margin-bottom: -1px;
  1359. }
  1360. .CodeMirror-hint-deprecation {
  1361. background: #fffae8;
  1362. box-shadow: inset 0 1px 1px -1px #bfb063;
  1363. color: #867F70;
  1364. font-family:
  1365. system,
  1366. -apple-system,
  1367. 'San Francisco',
  1368. '.SFNSDisplay-Regular',
  1369. 'Segoe UI',
  1370. Segoe,
  1371. 'Segoe WP',
  1372. 'Helvetica Neue',
  1373. helvetica,
  1374. 'Lucida Grande',
  1375. arial,
  1376. sans-serif;
  1377. font-size: 13px;
  1378. line-height: 16px;
  1379. margin-top: 4px;
  1380. max-height: 80px;
  1381. overflow: hidden;
  1382. padding: 6px;
  1383. }
  1384. .CodeMirror-hint-deprecation .deprecation-label {
  1385. color: #c79b2e;
  1386. cursor: default;
  1387. display: block;
  1388. font-size: 9px;
  1389. font-weight: bold;
  1390. letter-spacing: 1px;
  1391. line-height: 1;
  1392. padding-bottom: 5px;
  1393. text-transform: uppercase;
  1394. -webkit-user-select: none;
  1395. -moz-user-select: none;
  1396. -ms-user-select: none;
  1397. user-select: none;
  1398. }
  1399. .CodeMirror-hint-deprecation .deprecation-label + * {
  1400. margin-top: 0;
  1401. }
  1402. .CodeMirror-hint-deprecation :last-child {
  1403. margin-bottom: 0;
  1404. }