fe-jsonformat.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. @import url("bootstrap.min.css");
  2. @import url("fe-jsonformat-content.css");
  3. body {
  4. background: #fff;
  5. }
  6. .wp-json {
  7. width:auto;
  8. }
  9. .wp-json .mod-json {
  10. position: absolute;
  11. top: 60px;
  12. bottom: 0;
  13. right:0;
  14. left:20px;
  15. }
  16. .wp-json .mod-json .panel-txt {
  17. position: absolute;
  18. width: 500px;
  19. top: 15px;
  20. bottom: 0;
  21. }
  22. #modJsonResult {
  23. margin-left: 500px;
  24. position: relative;
  25. overflow-y: auto;
  26. padding-top: 0;
  27. padding-bottom:20px;
  28. }
  29. #optionBar {
  30. position: fixed;
  31. top: 26px;
  32. right: 30px;
  33. }
  34. #jfContent_pre {
  35. display: none;
  36. padding: 10px;
  37. }
  38. #jsonSource {
  39. height: calc(100% - 50px);
  40. font-size: 10px;
  41. }
  42. #errorMsg {
  43. color: #f00;
  44. margin-left: 10px;
  45. float: right;
  46. }
  47. #jfContent {
  48. margin-right: 10px;
  49. }
  50. .x-placeholder {
  51. padding-top: 50px;
  52. text-align: center;
  53. }
  54. .x-placeholder img{
  55. width: 400px;
  56. opacity: 0.15;
  57. }
  58. .x-xdemo,a.x-xdemo {
  59. margin-left: 30px;
  60. font-size: 12px;
  61. color: blue;
  62. cursor: pointer;
  63. text-decoration: underline;
  64. }
  65. .x-xdemo:hover {
  66. text-decoration: underline;
  67. }