markdown.css 4.2 KB

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