12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136 |
- #jfContent {
- -webkit-user-select: text;
- margin: 0;
- }
- .xjf-btn {
- cursor: pointer;
- -webkit-border-radius: 2px;
- -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
- -webkit-user-select: none;
- background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
- outline: none;
- border: 1px solid #aaa;
- color: #444;
- font-size: 12px;
- margin-bottom: 0px;
- min-width: 4em;
- position: relative;
- z-index: 10;
- display: inline-block;
- padding: 2px 10px;
- text-shadow: 1px 1px rgba(255, 255, 255, 0.3)
- }
- .xjf-btn-mid, .xjf-btn-right {
- margin-left: 0;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- .xjf-btn-mid, .xjf-btn-left {
- margin-right: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-right: none
- }
- .xjf-btn:hover {
- -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
- background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
- border-color: #999;
- color: #222
- }
- .xjf-btn:active {
- -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
- background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
- color: #333
- }
- .xjf-btn.selected {
- -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
- background: #ebebeb -webkit-linear-gradient(#e4e4e4, #dfdfdf 40%, #dcdcdc);
- color: #333
- }
- #jsonpOpener, #jsonpCloser {
- padding: 4px 0 0 8px;
- color: black;
- margin-bottom: -6px
- }
- #jsonpCloser {
- margin-top: 0
- }
- #formattedJson {
- padding-left: 21px;
- padding-top: 6px
- }
- html.fh-jf pre {
- /* padding: 36px 5px 5px 5px */
- }
- #jfContent {
- margin-bottom: 25px;
- }
- /*================json format style start===================*/
- html.fh-jf .item {
- display: block;
- padding-left: 20px;
- margin-left: -20px;
- position: relative;
- padding-top:1px;
- padding-bottom: 1px;
- }
- /* 行悬停效果 - 使用JavaScript控制的类 */
- html.fh-jf .item.fh-hover {
- background-color: rgba(0, 0, 0, 0.02);
- border-radius: 2px;
- }
- /* 深色主题悬停效果 */
- html.fh-jf .theme-dark .item.fh-hover {
- background-color: rgba(255, 255, 255, 0.02);
- }
- /* VS Code主题悬停效果 */
- html.fh-jf .theme-vscode .item.fh-hover {
- background-color: rgba(255, 255, 255, 0.02);
- }
- /* GitHub主题悬停效果 */
- html.fh-jf .theme-github .item.fh-hover {
- background-color: rgba(0, 0, 0, 0.02);
- }
- /* Light主题悬停效果 */
- html.fh-jf .theme-light .item.fh-hover {
- background-color: rgba(0, 0, 0, 0.02);
- }
- html.fh-jf .item .kv-list {
- display: block;
- padding-left: 24px;
- border-left: 1px dashed #bbb;
- margin-left: 2px
- }
- html.fh-jf .item .string {
- word-wrap: break-word;
- white-space: pre-wrap;
- }
- html.fh-jf .item .string a {
- text-decoration: underline;
- }
- html.fh-jf .item .string a:hover {
- color: #b00;
- }
- html.fh-jf .item .brace {
- font-weight: bold;
- }
- html.fh-jf .item .expand {
- width: 20px;
- height: 18px;
- display: inline-block;
- position: absolute;
- left: -20px;
- top: 2px;
- z-index: 5;
- opacity: 0.35;
- -webkit-user-select: none;
- cursor: pointer;
- }
- /* 当展开按钮在key前面时 */
- html.fh-jf .item > .expand:first-child {
- position: absolute;
- left: 4px;
- top: 2px;
- }
- /* 根级对象和数组的展开按钮 */
- html.fh-jf .item-object > .expand:first-child,
- html.fh-jf .item-array > .expand:first-child {
- position: absolute;
- left: 4px;
- top: 2px;
- }
- /* 数组块元素的展开按钮 */
- html.fh-jf .item-block > .expand:first-child {
- position: absolute;
- left: 4px;
- top: 2px;
- }
- html.fh-jf .item .expand:after {
- content: "\25bc";
- }
- html.fh-jf .item .expand:hover {
- opacity: 0.35
- }
- html.fh-jf .item .expand:active {
- opacity: 0.5
- }
- html.fh-jf .item.collapsed {
- white-space: nowrap
- }
- html.fh-jf .item.collapsed > .kv-list {
- display: none
- }
- html.fh-jf .item.collapsed .item .expand {
- display: none
- }
- html.fh-jf .item.collapsed > .ellipsis:after {
- content: "\2026";
- font-weight: bold
- }
- html.fh-jf .item.collapsed > .ellipsis {
- margin: 0 4px;
- color: #888
- }
- html.fh-jf .item.collapsed .item {
- display: inline
- }
- html.fh-jf .item.collapsed > .expand {
- -webkit-transform: rotate(-90deg);
- top: -4px;
- left: -2px;
- }
- html.fh-jf .remove-quote .quote {
- display: none;
- }
- /* 展开按钮在key前面时不影响后续元素 */
- html.fh-jf .item > .expand:first-child + .quote {
- margin-left: 0;
- }
- /*================json format style end===================*/
- #formattedJson, #jsonpOpener, #jsonpCloser {
- color: #333;
- font: 14px/18px monospace;
- }
- #formattedJson {
- color: #444
- }
- #formattingMsg {
- position: absolute;
- top: calc(40vh);
- left: calc(45vw);
- z-index: 100;
- display: none;
- }
- #formattingMsg .x-loading {
- width: 12px;
- height: 12px;
- border: 1px solid #f00;
- border-radius: 50%;
- box-shadow: 0 0 10px 2px;
- color: #cc0000;
- border-right-color: transparent;
- border-top-color: transparent;
- animation: spin-right 1s linear infinite normal;
- animation-delay: 0s;
- margin: 0 5px 0 0;
- display: inline-block;
- }
- #formattingMsg .x-loading:before {
- display: block;
- width: 8px;
- height: 8px;
- margin: 1px;
- border: 2px solid #f00;
- content: " ";
- border-radius: 50%;
- border-left-color: transparent;
- border-bottom-color: transparent;
- }
- @keyframes spin-right {
- from {
- transform: rotate(0deg);
- opacity: 0.2;
- }
- 50% {
- transform: rotate(180deg);
- opacity: 1.0;
- }
- to {
- transform: rotate(360deg);
- opacity: 0.2;
- }
- }
- [hidden] {
- display: none !important
- }
- #jfContentspan {
- white-space: pre-wrap
- }
- @-webkit-keyframes spin {
- from {
- -webkit-transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(360deg)
- }
- }
- #spinner {
- -webkit-animation: spin 1s 0 infinite
- }
- html.fh-jf * {
- -webkit-font-smoothing: antialiased
- }
- #jfContent .x-json-tips {
- color: red;
- }
- #jfContent_pre {
- padding: 0;
- margin: 0;
- word-break: break-all;
- }
- html.fh-jf {
- font-size: 14px;
- color: #333;
- direction: ltr;
- }
- html.fh-jf body {
- direction: inherit;
- margin: 0;
- }
- html.fh-jf body {
- padding: 0 8px;
- }
- /* 工具栏 */
- html.fh-jf .x-toolbar {
- background-color: #f5f5f5;
- background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
- margin: 0 0 10px ;
- border: 1px solid #ddd;
- border-bottom-color: #ccc;
- border-radius: 4px;
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
- box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
- padding: 10px 15px;
- position: sticky;
- top: 0;
- z-index: 10000;
- font-size: 12px;
- user-select: none;
- }
- html.fh-jf .x-toolbar .x-stitle {
- font-weight: 700;
- }
- html.fh-jf .x-toolbar .x-sort input {
- margin-right: 10px;
- position: relative;
- top: 2px;
- }
- html.fh-jf .x-toolbar span {
- white-space: normal !important;
- }
- html.fh-jf .x-toolbar .x-sort input#sort_desc {
- margin-right: 0;
- }
- html.fh-jf .x-toolbar .x-sort {
- display: inline;
- margin: 0;
- }
- html.fh-jf .x-toolbar .x-split {
- margin: 0 15px;
- color: #ccc;
- display: inline;
- }
- html.fh-jf .x-toolbar label {
- font-weight: normal;
- margin-bottom: 0;
- }
- html.fh-jf .x-toolbar img {
- vertical-align: middle;
- }
- html.fh-jf .x-toolbar .x-a-title {
- font-size: 14px;
- color: blue;
- text-decoration: none;
- font-weight: bold;
- }
- html.fh-jf .x-toolbar .x-b-title {
- font-size: 14px;
- font-weight: bold;
- }
- html.fh-jf .x-toolbar.t-collapse {
- position: fixed;
- left: 100%;
- margin-left: -24px;
- width: 10000px;
- top: -10px;
- }
- html.fh-jf .x-toolbar.t-collapse .fe-feedback {
- float: left;
- margin-left: -10px;
- margin-right: 20px;
- }
- html.fh-jf .x-toolbar.t-collapse .fe-feedback .x-settings{
- display: none;
- }
- html.fh-jf .mod-json .format-item button {
- width: 80px;
- height: 30px;
- float: right;
- }
- html.fh-jf .mod-contentscript {
- width: auto;
- }
- #optionBar {
- display: inline-block !important;
- position: static !important;
- }
- html.fh-jf body>#optionBar ,
- html.fh-jf body>#jfContent {
- display: none !important;
- }
- #formatTips {
- color: #888;
- font-size: 14px;
- display: block;
- position: absolute;
- top: 0px;
- left: 0px;
- }
- #jsonSource {
- height: 120px;
- }
- html.fh-jf .mod-json .callback-name {
- font-weight: bolder;
- color: #a00;
- }
- #errorMsg {
- margin-top: 10px;
- float: left;
- color: #f00;
- }
- #statusBar {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- background: #f5f5f5;
- border-top:1px solid #f4f4f4;
- font-size: 12px;
- font-weight: bold;
- padding: 2px 10px 2px 2px;
- z-index: 10
- }
- html.fh-jf .hide-status-bar #statusBar {
- width:0;
- height:0;
- opacity: 0;
- }
- /* JSON Path 语言选择器容器 */
- #jsonPathContainer {
- display: flex;
- align-items: center;
- gap: 10px;
- flex-wrap: wrap;
- }
- /* 语言选择下拉框样式 */
- #jsonPathLangSelector {
- background: #fff;
- border: 1px solid #ccc;
- border-radius: 3px;
- padding: 2px 5px;
- font-size: 11px;
- color: #333;
- outline: none;
- cursor: pointer;
- min-width: 80px;
- }
- #jsonPathLangSelector:hover {
- border-color: #999;
- }
- #jsonPathLangSelector:focus {
- border-color: #0066cc;
- box-shadow: 0 0 3px rgba(0, 102, 204, 0.3);
- }
- /* JSON路径显示样式优化 */
- #jsonPath {
- cursor: default;
- font-family: 'Courier New', 'Consolas', 'Monaco', monospace;
- background: #f8f8f8;
- padding: 3px 8px;
- border-radius: 3px;
- border: 1px solid #e0e0e0;
- font-size: 11px;
- word-break: break-all;
- max-width: calc(100vw - 200px);
- overflow-x: auto;
- white-space: nowrap;
- }
- html.fh-jf .boxOpt {
- position: absolute;
- right: 0;
- top:-1px;
- background: -webkit-linear-gradient(#fafafa,#f4f4f4 40%,#e5e5e5);
- color: #888;
- border:1px solid #ddd;
- user-select: none;
- font-weight: normal;
- z-index: 1000;
- }
- html.fh-jf .boxOpt a {
- cursor: pointer;
- margin: 0 5px;
- font-size: 12px;
- color: #666;
- text-decoration: none;
- }
- html.fh-jf .boxOpt a:hover {
- color:#000;
- text-decoration: none;
- }
- html.fh-jf .fe-feedback {
- font-size: 12px;
- padding-top: 3px;
- color: #888;
- float: right;
- cursor: pointer;
- font-weight: bold;
- position: relative;
- top: -2px;
- }
- .fe-feedback a {
- color: #888;
- text-decoration: none;
- text-align: left;
- margin-right: 5px;
- }
- .fe-feedback a:hover {
- color: #c00;
- }
- html.fh-jf svg:not(:root) {
- overflow: hidden;
- }
- .fe-feedback svg {
- vertical-align: text-bottom;
- display: inline-block;
- fill: currentColor;
- }
- .fe-feedback img {
- opacity: 0.6;
- position: relative;
- top: 1px;
- }
- .fe-feedback a:focus {
- outline: none;
- }
- .fe-feedback a:hover img {
- opacity: 1.0;
- }
- .fe-feedback .x-settings {
- cursor: pointer;
- margin-right: 10px;
- }
- .fe-feedback .x-settings:hover {
- color: #c00;
- }
- #fehelper_alertmsg {
- font-family: "monospace", "微软雅黑";
- }
- #aLinkDownload {
- position: absolute;
- top:-10000px;
- left:-10000px;
- }
- /*设置面板*/
- .mod-setting-panel {
- position: absolute;
- top: 43px;
- right: 0;
- z-index:10000;
- width:300px;
- background:#f1f1f1;
- padding:0 20px 20px;
- border:1px solid #ddd;
- border-radius: 4px;
- font-size:12px;
- color:#454545;
- box-shadow: 2px 2px #f9f9f9;
- }
- .mod-setting-panel h4 {
- border-bottom: 1px solid #ccc;
- padding-bottom: 4px;
- margin:20px 0 10px;
- }
- .mod-setting-panel input[name="maxlength"] {
- width:50px;
- background: #fff;
- border: 1px solid #eee;
- }
- .mod-setting-panel ul {
- margin:0;
- padding:0 10px;
- }
- .mod-setting-panel li {
- padding:2px 0;
- list-style: none;
- }
- .mod-setting-panel li:hover {
- color:#600;
- }
- .mod-setting-panel ol {
- padding:0 0 0 10px;
- }
- .mod-setting-panel .btns {
- margin-top:20px;
- }
- .mod-setting-panel input[name="reset"] {
- margin-left:20px;
- }
- .mod-setting-panel form {
- margin:0;
- padding:0;
- }
- .t-collapse .mod-setting-panel {
- position: fixed;
- right: 8px;
- }
- .fe-feedback>a.x-other-tools {
- margin: 1px 0 0;
- font-size: 12px;
- cursor: pointer;
- text-decoration: none;
- -webkit-user-select: none;
- user-select: none;
- color: #333;
- float: right;
- background-color: #f5f8ff;
- padding: 3px 10px;
- border-radius: 15px;
- border: 1px solid #d0d9ff;
- transition: all 0.3s ease;
- display: flex;
- align-items: center;
- position: relative;
- top: -2px;
- }
- .fe-feedback>a.x-other-tools-us {
- display: none;
- }
- .fe-feedback>.x-donate-link {
- line-height: 18px;
- color: #2563eb;
- cursor: pointer;
- text-decoration: none;
- border: none;
- white-space: nowrap;
- margin-right: auto;
- border-radius: 20px;
- background-color: #eff6ff;
- transition: all 0.2s ease;
- display: inline-flex;
- align-items: center;
- box-shadow: 0 1px 2px rgba(37, 99, 235, 0.1);
- padding: 4px 12px;
- margin: 0 10px;
- font-size: 12px;
- font-weight: normal;
- }
- .fe-feedback>.x-donate-link-us {
- display: none;
- }
- .fe-feedback>.x-donate-link a{
- color: #333;
- text-decoration: none;
- }
- .fe-feedback>.x-donate-link:hover {
- background-color: #dbeafe;
- color: #1d4ed8;
- text-decoration: none;
- box-shadow: 0 2px 4px rgba(37, 99, 235, 0.15);
- transform: translateY(-1px);
- }
- .fe-feedback>a.x-other-tools .icon-plus-circle {
- display: inline-block;
- width: 16px;
- height: 16px;
- background-size: contain;
- font-size: 16px;
- font-style: normal;
- line-height: 14px;
- margin-right: 0px;
- }
- .fe-feedback>a.x-other-tools .tool-market-badge {
- display: inline-block;
- background-color: #4d89fe;
- color: white;
- padding: 2px 6px;
- border-radius: 10px;
- margin-left: 5px;
- font-size: 12px;
- font-weight: bold;
- }
- .fe-feedback>a.x-other-tools:hover {
- color: #333;
- background-color: #e6edff;
- box-shadow: 0 2px 5px rgba(0,0,0,0.15);
- transform: translateY(-1px);
- }
- /*================ 皮肤:theme-default ===================*/
- html.fh-jf body.theme-default {
- background-color: #fff;
- }
- .theme-default .item .key {
- color: #000;
- }
- .theme-default .item .kv-list {
- border-left: 1px dashed #bbb;
- }
- .theme-default .item .string {
- color: #0B7500;
- }
- .theme-default .item .string a {
- color: #00b;
- text-decoration: underline;
- }
- .theme-default .item .string a:hover {
- color: #b00;
- }
- .theme-default .item .bool,
- .theme-default .item .null,
- .theme-default .item .number {
- font-weight: bold;
- color: #ff6b00
- }
- .theme-default .item .number {
- color:#1A01CC;
- }
- .theme-default .item .item-object:hover > span,
- .theme-default .item .item-array:hover > span,
- .theme-default .item .item-block:hover > span{
- font-weight: bold;
- color: #f00;
- }
- .theme-default .item .item-line:hover,
- .theme-default .item-line.x-selected{
- background: #f9f9f9;
- }
- .theme-default .item .item-line:hover span ,
- .theme-default .item.x-selected>span {
- font-weight: bolder;
- background: #ff5;
- }
- /*================ 皮肤:theme-simple ===================*/
- .theme-simple .rootItem {
- white-space: pre !important;
- color: #000;
- }
- /*================ 皮肤:theme-light ===================*/
- .theme-light .item .key {
- color: #4d4d4c;
- }
- .theme-light .item .kv-list {
- border-left: 1px dashed #f1f1f1;
- }
- .theme-light .item .string {
- color: #718c00;
- }
- .theme-light .item .string a {
- color: #00b;
- text-decoration: underline;
- }
- .theme-light .item .string a:hover {
- color: #b00;
- }
- .theme-light .item .brace {
- font-weight: normal;
- }
- .theme-light .item .bool,
- .theme-light .item .null,
- .theme-light .item .number {
- font-weight: bold;
- color: #f5871f
- }
- .theme-light .item .number {
- color:#ff7c00;
- }
- .theme-light .item .item-object:hover > span,
- .theme-light .item .item-array:hover > span,
- .theme-light .item .item-block:hover > span{
- }
- .theme-light .item .item-line:hover,
- .theme-light .item-line.x-selected {
- background: #f7f3f3;
- }
- .theme-light .item .item-line:hover span ,
- .theme-light .item.x-selected>span {
- font-weight: bolder;
- background: #f7f3f3;
- }
- .theme-light .item .quote {
- color:#ccc;
- }
- /*================ 皮肤:theme-dark ===================*/
- .theme-dark {
- background:#000;
- }
- html.fh-jf .theme-dark .x-toolbar {
- background: -webkit-linear-gradient(#222,#222,#111);
- border: 1px solid #333;
- border-bottom-color: #363636;
- color:#ddd;
- }
- html.fh-jf .theme-dark .x-toolbar .x-a-title {
- color:#48b;
- }
- html.fh-jf .theme-dark .xjf-btn {
- background:-webkit-linear-gradient(#222,#222,#111);
- border:1px solid #444;
- color:#ddd;
- }
- html.fh-jf .theme-dark .xjf-btn:hover {
- background:-webkit-linear-gradient(#333,#333,#222);
- }
- html.fh-jf .theme-dark #statusBar {
- background: #333;
- color: #ddd;
- border-top: 1px solid #555;
- }
- /* 深色主题的JSON路径组件适配 */
- html.fh-jf .theme-dark #jsonPathLangSelector {
- background: #333;
- border-color: #555;
- color: #ccc;
- }
- html.fh-jf .theme-dark #jsonPathLangSelector:hover {
- border-color: #777;
- }
- html.fh-jf .theme-dark #jsonPathLangSelector:focus {
- border-color: #0066cc;
- }
- html.fh-jf .theme-dark #jsonPath {
- background: #2a2a2a;
- border-color: #444;
- color: #ccc;
- }
- html.fh-jf .theme-dark .boxOpt {
- background: -webkit-linear-gradient(#222,#222,#111);
- border: 1px solid #333;
- }
- html.fh-jf .theme-dark .boxOpt a:hover {
- color:#eee;
- }
- html.fh-jf .theme-dark .mod-setting-panel {
- background: #222;
- color: #fff;
- border-color: #444;
- box-shadow: 1px 1px #111;
- }
- html.fh-jf .theme-dark .mod-setting-panel li:hover {
- color:#ff0;
- }
- html.fh-jf .theme-dark .mod-setting-panel input[name="maxlength"] {
- background: #000;
- border: 1px solid #555;
- color: #fff;
- }
- html.fh-jf .theme-dark .item .key {
- color: #fff;
- }
- html.fh-jf .theme-dark .item .kv-list {
- border-left: 1px dashed #222;
- }
- html.fh-jf .theme-dark .item .string {
- color: #0f0;
- }
- html.fh-jf .theme-dark .item .string a {
- color: #369ad6;
- text-decoration: underline;
- }
- html.fh-jf .theme-dark .item .string a:hover {
- color: #b00;
- }
- html.fh-jf .theme-dark .item .brace,
- html.fh-jf .theme-dark .item .colon,
- html.fh-jf .theme-dark .item .comma{
- color:#eaeaea;
- }
- html.fh-jf .theme-dark .item .bool,
- html.fh-jf .theme-dark .item .null,
- html.fh-jf .theme-dark .item .number {
- font-weight: bold;
- color: #f00
- }
- html.fh-jf .theme-dark .item .item-object:hover > span,
- html.fh-jf .theme-dark .item .item-array:hover > span,
- html.fh-jf .theme-dark .item .item-block:hover > span{
- font-weight: bold;
- color: orange;
- }
- html.fh-jf .theme-dark .item .item-line:hover,
- html.fh-jf .theme-dark .item-line.x-selected {
- background: #111;
- }
- html.fh-jf .theme-dark .item .item-line:hover span ,
- html.fh-jf .theme-dark .item.x-selected>span {
- font-weight: bolder;
- background: #444;
- }
- html.fh-jf .theme-dark .item .quote {
- color:#eaeaea;
- }
- html.fh-jf .theme-dark .item .expand {
- color:#fff;
- }
- html.fh-jf .theme-dark .x-donate-link {
- background-color: #222;
- border: 1px solid #444;
- color: #ddd;
- }
- html.fh-jf .theme-dark .x-donate-link:hover {
- background-color: #333;
- }
- html.fh-jf .theme-dark .x-donate-link a {
- color: #ddd;
- }
- html.fh-jf .theme-dark .x-other-tools {
- background-color: #222;
- border: 1px solid #444;
- color: #ddd;
- }
- /*================ 皮肤:theme-vscode ===================*/
- /* VSCode主题的JSON路径组件适配 */
- .theme-vscode #jsonPathLangSelector {
- background: #f8f8f8;
- border-color: #ccc;
- color: #333;
- }
- .theme-vscode #jsonPath {
- background: #f8f8f8;
- border-color: #ddd;
- color: #333;
- }
- .theme-vscode .item .key {
- color: #f00;
- }
- .theme-vscode .item .quote {
- color:#eaa;
- }
- .theme-vscode .item .kv-list {
- border-left: 1px dashed #f1f1f1;
- }
- .theme-vscode .item .string {
- color: #a31515;
- }
- .theme-vscode .item .string a {
- color: #00b;
- text-decoration: underline;
- }
- .theme-vscode .item .string a:hover {
- color: #b00;
- }
- .theme-vscode .item .brace {
- font-weight: normal;
- }
- .theme-vscode .item .bool,
- .theme-vscode .item .null,
- .theme-vscode .item .number {
- font-weight: bold;
- color: #a31515
- }
- .theme-vscode .item .number {
- color: blue;
- }
- .theme-vscode .item .item-line:hover,
- .theme-vscode .item-line.x-selected {
- background: #f7f3f3;
- }
- .theme-vscode .item .item-line:hover span ,
- .theme-vscode .item.x-selected>span {
- font-weight: bolder;
- background: #f7f3f3;
- }
- /*================ 皮肤:theme-github ===================*/
- /* GitHub主题的JSON路径组件适配 */
- .theme-github #jsonPathLangSelector {
- background: #fff;
- border-color: #d1d5da;
- color: #24292e;
- }
- .theme-github #jsonPath {
- background: #f6f8fa;
- border-color: #d1d5da;
- color: #24292e;
- }
- .theme-github {
- background: #f8f8f8;
- }
- .theme-github .item .key {
- color: #333;
- }
- .theme-github .item .quote {
- color:#aaa;
- }
- .theme-github .item .kv-list {
- border-left: 1px dashed #e8e8e8;
- }
- .theme-github .item .string {
- color: #d14;
- }
- .theme-github .item .string a {
- color: #00b;
- text-decoration: underline;
- }
- .theme-github .item .string a:hover {
- color: #b00;
- }
- .theme-github .item .brace {
- font-weight: normal;
- }
- .theme-github .item .bool,
- .theme-github .item .null,
- .theme-github .item .number {
- font-weight: bold;
- color: #008080
- }
- .theme-github .item .number {
- color: blue;
- }
- .theme-github .item .item-line:hover,
- .theme-github .item-line.x-selected {
- background: #f7f3f3;
- }
- .theme-github .item .item-line:hover span ,
- .theme-github .item.x-selected>span {
- font-weight: bolder;
- background: #f7f3f3;
- }
- /*================ 皮肤:theme-vegetarian ===================*/
- .theme-vegetarian .item-line.x-selected {
- background: #f9f9f9;
- }
- .fh-jf .json-formatter-container {display: none;}
- .t-collapse .fe-feedback {
- height: 20px;
- }
- .t-collapse .fe-feedback #toggleBtn{
- padding-bottom: 20px;
- }
|