redactor-iframe.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. html {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. margin: 0;
  7. padding: 10px;
  8. font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  9. }
  10. code,
  11. pre {
  12. font-family: Menlo, Monaco, monospace, sans-serif;
  13. }
  14. div,
  15. p,
  16. ul,
  17. ol,
  18. table,
  19. dl,
  20. blockquote,
  21. pre {
  22. font-size: 15px;
  23. line-height: 1.5rem;
  24. }
  25. div {
  26. border: 1px dashed #bbb !important;
  27. }
  28. a {
  29. color: #15c;
  30. text-decoration: underline;
  31. }
  32. .redactor_placeholder {
  33. color: #999 !important;
  34. display: block !important;
  35. margin-bottom: 10px !important;
  36. }
  37. object,
  38. embed,
  39. video,
  40. img {
  41. max-width: 100%;
  42. width: auto;
  43. }
  44. video,
  45. img {
  46. height: auto;
  47. }
  48. div,
  49. p,
  50. ul,
  51. ol,
  52. table,
  53. dl,
  54. blockquote,
  55. pre {
  56. margin: 0;
  57. margin-bottom: 15px;
  58. border: none;
  59. background: none;
  60. box-shadow: none;
  61. }
  62. iframe,
  63. object,
  64. hr {
  65. margin-bottom: 15px;
  66. }
  67. blockquote {
  68. margin-left: 1.5em !important;
  69. padding-left: 0;
  70. color: #777;
  71. font-style: italic;
  72. }
  73. ul,
  74. ol {
  75. padding-left: 2em;
  76. }
  77. ul ul,
  78. ol ol,
  79. ul ol,
  80. ol ul {
  81. margin: 2px;
  82. padding: 0;
  83. padding-left: 2em;
  84. border: none;
  85. }
  86. dl dt { font-weight: bold; }
  87. dd { margin-left: 1em;}
  88. table {
  89. border-collapse: collapse;
  90. font-size: 1em;
  91. }
  92. table td {
  93. padding: 5px;
  94. border: 1px solid #ddd;
  95. vertical-align: top;
  96. }
  97. table thead td {
  98. border-bottom: 2px solid #000;
  99. font-weight: bold;
  100. }
  101. code {
  102. background-color: #d8d7d7;
  103. }
  104. pre {
  105. overflow: auto;
  106. padding: 1em;
  107. border: 1px solid #ddd;
  108. border-radius: 3px;
  109. background: #f8f8f8;
  110. white-space: pre;
  111. font-size: 90%;
  112. }
  113. hr {
  114. display: block;
  115. height: 1px;
  116. border: 0;
  117. border-top: 1px solid #ccc;
  118. }
  119. h1,
  120. h2,
  121. h3,
  122. h4,
  123. h5 {
  124. margin: 0;
  125. padding: 0;
  126. background: none;
  127. color: #000;
  128. font-weight: bold;
  129. }
  130. h1 {
  131. margin-bottom: 10px;
  132. font-size: 36px;
  133. line-height: 40px;
  134. }
  135. h2 {
  136. margin-bottom: 15px;
  137. font-size: 30px;
  138. line-height: 38px;
  139. }
  140. h3 {
  141. margin-bottom: 10px;
  142. font-size: 24px;
  143. line-height: 30px;
  144. }
  145. h4 {
  146. margin-bottom: 10px;
  147. font-size: 18px;
  148. line-height: 24px;
  149. }
  150. h5 {
  151. margin-bottom: 10px;
  152. font-size: 1em;
  153. }
  154. body.redactor_editor_wym {
  155. background: #f4f4f4;
  156. }
  157. .redactor_editor_wym div,
  158. .redactor_editor_wym p,
  159. .redactor_editor_wym ul,
  160. .redactor_editor_wym ol,
  161. .redactor_editor_wym table,
  162. .redactor_editor_wym dl,
  163. .redactor_editor_wym pre,
  164. .redactor_editor_wym h1,
  165. .redactor_editor_wym h2,
  166. .redactor_editor_wym h3,
  167. .redactor_editor_wym h4,
  168. .redactor_editor_wym h5,
  169. .redactor_editor_wym blockquote {
  170. margin: 0 0 10px 0;
  171. padding: 7px 10px;
  172. border: 1px solid #e4e4e4;
  173. background-color: #fff;
  174. }
  175. .redactor_editor_wym div {
  176. border: 1px dashed #bbb !important;
  177. }
  178. .redactor_editor_wym pre {
  179. border: 2px dashed #e4e4e4 !important;
  180. background-color: #fafafa !important;
  181. }
  182. .redactor_editor_wym code {
  183. background-color: #f4f4f4 !important;
  184. }
  185. .redactor_editor_wym ul,
  186. .redactor_editor_wym ol {
  187. padding-left: 2em !important;
  188. }
  189. .redactor_editor_wym ul li ul,
  190. .redactor_editor_wym ul li ol,
  191. .redactor_editor_wym ol li ol,
  192. .redactor_editor_wym ol li ul {
  193. border: none !important;
  194. }