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