summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/wordpress.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-19 12:35:25 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-19 12:35:25 +0000
commit50b00028bd207f461d6ed02f7868eccb5c6b8fe1 (patch)
tree003311f94f815dddbc39f91ba25b959f6ef18524 /wp-includes/js/tinymce/wordpress.css
parent63f0f49bde74f02cdfc79140a7f101173f33322b (diff)
downloadwordpress-mu-50b00028bd207f461d6ed02f7868eccb5c6b8fe1.tar.gz
wordpress-mu-50b00028bd207f461d6ed02f7868eccb5c6b8fe1.tar.xz
wordpress-mu-50b00028bd207f461d6ed02f7868eccb5c6b8fe1.zip
Add and delete WP 2.5 files. *DON'T SVN UPDATE!*
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1214 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/js/tinymce/wordpress.css')
-rw-r--r--wp-includes/js/tinymce/wordpress.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css
new file mode 100644
index 0000000..07da9ef
--- /dev/null
+++ b/wp-includes/js/tinymce/wordpress.css
@@ -0,0 +1,29 @@
+/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
+
+body.mceContentBody {
+ background: #fff;
+ color: #000;
+ font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
+ padding: .2em;
+}
+
+td {
+ font-size: 10px;
+}
+
+pre {
+ font: 12px/18px "Courier New", monospace;
+}
+
+.mceVisualAid {
+ border: 1px dashed #BBBBBB !important;
+}
+
+.mceItemAnchor {
+ width: 12px;
+ line-height: 6px;
+ overflow: hidden;
+ padding-left: 12px;
+ background-position: bottom;
+ background-repeat: no-repeat;
+}