RTL styling from sewar. fixes #4653
git-svn-id: https://develop.svn.wordpress.org/trunk@5812 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
453777f9b4
commit
0627e264c3
@ -3,18 +3,23 @@
|
|||||||
.narrowcolumn, .alignleft, .widecolumn .smallattachment { float: right; }
|
.narrowcolumn, .alignleft, .widecolumn .smallattachment { float: right; }
|
||||||
.alignright, #commentform #submit { float: left; }
|
.alignright, #commentform #submit { float: left; }
|
||||||
|
|
||||||
#page, #wp-calendar #prev a { text-align: right; }
|
#page, .post, #wp-calendar #prev a { text-align: right; }
|
||||||
|
|
||||||
|
body, #commentform p { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
||||||
|
|
||||||
body, #commentform p { font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
small { font-family: 'Geeza Pro', Tahoma, Arial, Helvetica, Sans-Serif; }
|
||||||
|
|
||||||
small { font-family: Tahoma, Arial, Helvetica, Sans-Serif; }
|
h1, h2, h3 { font-family: 'Al Bayan', 'Traditional Arabic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
||||||
|
|
||||||
.commentlist li, #commentform input, #commentform textarea { font: 0.9em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
#sidebar h2 { font-family: 'Al Bayan', 'Traditional Arabic', 'Lucida Grande', Verdana, Sans-Serif; }
|
||||||
|
|
||||||
#sidebar { font: 1em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
.commentlist li, #commentform input, #commentform textarea { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
||||||
|
|
||||||
#wp-calendar caption { font: bold 1.3em Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
#sidebar { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
||||||
|
|
||||||
|
#wp-calendar caption { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
||||||
|
|
||||||
|
acronym, abbr, span.caps { letter-spacing: normal; }
|
||||||
|
|
||||||
#header { margin: 0 1px 0 0; }
|
#header { margin: 0 1px 0 0; }
|
||||||
|
|
||||||
@ -40,24 +45,34 @@ img.alignleft { margin: 0 0 2px 7px; }
|
|||||||
|
|
||||||
.commentlist p { margin: 10px 0 10px 5px; }
|
.commentlist p { margin: 10px 0 10px 5px; }
|
||||||
|
|
||||||
#sidebar { margin-right: 545px; }
|
|
||||||
|
|
||||||
#wp-calendar #prev a, html>body .entry ul { padding-right: 10px; }
|
|
||||||
|
|
||||||
html>body .entry li { margin: 7px 10px 8px 0; }
|
html>body .entry li { margin: 7px 10px 8px 0; }
|
||||||
|
|
||||||
html>body .entry ul {
|
html>body .entry ul {
|
||||||
|
margin-left: auto;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
padding: 0 30px 0 0;
|
padding: 0 30px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: 545px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wp-calendar #prev a, html>body .entry ul {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 15px 10px 0 30px;
|
border-left: 0;
|
||||||
padding-right: 20px;
|
|
||||||
border-right: 5px solid #ddd;
|
border-right: 5px solid #ddd;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 20px;
|
||||||
|
margin: 15px 10px 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-calendar #next a {
|
#wp-calendar #next a {
|
||||||
|
padding-right: 0;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user