-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrtl.css
More file actions
167 lines (159 loc) · 3.46 KB
/
rtl.css
File metadata and controls
167 lines (159 loc) · 3.46 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/*
* Theme Name: Leaf
*
* RTL Stylesheet
*
* @info http://codex.wordpress.org/Right_to_Left_Language_Support
*
* @since Leaf 1.0
*/
body {
direction: rtl;
unicode-bidi: embed;
}
caption,
th,
td {
text-align: right;
}
/* --------------------------------------------------------------
* = Structure
* ----------------------------------------------------------- */
/* The Grid ------- */
.column, .columns { float: right; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child { float: left; }
[class*="column"] + [class*="column"].end { float: right; }
.site-content {
border-left: 1px solid #EDEDED;
border-right: 0;
}
.site-content .image-attachment {
border-left: 0;
}
.nav-previous,
.previous-image {
float: right;
}
.nav-next,
.next-image {
float: left;
text-align: left;
}
.author-avatar {
float: right;
}
.author-description {
float: right;
margin-right: 15px;
margin-right: 1.071428571rem;
margin-left: auto;
}
.pagination {
float: right;
}
.main-navigation li a {
border-right: 1px solid #DDD;
border-left: 0;
padding-right: 15px;
padding-left: 0;
}
.main-navigation ul li li {
margin-right: 0;
}
.main-navigation li ul li a {
border-right: 0;
}
.main-navigation li ul::after {
right: 10px;
}
#mm0 {
background-position: left center;
}
.comment-content ol,
.comment-content ul {
margin: 0 24px 0 0;
margin: 0 1.714285714rem 0 0;
}
.entry-content blockquote, .comment-content blockquote {
border-right: 5px solid #E6E6E6;
border-left: 0;
}
.entry-content li,
.comment-content li {
margin: 0 24px 0 0;
margin: 0 2.4rem 0 0;
}
.entry-content td,
.comment-content td {
padding: 6px 0 6px 10px;
padding: .6rem 0 .6rem 1rem;
}
.divider-title, .post-divider {
text-align: right;
}
.vertical-divider {
border-right: 1px dotted #BBB;
border-left: 0;
}
.image-tag, .aside-format, .audio-format, .gallery-format, .image-format, .link-format, .video-format {
border-left: 1px solid #fff;
border-right: 0;
right: 21px;
}
.image-tag {
width: 40%;
}
/* --------------------------------------------------------------
* = Comments
* ----------------------------------------------------------- */
.comments-area, #respond, .commentlist, .commentlist ul.children, .commentlist li.comment, .commentlist li.pingback, .commentlist .comment-body {
text-align: right;
}
.commentlist li.comment .comment-author, .commentlist li.comment .comment-meta, .commentlist li.comment .comment-text {
padding-left: 0;
padding-right: 70px;
}
.commentlist li.comment .avatar {
float: right;
}
.comment-content .reply {
float: left;
}
/* --------------------------------------------------------------
* = Footer
* ----------------------------------------------------------- */
.site-info {
text-align: left;
}
/* --------------------------------------------------------------
* = Widget
* ----------------------------------------------------------- */
.widget-title span {
background: white;
padding-left: 10px;
padding-left: 1rem;
padding-right: 0;
}
.widget-area .widget ul ul {
margin-right: 12px;
margin-right: 1.2rem;
margin-left: auto;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
margin-right: 12px;
margin-right: 1.2rem;
margin-left: auto;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
text-align: right;
}
#wp-calendar #next {
padding-left: 24px;
padding-left: 2.4rem;
text-align: left;
padding-right: 0;
}