content-script.css 21 KB

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