applied my changes - initial import
[boxroom-stian.git] / public / javascripts / tiny_mce / themes / advanced / css / editor_content.css
blob182e791211da181b620847c9438f27e16bc60050
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 */
4 body, td, pre {
5 font-family: Verdana, Arial, Helvetica, sans-serif;
6 font-size: 10px;
9 body {
10 background-color: #FFFFFF;
13 .mceVisualAid {
14 border: 1px dashed #BBBBBB !important;
17 div.mceVisualAid {
18 background-image:url('../images/spacer.gif');
19 visibility: visible !important;
22 .mceItemAnchor {
23 width: 12px;
24 line-height: 6px;
25 overflow: hidden;
26 padding-left: 12px;
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 */
34 a {
35 color: green !important;
39 /* Style selection range colors in Gecko browsers */
41 ::-moz-selection {
42 background-color: red;
43 color: green;
47 /* MSIE specific */
49 * html body {
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;