2010-05-21 14:56:27 -04:00
|
|
|
/*
|
|
|
|
Theme Name: Twenty Ten
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
Used to style the TinyMCE editor.
|
|
|
|
*/
|
2010-05-05 16:38:42 -04:00
|
|
|
html .mceContentBody{
|
2011-10-28 20:17:37 -04:00
|
|
|
direction: rtl;
|
|
|
|
unicode-bidi: embed;
|
|
|
|
float: right;
|
|
|
|
width: 640px;
|
2010-05-05 16:38:42 -04:00
|
|
|
}
|
|
|
|
* {
|
|
|
|
font-family: Arial, Tahoma, sans-serif;
|
|
|
|
}
|
|
|
|
/* Text elements */
|
2011-10-28 20:17:37 -04:00
|
|
|
ul, ol {
|
2010-05-05 16:38:42 -04:00
|
|
|
margin: 0 -18px 18px 0;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
blockquote {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 0 24px -1px;
|
|
|
|
}
|