This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rtl.css
153 lines (121 loc) · 1.96 KB
/
rtl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/*
Theme name: modest 2.0
Editors: Enseki
Persian WordPress Project : wp-persian.com
*/
body,.commentlist li,#commentform input,#commentform textarea,#commentform p,#sidebar,#wp-calendar caption
{
font-family: tahoma, arial;
}
#page {
text-align: right;
direction: rtl;
}
h1,h2,h3,#sidebar h2 {
font-family: arial, tahoma;
}
.commentlist li .avatar {
float: left;
}
.commentlist li {
padding: 5px 10px 10px 5px;
}
.commentlist li ul li {
margin-left: -5px;
margin-right: 10px;
}
.commentlist p {
margin: 10px 0 10px 5px;
}
#header {
margin: 0 1px 0 0;
}
.narrowcolumn {
float: right;
padding: 0 45px 20px 0;
}
.widecolumn {
margin: 5px 150px 0 0;
}
.widecolumn .smallattachment {
margin: 5px 0 5px 5px;
}
.postmetadata {
clear: right;
}
#sidebar {
margin-left: 0;
margin-right: 545px;
}
img.alignright {
margin: 0 7px 2px 0;
}
img.alignleft {
margin: 0 0 2px 7px;
}
.alignright {
float: left;
}
.alignleft {
float: right;
}
code {
display: block;
direction: ltr;
text-align: left;
}
acronym,abbr,span.caps {
letter-spacing: 0; /* fix opera bug */
}
html>body .entry ul {
padding: 0 10px 0 0;
text-indent: 10px;
}
html>body .entry li {
margin: 7px 10px 8px 0;
}
.entry ol {
padding: 0 35px 0 0;
}
#sidebar ul ul,#sidebar ul ol {
margin: 5px 10px 0 0;
}
#sidebar ul ul ul,#sidebar ul ol {
margin: 0 10px 0 0;
}
#commentform {
margin: 5px 0 0 10px;
}
#commentform input {
margin: 5px 0 1px 5px;
}
#commentform #submit {
float: left;
}
.commentlist p {
margin: 10px 0 10px 5px;
}
.children .even,.alt {
border-left: 0;
border-right: 1px solid #ddd;
}
#wp-calendar #next a {
padding-right: 0;
padding-left: 10px;
text-align: left;
}
#wp-calendar #prev a {
padding-left: 0;
padding-right: 10px;
text-align: right;
}
blockquote {
margin: 15px 10px 0 30px;
padding-left: 0;
padding-right: 20px;
border-left: 0 none;
border-right: 5px solid #ddd;
}
#email,#url {
direction: ltr;
}