summaryrefslogtreecommitdiff
path: root/skins/common/common_rtl.css
blob: 4f075ae38f9862be71df4fd7e391eabf671a6321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*
 * This file contains CSS settings common to RTL wikis use the old
 * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
 */

/* js pref toc */
#preftoc { float: right; }
/* workaround for moz bug, displayed bullets on left side */
#preftoc li { list-style: none; }
#prefcontrol { float: right; }
fieldset.prefsection,
fieldset.operaprefsection { 
    margin-left: 0;
    margin-right: 18em;
}
/* page history */
#pagehistory .history-user { 
    margin-right: 1.4em;
    margin-left: 0.4em;
}
.editsection {
	float: left;
	margin-right: 5px;
}
div.tright, div.floatright {
	clear: none;
}
div.tleft, div.floatleft {
	clear: left;
}
/* Convenience links to edit block, delete and protect reasons */
p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
p.mw-filedelete-editreasons, p.mw-delete-editreasons {
	float: left;
}
table.filehistory th {
	text-align: right;
}

/**
 * Lists:
 * The following lines don't have a visible effect on non-Gecko browsers
 * They fix a problem ith Gecko browsers rendering lists to the right of
 * left-floated objects in an RTL layout.
 */
html > body div#article ul {
	display: table;
}

/* feed links */
a.feedlink {
	background: none !important;
	padding-left: 0 !important;
}