Add an info to the comment field of the newuserlog when an account was created "by...
[lhc/web/wiklou.git] / skins / modern / rtl.css
1 body {
2 direction: rtl;
3 unicode-bidi: embed;
4 }
5
6 .editsection {
7 float: left;
8 margin-right: 5px;
9 margin-left: 0; /* bug 9122: undo default LTR */
10 }
11
12 /* Fix alignment */
13 .documentByLine,
14 .portletDetails,
15 .portletMore {
16 text-align: left;
17 }
18
19 div div.thumbcaption {
20 text-align: right;
21 }
22
23 div.magnify,
24 #div.townBox {
25 left: auto;
26 right: 0;
27 }
28
29 /* Fix margins for non-css2 browsers */
30 /* top right bottom left */
31
32 dd {
33 margin-left: 0;
34 margin-right: 1.6em;
35 }
36 .tocindent {
37 margin-left: 0;
38 margin-right: 2em;
39 }
40 div.tright, div.floatright, table.floatright {
41 clear: none;
42 }
43 div.tleft, div.floatleft, table.floatleft {
44 clear: left;
45 }
46 div.townBox {
47 margin-left: 0;
48 margin-right: 1em;
49 }
50 div.townBox dl dd {
51 margin-left: 0;
52 margin-right: 1.1em;
53 }
54
55 /* Fix link icons */
56 .external {
57 padding: 0 !important;
58 background: none !important;
59 }
60
61 /* js pref toc */
62
63 #preftoc {
64 margin-right: 1em;
65 }
66
67 .errorbox, .successbox, #preftoc li, .prefsection fieldset {
68 float: right;
69 }
70
71 .prefsection {
72 padding-right: 2em;
73 }
74
75 /* workaround for moz bug, displayed bullets on left side */
76
77 #toc ul {
78 text-align: right;
79 }
80
81 #toc ul ul {
82 margin: 0 2em 0 0;
83 }
84
85 input#wpSave, input#wpDiff {
86 margin-right: 0;
87 margin-left: .33em;
88 }
89
90 #userlogin {
91 float: right;
92 margin: 0 0 1em 3em;
93 }
94 /* Unblock and Ipblocklist links of Special:Blockip */
95 p.mw-ipb-conveniencelinks {
96 float: left;
97 }
98
99 .toggle {
100 margin-left: 0em;
101 margin-right: 2em;
102 }
103 table.filehistory th {
104 text-align: right;
105 }
106
107 #mw_contentwrapper {
108 margin: 0 -15em 0 0;
109 float: left;
110 }
111
112 #mw_content {
113 margin: 0 14em 0 0;
114 border-left: none;
115 border-right: solid 1px #bbbbbb;
116 }
117
118 .portlet ul {
119 margin: 0 1.5em 0 0;
120 padding: 0 0 0 0;
121 }
122
123 .portlet h5 {
124 padding: 0.1em 1em 0.3em 0;
125 }
126
127 #p-cactions li {
128 float: right;
129 }
130
131 #p-personal li {
132 float: right;
133 }
134
135 #p-cactions {
136 margin: 0 14em 0 0;
137 }
138
139 #mw_portlets {
140 border-right: none;
141 border-left: solid 1px #bbbbbb;
142 }