editor-style.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. html .mceContentBody {
  2. max-width:640px;
  3. }
  4. * {
  5. font-family: Georgia, "Bitstream Charter", serif;
  6. color: #444;
  7. line-height: 1.5;
  8. }
  9. p,
  10. dl,
  11. td,
  12. th,
  13. ul,
  14. ol,
  15. blockquote {
  16. font-size: 16px;
  17. }
  18. tr th,
  19. thead th,
  20. label,
  21. tr th,
  22. thead th {
  23. font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  24. }
  25. pre {
  26. font-family: "Courier 10 Pitch", Courier, monospace;
  27. }
  28. code {
  29. font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  30. }
  31. body, input, textarea {
  32. font-size: 12px;
  33. line-height: 18px;
  34. }
  35. hr {
  36. background-color: #E7E7E7;
  37. border:0;
  38. height: 1px;
  39. margin-bottom: 18px;
  40. clear:both;
  41. }
  42. /* Text elements */
  43. ul {
  44. list-style: square;
  45. margin: 0 0 18px -18px;
  46. }
  47. ol {
  48. list-style: decimal;
  49. margin: 0 0 18px -18px;
  50. }
  51. ol ol {
  52. list-style:upper-alpha;
  53. }
  54. ol ol ol {
  55. list-style:lower-roman;
  56. }
  57. ol ol ol ol {
  58. list-style:lower-alpha;
  59. }
  60. ul ul, ol ol, ul ol, ol ul {
  61. margin-bottom:0;
  62. }
  63. dl {
  64. margin:0 0 24px 0;
  65. }
  66. dt {
  67. font-weight: bold;
  68. }
  69. dd {
  70. margin-bottom: 18px;
  71. margin-left: 0;
  72. }
  73. strong {
  74. font-weight: bold;
  75. color: #000;
  76. }
  77. cite, em, i {
  78. font-style: italic;
  79. border:none;
  80. }
  81. big {
  82. font-size: 131.25%;
  83. }
  84. ins {
  85. background: #FFFFCC;
  86. border: none;
  87. color: #333;
  88. }
  89. del {
  90. text-decoration: line-through;
  91. color: #555;
  92. }
  93. blockquote {
  94. font-style: italic;
  95. padding: 0 3em;
  96. margin-left: 0;
  97. margin-right: 0;
  98. }
  99. blockquote cite,
  100. blockquote em,
  101. blockquote i {
  102. font-style: normal;
  103. }
  104. pre {
  105. background: #f7f7f7;
  106. color: #222;
  107. line-height: 18px;
  108. margin-bottom: 18px;
  109. padding: 1.5em;
  110. }
  111. abbr,
  112. acronym {
  113. border-bottom: 1px dotted #666;
  114. cursor: help;
  115. }
  116. ins {
  117. text-decoration: none;
  118. }
  119. sup,
  120. sub {
  121. height: 0;
  122. line-height: 1;
  123. vertical-align: baseline;
  124. position: relative;
  125. font-size: 10px;
  126. }
  127. sup {
  128. bottom: 1ex;
  129. }
  130. sub {
  131. top: .5ex;
  132. }
  133. a:link {
  134. color:#0066CC;
  135. }
  136. a:visited {
  137. color:#743399;
  138. }
  139. a:active,
  140. a:hover {
  141. color: #FF4B33;
  142. }
  143. input,
  144. textarea {
  145. color: #444;
  146. font-size: 16px;
  147. line-height: 24px;
  148. }
  149. p,
  150. ul,
  151. ol,
  152. dd,
  153. pre,
  154. hr {
  155. margin-bottom:24px;
  156. }
  157. ul ul,
  158. ol ol,
  159. ul ol,
  160. ol ul {
  161. margin-bottom:0;
  162. }
  163. pre,
  164. kbd,
  165. tt,
  166. var {
  167. font-size: 15px;
  168. line-height: 21px;
  169. }
  170. code {
  171. font-size: 13px;
  172. }
  173. strong,
  174. b,
  175. dt,
  176. th {
  177. color: #000;
  178. }
  179. h1,
  180. h2,
  181. h3,
  182. h4,
  183. h5,
  184. h6 {
  185. color: #000;
  186. margin: 0 0 20px 0;
  187. line-height: 1.5em;
  188. font-weight: normal;
  189. }
  190. h1 {
  191. font-size: 2.4em;
  192. }
  193. h2 {
  194. font-size: 1.8em;
  195. }
  196. h3 {
  197. font-size: 1.4em;
  198. }
  199. h4 {
  200. font-size: 1.2em;
  201. }
  202. h5 {
  203. font-size: 1em;
  204. }
  205. h6 {
  206. font-size: 0.9em;
  207. }
  208. table {
  209. border: 1px solid #e7e7e7 !important;
  210. text-align: left;
  211. margin: 0 -1px 24px 0;
  212. width: 100%;
  213. border-collapse: collapse;
  214. border-spacing: 0;
  215. }
  216. tr th,
  217. thead th {
  218. border: none !important;
  219. color: #888;
  220. font-size: 12px;
  221. font-weight: bold;
  222. line-height: 18px;
  223. padding: 9px 24px;
  224. }
  225. tr td {
  226. border: none !important;
  227. border-top: 1px solid #e7e7e7 !important;
  228. padding: 6px 24px;
  229. }
  230. img {
  231. margin: 0 0 24px 0;
  232. max-width: 640px;
  233. }
  234. .alignleft,
  235. img.alignleft {
  236. display: inline;
  237. float: left;
  238. margin-right: 24px;
  239. margin-top: 4px;
  240. }
  241. .alignright,
  242. img.alignright {
  243. display: inline;
  244. float: right;
  245. margin-left: 24px;
  246. margin-top: 4px;
  247. }
  248. .aligncenter,
  249. img.aligncenter {
  250. clear: both;
  251. display: block;
  252. margin-left: auto;
  253. margin-right: auto;
  254. }
  255. img.alignleft, img.alignright, img.aligncenter {
  256. margin-bottom: 12px;
  257. }
  258. .wp-caption {
  259. border: none;
  260. background: #f1f1f1;
  261. color: #888;
  262. font-size: 12px;
  263. line-height: 18px;
  264. text-align: center;
  265. margin-bottom: 20px;
  266. padding: 4px;
  267. -moz-border-radius: 0;
  268. -khtml-border-radius: 0;
  269. -webkit-border-radius: 0;
  270. border-radius: 0;
  271. }
  272. .wp-caption img {
  273. margin: 5px;
  274. }
  275. .wp-caption p.wp-caption-text {
  276. margin: 0 0 4px;
  277. }
  278. .wp-smiley {
  279. margin:0;
  280. }