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