]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo/css/rtl.css
f198fe647455f6b5764d2e440bacddccb4a1faf1
[quix0rs-gnu-social.git] / theme / neo / css / rtl.css
1 body {
2     direction: rtl;
3 }
4
5 span.rtl{
6     direction: rtl !important;
7 }
8
9 #content .notice .entry-title{
10     direction: ltr;
11 }
12
13 .form_notice textarea{
14     direction: ltr;
15 }
16
17 #site_nav_global_primary ul{
18     float: left;
19 }
20
21 .notice div.entry-content {
22     float: right;
23 }
24
25 #content .notice .threaded-replies .notice div.entry-content{
26     clear: right;
27     float: right;
28 }
29
30 .threaded-replies {
31     border-right: 3px solid #ECECF2;
32     border-left: 0;
33     margin-right: 59px;
34     margin-left: 0;
35 }
36
37 address{
38     float: right;
39 }
40
41 #site_nav_global_primary {
42     left: 0;
43     right: auto;
44 }
45
46 .input_form .form_settings .submit{
47     float: left;
48 }
49
50 .input_form .form_settings fieldset fieldset{
51     float: right;
52 }
53
54 .input_form fieldset fieldset label{
55     right: 6px;
56     text-align: right;
57 }
58
59 #input_form_event .form_settings .form_data li{
60     float: right;
61 }
62
63 .notice .author {
64     direction: rtl;
65     float: right;
66     margin-left: 8px;
67     margin-right: 0;
68 }
69
70 .section .notice .author {
71     margin-left: 0;
72 }
73
74 .threaded-replies .form_notice #notice_action-submit {
75     right: 10px;
76 }
77
78 .form_notice input.submit{
79     float: right;
80 }
81
82 #export_data li a{
83     padding-right: 30px;
84     padding-left: 0;
85     background-position: right center;
86 }
87
88 #content .notice .threaded-replies .notice .entry-title{
89     margin: 2px 35px 0 7px;
90 }
91
92 #content .notice .entry-title {
93     margin: 2px 59px 0 7px;
94 }
95
96 #content .notice .author .photo{
97     right: 0;
98 }
99
100 .notice-options{
101     float: left;
102 }
103
104 .notice div.entry-content {
105     margin-right: 59px;
106     margin-left: 0;
107 }
108
109 #core .vcard .photo {
110     margin-left: 11px;
111     margin-right: 0;
112 }
113
114 .threaded-replies .notice-reply-comments {
115     margin: 2px 10px 4px 0;
116 }
117
118 #shownotice .notice div.entry-content {
119     margin-right: 0;
120 }
121
122 .notice .addressees:before {
123     content: "◂";
124 }
125
126 #content thead th {
127     text-align: right;
128 }
129
130 .profile_list th.current a {
131     background-position: left top;
132     padding-left: 25px;
133 }
134
135 .form_settings .form_data textarea, .form_settings .form_data select, .form_settings .form_data input {
136     float: right;
137 }
138
139 .form_settings .form_data label {
140     float: right;
141 }
142
143 .form_settings label {
144     text-align: left;
145 }
146
147 #form_search input.submit {
148     margin-right: 5px;
149 }
150
151 #site_nav_local_views {
152     float: right;
153 }
154
155 #content {
156     float: right;
157 }