]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/css/editor_content.css
Wordpress 2.0.4-scripts
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / css / editor_content.css
1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */\r
2 /* You can extend this CSS by adding your own CSS file with the the content_css option */\r
3 \r
4 body {\r
5         background-color: #FFFFFF;\r
6         font-family: Verdana, Arial, Helvetica, sans-serif;\r
7         font-size: 0.9em;\r
8         line-height: 1.2em;\r
9         padding: .3em;\r
10 }\r
11 \r
12 td {\r
13         font-family: Verdana, Arial, Helvetica, sans-serif;\r
14         font-size: 10px;\r
15 }\r
16 \r
17 pre {\r
18         font-family: Verdana, Arial, Helvetica, sans-serif;\r
19         font-size: 10px;\r
20 }\r
21 \r
22 .mceVisualAid {\r
23         border: 1px dashed #BBBBBB !important;\r
24 }\r
25 \r
26 .mceItemAnchor {\r
27         width: 12px;\r
28         line-height: 6px;\r
29         overflow: hidden;\r
30         padding-left: 12px;\r
31         background-image: url('../images/anchor_symbol.gif');\r
32         background-position: bottom;\r
33         background-repeat: no-repeat;\r
34 }\r
35 \r
36 /* Important is needed in Gecko browsers inorder to style links */\r
37 /*\r
38 a {\r
39         color: green !important;\r
40 }\r
41 */\r
42 \r
43 /* Style selection range colors in Gecko browsers */\r
44 /*\r
45 ::-moz-selection {\r
46         background-color: red;\r
47         color: green;\r
48 }\r
49 */\r