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