editInner.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. .ke-content {
  2. margin-left: 8px;
  3. margin-right: 8px;
  4. font-size: 16px;
  5. line-height: 28px;
  6. /*font-family: "\5B8B\4F53","SimSun";*/
  7. }
  8. .ke-content pre {
  9. border: 1px dotted green;
  10. background-color: #EFFDF3;
  11. padding: 4px;
  12. }
  13. .ke-content h1 {
  14. font-size: 18px;
  15. font-weight: bold;
  16. border-left: 20px solid #cb254e;
  17. padding-bottom: 4px;
  18. padding-left: 4px;
  19. margin-top: 30px;
  20. margin-bottom: 20px;
  21. margin-left: 0px;
  22. }
  23. .ke-content h2 {
  24. font-size: 16px;
  25. font-weight: bold;
  26. margin-left: 0px;
  27. border-left: solid 15px #555555;
  28. padding-left: 4px;
  29. padding-bottom: 4px;
  30. margin-left: 5px;
  31. }
  32. .ke-content h3 {
  33. font-size: 14px;
  34. font-weight: bold;
  35. margin-left: 0px;
  36. border-left: solid 8px #cccccc;
  37. padding-left: 4px;
  38. padding-bottom: 4px;
  39. margin-left: 12px;
  40. }
  41. .ke-content ol li {
  42. list-style-type: decimal;
  43. }
  44. .ke-content ul li {
  45. list-style-type: disc;
  46. }
  47. .table-responsive {
  48. overflow: auto;
  49. }
  50. .ke-content img {
  51. max-width: 100%;
  52. }
  53. .ke-content img[align="left"] {
  54. padding: 16px;
  55. }
  56. .ke-content .img-thumbnail {
  57. padding: 4px;
  58. }
  59. .ke-content a {
  60. color: #4f7cce;
  61. text-decoration-line: underline;
  62. }
  63. .ke-content a:HOVER {
  64. color: #D9534F;
  65. text-decoration: underline;
  66. }
  67. .ke-content table, .ke-content tr, .ke-content td {
  68. /**border: 2px solid #000000;**/
  69. padding: 4px;
  70. }
  71. .ke-content table td p {
  72. margin: 0px;
  73. line-height: normal;
  74. }
  75. .ke-content table td {
  76. border: solid 1px #ccc;
  77. }
  78. .ke-content table .noBorderTable td, table .noBorderTable th, table .noBorderTable caption {
  79. border: 1px dashed #ddd !important
  80. }
  81. .ke-content table .sortEnabled tr .firstRow th, table .sortEnabled tr .firstRow td {
  82. padding-right: 20px;
  83. background-repeat: no-repeat;
  84. ' ' background-position: center right;
  85. background-image: url(' + this.rootPath + ' themes/ default/ images/ sortable.png);
  86. }
  87. .ke-content table.sortEnabled tr.firstRow th:hover, table.sortEnabled tr.firstRow td:hover {
  88. background-color: #EEE;
  89. }
  90. .ke-content table {
  91. margin-bottom: 10px;
  92. border-collapse: collapse;
  93. display: table;
  94. width: 100%;
  95. word-break: break-all; /*支持IE,chrome,FF不支持*/
  96.    word-wrap: break-word; /*支持IE,chrome,FF*/
  97. }
  98. .ke-content td, .ke-content th {
  99. background: white;
  100. padding: 5px 10px;
  101. border: 1px solid #DDD;
  102. }
  103. .ke-content caption {
  104. border: 1px dashed #DDD;
  105. border-bottom: 0;
  106. padding: 3px;
  107. text-align: center;
  108. }
  109. .ke-content th {
  110. border-top: 1px solid #BBB;
  111. background: #F7F7F7;
  112. }
  113. .ke-content table tr.firstRow th {
  114. border-top: 2px solid #BBB;
  115. background: #F7F7F7;
  116. }
  117. tr.ue-table-interlace-color-single td {
  118. background: #fcfcfc;
  119. }
  120. tr.ue-table-interlace-color-double td {
  121. background: #f7faff;
  122. }
  123. .ke-content td p {
  124. margin: 0;
  125. padding: 0;
  126. }
  127. .ke-content hr {
  128. margin-top: 20px;
  129. margin-bottom: 20px;
  130. padding: 0;
  131. clear: both;
  132. }
  133. .ke-wcp-file {
  134. text-align: center;
  135. margin: 10px;
  136. padding: 10px;
  137. background-color: #eee;
  138. border: dashed 1px #ccc;
  139. }
  140. .ke-wcp-graph {
  141. text-align: center;
  142. margin: 10px;
  143. padding: 10px;
  144. background-color: #fff;
  145. border: dashed 1px #ccc;
  146. color: #aaa;
  147. background-color: #f3f3f3;
  148. }
  149. .ke-wcp-graph span {
  150. color: #999;
  151. font-size: 12px;
  152. }
  153. .ke-content video {
  154. background-color: #000000;
  155. }
  156. .ke-wcp-file span {
  157. color: #999;
  158. font-size: 14px;
  159. }
  160. .ke-wcp-file a {
  161. color: #717fa2;
  162. font-size: 14px;
  163. text-decoration: none;
  164. }
  165. .ke-wcp-file a:HOVER {
  166. color: #d34b47;
  167. font-size: 14px;
  168. text-decoration: none;
  169. }
  170. .ke-content img {
  171. vertical-align: middle;
  172. }
  173. .view img {
  174. max-width: 100%;
  175. }