jquery.sceditor.default.css 984 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. html, body, p, code:before, table {
  2. margin: 0;
  3. padding: 0;
  4. font-family: Verdana, Arial, Helvetica, sans-serif;
  5. font-size: 13px;
  6. color: #111;
  7. }
  8. ul, ol {
  9. margin-top: 0;
  10. margin-bottom: 0;
  11. padding-top: 0;
  12. padding-bottom: 0;
  13. }
  14. table, td {
  15. border: 1px dotted #000;
  16. empty-cells: show;
  17. }
  18. code:before {
  19. position: absolute;
  20. content: 'Code:';
  21. top: -1.35em;
  22. left: 0;
  23. }
  24. code {
  25. margin-top: 1.5em;
  26. position: relative;
  27. background: #eee;
  28. border: 1px solid #aaa;
  29. white-space: pre;
  30. padding: .25em;
  31. }
  32. code:before, code {
  33. display: block;
  34. text-align: left;
  35. }
  36. blockquote {
  37. position: relative;
  38. background: #fff6c7;
  39. margin: .25em 0;
  40. border: 1px solid #aaa;
  41. padding: .25em;
  42. }
  43. blockquote cite, code cite {
  44. font-weight: bold;
  45. display: block;
  46. font-size: 1em;
  47. border-bottom: 1px solid #aaa;
  48. }
  49. code cite {
  50. position: relative;
  51. top: -1.6em;
  52. padding-left: 3em;
  53. }
  54. div { min-height: 1em; /*height:auto !important; height: 1em;*/ }
  55. h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }