commit | author | age
|
43b990
|
1 |
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */ |
S |
2 |
|
|
3 |
body, td, pre { |
0f8ff2
|
4 |
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; |
43b990
|
5 |
font-size: 12px; |
S |
6 |
} |
c33e08
|
7 |
|
43b990
|
8 |
body { |
2f93b0
|
9 |
background-color: #FFFFFF; |
S |
10 |
margin-left: 4px; |
|
11 |
margin-right: 4px; |
|
12 |
margin-top: 2px; |
43b990
|
13 |
} |
S |
14 |
|
962085
|
15 |
pre |
A |
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 |
} |
c33e08
|
24 |
|
7a48e5
|
25 |
blockquote |
A |
26 |
{ |
c136f6
|
27 |
padding-left: 5px; |
A |
28 |
border-left: #1010ff 2px solid; |
|
29 |
margin-left: 5px; |
|
30 |
width: 100%; |
7a48e5
|
31 |
} |