Fixed IE6 issues in RTL mode
[lhc/web/wiklou.git] / skins / monobook / IE60Fixes.css
1 /* 6.0 - only fixes */
2 /* content area */
3 /* workaround for various ie float bugs */
4 div#column-content {
5 float: none;
6 margin-left: 0;
7 height: 1%;
8 }
9 div#column-content div#content {
10 margin-left: 12.2em;
11 margin-top: 3em;
12 height: 1%;
13 }
14 .rtl div#column-content div#content {
15 margin-right: 12.2em;
16 margin-left: 0;
17 }
18 div#column-one {
19 position: absolute;
20 top: 0;
21 left: 0;
22 z-index: 4;
23 }
24 .rtl div#column-one {
25 left: auto;
26 right: 0;
27 }
28 div#footer {
29 margin-left: 13.6em;
30 border-left: 1px solid #fabd23;
31 }
32 .rtl div#footer {
33 margin-left: 0;
34 margin-right: 13.6em;
35 border-left: none;
36 border-right: 1px solid #fabd23;
37 }
38
39 /* the tabs */
40
41
42 /* the tabs */
43
44 #p-cactions {
45 z-index: 3;
46 }
47
48 #p-cactions li {
49 padding-bottom: 0 !important;
50 border: none;
51 background-color: transparent;
52 cursor: default;
53 float: none !important;
54 }
55 #p-cactions li a {
56 display: inline-block !important;
57 vertical-align: top;
58 padding-bottom: 0;
59 border: solid #aaa;
60 border-width: 1px 1px 0;
61 }
62 #p-cactions li.selected a {
63 border-color: #fabd23;
64 padding-bottom: 0.17em;
65 }
66 #p-cactions li a:hover {
67 padding-bottom: 0.17em;
68 }
69 #p-navigation a {
70 display: inline-block;
71 width: 100%;
72 }
73 #portal-personaltools {
74 padding-bottom: 0.1em;
75 }
76 #bodyContent a.external {
77 background: url(external.png) center right no-repeat;
78 padding-right: 13px;
79 }
80
81 .rtl #bodyContent a.external {
82 background-image: url(external-rtl.png);
83 padding-right: 13px;
84 }
85
86 .rtl a.feedlink {
87 background-position: right;
88 padding-right: 0;
89 padding-left: 16px;
90 }
91
92 /* show the hand */
93 #p-logo a,
94 #p-logo a:hover {
95 cursor: pointer;
96 }
97 div.visualClear {
98 width:100%;
99 line-height: 0;
100 }
101 textarea {
102 width: 96%;
103 }
104
105 #catlinks,
106 div.tright,
107 div.tleft {
108 position: relative;
109 }
110
111 /* bug 12846 */
112 body.rtl #preftoc a, body.rtl #preftoc a:active {
113 float: left;
114 }