summaryrefslogtreecommitdiff
path: root/skins/modern/rtl.css
blob: c92dbcfe8a12860408f7e2e1a46919d06661ef1f (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
body {
	direction: rtl;
	unicode-bidi: embed;
}

.editsection {
	float: left;
	margin-right: 5px;
	margin-left: 0; /* bug 9122: undo default LTR */
}

/* Fix alignment */
.documentByLine,
.portletDetails,
.portletMore {
	text-align: left;
}

div div.thumbcaption {
	text-align: right;
}

div.magnify,
#div.townBox {
	left: auto;
	right: 0;
}

/* Fix margins for non-css2 browsers */
/* top right bottom left */

dd {
	margin-left: 0;
	margin-right: 1.6em;
}
.tocindent {
	margin-left: 0;
	margin-right: 2em;
}
div.tright, div.floatright, table.floatright {
	clear: none;
}
div.tleft, div.floatleft, table.floatleft {
	clear: left;
}
div.townBox {
	margin-left: 0;
	margin-right: 1em;
}
div.townBox dl dd {
	margin-left: 0;
	margin-right: 1.1em;
}

/* Fix link icons */
.external {
	padding: 0 !important;
	background: none !important;
}

/* js pref toc */

#preftoc {
	margin-right: 1em;
}

.errorbox, .successbox, #preftoc li, .prefsection fieldset {
	float: right;
}

.prefsection {
	padding-right: 2em;
}

/* workaround for moz bug, displayed bullets on left side */

#toc ul {
	text-align: right;
}

#toc ul ul {
	margin: 0 2em 0 0;
}

input#wpSave, input#wpDiff {
	margin-right: 0;
	margin-left: .33em;
}

#userlogin {
	float: right;
	margin: 0 0 1em 3em;
}
/* Unblock and Ipblocklist links of Special:Blockip */
p.mw-ipb-conveniencelinks {
	float: left;
}

.toggle {
	margin-left: 0em;
	margin-right: 2em;
}
table.filehistory th {
	text-align: right;
}

#mw_contentwrapper {
	margin: 0 -15em 0 0;
	float: left;
}
	
#mw_content {
	margin: 0 14em 0 0;
	border-left: none;
	border-right: solid 1px #bbbbbb;
}

.portlet ul {
        margin: 0 1.5em 0 0;
        padding: 0 0 0 0;
}

.portlet h5 {
	padding: 0.1em 1em 0.3em 0;
}

#p-cactions li {
	float: right;
}

#p-personal li {
	float: right;
}

#p-cactions {
	margin: 0 14em 0 0;
}

#mw_portlets {
	border-right: none;
	border-left: solid 1px #bbbbbb;
}