content-script.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  1. #jfContent {
  2. -webkit-user-select: text;
  3. margin: 0;
  4. }
  5. .xjf-btn {
  6. cursor: pointer;
  7. -webkit-border-radius: 2px;
  8. -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  9. -webkit-user-select: none;
  10. background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  11. outline: none;
  12. border: 1px solid #aaa;
  13. color: #444;
  14. font-size: 12px;
  15. margin-bottom: 0px;
  16. min-width: 4em;
  17. position: relative;
  18. z-index: 10;
  19. display: inline-block;
  20. padding: 2px 10px;
  21. text-shadow: 1px 1px rgba(255, 255, 255, 0.3)
  22. }
  23. .xjf-btn-mid, .xjf-btn-right {
  24. margin-left: 0;
  25. border-top-left-radius: 0;
  26. border-bottom-left-radius: 0;
  27. }
  28. .xjf-btn-mid, .xjf-btn-left {
  29. margin-right: 0;
  30. border-top-right-radius: 0;
  31. border-bottom-right-radius: 0;
  32. border-right: none
  33. }
  34. .xjf-btn:hover {
  35. -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  36. background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  37. border-color: #999;
  38. color: #222
  39. }
  40. .xjf-btn:active {
  41. -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  42. background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  43. color: #333
  44. }
  45. .xjf-btn.selected {
  46. -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
  47. background: #ebebeb -webkit-linear-gradient(#e4e4e4, #dfdfdf 40%, #dcdcdc);
  48. color: #333
  49. }
  50. #jsonpOpener, #jsonpCloser {
  51. padding: 4px 0 0 8px;
  52. color: black;
  53. margin-bottom: -6px
  54. }
  55. #jsonpCloser {
  56. margin-top: 0
  57. }
  58. #formattedJson {
  59. padding-left: 21px;
  60. padding-top: 6px
  61. }
  62. html.fh-jf pre {
  63. /* padding: 36px 5px 5px 5px */
  64. }
  65. #jfContent {
  66. margin-bottom: 25px;
  67. }
  68. /*================json format style start===================*/
  69. html.fh-jf .item {
  70. display: block;
  71. padding-left: 20px;
  72. margin-left: -20px;
  73. position: relative;
  74. padding-top:1px;
  75. padding-bottom: 1px;
  76. }
  77. html.fh-jf .item .kv-list {
  78. display: block;
  79. padding-left: 24px;
  80. border-left: 1px dashed #bbb;
  81. margin-left: 2px
  82. }
  83. html.fh-jf .item .string {
  84. word-wrap: break-word;
  85. white-space: pre-wrap;
  86. }
  87. html.fh-jf .item .string a {
  88. text-decoration: underline;
  89. }
  90. html.fh-jf .item .string a:hover {
  91. color: #b00;
  92. }
  93. html.fh-jf .item .brace {
  94. font-weight: bold;
  95. }
  96. html.fh-jf .item .expand {
  97. width: 20px;
  98. height: 18px;
  99. display: block;
  100. position: absolute;
  101. left: -2px;
  102. top: 4px;
  103. z-index: 5;
  104. opacity: 0.35;
  105. -webkit-user-select: none;
  106. cursor: pointer;
  107. }
  108. html.fh-jf .item .expand:after {
  109. content: "\25bc";
  110. }
  111. html.fh-jf .item .expand:hover {
  112. opacity: 0.35
  113. }
  114. html.fh-jf .item .expand:active {
  115. opacity: 0.5
  116. }
  117. html.fh-jf .item.collapsed {
  118. white-space: nowrap
  119. }
  120. html.fh-jf .item.collapsed > .kv-list {
  121. display: none
  122. }
  123. html.fh-jf .item.collapsed .item .expand {
  124. display: none
  125. }
  126. html.fh-jf .item.collapsed > .ellipsis:after {
  127. content: "\2026";
  128. font-weight: bold
  129. }
  130. html.fh-jf .item.collapsed > .ellipsis {
  131. margin: 0 4px;
  132. color: #888
  133. }
  134. html.fh-jf .item.collapsed .item {
  135. display: inline
  136. }
  137. html.fh-jf .item.collapsed > .expand {
  138. -webkit-transform: rotate(-90deg);
  139. top: -1px
  140. }
  141. html.fh-jf .remove-quote .quote {
  142. display: none;
  143. }
  144. /*================json format style end===================*/
  145. #formattedJson, #jsonpOpener, #jsonpCloser {
  146. color: #333;
  147. font: 14px/18px monospace;
  148. }
  149. #formattedJson {
  150. color: #444
  151. }
  152. #formattingMsg {
  153. position: absolute;
  154. top: calc(40vh);
  155. left: calc(45vw);
  156. z-index: 100;
  157. display: none;
  158. }
  159. #formattingMsg .x-loading {
  160. width: 12px;
  161. height: 12px;
  162. border: 1px solid #f00;
  163. border-radius: 50%;
  164. box-shadow: 0 0 10px 2px;
  165. color: #cc0000;
  166. border-right-color: transparent;
  167. border-top-color: transparent;
  168. animation: spin-right 1s linear infinite normal;
  169. animation-delay: 0s;
  170. margin: 0 5px 0 0;
  171. display: inline-block;
  172. }
  173. #formattingMsg .x-loading:before {
  174. display: block;
  175. width: 8px;
  176. height: 8px;
  177. margin: 1px;
  178. border: 2px solid #f00;
  179. content: " ";
  180. border-radius: 50%;
  181. border-left-color: transparent;
  182. border-bottom-color: transparent;
  183. }
  184. @keyframes spin-right {
  185. from {
  186. transform: rotate(0deg);
  187. opacity: 0.2;
  188. }
  189. 50% {
  190. transform: rotate(180deg);
  191. opacity: 1.0;
  192. }
  193. to {
  194. transform: rotate(360deg);
  195. opacity: 0.2;
  196. }
  197. }
  198. [hidden] {
  199. display: none !important
  200. }
  201. #jfContentspan {
  202. white-space: pre-wrap
  203. }
  204. @-webkit-keyframes spin {
  205. from {
  206. -webkit-transform: rotate(0deg)
  207. }
  208. to {
  209. -webkit-transform: rotate(360deg)
  210. }
  211. }
  212. #spinner {
  213. -webkit-animation: spin 1s 0 infinite
  214. }
  215. html.fh-jf * {
  216. -webkit-font-smoothing: antialiased
  217. }
  218. #jfContent .x-json-tips {
  219. color: red;
  220. }
  221. #jfContent_pre {
  222. padding: 0;
  223. margin: 0;
  224. word-break: break-all;
  225. }
  226. html.fh-jf {
  227. font-size: 14px;
  228. color: #333;
  229. direction: ltr;
  230. }
  231. html.fh-jf body {
  232. direction: inherit;
  233. margin: 0;
  234. }
  235. html..fh-jf body {
  236. padding: 0 8px;
  237. }
  238. /* 工具栏 */
  239. html.fh-jf .x-toolbar {
  240. background-color: #f5f5f5;
  241. background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  242. margin: 0 0 10px ;
  243. border: 1px solid #ddd;
  244. border-bottom-color: #ccc;
  245. border-radius: 4px;
  246. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  247. box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  248. padding: 10px 15px;
  249. position: sticky;
  250. top: 0;
  251. z-index: 10000;
  252. font-size: 12px;
  253. user-select: none;
  254. }
  255. html.fh-jf .x-toolbar .x-stitle {
  256. font-weight: 700;
  257. }
  258. html.fh-jf .x-toolbar .x-sort input {
  259. margin-right: 10px;
  260. position: relative;
  261. top: 2px;
  262. }
  263. html.fh-jf .x-toolbar span {
  264. white-space: normal !important;
  265. }
  266. html.fh-jf .x-toolbar .x-sort input#sort_desc {
  267. margin-right: 0;
  268. }
  269. html.fh-jf .x-toolbar .x-sort {
  270. display: inline;
  271. margin: 0;
  272. }
  273. html.fh-jf .x-toolbar .x-split {
  274. margin: 0 15px;
  275. color: #ccc;
  276. display: inline;
  277. }
  278. html.fh-jf .x-toolbar label {
  279. font-weight: normal;
  280. margin-bottom: 0;
  281. }
  282. html.fh-jf .x-toolbar img {
  283. vertical-align: middle;
  284. }
  285. html.fh-jf .x-toolbar .x-a-title {
  286. font-size: 14px;
  287. color: blue;
  288. text-decoration: none;
  289. font-weight: bold;
  290. }
  291. html.fh-jf .x-toolbar .x-b-title {
  292. font-size: 14px;
  293. font-weight: bold;
  294. }
  295. html.fh-jf .x-toolbar.t-collapse {
  296. position: fixed;
  297. left: 100%;
  298. margin-left: -24px;
  299. width: 10000px;
  300. top: -10px;
  301. }
  302. html.fh-jf .x-toolbar.t-collapse .fe-feedback {
  303. float: left;
  304. margin-left: -10px;
  305. margin-right: 20px;
  306. }
  307. html.fh-jf .x-toolbar.t-collapse .fe-feedback .x-settings{
  308. display: none;
  309. }
  310. html.fh-jf .mod-json .format-item button {
  311. width: 80px;
  312. height: 30px;
  313. float: right;
  314. }
  315. html.fh-jf .mod-contentscript {
  316. width: auto;
  317. }
  318. #optionBar {
  319. display: inline-block !important;
  320. position: static !important;
  321. }
  322. html.fh-jf body>#optionBar ,
  323. html.fh-jf body>#jfContent {
  324. display: none !important;
  325. }
  326. #formatTips {
  327. color: #888;
  328. font-size: 14px;
  329. display: block;
  330. position: absolute;
  331. top: 0px;
  332. left: 0px;
  333. }
  334. #jsonSource {
  335. height: 120px;
  336. }
  337. html.fh-jf .mod-json .callback-name {
  338. font-weight: bolder;
  339. color: #a00;
  340. }
  341. #errorMsg {
  342. margin-top: 10px;
  343. float: left;
  344. color: #f00;
  345. }
  346. #statusBar {
  347. position: fixed;
  348. bottom: 0;
  349. left: 0;
  350. right: 0;
  351. background: #f5f5f5;
  352. border-top:1px solid #f4f4f4;
  353. font-size: 12px;
  354. font-weight: bold;
  355. padding: 2px 10px 2px 2px;
  356. z-index: 10
  357. }
  358. html.fh-jf .hide-status-bar #statusBar {
  359. width:0;
  360. height:0;
  361. opacity: 0;
  362. }
  363. #jsonPath {
  364. cursor: default;
  365. }
  366. html.fh-jf .boxOpt {
  367. position: absolute;
  368. right: 0;
  369. top:-1px;
  370. background: -webkit-linear-gradient(#fafafa,#f4f4f4 40%,#e5e5e5);
  371. color: #888;
  372. border:1px solid #ddd;
  373. user-select: none;
  374. font-weight: normal;
  375. z-index: 1000;
  376. }
  377. html.fh-jf .boxOpt a {
  378. cursor: pointer;
  379. margin: 0 5px;
  380. font-size: 12px;
  381. color: #666;
  382. text-decoration: none;
  383. }
  384. html.fh-jf .boxOpt a:hover {
  385. color:#000;
  386. text-decoration: none;
  387. }
  388. html.fh-jf .fe-feedback {
  389. font-size: 12px;
  390. padding-top: 3px;
  391. color: #888;
  392. float: right;
  393. cursor: pointer;
  394. font-weight: bold;
  395. position: relative;
  396. top: -2px;
  397. }
  398. .fe-feedback a {
  399. color: #888;
  400. text-decoration: none;
  401. text-align: left;
  402. margin-right: 5px;
  403. }
  404. .fe-feedback a:hover {
  405. color: #c00;
  406. }
  407. html.fh-jf svg:not(:root) {
  408. overflow: hidden;
  409. }
  410. .fe-feedback svg {
  411. vertical-align: text-bottom;
  412. display: inline-block;
  413. fill: currentColor;
  414. }
  415. .fe-feedback img {
  416. opacity: 0.6;
  417. position: relative;
  418. top: 1px;
  419. }
  420. .fe-feedback a:focus {
  421. outline: none;
  422. }
  423. .fe-feedback a:hover img {
  424. opacity: 1.0;
  425. }
  426. .fe-feedback .x-settings {
  427. cursor: pointer;
  428. margin-right: 10px;
  429. }
  430. .fe-feedback .x-settings:hover {
  431. color: #c00;
  432. }
  433. #fehelper_alertmsg {
  434. font-family: "monospace", "微软雅黑";
  435. }
  436. #aLinkDownload {
  437. position: absolute;
  438. top:-10000px;
  439. left:-10000px;
  440. }
  441. /*设置面板*/
  442. .mod-setting-panel {
  443. position: absolute;
  444. top: 43px;
  445. right: 0;
  446. z-index:10000;
  447. width:300px;
  448. background:#f1f1f1;
  449. padding:0 20px 20px;
  450. border:1px solid #ddd;
  451. border-radius: 4px;
  452. font-size:12px;
  453. color:#454545;
  454. box-shadow: 2px 2px #f9f9f9;
  455. }
  456. .mod-setting-panel h4 {
  457. border-bottom: 1px solid #ccc;
  458. padding-bottom: 4px;
  459. margin:20px 0 10px;
  460. }
  461. .mod-setting-panel input[name="maxlength"] {
  462. width:50px;
  463. background: #fff;
  464. border: 1px solid #eee;
  465. }
  466. .mod-setting-panel ul {
  467. margin:0;
  468. padding:0 10px;
  469. }
  470. .mod-setting-panel li {
  471. padding:2px 0;
  472. list-style: none;
  473. }
  474. .mod-setting-panel li:hover {
  475. color:#600;
  476. }
  477. .mod-setting-panel ol {
  478. padding:0 0 0 10px;
  479. }
  480. .mod-setting-panel .btns {
  481. margin-top:20px;
  482. }
  483. .mod-setting-panel input[name="reset"] {
  484. margin-left:20px;
  485. }
  486. .mod-setting-panel form {
  487. margin:0;
  488. padding:0;
  489. }
  490. .t-collapse .mod-setting-panel {
  491. position: fixed;
  492. right: 8px;
  493. }
  494. .fe-feedback>a.x-other-tools {
  495. margin: 1px 0 0;
  496. font-size: 12px;
  497. cursor: pointer;
  498. text-decoration: none;
  499. -webkit-user-select: none;
  500. user-select: none;
  501. color: #333;
  502. float: right;
  503. background-color: #f5f8ff;
  504. padding: 3px 10px;
  505. border-radius: 15px;
  506. border: 1px solid #d0d9ff;
  507. transition: all 0.3s ease;
  508. display: flex;
  509. align-items: center;
  510. position: relative;
  511. top: -2px;
  512. }
  513. .fe-feedback>a.x-other-tools-us {
  514. display: none;
  515. }
  516. .fe-feedback>.x-donate-link {
  517. line-height: 18px;
  518. color: #2563eb;
  519. cursor: pointer;
  520. text-decoration: none;
  521. border: none;
  522. white-space: nowrap;
  523. margin-right: auto;
  524. border-radius: 20px;
  525. background-color: #eff6ff;
  526. transition: all 0.2s ease;
  527. display: inline-flex;
  528. align-items: center;
  529. box-shadow: 0 1px 2px rgba(37, 99, 235, 0.1);
  530. padding: 4px 12px;
  531. margin: 0 10px;
  532. font-size: 12px;
  533. font-weight: normal;
  534. }
  535. .fe-feedback>.x-donate-link-us {
  536. display: none;
  537. }
  538. .fe-feedback>.x-donate-link a{
  539. color: #333;
  540. text-decoration: none;
  541. }
  542. .fe-feedback>.x-donate-link:hover {
  543. background-color: #dbeafe;
  544. color: #1d4ed8;
  545. text-decoration: none;
  546. box-shadow: 0 2px 4px rgba(37, 99, 235, 0.15);
  547. transform: translateY(-1px);
  548. }
  549. .fe-feedback>a.x-other-tools .icon-plus-circle {
  550. display: inline-block;
  551. width: 16px;
  552. height: 16px;
  553. background-size: contain;
  554. font-size: 16px;
  555. font-style: normal;
  556. line-height: 14px;
  557. margin-right: 0px;
  558. }
  559. .fe-feedback>a.x-other-tools .tool-market-badge {
  560. display: inline-block;
  561. background-color: #4d89fe;
  562. color: white;
  563. padding: 2px 6px;
  564. border-radius: 10px;
  565. margin-left: 5px;
  566. font-size: 12px;
  567. font-weight: bold;
  568. }
  569. .fe-feedback>a.x-other-tools:hover {
  570. color: #333;
  571. background-color: #e6edff;
  572. box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  573. transform: translateY(-1px);
  574. }
  575. /*================ 皮肤:theme-default ===================*/
  576. html.fh-jf body.theme-default {
  577. background-color: #fff;
  578. }
  579. .theme-default .item .key {
  580. color: #000;
  581. }
  582. .theme-default .item .kv-list {
  583. border-left: 1px dashed #bbb;
  584. }
  585. .theme-default .item .string {
  586. color: #0B7500;
  587. }
  588. .theme-default .item .string a {
  589. color: #00b;
  590. text-decoration: underline;
  591. }
  592. .theme-default .item .string a:hover {
  593. color: #b00;
  594. }
  595. .theme-default .item .bool,
  596. .theme-default .item .null,
  597. .theme-default .item .number {
  598. font-weight: bold;
  599. color: #ff6b00
  600. }
  601. .theme-default .item .number {
  602. color:#1A01CC;
  603. }
  604. .theme-default .item .item-object:hover > span,
  605. .theme-default .item .item-array:hover > span,
  606. .theme-default .item .item-block:hover > span{
  607. font-weight: bold;
  608. color: #f00;
  609. }
  610. .theme-default .item .item-line:hover,
  611. .theme-default .item-line.x-selected{
  612. background: #f9f9f9;
  613. }
  614. .theme-default .item .item-line:hover span ,
  615. .theme-default .item.x-selected>span {
  616. font-weight: bolder;
  617. background: #ff5;
  618. }
  619. /*================ 皮肤:theme-simple ===================*/
  620. .theme-simple .rootItem {
  621. white-space: pre !important;
  622. color: #000;
  623. }
  624. /*================ 皮肤:theme-light ===================*/
  625. .theme-light .item .key {
  626. color: #4d4d4c;
  627. }
  628. .theme-light .item .kv-list {
  629. border-left: 1px dashed #f1f1f1;
  630. }
  631. .theme-light .item .string {
  632. color: #718c00;
  633. }
  634. .theme-light .item .string a {
  635. color: #00b;
  636. text-decoration: underline;
  637. }
  638. .theme-light .item .string a:hover {
  639. color: #b00;
  640. }
  641. .theme-light .item .brace {
  642. font-weight: normal;
  643. }
  644. .theme-light .item .bool,
  645. .theme-light .item .null,
  646. .theme-light .item .number {
  647. font-weight: bold;
  648. color: #f5871f
  649. }
  650. .theme-light .item .number {
  651. color:#ff7c00;
  652. }
  653. .theme-light .item .item-object:hover > span,
  654. .theme-light .item .item-array:hover > span,
  655. .theme-light .item .item-block:hover > span{
  656. }
  657. .theme-light .item .item-line:hover,
  658. .theme-light .item-line.x-selected {
  659. background: #f7f3f3;
  660. }
  661. .theme-light .item .item-line:hover span ,
  662. .theme-light .item.x-selected>span {
  663. font-weight: bolder;
  664. background: #f7f3f3;
  665. }
  666. .theme-light .item .quote {
  667. color:#ccc;
  668. }
  669. /*================ 皮肤:theme-dark ===================*/
  670. .theme-dark {
  671. background:#000;
  672. }
  673. .theme-dark .x-toolbar {
  674. background: -webkit-linear-gradient(#222,#222,#111);
  675. border: 1px solid #333;
  676. border-bottom-color: #363636;
  677. color:#ddd;
  678. }
  679. .theme-dark .x-toolbar .x-a-title {
  680. color:#48b;
  681. }
  682. .theme-dark .xjf-btn {
  683. background:-webkit-linear-gradient(#222,#222,#111);
  684. border:1px solid #444;
  685. color:#ddd;
  686. }
  687. .theme-dark .xjf-btn:hover {
  688. background:-webkit-linear-gradient(#333,#333,#222);
  689. }
  690. .theme-dark #statusBar {
  691. background: #333;
  692. color: #ddd;
  693. border-top: 1px solid #555;
  694. }
  695. .theme-dark .boxOpt {
  696. background: -webkit-linear-gradient(#222,#222,#111);
  697. border: 1px solid #333;
  698. }
  699. .theme-dark .boxOpt a:hover {
  700. color:#eee;
  701. }
  702. .theme-dark .mod-setting-panel {
  703. background: #222;
  704. color: #fff;
  705. border-color: #444;
  706. box-shadow: 1px 1px #111;
  707. }
  708. .theme-dark .mod-setting-panel li:hover {
  709. color:#ff0;
  710. }
  711. .theme-dark .mod-setting-panel input[name="maxlength"] {
  712. background: #000;
  713. border: 1px solid #555;
  714. color: #fff;
  715. }
  716. .theme-dark .item .key {
  717. color: #fff;
  718. }
  719. .theme-dark .item .kv-list {
  720. border-left: 1px dashed #222;
  721. }
  722. .theme-dark .item .string {
  723. color: #0f0;
  724. }
  725. .theme-dark .item .string a {
  726. color: #369ad6;
  727. text-decoration: underline;
  728. }
  729. .theme-dark .item .string a:hover {
  730. color: #b00;
  731. }
  732. .theme-dark .item .brace,
  733. .theme-dark .item .colon,
  734. .theme-dark .item .comma{
  735. color:#eaeaea;
  736. }
  737. .theme-dark .item .bool,
  738. .theme-dark .item .null,
  739. .theme-dark .item .number {
  740. font-weight: bold;
  741. color: #f00
  742. }
  743. .theme-dark .item .item-object:hover > span,
  744. .theme-dark .item .item-array:hover > span,
  745. .theme-dark .item .item-block:hover > span{
  746. font-weight: bold;
  747. color: orange;
  748. }
  749. .theme-dark .item .item-line:hover,
  750. .theme-dark .item-line.x-selected {
  751. background: #111;
  752. }
  753. .theme-dark .item .item-line:hover span ,
  754. .theme-dark .item.x-selected>span {
  755. font-weight: bolder;
  756. background: #444;
  757. }
  758. .theme-dark .item .quote {
  759. color:#eaeaea;
  760. }
  761. .theme-dark .item .expand {
  762. color:#fff;
  763. }
  764. /*================ 皮肤:theme-vscode ===================*/
  765. .theme-vscode .item .key {
  766. color: #f00;
  767. }
  768. .theme-vscode .item .quote {
  769. color:#eaa;
  770. }
  771. .theme-vscode .item .kv-list {
  772. border-left: 1px dashed #f1f1f1;
  773. }
  774. .theme-vscode .item .string {
  775. color: #a31515;
  776. }
  777. .theme-vscode .item .string a {
  778. color: #00b;
  779. text-decoration: underline;
  780. }
  781. .theme-vscode .item .string a:hover {
  782. color: #b00;
  783. }
  784. .theme-vscode .item .brace {
  785. font-weight: normal;
  786. }
  787. .theme-vscode .item .bool,
  788. .theme-vscode .item .null,
  789. .theme-vscode .item .number {
  790. font-weight: bold;
  791. color: #a31515
  792. }
  793. .theme-vscode .item .number {
  794. color: blue;
  795. }
  796. .theme-vscode .item .item-line:hover,
  797. .theme-vscode .item-line.x-selected {
  798. background: #f7f3f3;
  799. }
  800. .theme-vscode .item .item-line:hover span ,
  801. .theme-vscode .item.x-selected>span {
  802. font-weight: bolder;
  803. background: #f7f3f3;
  804. }
  805. /*================ 皮肤:theme-github ===================*/
  806. .theme-github {
  807. background: #f8f8f8;
  808. }
  809. .theme-github .item .key {
  810. color: #333;
  811. }
  812. .theme-github .item .quote {
  813. color:#aaa;
  814. }
  815. .theme-github .item .kv-list {
  816. border-left: 1px dashed #e8e8e8;
  817. }
  818. .theme-github .item .string {
  819. color: #d14;
  820. }
  821. .theme-github .item .string a {
  822. color: #00b;
  823. text-decoration: underline;
  824. }
  825. .theme-github .item .string a:hover {
  826. color: #b00;
  827. }
  828. .theme-github .item .brace {
  829. font-weight: normal;
  830. }
  831. .theme-github .item .bool,
  832. .theme-github .item .null,
  833. .theme-github .item .number {
  834. font-weight: bold;
  835. color: #008080
  836. }
  837. .theme-github .item .number {
  838. color: blue;
  839. }
  840. .theme-github .item .item-line:hover,
  841. .theme-github .item-line.x-selected {
  842. background: #f7f3f3;
  843. }
  844. .theme-github .item .item-line:hover span ,
  845. .theme-github .item.x-selected>span {
  846. font-weight: bolder;
  847. background: #f7f3f3;
  848. }
  849. /*================ 皮肤:theme-vegetarian ===================*/
  850. .theme-vegetarian .item-line.x-selected {
  851. background: #f9f9f9;
  852. }