1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2 /* You can extend this CSS by adding your own CSS file with the the content_css option */
5 font-family: Verdana
, Arial
, Helvetica
, sans-serif
;
10 background-color: #FFFFFF;
14 border: 1px dashed
#BBBBBB !important
;
18 background-image:url
('../images/spacer.gif');
19 visibility: visible
!important
;
27 background-image: url
('../images/anchor_symbol.gif');
28 background-position: bottom
;
29 background-repeat: no-repeat
;
32 /* Important is needed in Gecko browsers inorder to style links */
35 color: green !important;
39 /* Style selection range colors in Gecko browsers */
42 background-color: red;
50 scrollbar-3dlight-color: #F0F0EE;
51 scrollbar-arrow-color: #676662;
52 scrollbar-base-color: #F0F0EE;
53 scrollbar-darkshadow-color: #DDDDDD;
54 scrollbar-face-color: #E0E0DD;
55 scrollbar-highlight-color: #F0F0EE;
56 scrollbar-shadow-color: #F0F0EE;
57 scrollbar-track-color: #F5F5F5;