]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo/css/rtl.css
Update RTL stylesheet for neo.
[quix0rs-gnu-social.git] / theme / neo / css / rtl.css
1 /** theme: neo
2  *
3  * @package   StatusNet
4  * @author    Osama Khalid <osamak@gnu.org>
5  * @copyright Osama Khalid
6  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
7  * @link      http://status.net/
8  */
9
10 body {
11     direction: rtl;
12 }
13
14 span.rtl{
15     direction: rtl !important;
16 }
17
18 #content .notice .entry-title{
19     direction: ltr;
20 }
21
22 .form_notice textarea{
23     direction: ltr;
24 }
25
26 #site_nav_global_primary ul{
27     float: left;
28 }
29
30 .notice div.entry-content {
31     float: right;
32 }
33
34 #content .notice .threaded-replies .notice div.entry-content{
35     clear: right;
36     float: right;
37 }
38
39 #content h1{
40     font-weight: bold;
41     letter-spacing: 0;
42 }
43
44 .threaded-replies {
45     border-right: 3px solid #ECECF2;
46     border-left: 0;
47     margin-right: 59px;
48     margin-left: 0;
49 }
50
51 address{
52     float: right;
53 }
54
55 #site_nav_global_primary {
56     left: 0;
57     right: auto;
58 }
59
60 .input_form .form_settings .submit{
61     float: left;
62 }
63
64 .input_form .form_settings fieldset fieldset{
65     float: right;
66 }
67
68 .input_form fieldset fieldset label{
69     right: 6px;
70     text-align: right;
71 }
72
73 #input_form_event .form_settings .form_data li{
74     float: right;
75 }
76
77 .notice .author {
78     direction: rtl;
79     float: right;
80     margin-left: 8px;
81     margin-right: 0;
82 }
83
84 .section .notice .author {
85     margin-left: 0;
86 }
87
88 .notice p.entry-content {
89     float: left;
90 }
91
92 .threaded-replies .form_notice #notice_action-submit {
93     right: 10px;
94 }
95
96 .form_notice input.submit{
97     float: right;
98 }
99
100 #export_data li a{
101     padding-right: 30px;
102     padding-left: 0;
103 /*    background-position: right center; */
104 }
105
106 #content .notice .threaded-replies .notice .entry-title{
107     margin: 2px 35px 0 7px;
108 }
109
110 #content .notice .entry-title {
111     margin: 2px 59px 0 7px;
112 }
113
114 #content .notice .author .photo{
115     right: 0;
116 }
117
118 .notice-options{
119     float: left;
120 }
121
122 .notice div.entry-content {
123     margin-right: 59px;
124     margin-left: 0;
125 }
126
127 #core .vcard .photo {
128     margin-left: 11px;
129     margin-right: 0;
130 }
131
132 .threaded-replies .notice-reply-comments {
133     margin: 2px 10px 4px 0;
134 }
135
136 #shownotice .notice div.entry-content {
137     margin-right: 0;
138 }
139
140 .notice .addressees:before {
141     content: '\25C2';
142 }
143
144 #content thead th {
145     text-align: right;
146 }
147
148 .profile_list th.current a {
149     background-position: left top;
150     padding-left: 25px;
151 }
152
153 .form_settings .form_data textarea, .form_settings .form_data select, .form_settings .form_data input {
154     float: right;
155     margin-right: 1.795%;
156 }
157
158 .form_settings .form_data label {
159     float: right;
160 }
161
162 .form_settings label {
163     text-align: left;
164 }
165
166 #form_search input.submit {
167     margin-right: 5px;
168 }
169
170 #site_nav_local_views H3{
171     font-weight: bold;
172     letter-spacing: 0;
173 }
174
175 #aside_primary h2{
176     font-weight: bold;
177     letter-spacing: 0;
178 }
179
180 .form_settings label[for="notice_to"] {
181     margin-left: 10px;
182     margin-right: 0;
183 }
184
185 select {
186     padding-left: 10px;
187 }
188
189 #input_form_nav li a {
190     float: right;
191 }
192
193 #content table.extended-profile td {
194     padding-left: 0 !important;
195     padding-right: 8px !important;
196 }
197
198 .experience-item, .education-item {
199     float: right;
200 }
201
202 #site_nav_global_primary a {
203     float: right;
204 }
205
206 .form_settings .form_data p.form_guide {
207     margin-right: 27%;
208 }
209
210 .form_settings label.checkbox {
211     text-align: right;
212 }
213
214 .form_settings label.checkbox, .form_settings label.radio {
215     left: 0;
216     right: -25px;
217 }
218
219 .form_settings input.checkbox, .form_settings input.radio {
220     margin-right: 25%;
221     margin-left: 20px;
222     right: -14px;
223     left: 0;
224 }
225
226 .form_settings input {
227     margin-left: 20px;
228 }
229
230 .form_settings .form_data li {
231     float: right;
232 }
233
234 #header-search {
235     float: left;
236 }
237
238 #header-search input[type="submit"] {
239     left: 0;
240     right: auto;
241 }
242
243 #avatarfile {
244     width: 100%;
245 }
246
247 .form_settings .checkbox-wrapper label.checkbox {
248     right: -3px;
249     left: auto;
250 }
251
252 .checkbox-wrapper.unchecked label.checkbox, .checkbox-wrapper.checked label.checkbox {
253     padding-right: 20px;
254     padding-left: 0;
255     background-position: right center;
256 }
257
258 .input_form .form_settings .form_data p.form_guide {
259     margin-right: 5px;
260     margin-left: 27%;
261 }
262
263 .experience-item, .education-item {
264     float: right !important;
265 }
266
267 .profile_block .entity_actions {
268     float: left;
269 }
270
271 .profile .entity_profile .fn, .profile .entity_profile .label {
272     margin-right: 11px;
273     margin-left: 0;
274 }
275
276 #core .vcard .photo {
277     float: right;
278 }
279
280 .profile_list .label {
281     margin-right: 59px !important;
282 }
283
284 .profile .entity_profile .note, .profile .entity_profile .url, .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit {
285     margin-right: 59px;
286     margin-left: 0;
287 }
288
289 .profile_list .entity_actions ul {
290     left: 20px;
291     right: auto;
292 }
293
294 /*#site_nav_local_views {
295     float: right;
296 }
297
298 #content {
299     float: right;
300 }*/
301
302
303