-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrtl.css
executable file
·130 lines (115 loc) · 2.18 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
/*
Theme Name: Cinnamon
*/
body {
direction: rtl;
unicode-bidi: embed;
}
@media screen and (min-width: 960px) {
#content:before {
left: 290px;
}
#primary {
float: right;
}
#secondary {
float: right;
margin-left: 0;
margin-right: 40px;
}
}
#masthead .site-logo-link,
#masthead .site-title {
float: right;
}
.dashicons-menu:before {
display: block;
}
#site-navigation .menu-toggle {
right: auto;
left: 15px;
}
@media screen and (min-width: 960px) {
.site-branding {
float: right;
}
.not-touch-device #site-navigation {
float: left;
}
.not-touch-device #site-navigation.main-navigation ul {
/**
* Hover state
*/
}
.not-touch-device #site-navigation.main-navigation ul li.menu-item-has-children > a {
position: relative;
padding-right: 15px;
padding-left: 20px;
}
.not-touch-device #site-navigation.main-navigation ul li.menu-item-has-children > a:after {
right: auto;
left: 0;
}
.not-touch-device #site-navigation.main-navigation ul li li.menu-item-has-children > a:after {
right: auto;
left: 5px;
content: "\f341";
}
.not-touch-device #site-navigation.main-navigation ul li.hovered > ul li.hovered > ul {
left: auto;
right: 178px;
}
}
.entry-content ol, .entry-content ul,
.comment-content ol,
.comment-content ul {
margin-left: 0;
margin-right: 1.5em;
}
.comment-list .children {
margin: 0 37px 0 0;
}
.comment-body {
padding-right: 79px;
padding-left: 15px;
}
.comment-body .comment-meta,
.comment-body .comment-author {
display: block;
}
.comment-body .avatar {
left: auto;
right: 10px;
}
.pingback > .comment-body,
.trackback > .comment-body {
padding-left: 0;
padding-right: 15px;
}
#reply-title {
padding-right: 0;
padding-left: 90px;
}
#cancel-comment-reply-link {
right: auto;
left: 0;
}
@media screen and (min-width: 760px) {
.comment-body {
padding-right: 124px;
padding-left: 33px;
}
.comment-body .avatar {
left: auto;
right: 33px;
}
.pingback > .comment-body,
.trackback > .comment-body {
padding-right: 33px;
padding-left: 0;
}
.comment-list .children {
margin-left: 0;
margin-right: 90px;
}
}