]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/editor_content.css
Imported Upstream version 0.1
[roundcube.git] / skins / default / 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: 12px;\r
7 }\r
8 \r
9 body {\r
10         background-color: #FFFFFF;
11         margin-left: 4px;
12         margin-right: 4px;
13         margin-top: 2px;
14 }\r
15 \r
16 .mceVisualAid {\r
17         border: 1px dashed #BBBBBB !important;\r
18 }\r
19 \r
20 div.mceVisualAid {\r
21         background-image:url('../images/spacer.gif');\r
22         visibility: visible !important;\r
23 }\r
24 \r
25 .mceItemAnchor {\r
26         width: 12px;\r
27         line-height: 6px;\r
28         overflow: hidden;\r
29         padding-left: 12px;\r
30         background-image: url('../images/anchor_symbol.gif');\r
31         background-position: bottom;\r
32         background-repeat: no-repeat;\r
33 }\r
34 \r
35 /* Important is needed in Gecko browsers inorder to style links */\r
36 /*\r
37 a {\r
38         color: green !important;\r
39 }\r
40 */\r
41 \r
42 /* Style selection range colors in Gecko browsers */\r
43 /*\r
44 ::-moz-selection {\r
45         background-color: red;\r
46         color: green;\r
47 }\r
48 */\r
49 \r
50 /* MSIE specific */\r
51 \r
52 * html body {\r
53         scrollbar-3dlight-color: #F0F0EE;\r
54         scrollbar-arrow-color: #676662;\r
55         scrollbar-base-color: #F0F0EE;\r
56         scrollbar-darkshadow-color: #DDDDDD;\r
57         scrollbar-face-color: #E0E0DD;\r
58         scrollbar-highlight-color: #F0F0EE;\r
59         scrollbar-shadow-color: #F0F0EE;\r
60         scrollbar-track-color: #F5F5F5;\r
61 }\r