content-script.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878
  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: 5px 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-sort input {
  256. margin-right: 10px;
  257. }
  258. html.fh-jf .x-toolbar span {
  259. white-space: normal !important;
  260. }
  261. html.fh-jf .x-toolbar .x-sort input#sort_desc {
  262. margin-right: 0;
  263. }
  264. html.fh-jf .x-toolbar .x-sort {
  265. display: inline;
  266. margin: 0;
  267. }
  268. html.fh-jf .x-toolbar .x-split {
  269. margin: 0 15px;
  270. color: #ccc;
  271. display: inline;
  272. }
  273. html.fh-jf .x-toolbar label {
  274. font-weight: normal;
  275. margin-bottom: 0;
  276. }
  277. html.fh-jf .x-toolbar img {
  278. vertical-align: middle;
  279. }
  280. html.fh-jf .x-toolbar .x-a-title {
  281. font-size: 14px;
  282. color: blue;
  283. text-decoration: none;
  284. font-weight: bold;
  285. }
  286. html.fh-jf .x-toolbar .x-b-title {
  287. font-size: 14px;
  288. font-weight: bold;
  289. }
  290. html.fh-jf .x-toolbar.t-collapse {
  291. position: fixed;
  292. left: 100%;
  293. margin-left: -24px;
  294. width: 10000px;
  295. top: -10px;
  296. }
  297. html.fh-jf .x-toolbar.t-collapse .fe-feedback {
  298. float: left;
  299. margin-left: -10px;
  300. margin-right: 20px;
  301. }
  302. html.fh-jf .x-toolbar.t-collapse .fe-feedback .x-settings{
  303. display: none;
  304. }
  305. html.fh-jf .mod-json .format-item button {
  306. width: 80px;
  307. height: 30px;
  308. float: right;
  309. }
  310. html.fh-jf .mod-contentscript {
  311. width: auto;
  312. }
  313. #optionBar {
  314. display: inline-block !important;
  315. position: static !important;
  316. }
  317. html.fh-jf body>#optionBar ,
  318. html.fh-jf body>#jfContent {
  319. display: none !important;
  320. }
  321. #formatTips {
  322. color: #888;
  323. font-size: 14px;
  324. display: block;
  325. position: absolute;
  326. top: 0px;
  327. left: 0px;
  328. }
  329. #jsonSource {
  330. height: 120px;
  331. }
  332. html.fh-jf .mod-json .callback-name {
  333. font-weight: bolder;
  334. color: #a00;
  335. }
  336. #errorMsg {
  337. margin-top: 10px;
  338. float: left;
  339. color: #f00;
  340. }
  341. #statusBar {
  342. position: fixed;
  343. bottom: 0;
  344. left: 0;
  345. right: 0;
  346. background: #f5f5f5;
  347. border-top:1px solid #f4f4f4;
  348. font-size: 12px;
  349. font-weight: bold;
  350. padding: 2px 10px 2px 2px;
  351. z-index: 10
  352. }
  353. html.fh-jf .hide-status-bar #statusBar {
  354. width:0;
  355. height:0;
  356. opacity: 0;
  357. }
  358. #jsonPath {
  359. cursor: default;
  360. }
  361. html.fh-jf .boxOpt {
  362. position: absolute;
  363. right: 0;
  364. top:-1px;
  365. background: -webkit-linear-gradient(#fafafa,#f4f4f4 40%,#e5e5e5);
  366. color: #888;
  367. border:1px solid #ddd;
  368. user-select: none;
  369. font-weight: normal;
  370. z-index: 1000;
  371. }
  372. html.fh-jf .boxOpt a {
  373. cursor: pointer;
  374. margin: 0 5px;
  375. font-size: 12px;
  376. color: #666;
  377. text-decoration: none;
  378. }
  379. html.fh-jf .boxOpt a:hover {
  380. color:#000;
  381. text-decoration: none;
  382. }
  383. html.fh-jf .fe-feedback {
  384. font-size: 12px;
  385. padding-top: 3px;
  386. color: #888;
  387. float: right;
  388. cursor: pointer;
  389. font-weight: bold;
  390. }
  391. .fe-feedback a {
  392. color: #888;
  393. text-decoration: none;
  394. text-align: left;
  395. margin-right: 5px;
  396. }
  397. .fe-feedback a:hover {
  398. color: #c00;
  399. }
  400. html.fh-jf svg:not(:root) {
  401. overflow: hidden;
  402. }
  403. .fe-feedback svg {
  404. vertical-align: text-bottom;
  405. display: inline-block;
  406. fill: currentColor;
  407. }
  408. .fe-feedback img {
  409. opacity: 0.6;
  410. position: relative;
  411. top: 1px;
  412. }
  413. .fe-feedback a:focus {
  414. outline: none;
  415. }
  416. .fe-feedback a:hover img {
  417. opacity: 1.0;
  418. }
  419. .fe-feedback .x-settings {
  420. cursor: pointer;
  421. margin-right: 10px;
  422. }
  423. .fe-feedback .x-settings:hover {
  424. color: #c00;
  425. }
  426. #fehelper_alertmsg {
  427. font-family: "monospace", "微软雅黑";
  428. }
  429. #aLinkDownload {
  430. position: absolute;
  431. top:-10000px;
  432. left:-10000px;
  433. }
  434. /*设置面板*/
  435. .mod-setting-panel {
  436. position: absolute;
  437. top: 32px;
  438. right: 0;
  439. z-index:10000;
  440. width:300px;
  441. background:#f1f1f1;
  442. padding:0 20px 20px;
  443. border:1px solid #ddd;
  444. border-radius: 4px;
  445. font-size:12px;
  446. color:#454545;
  447. box-shadow: 2px 2px #f9f9f9;
  448. }
  449. .mod-setting-panel h4 {
  450. border-bottom: 1px solid #ccc;
  451. padding-bottom: 4px;
  452. margin:20px 0 10px;
  453. }
  454. .mod-setting-panel input[name="maxlength"] {
  455. width:50px;
  456. background: #fff;
  457. border: 1px solid #eee;
  458. }
  459. .mod-setting-panel ul {
  460. margin:0;
  461. padding:0 10px;
  462. }
  463. .mod-setting-panel li {
  464. padding:2px 0;
  465. list-style: none;
  466. }
  467. .mod-setting-panel li:hover {
  468. color:#600;
  469. }
  470. .mod-setting-panel ol {
  471. padding:0 0 0 10px;
  472. }
  473. .mod-setting-panel .btns {
  474. margin-top:20px;
  475. }
  476. .mod-setting-panel input[name="reset"] {
  477. margin-left:20px;
  478. }
  479. .mod-setting-panel form {
  480. margin:0;
  481. padding:0;
  482. }
  483. .t-collapse .mod-setting-panel {
  484. position: fixed;
  485. right: 8px;
  486. }
  487. /*================ 皮肤:theme-default ===================*/
  488. html.fh-jf body.theme-default {
  489. background-color: #fff;
  490. }
  491. .theme-default .item .key {
  492. color: #000;
  493. }
  494. .theme-default .item .kv-list {
  495. border-left: 1px dashed #bbb;
  496. }
  497. .theme-default .item .string {
  498. color: #0B7500;
  499. }
  500. .theme-default .item .string a {
  501. color: #00b;
  502. text-decoration: underline;
  503. }
  504. .theme-default .item .string a:hover {
  505. color: #b00;
  506. }
  507. .theme-default .item .bool,
  508. .theme-default .item .null,
  509. .theme-default .item .number {
  510. font-weight: bold;
  511. color: #ff6b00
  512. }
  513. .theme-default .item .number {
  514. color:#1A01CC;
  515. }
  516. .theme-default .item .item-object:hover > span,
  517. .theme-default .item .item-array:hover > span,
  518. .theme-default .item .item-block:hover > span{
  519. font-weight: bold;
  520. color: #f00;
  521. }
  522. .theme-default .item .item-line:hover,
  523. .theme-default .item-line.x-selected{
  524. background: #f9f9f9;
  525. }
  526. .theme-default .item .item-line:hover span ,
  527. .theme-default .item.x-selected>span {
  528. font-weight: bolder;
  529. background: #ff5;
  530. }
  531. /*================ 皮肤:theme-simple ===================*/
  532. .theme-simple .rootItem {
  533. white-space: pre !important;
  534. color: #000;
  535. }
  536. /*================ 皮肤:theme-light ===================*/
  537. .theme-light .item .key {
  538. color: #4d4d4c;
  539. }
  540. .theme-light .item .kv-list {
  541. border-left: 1px dashed #f1f1f1;
  542. }
  543. .theme-light .item .string {
  544. color: #718c00;
  545. }
  546. .theme-light .item .string a {
  547. color: #00b;
  548. text-decoration: underline;
  549. }
  550. .theme-light .item .string a:hover {
  551. color: #b00;
  552. }
  553. .theme-light .item .brace {
  554. font-weight: normal;
  555. }
  556. .theme-light .item .bool,
  557. .theme-light .item .null,
  558. .theme-light .item .number {
  559. font-weight: bold;
  560. color: #f5871f
  561. }
  562. .theme-light .item .number {
  563. color:#ff7c00;
  564. }
  565. .theme-light .item .item-object:hover > span,
  566. .theme-light .item .item-array:hover > span,
  567. .theme-light .item .item-block:hover > span{
  568. }
  569. .theme-light .item .item-line:hover,
  570. .theme-light .item-line.x-selected {
  571. background: #f7f3f3;
  572. }
  573. .theme-light .item .item-line:hover span ,
  574. .theme-light .item.x-selected>span {
  575. font-weight: bolder;
  576. background: #f7f3f3;
  577. }
  578. .theme-light .item .quote {
  579. color:#ccc;
  580. }
  581. /*================ 皮肤:theme-dark ===================*/
  582. .theme-dark {
  583. background:#000;
  584. }
  585. .theme-dark .x-toolbar {
  586. background: -webkit-linear-gradient(#222,#222,#111);
  587. border: 1px solid #333;
  588. border-bottom-color: #363636;
  589. color:#ddd;
  590. }
  591. .theme-dark .x-toolbar .x-a-title {
  592. color:#48b;
  593. }
  594. .theme-dark .xjf-btn {
  595. background:-webkit-linear-gradient(#222,#222,#111);
  596. border:1px solid #444;
  597. color:#ddd;
  598. }
  599. .theme-dark .xjf-btn:hover {
  600. background:-webkit-linear-gradient(#333,#333,#222);
  601. }
  602. .theme-dark #statusBar {
  603. background: #333;
  604. color: #ddd;
  605. border-top: 1px solid #555;
  606. }
  607. .theme-dark .boxOpt {
  608. background: -webkit-linear-gradient(#222,#222,#111);
  609. border: 1px solid #333;
  610. }
  611. .theme-dark .boxOpt a:hover {
  612. color:#eee;
  613. }
  614. .theme-dark .mod-setting-panel {
  615. background: #222;
  616. color: #fff;
  617. border-color: #444;
  618. box-shadow: 1px 1px #111;
  619. }
  620. .theme-dark .mod-setting-panel li:hover {
  621. color:#ff0;
  622. }
  623. .theme-dark .mod-setting-panel input[name="maxlength"] {
  624. background: #000;
  625. border: 1px solid #555;
  626. color: #fff;
  627. }
  628. .theme-dark .item .key {
  629. color: #fff;
  630. }
  631. .theme-dark .item .kv-list {
  632. border-left: 1px dashed #222;
  633. }
  634. .theme-dark .item .string {
  635. color: #0f0;
  636. }
  637. .theme-dark .item .string a {
  638. color: #369ad6;
  639. text-decoration: underline;
  640. }
  641. .theme-dark .item .string a:hover {
  642. color: #b00;
  643. }
  644. .theme-dark .item .brace,
  645. .theme-dark .item .colon,
  646. .theme-dark .item .comma{
  647. color:#eaeaea;
  648. }
  649. .theme-dark .item .bool,
  650. .theme-dark .item .null,
  651. .theme-dark .item .number {
  652. font-weight: bold;
  653. color: #f00
  654. }
  655. .theme-dark .item .item-object:hover > span,
  656. .theme-dark .item .item-array:hover > span,
  657. .theme-dark .item .item-block:hover > span{
  658. font-weight: bold;
  659. color: orange;
  660. }
  661. .theme-dark .item .item-line:hover,
  662. .theme-dark .item-line.x-selected {
  663. background: #111;
  664. }
  665. .theme-dark .item .item-line:hover span ,
  666. .theme-dark .item.x-selected>span {
  667. font-weight: bolder;
  668. background: #444;
  669. }
  670. .theme-dark .item .quote {
  671. color:#eaeaea;
  672. }
  673. .theme-dark .item .expand {
  674. color:#fff;
  675. }
  676. /*================ 皮肤:theme-vscode ===================*/
  677. .theme-vscode .item .key {
  678. color: #f00;
  679. }
  680. .theme-vscode .item .quote {
  681. color:#eaa;
  682. }
  683. .theme-vscode .item .kv-list {
  684. border-left: 1px dashed #f1f1f1;
  685. }
  686. .theme-vscode .item .string {
  687. color: #a31515;
  688. }
  689. .theme-vscode .item .string a {
  690. color: #00b;
  691. text-decoration: underline;
  692. }
  693. .theme-vscode .item .string a:hover {
  694. color: #b00;
  695. }
  696. .theme-vscode .item .brace {
  697. font-weight: normal;
  698. }
  699. .theme-vscode .item .bool,
  700. .theme-vscode .item .null,
  701. .theme-vscode .item .number {
  702. font-weight: bold;
  703. color: #a31515
  704. }
  705. .theme-vscode .item .number {
  706. color: blue;
  707. }
  708. .theme-vscode .item .item-line:hover,
  709. .theme-vscode .item-line.x-selected {
  710. background: #f7f3f3;
  711. }
  712. .theme-vscode .item .item-line:hover span ,
  713. .theme-vscode .item.x-selected>span {
  714. font-weight: bolder;
  715. background: #f7f3f3;
  716. }
  717. /*================ 皮肤:theme-github ===================*/
  718. .theme-github {
  719. background: #f8f8f8;
  720. }
  721. .theme-github .item .key {
  722. color: #333;
  723. }
  724. .theme-github .item .quote {
  725. color:#aaa;
  726. }
  727. .theme-github .item .kv-list {
  728. border-left: 1px dashed #e8e8e8;
  729. }
  730. .theme-github .item .string {
  731. color: #d14;
  732. }
  733. .theme-github .item .string a {
  734. color: #00b;
  735. text-decoration: underline;
  736. }
  737. .theme-github .item .string a:hover {
  738. color: #b00;
  739. }
  740. .theme-github .item .brace {
  741. font-weight: normal;
  742. }
  743. .theme-github .item .bool,
  744. .theme-github .item .null,
  745. .theme-github .item .number {
  746. font-weight: bold;
  747. color: #008080
  748. }
  749. .theme-github .item .number {
  750. color: blue;
  751. }
  752. .theme-github .item .item-line:hover,
  753. .theme-github .item-line.x-selected {
  754. background: #f7f3f3;
  755. }
  756. .theme-github .item .item-line:hover span ,
  757. .theme-github .item.x-selected>span {
  758. font-weight: bolder;
  759. background: #f7f3f3;
  760. }
  761. /*================ 皮肤:theme-vegetarian ===================*/
  762. .theme-vegetarian .item-line.x-selected {
  763. background: #f9f9f9;
  764. }