markdown.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. body{
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. }
  8. ::-webkit-scrollbar , body .scrollbar-track-color{
  9. height: 9px;
  10. width: 7px;
  11. background: #E6E6E6;
  12. }
  13. ::-webkit-scrollbar:hover {
  14. background: #CCCCCC;
  15. }
  16. ::-webkit-scrollbar-thumb {
  17. background: #A2A2A2;
  18. -webkit-border-radius: 6px;
  19. -moz-border-radius: 6px;
  20. -ms-border-radius: 6px;
  21. -o-border-radius: 6px;
  22. border-radius: 6px;
  23. }
  24. .error-message{
  25. color: red;
  26. }
  27. .manual-head{
  28. padding: 5px 5px 5px 5px;
  29. position: fixed;
  30. width: 100%;
  31. }
  32. .manual-category{
  33. width: 280px;
  34. position: fixed;
  35. border-top: 1px solid #DDDDDD;
  36. bottom: 0;
  37. top: 40px;
  38. background-color: #FAFAFA;
  39. }
  40. .manual-category .manual-nav {
  41. font-size: 14px;
  42. color: #333333;
  43. font-weight: 200;
  44. zoom:1;
  45. border-bottom: 1px solid #ddd
  46. }
  47. .manual-category .manual-tree{
  48. margin-top: 10px;
  49. }
  50. .manual-category .manual-nav .nav-item{
  51. font-size: 14px;
  52. padding: 0 9px;
  53. cursor: pointer;
  54. float: left;
  55. height: 30px;
  56. line-height: 30px;
  57. color: #666;
  58. }
  59. .manual-category .manual-nav .nav-plus {
  60. color: #999;
  61. cursor: pointer;
  62. height: 24px;
  63. width: 24px;
  64. line-height: 24px;
  65. display: inline-block;
  66. margin-top: 4px
  67. }
  68. .manual-category .manual-nav .nav-plus:hover{
  69. color: #333333;
  70. }
  71. .manual-category .manual-nav .nav-item.active{
  72. border-bottom: 1px solid #fafafa;
  73. margin-bottom: -1px;
  74. border-left: 1px solid #ddd;
  75. border-right: 1px solid #ddd;
  76. padding-left: 8px;
  77. padding-right: 8px;
  78. }
  79. .manual-editor-container{
  80. position: absolute;
  81. left: 280px;
  82. top: 40px;
  83. right: 0;
  84. bottom: 0;
  85. overflow: hidden;
  86. border-top: 1px solid #DDDDDD;
  87. }
  88. .manual-editor-container .manual-editormd{
  89. position: absolute;
  90. bottom: 30px;
  91. top: -1px;
  92. left: 0;
  93. right: 0;
  94. }
  95. .manual-editor-container .manual-editormd .manual-editormd-active,
  96. .manual-wangEditor,.manual-wangEditor .wangEditor-container,
  97. .manual-wangEditor .wangEditor-container .wangEditor-txt{
  98. position: absolute;
  99. top:0;
  100. left: 0;
  101. right: 0;
  102. bottom: 0;
  103. }
  104. .manual-wangEditor,.manual-wangEditor .wangEditor-container{
  105. bottom: 15px;
  106. border-top: 0;
  107. overflow: hidden;
  108. }
  109. .manual-wangEditor .wangEditor-container .wangEditor-txt{
  110. top: 32px;
  111. }
  112. .manual-wangEditor .wangEditor-container .wangEditor-menu-container{
  113. position: fixed;
  114. z-index: 10000;
  115. }
  116. .manual-wangEditor .wangEditor-container .code-textarea{
  117. position: absolute;
  118. top: 32px;
  119. bottom: 0;
  120. left: 0;
  121. right: 0;
  122. }
  123. .editormd-group{
  124. float: left;
  125. height: 32px;
  126. margin-right: 10px;
  127. }
  128. .editormd-group a{
  129. float: left;
  130. }
  131. .editormd-group a.change{
  132. }
  133. .editormd-group .change i{
  134. color: #ffffff;
  135. background-color: #44B036 !important;
  136. border: 1px #44B036 solid !important;
  137. }
  138. .editormd-group .change i:hover{
  139. background-color: #58CB48 !important;
  140. }
  141. .editormd-group .disabled i:hover{
  142. background: #ffffff !important;
  143. }
  144. .editormd-group a.disabled{
  145. border-color: #c9c9c9;
  146. opacity: .6;
  147. cursor: default
  148. }
  149. .editormd-group a>i {
  150. display: inline-block;
  151. width: 34px;
  152. height: 30px;
  153. line-height: 30px;
  154. text-align: center;
  155. color: #4b4b4b;
  156. border: 1px solid #ccc;
  157. background: #fff;
  158. border-radius: 4px;
  159. font-size: 15px
  160. }
  161. .editormd-group a>i.item{
  162. border-radius: 0;
  163. border-right: 0;
  164. }
  165. .editormd-group a>i.last{
  166. border-bottom-left-radius:0;
  167. border-top-left-radius:0;
  168. }
  169. .editormd-group a>i.first{
  170. border-right: 0;
  171. border-bottom-right-radius:0;
  172. border-top-right-radius:0;
  173. }
  174. .editormd-group a i:hover {
  175. background-color: #e4e4e4
  176. }
  177. .editormd-group a i:after {
  178. display: block;
  179. overflow: hidden;
  180. line-height: 30px;
  181. text-align: center;
  182. font-family: icomoon,Helvetica,Arial,sans-serif;
  183. font-style: normal;
  184. }
  185. .manual-editor-status{
  186. position: absolute;
  187. left: 0;
  188. right: 0;
  189. bottom: 0;
  190. height: 30px;
  191. overflow: hidden;
  192. border-left: 1px solid #DDDDDD;
  193. color: #555;
  194. background-color: #FAFAFA;
  195. z-index: 1000;
  196. }