Sha256: bf22a06ade317f9f609a0ea3849ffb3608408ca9396b89f16cc6029efdc41eb8

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
/* You can extend this CSS by adding your own CSS file with the the content_css option */

body {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 110%;
  line-height: 1.5em;
}

td, pre {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

body {
  background-color: #FFFFFF;
}

.mceVisualAid {
  border: 1px dashed #BBBBBB !important;
}

div.mceVisualAid {
  background-image:url('../images/spacer.gif');
  visibility: visible !important;
}

.mceItemAnchor {
  width: 12px;
  line-height: 6px;
  overflow: hidden;
  padding-left: 12px;
  background-image: url('../images/anchor_symbol.gif');
  background-position: bottom;
  background-repeat: no-repeat;
}
* html body {
  scrollbar-3dlight-color: #F0F0EE;
  scrollbar-arrow-color: #676662;
  scrollbar-base-color: #F0F0EE;
  scrollbar-darkshadow-color: #DDDDDD;
  scrollbar-face-color: #E0E0DD;
  scrollbar-highlight-color: #F0F0EE;
  scrollbar-shadow-color: #F0F0EE;
  scrollbar-track-color: #F5F5F5;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_tinymce-0.0.1 assets/public/javascripts/tiny_mce/themes/advanced/css/editor_content.css