inital git commit
[phpns.git] / inc / js / tinymce / themes / advanced / css / editor_content.css
blob35fd2a1768c1bb262ba4c82e7c5abc648297abc3
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: caption;
8 body {
9 background: #fff;
10 margin: 5px;
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;