You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
558 B
CSS
32 lines
558 B
CSS
17 years ago
|
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
|
||
|
|
||
|
body, td, pre {
|
||
15 years ago
|
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
||
17 years ago
|
font-size: 12px;
|
||
|
}
|
||
15 years ago
|
|
||
17 years ago
|
body {
|
||
17 years ago
|
background-color: #FFFFFF;
|
||
|
margin-left: 4px;
|
||
|
margin-right: 4px;
|
||
|
margin-top: 2px;
|
||
17 years ago
|
}
|
||
|
|
||
16 years ago
|
pre
|
||
|
{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
white-space: -moz-pre-wrap !important;
|
||
|
white-space: pre-wrap !important;
|
||
|
white-space: pre;
|
||
|
word-wrap: break-word; /* IE (and Safari) */
|
||
|
}
|
||
15 years ago
|
|
||
15 years ago
|
blockquote
|
||
|
{
|
||
13 years ago
|
padding-left: 5px;
|
||
|
border-left: #1010ff 2px solid;
|
||
|
margin-left: 5px;
|
||
|
width: 100%;
|
||
15 years ago
|
}
|