X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..refs/tags/wordpress-2.7.1:/wp-includes/js/tinymce/wordpress.css diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css index 0bc5f552..eff18ff2 100644 --- a/wp-includes/js/tinymce/wordpress.css +++ b/wp-includes/js/tinymce/wordpress.css @@ -1,4 +1,7 @@ /* This file contains the CSS data for the editable area(iframe) of TinyMCE */ +html { + background-color: #fff; +} .aligncenter, dl.aligncenter { @@ -40,10 +43,15 @@ dl.aligncenter { margin: 0; } +img.wpGallery { + border: 1px dotted #cc0000; + background: #ffffcc url("plugins/wpgallery/img/gallery.png") no-repeat scroll center center; + width: 99%; + height: 250px; +} + body.mceContentBody { - background: #fff; - color: #000; - font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif; + font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; padding: 0.6em; margin: 0; }