/modules/mod_base/lib/js/modules/tinymce3.4.3.2/zotonic.css

http://github.com/zotonic/zotonic · CSS · 108 lines · 81 code · 19 blank · 8 comment · 0 complexity · f8a2b4866511ab75eff2d768a17434d5 MD5 · raw file

  1. /* This file contains the CSS data for the editable area (iframe) of tinyMCE
  2. ----------------------------------------------------------
  3. @package: zotonic 2009
  4. @Author: Tim Benniks <tim@timbenniks.com>
  5. @Created: 25-04-2009
  6. ---------------------------------------------------------- */
  7. a,
  8. a:focus {
  9. color: #32394b;
  10. text-decoration: underline;
  11. }
  12. .aligncenter,
  13. dl.aligncenter {
  14. display: block;
  15. margin-left: auto;
  16. margin-right: auto;
  17. }
  18. .alignleft {
  19. float: left;
  20. }
  21. .alignright {
  22. float: right;
  23. }
  24. body.mceContentBody {
  25. font: 12px/18px "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
  26. color: #333;
  27. padding: 0.6em;
  28. margin: 0;
  29. }
  30. body[dir=rtl].mceContentBody {
  31. font: 18px/24px "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
  32. }
  33. body.mceForceColors {
  34. background: #fff;
  35. color: #666;
  36. }
  37. h1 {
  38. font-size: 2em
  39. }
  40. h2 {
  41. font-size: 1.5em
  42. }
  43. h3 {
  44. font-size: 1.17em
  45. }
  46. h4 {
  47. font-size: 1em
  48. }
  49. h5 {
  50. font-size: .83em
  51. }
  52. h6 {
  53. font-size: .75em
  54. }
  55. .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
  56. border: 1px dashed #bbb;
  57. }
  58. img {
  59. border: 0;
  60. }
  61. td {
  62. font-size: 10px;
  63. }
  64. pre {
  65. font: 12px/18px "Courier New", monospace;
  66. }
  67. .mceIEcenter {
  68. text-align: center;
  69. }
  70. img.z-tinymce-media {
  71. border: 2px solid #999999;
  72. width: auto ! important;
  73. height: auto ! important;
  74. cursor: pointer ! important;
  75. }
  76. img.z-tinymce-media-align-block {
  77. display: block;
  78. margin: 18px 0;
  79. }
  80. img.z-tinymce-media-align-right {
  81. float: right;
  82. margin: 0 0 0 4px;
  83. }
  84. img.z-tinymce-media-align-left {
  85. float: left;
  86. margin: 0 4px 0 0;
  87. }