-
Notifications
You must be signed in to change notification settings - Fork 0
/
rtl.css
183 lines (182 loc) · 3.03 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
/*
RTL style for FastFood
*/
body {
direction:rtl;
unicode-bidi:embed;
}
ul {
margin: 0 1em 0 0;
}
ol {
margin: 0 2em 0 0;
}
dd {
margin: 0 40px .5em 0;
}
blockquote {
border-right: 5px solid #ccc;
margin-right: 15px;
padding-right: 15px;
border-left: none;
margin-left: 0;
padding-left: 0;
}
.quote-cont blockquote {
margin-left: 0;
margin-right: 45px;
}
.quote-cont .el-icon-quotes {
float: right;
}
.entry-content table {
text-align: right;
}
input[type=password] {
background: #fff url('images/lock.png') right center no-repeat;
padding-left: 0;
padding-right: 30px;
}
.nav-menu > li {
margin: 0 0 0 20px;
}
.nav-menu.multiple-levels .menu-item-parent > a:after {
padding: 0 5px 0 0;
}
.nav-menu.multiple-levels > li > ul.children {
left: auto;
right: 0;
}
.crumbs > li,
.crumbs > a,
.crumbs > span {
float: right;
border-right: none;
border-left: 1px solid #fff;
}
.crumbs > .bbp-breadcrumb-home:first-child,
.crumbs > .home:first-child,
.crumbs.wpseo > span:first-child {
margin-left: 0;
margin-right: -20px;
}
.hentry.sticky:before {
left: 0;
right: auto;
}
.entry-title.with-thumbnail .entry-title-content {
padding-left: 0;
padding-right: 50px;
}
.entry-title-thumbnail {
left: auto;
right: 0;
}
.entry-title.with-thumbnail .entry-title-text {
padding-left: 0;
padding-right: 5px;
}
.metadata-panel-author .metadata-panel-trigger {
margin-left: .5em;
}
.metafield-content_js {
text-align: left;
}
.status-subcont {
margin-left: 0;
margin-right: 60px;
}
.status-avatar {
float: right;
}
.widget-area .widget {
float: right;
}
.ff_widget_popular_posts li.li-with-thumbs, .ff_widget_latest_commented_posts li.li-with-thumbs {
padding-left: 0;
padding-right: 46px;
}
div.ff_widget_latest_commentators ul li {
float: right;
}
.nav-pages {
text-align: left;
}
.quickbar-panel-content {
margin-right: 50%;
}
.preview {
padding-left: 1px;
}
.preview img.wp-post-image {
margin: 0 0 0 5px;
}
.preview img.avatar {
float: right;
margin: 0 0 0.5em 0.5em;
}
#logged .avatar {
margin: 0 0 0 10px;
}
.comment-author .avatar {
float: right;
margin: -1px 0 0;
padding: 0 0 0 10px;
}
.comment-body .reply {
text-align: left;
}
.nav-menu > li > ul {
text-align: right;
}
.navigate_comments a, .navigate_comments span {
margin-right: 0;
margin-left: 0.5em;
}
.category-gallery .gallery-thumb {
float: right;
margin-right: 0;
margin-left: 20px;
}
.gallery .gallery-item {
float: right;
}
img.alignleft,
.alignleft {
float: right;
margin-right: 0;
margin-left: 24px;
}
img.alignright,
.alignright {
float: left;
margin-left: 0;
margin-right: 24px;
}
.search-form {
}
.widget .tbm-format,
.widget.tb_popular_posts img,
.widget.tb_recent_entries img,
.widget.tb_latest_commented_posts img {
margin-right: 0;
margin-left: 5px;
}
.ff-social-icon {
margin: 0 0 5px 5px;
}
div.tb_latest_commentators img {
margin: 0 0 5px 5px;
}
#TB_window img#TB_Image {
margin: 14px 14px 14px 0;
}
.minibutton .nb_tooltip:after {
content: "";
}
.minibutton .nb_tooltip:before {
content: "‹";
display: inline-block;
font-weight: bold;
width: 1em;
}