]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/editor_content.css
Imported Upstream version 0.7
[roundcube.git] / skins / default / editor_content.css
1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2
3 body, td, pre {
4         font-family: "Lucida Grande", Verdana,  Arial, Helvetica, sans-serif;
5         font-size: 12px;
6 }
7
8 body {
9         background-color: #FFFFFF;
10         margin-left: 4px;
11         margin-right: 4px;
12         margin-top: 2px;
13 }
14
15 pre
16 {
17         margin: 0;
18         padding: 0;
19         white-space: -moz-pre-wrap !important;
20         white-space: pre-wrap !important;
21         white-space: pre;
22         word-wrap: break-word; /* IE (and Safari) */
23 }
24
25 blockquote
26 {
27         padding-left: 5px;
28         border-left: #1010ff 2px solid;
29         margin-left: 5px;
30         width: 100%;
31 }