rtl.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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. body {
  10. direction: rtl;
  11. }
  12. span.rtl{
  13. direction: rtl !important;
  14. }
  15. #content .notice .h-entry {
  16. direction: ltr;
  17. }
  18. .form_notice textarea{
  19. direction: ltr;
  20. }
  21. #site_nav_global_primary ul{
  22. float: left;
  23. }
  24. .notice div.e-content {
  25. float: right;
  26. clear: right;
  27. }
  28. #content .notice .threaded-replies .notice div.e-content{
  29. clear: right;
  30. float: right;
  31. }
  32. #content h1{
  33. font-weight: bold;
  34. letter-spacing: 0;
  35. }
  36. .threaded-replies {
  37. border-right: 3px solid #ECECF2;
  38. border-left: 0;
  39. margin-right: 59px;
  40. margin-left: 0;
  41. }
  42. address{
  43. float: right;
  44. }
  45. #site_nav_global_primary {
  46. left: 0;
  47. right: auto;
  48. }
  49. .input_form .form_settings .submit{
  50. float: left;
  51. }
  52. .input_form .form_settings fieldset fieldset{
  53. float: right;
  54. }
  55. .input_form fieldset fieldset label{
  56. right: 6px;
  57. text-align: right;
  58. }
  59. #input_form_event .form_settings .form_data li{
  60. float: right;
  61. }
  62. .notice .author {
  63. direction: rtl;
  64. float: right;
  65. margin-left: 8px;
  66. margin-right: 0;
  67. }
  68. .section .notice .author {
  69. margin-left: 0;
  70. }
  71. .notice p.e-content {
  72. float: left;
  73. }
  74. .threaded-replies .form_notice #notice_action-submit {
  75. right: 10px;
  76. }
  77. .form_notice input.submit{
  78. float: right;
  79. }
  80. #export_data li a{
  81. padding-right: 30px;
  82. padding-left: 0;
  83. /* background-position: right center; */
  84. }
  85. #content .notice .author .u-photo{
  86. right: 0;
  87. left: auto;
  88. }
  89. .notice-options{
  90. float: left;
  91. }
  92. .notice div.e-content {
  93. margin-right: 59px;
  94. margin-left: 0;
  95. }
  96. #core .h-card .u-photo {
  97. margin-left: 11px;
  98. margin-right: 0;
  99. }
  100. .threaded-replies .notice-reply-comments {
  101. margin: 2px 10px 4px 0;
  102. }
  103. #shownotice .notice div.e-content {
  104. margin-right: 0;
  105. }
  106. #content thead th {
  107. text-align: right;
  108. }
  109. .profile_list th.current a {
  110. background-position: left top;
  111. padding-left: 25px;
  112. }
  113. .form_settings .form_data textarea, .form_settings .form_data select, .form_settings .form_data input {
  114. float: right;
  115. margin-right: 1.795%;
  116. }
  117. .form_settings .form_data label {
  118. float: right;
  119. }
  120. .form_settings label {
  121. text-align: left;
  122. }
  123. #form_search input.submit {
  124. margin-right: 5px;
  125. }
  126. #site_nav_local_views H3{
  127. font-weight: bold;
  128. letter-spacing: 0;
  129. }
  130. #aside_primary h2{
  131. font-weight: bold;
  132. letter-spacing: 0;
  133. }
  134. .form_settings label[for="notice_to"] {
  135. margin-left: 10px;
  136. margin-right: 0;
  137. }
  138. select {
  139. padding-left: 10px;
  140. }
  141. #input_form_nav li a {
  142. float: right;
  143. }
  144. #content table.extended-profile td {
  145. padding-left: 0 !important;
  146. padding-right: 8px !important;
  147. }
  148. .experience-item, .education-item {
  149. float: right;
  150. }
  151. #site_nav_global_primary a {
  152. float: right;
  153. }
  154. .form_settings .form_data p.form_guide {
  155. margin-right: 27%;
  156. }
  157. .form_settings label.checkbox {
  158. text-align: right;
  159. }
  160. .form_settings label.checkbox, .form_settings label.radio {
  161. left: 0;
  162. right: -25px;
  163. }
  164. .form_settings input.checkbox, .form_settings input.radio {
  165. margin-right: 25%;
  166. margin-left: 20px;
  167. right: -14px;
  168. left: 0;
  169. }
  170. .form_settings input {
  171. margin-left: 20px;
  172. }
  173. .form_settings .form_data li {
  174. float: right;
  175. }
  176. #header-search {
  177. float: left;
  178. }
  179. #header-search input[type="submit"] {
  180. left: 0;
  181. right: auto;
  182. }
  183. #avatarfile {
  184. width: 100%;
  185. }
  186. .form_settings .checkbox-wrapper label.checkbox {
  187. right: -3px;
  188. left: auto;
  189. }
  190. .checkbox-wrapper.unchecked label.checkbox, .checkbox-wrapper.checked label.checkbox {
  191. padding-right: 20px;
  192. padding-left: 0;
  193. background-position: right center;
  194. }
  195. .input_form .form_settings .form_data p.form_guide {
  196. margin-right: 5px;
  197. margin-left: 27%;
  198. }
  199. .experience-item, .education-item {
  200. float: right !important;
  201. }
  202. .profile_block .entity_actions {
  203. float: left;
  204. }
  205. .profile .entity_profile .p-name, .profile .entity_profile .label {
  206. margin-right: 11px;
  207. margin-left: 0;
  208. }
  209. #core .h-card .u-photo {
  210. float: right;
  211. }
  212. .profile_list .label {
  213. margin-right: 59px !important;
  214. }
  215. .profile .entity_profile .note, .profile .entity_profile .url, .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit {
  216. margin-right: 59px;
  217. margin-left: 0;
  218. }
  219. .profile_list .entity_actions ul {
  220. left: 20px;
  221. right: auto;
  222. }
  223. .entity_actions input.submit {
  224. text-align: right;
  225. }
  226. #entity_statistics dt, #entity_statistics dd {
  227. margin-left: 11px;
  228. margin-right: 0;
  229. }
  230. #showstream .notice .h-entry, #showstream .notice div.e-content {
  231. margin-right: 0;
  232. }
  233. .limited-scope .e-content .timestamp:before {
  234. right: 0;
  235. left: auto;
  236. }
  237. .limited-scope .e-content .timestamp {
  238. padding-left: 0;
  239. padding-right: 20px;
  240. }
  241. .section ul.entities {
  242. float: right;
  243. }
  244. .section .entities li {
  245. float: right;
  246. }