-
Notifications
You must be signed in to change notification settings - Fork 0
/
rtl.css
161 lines (125 loc) · 2.22 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
/*
Theme Name: Academica
Description: RTL stylesheet
*/
/* =General
-------------------------------------------------------------- */
body {
direction: rtl;
unicode-bidi: embed;
text-align: right;
}
ul,
ol {
margin-left: auto;
margin-right: 36px;
}
blockquote {
border-left: 0;
border-right: 2px dotted #aaa;
padding-left: auto;
padding-right: 20px;
}
/* =Header
-------------------------------------------------------------- */
#main-nav ul li,
#logo {
float: right;
}
#main-nav ul ul {
left: auto;
right: 0;
}
#main-nav ul ul ul {
left: auto;
right: 140px;
}
#search,
#social {
clear: left;
float: left;
}
#crumbs a {
display: inline-block;
}
/* =Content
-------------------------------------------------------------- */
.column {
float: right;
margin-left: 30px;
margin-right: auto;
}
.column-last,
.column-double.column-right .column-content {
margin-left: 0;
}
.column-double.column-right .title-header,
.page-template-template-sidebar-left-php .title-header {
padding: 0 230px 0 0;
}
.page-template-template-sidebar-right-php .title-header,
.column-full .title-header {
padding-right: 0;
}
.posts .post div.thumb {
float: right;
margin-left: 10px;
margin-right: auto;
}
li > a,
.entry-meta a,
p.pages a,
p.pages strong {
display: inline-block;
}
/* =Comments
-------------------------------------------------------------- */
.commentlist img.avatar {
float: right;
margin-left: 15px;
margin-right: auto;
}
.commentlist div.reply {
left: 0;
right: auto;
}
.comment-meta a {
display: inline-block;
}
/* =Widgets
-------------------------------------------------------------- */
.widget ul {
margin-left: auto;
margin-right: 20px;
}
.academica-featured-posts-gallery ul,
.widget_twitter ul,
.widget_rss ul {
margin: 0;
}
.widget ul.menu ul {
border-left: 0;
border-right: 1px solid #CCCCCC;
margin-left: auto;
margin-right: 10px;
padding-left: auto;
padding-right: 10px;
}
#searchform input {
text-align: right;
}
#wp-calendar #next {
text-align: left;
}
.academica-featured-posts-gallery .grid {
float: right;
margin: 0 0 15px 10px;
}
/* =Footer
-------------------------------------------------------------- */
#footer-column {
float: left;
}
#footer p.copy a {
display: inline-block;
}