rtl.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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 .entry-title{
  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.entry-content {
  25. float: right;
  26. clear: right;
  27. }
  28. #content .notice .threaded-replies .notice div.entry-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.entry-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 .threaded-replies .notice .entry-title{
  86. margin: 2px 35px 0 7px;
  87. }
  88. #content .notice .entry-title {
  89. margin: 2px 59px 0 7px;
  90. }
  91. #content .notice .author .photo{
  92. right: 0;
  93. left: auto;
  94. }
  95. .notice-options{
  96. float: left;
  97. }
  98. .notice div.entry-content {
  99. margin-right: 59px;
  100. margin-left: 0;
  101. }
  102. #core .vcard .photo {
  103. margin-left: 11px;
  104. margin-right: 0;
  105. }
  106. .threaded-replies .notice-reply-comments {
  107. margin: 2px 10px 4px 0;
  108. }
  109. #shownotice .notice div.entry-content {
  110. margin-right: 0;
  111. }
  112. .notice .addressees:before {
  113. content: '\25C2';
  114. }
  115. #content thead th {
  116. text-align: right;
  117. }
  118. .profile_list th.current a {
  119. background-position: left top;
  120. padding-left: 25px;
  121. }
  122. .form_settings .form_data textarea, .form_settings .form_data select, .form_settings .form_data input {
  123. float: right;
  124. margin-right: 1.795%;
  125. }
  126. .form_settings .form_data label {
  127. float: right;
  128. }
  129. .form_settings label {
  130. text-align: left;
  131. }
  132. #form_search input.submit {
  133. margin-right: 5px;
  134. }
  135. #site_nav_local_views H3{
  136. font-weight: bold;
  137. letter-spacing: 0;
  138. }
  139. #aside_primary h2{
  140. font-weight: bold;
  141. letter-spacing: 0;
  142. }
  143. .form_settings label[for="notice_to"] {
  144. margin-left: 10px;
  145. margin-right: 0;
  146. }
  147. select {
  148. padding-left: 10px;
  149. }
  150. #input_form_nav li a {
  151. float: right;
  152. }
  153. #content table.extended-profile td {
  154. padding-left: 0 !important;
  155. padding-right: 8px !important;
  156. }
  157. .experience-item, .education-item {
  158. float: right;
  159. }
  160. #site_nav_global_primary a {
  161. float: right;
  162. }
  163. .form_settings .form_data p.form_guide {
  164. margin-right: 27%;
  165. }
  166. .form_settings label.checkbox {
  167. text-align: right;
  168. }
  169. .form_settings label.checkbox, .form_settings label.radio {
  170. left: 0;
  171. right: -25px;
  172. }
  173. .form_settings input.checkbox, .form_settings input.radio {
  174. margin-right: 25%;
  175. margin-left: 20px;
  176. right: -14px;
  177. left: 0;
  178. }
  179. .form_settings input {
  180. margin-left: 20px;
  181. }
  182. .form_settings .form_data li {
  183. float: right;
  184. }
  185. #header-search {
  186. float: left;
  187. }
  188. #header-search input[type="submit"] {
  189. left: 0;
  190. right: auto;
  191. }
  192. #avatarfile {
  193. width: 100%;
  194. }
  195. .form_settings .checkbox-wrapper label.checkbox {
  196. right: -3px;
  197. left: auto;
  198. }
  199. .checkbox-wrapper.unchecked label.checkbox, .checkbox-wrapper.checked label.checkbox {
  200. padding-right: 20px;
  201. padding-left: 0;
  202. background-position: right center;
  203. }
  204. .input_form .form_settings .form_data p.form_guide {
  205. margin-right: 5px;
  206. margin-left: 27%;
  207. }
  208. .experience-item, .education-item {
  209. float: right !important;
  210. }
  211. .profile_block .entity_actions {
  212. float: left;
  213. }
  214. .profile .entity_profile .fn, .profile .entity_profile .label {
  215. margin-right: 11px;
  216. margin-left: 0;
  217. }
  218. #core .vcard .photo {
  219. float: right;
  220. }
  221. .profile_list .label {
  222. margin-right: 59px !important;
  223. }
  224. .profile .entity_profile .note, .profile .entity_profile .url, .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit {
  225. margin-right: 59px;
  226. margin-left: 0;
  227. }
  228. .profile_list .entity_actions ul {
  229. left: 20px;
  230. right: auto;
  231. }
  232. .entity_actions input.submit {
  233. text-align: right;
  234. }
  235. #entity_statistics dt, #entity_statistics dd {
  236. margin-left: 11px;
  237. margin-right: 0;
  238. }
  239. #showstream .notice .entry-title, #showstream .notice div.entry-content {
  240. margin-right: 0;
  241. }
  242. .limited-scope .entry-content .timestamp:before {
  243. right: 0;
  244. left: auto;
  245. }
  246. .limited-scope .entry-content .timestamp {
  247. padding-left: 0;
  248. padding-right: 20px;
  249. }
  250. .section ul.entities {
  251. float: right;
  252. }
  253. .section .entities li {
  254. float: right;
  255. }