webcit_before_automake is now the trunk
[citadel.git] / webcit / tiny_mce / 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: 10px;\r
8         scrollbar-3dlight-color: #F0F0EE;\r
9         scrollbar-arrow-color: #676662;\r
10         scrollbar-base-color: #F0F0EE;\r
11         scrollbar-darkshadow-color: #DDDDDD;\r
12         scrollbar-face-color: #E0E0DD;\r
13         scrollbar-highlight-color: #F0F0EE;\r
14         scrollbar-shadow-color: #F0F0EE;\r
15         scrollbar-track-color: #F5F5F5;\r
16 }\r
17 \r
18 td {\r
19         font-family: Verdana, Arial, Helvetica, sans-serif;\r
20         font-size: 10px;\r
21 }\r
22 \r
23 pre {\r
24         font-family: Verdana, Arial, Helvetica, sans-serif;\r
25         font-size: 10px;\r
26 }\r
27 \r
28 .mceVisualAid {\r
29         border: 1px dashed #BBBBBB !important;\r
30 }\r
31 \r
32 .mceItemAnchor {\r
33         width: 12px;\r
34         line-height: 6px;\r
35         overflow: hidden;\r
36         padding-left: 12px;\r
37         background-image: url('../images/anchor_symbol.gif');\r
38         background-position: bottom;\r
39         background-repeat: no-repeat;\r
40 }\r
41 \r
42 /* Important is needed in Gecko browsers inorder to style links */\r
43 /*\r
44 a {\r
45         color: green !important;\r
46 }\r
47 */\r
48 \r
49 /* Style selection range colors in Gecko browsers */\r
50 /*\r
51 ::-moz-selection {\r
52         background-color: red;\r
53         color: green;\r
54 }\r
55 */\r