]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/themes/advanced/css/editor_content.css
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / css / editor_content.css
index 7dbe1feba7346bbca5e03a5c97a89745102b6c1e..182e791211da181b620847c9438f27e16bc60050 100644 (file)
@@ -1,28 +1,24 @@
 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */\r
 /* You can extend this CSS by adding your own CSS file with the the content_css option */\r
 \r
-body {\r
-       background-color: #FFFFFF;\r
-       font-family: Verdana, Arial, Helvetica, sans-serif;\r
-       font-size: 0.9em;\r
-       line-height: 1.2em;\r
-       padding: .3em;\r
-}\r
-\r
-td {\r
+body, td, pre {\r
        font-family: Verdana, Arial, Helvetica, sans-serif;\r
        font-size: 10px;\r
 }\r
 \r
-pre {\r
-       font-family: Verdana, Arial, Helvetica, sans-serif;\r
-       font-size: 10px;\r
+body {\r
+       background-color: #FFFFFF;\r
 }\r
 \r
 .mceVisualAid {\r
        border: 1px dashed #BBBBBB !important;\r
 }\r
 \r
+div.mceVisualAid {\r
+       background-image:url('../images/spacer.gif');\r
+       visibility: visible !important;\r
+}\r
+\r
 .mceItemAnchor {\r
        width: 12px;\r
        line-height: 6px;\r
@@ -47,3 +43,16 @@ a {
        color: green;\r
 }\r
 */\r
+\r
+/* MSIE specific */\r
+\r
+* html body {\r
+       scrollbar-3dlight-color: #F0F0EE;\r
+       scrollbar-arrow-color: #676662;\r
+       scrollbar-base-color: #F0F0EE;\r
+       scrollbar-darkshadow-color: #DDDDDD;\r
+       scrollbar-face-color: #E0E0DD;\r
+       scrollbar-highlight-color: #F0F0EE;\r
+       scrollbar-shadow-color: #F0F0EE;\r
+       scrollbar-track-color: #F5F5F5;\r
+}\r