1
0

index.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. height: 100%;
  5. overflow: hidden;
  6. }
  7. h1.editor-title {
  8. background: #393F4F;
  9. color: white;
  10. margin: 0;
  11. height: 40px;
  12. font-size: 14px;
  13. line-height: 40px;
  14. font-family: 'Hiragino Sans GB', 'Arial', 'Microsoft Yahei';
  15. font-weight: normal;
  16. padding: 0 20px;
  17. }
  18. div.minder-editor-container {
  19. position: absolute;
  20. top: 40px;
  21. bottom: 0;
  22. left: 0;
  23. right: 0;
  24. }
  25. a.x-a-high, a.x-a-high:visited {
  26. color:#ff0;
  27. }
  28. .x-a-high:hover {
  29. color:#aa0;
  30. }
  31. .x-toolbox {
  32. margin-left: 50px;
  33. float: right;
  34. }
  35. .x-toolbox .x-line {
  36. font-size: 12px;
  37. margin:0 6px;
  38. color: #bbb;
  39. }
  40. .x-toolbox a.x-tool {
  41. font-size: 12px;
  42. color: #eaa421;
  43. text-decoration: none;
  44. }
  45. .x-toolbox a.x-tool:hover {
  46. color:#ff0;
  47. }
  48. .my-naotu-list .x-toolbox {
  49. padding-bottom: 5px;
  50. }
  51. .my-naotu-list .x-toolbox a.x-tool {
  52. color: #00a2d4;
  53. }
  54. .my-naotu-list .x-toolbox a.x-tool:hover {
  55. color:#00f;
  56. }
  57. .my-naotu-list {
  58. margin: 20px;
  59. }
  60. .my-naotu-list .mm-tips{
  61. font-size:16px;
  62. line-height: 30px;
  63. margin: 20px 0 50px;
  64. padding: 15px 60px;
  65. border: 1px solid #48b;
  66. background: #00b;
  67. color: #fff;
  68. border-radius: 60px;
  69. }
  70. .x-y {
  71. font-size: 16px;
  72. font-weight: bold;
  73. border-bottom: 1px solid #ccc;
  74. padding-bottom: 3px;
  75. margin-bottom: 10px;
  76. }
  77. .my-naotu-list .mm-tips a{
  78. color:red;
  79. }
  80. .my-naotu-list table {
  81. font-size: 14px;
  82. }
  83. .x-tips {
  84. font-size: 12px;
  85. color: #999;
  86. font-style: italic;
  87. margin-left: 40px;
  88. }
  89. .x-tips span {
  90. color: yellow;
  91. margin-left: 5px;
  92. text-decoration: underline;
  93. border-bottom: 1px solid yellow;
  94. padding-bottom: 2px;
  95. }
  96. .x-tips span:hover {
  97. color:#f00;
  98. cursor: pointer;
  99. border-bottom-color: #f00;
  100. }
  101. th.th-op {
  102. width:100px;
  103. }