alecpl
2011-09-21 5f71297bc972a5998dc5235e92762c27923f5489
commit | author | age
43b990 1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
S 2 /* You can extend this CSS by adding your own CSS file with the the content_css option */
3
4 body, td, pre {
0f8ff2 5     font-family: "Lucida Grande", Verdana,  Arial, Helvetica, sans-serif;
43b990 6     font-size: 12px;
S 7 }
c33e08 8
43b990 9 body {
2f93b0 10     background-color: #FFFFFF;
S 11     margin-left: 4px;
12     margin-right: 4px;
13     margin-top: 2px;
43b990 14 }
S 15
962085 16 pre
A 17 {
18     margin: 0;
19     padding: 0;
20     white-space: -moz-pre-wrap !important;
21     white-space: pre-wrap !important;
22     white-space: pre;
23     word-wrap: break-word; /* IE (and Safari) */
24 }
c33e08 25
7a48e5 26 blockquote
A 27 {
28     padding-left:5px;
29     border-left:#1010ff 2px solid;
30     margin-left:5px;
31     width:100%;
32 }