]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/css/editor_content.css
Wordpress 2.3.3
[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, td, pre {\r
5         font-family: Verdana, Arial, Helvetica, sans-serif;\r
6         font-size: 10px;\r
7 }\r
8 \r
9 body {\r
10         background-color: #FFFFFF;\r
11 }\r
12 \r
13 .mceVisualAid {\r
14         border: 1px dashed #BBBBBB !important;\r
15 }\r
16 \r
17 div.mceVisualAid {\r
18         background-image:url('../images/spacer.gif');\r
19         visibility: visible !important;\r
20 }\r
21 \r
22 .mceItemAnchor {\r
23         width: 12px;\r
24         line-height: 6px;\r
25         overflow: hidden;\r
26         padding-left: 12px;\r
27         background-image: url('../images/anchor_symbol.gif');\r
28         background-position: bottom;\r
29         background-repeat: no-repeat;\r
30 }\r
31 \r
32 /* Important is needed in Gecko browsers inorder to style links */\r
33 /*\r
34 a {\r
35         color: green !important;\r
36 }\r
37 */\r
38 \r
39 /* Style selection range colors in Gecko browsers */\r
40 /*\r
41 ::-moz-selection {\r
42         background-color: red;\r
43         color: green;\r
44 }\r
45 */\r
46 \r
47 /* MSIE specific */\r
48 \r
49 * html body {\r
50         scrollbar-3dlight-color: #F0F0EE;\r
51         scrollbar-arrow-color: #676662;\r
52         scrollbar-base-color: #F0F0EE;\r
53         scrollbar-darkshadow-color: #DDDDDD;\r
54         scrollbar-face-color: #E0E0DD;\r
55         scrollbar-highlight-color: #F0F0EE;\r
56         scrollbar-shadow-color: #F0F0EE;\r
57         scrollbar-track-color: #F5F5F5;\r
58 }\r