-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrtl.css
94 lines (77 loc) · 1.53 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
/*
Theme Name: Writr Bamba
Template: writr
*/
@import "../writr/rtl.css";
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
font-family: "Alef", Arial, sans-serif;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
font-weight: normal;
}
.main-navigation,
.more-link,
#content .post-navigation,
#content .paging-navigation,
#content .comment-navigation,
.comments-title,
#respond .comment-reply-title,
.comment-author,
.comment-metadata,
#infinite-handle span,
.comment-content .pd-rating {
font-weight: normal;
}
.widget_archive ul a,
.widget_categories ul a,
.widget_links ul a,
.widget_nav_menu ul a,
.widget_meta ul a,
.widget_pages ul a,
.widget_recent_comments ul a,
.widget_recent_entries ul a,
.widget_rss ul a,
.widget_rss_links ul a {
font-weight: normal;
}
.entry-content > ol li,
.entry-content > ul li {
margin-right: 1em;
margin-left: 0;
}
.entry-content > ol li[dir="ltr"],
.entry-content > ul li[dir="ltr"] {
margin-left: 1em;
margin-right: 0;
}
/* -------- category banner --------- */
.tag-container {
left: 40px;
right: inherit;
}
@media only screen and (max-width: 480px) {
.tag-container {
left: 20px;
}
}
.tag-container:hover {
-webkit-filter: drop-shadow( 5px 5px 5px #000 );
filter: drop-shadow( 5px 5px 5px #000 );
transform: translate3d(-5px, -5px, -5px);
}
.ngfb-buttons {
text-align: right;
direction: ltr;
}
.ngfb-buttons > .fb-like {
direction: rtl;
}