X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/022dfbbbe3215917d84708eb09acca93b21ae9e0..7688c6ba71852cd89123b62b2d57683535e4702a:/wp-includes/js/tinymce/themes/advanced/css/editor_content.css?ds=sidebyside diff --git a/wp-includes/js/tinymce/themes/advanced/css/editor_content.css b/wp-includes/js/tinymce/themes/advanced/css/editor_content.css index 7dbe1feb..182e7912 100644 --- a/wp-includes/js/tinymce/themes/advanced/css/editor_content.css +++ b/wp-includes/js/tinymce/themes/advanced/css/editor_content.css @@ -1,28 +1,24 @@ /* 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 { - background-color: #FFFFFF; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 0.9em; - line-height: 1.2em; - padding: .3em; -} - -td { +body, td, pre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } -pre { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; +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; @@ -47,3 +43,16 @@ a { color: green; } */ + +/* MSIE specific */ + +* 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; +}