wp/wp-content/themes/twentytwelve/editor-style-rtl.css
author ymh <ymh.work@gmail.com>
Mon, 14 Oct 2019 17:39:30 +0200
changeset 7 cf61fcea0001
parent 0 d970ebf37754
permissions -rw-r--r--
resynchronize code repo with production
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
/*
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
Theme Name: Twenty Twelve
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
Description: Used to style the TinyMCE editor for RTL languages.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
See also rtl.css file.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
*/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
html .mceContentBody {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
	direction: rtl;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
	unicode-bidi: embed;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
li {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
	margin: 0 24px 0 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
	margin: 0 1.714285714rem 0 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
dl {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
	margin: 0 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
	margin: 0 1.714285714rem;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
tr th {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
	text-align: right;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
td {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
	padding: 6px 0 6px 10px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
	text-align: right;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
.wp-caption {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
	text-align: right;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
}