*spaces -> tabs for indentation
[lhc/web/wiklou.git] / skins / common / common_rtl.css
1 /*
2 * This file contains CSS settings common to RTL wikis use the old
3 * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
4 * NOTE: This file is not used in Monobook!
5 */
6
7 /* js pref toc */
8 #preftoc { float: right; }
9 /* workaround for moz bug, displayed bullets on left side */
10 #preftoc li { list-style: none; }
11 #prefcontrol { float: right; }
12 fieldset.prefsection,
13 fieldset.operaprefsection {
14 margin-left: 0;
15 margin-right: 18em;
16 }
17 /* page history */
18 #pagehistory .history-user {
19 margin-right: 1.4em;
20 margin-left: 0.4em;
21 }
22 .editsection {
23 float: left;
24 margin-right: 5px;
25 }
26 div.tright, div.floatright {
27 clear: none;
28 }
29 div.tleft, div.floatleft {
30 clear: left;
31 }
32 /* Convenience links to edit block, delete and protect reasons */
33 p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
34 p.mw-filedelete-editreasons, p.mw-delete-editreasons,
35 p.mw-revdel-editreasons {
36 float: left;
37 }
38 table.filehistory th {
39 text-align: right;
40 }
41
42 /**
43 * Lists:
44 * The following lines don't have a visible effect on non-Gecko browsers
45 * They fix a problem ith Gecko browsers rendering lists to the right of
46 * left-floated objects in an RTL layout.
47 */
48 html > body div#article ul {
49 display: table;
50 }
51 html > body div#bodyContent ul#filetoc {
52 display: block;
53 }
54
55 /* feed links */
56 a.feedlink {
57 background: none !important;
58 padding-left: 0 !important;
59 }