]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/wordpress.css
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / wordpress.css
index 0bc5f5521fcbefa498e521ef74ffd6c01e921c02..eff18ff22dc649aea838886823bc73e6c4db38e8 100644 (file)
@@ -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;
 }