Merge "Add columns option to Special:PrefixIndex"
[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 /* float/negative margin brokenness */
40 * html div#footer {
41 margin-top: 0;
42 }
43
44 * html div#column-content {
45 display: inline;
46 margin-bottom: 0;
47 }
48
49 /* the tabs */
50
51 #p-cactions {
52 z-index: 3;
53 }
54
55 #p-cactions li {
56 padding-bottom: 0 !important;
57 border: none;
58 background-color: transparent;
59 cursor: default;
60 float: none !important;
61 }
62 #p-cactions li a {
63 display: inline-block !important;
64 vertical-align: top;
65 padding-bottom: 0;
66 border: solid #aaa;
67 border-width: 1px 1px 0;
68 }
69 #p-cactions li.selected a {
70 border-color: #fabd23;
71 padding-bottom: 0.17em;
72 }
73 #p-cactions li a:hover {
74 padding-bottom: 0.17em;
75 }
76 #p-navigation a {
77 display: inline-block;
78 width: 100%;
79 }
80 #portal-personaltools {
81 padding-bottom: 0.1em;
82 }
83
84 .rtl a.feedlink {
85 background-position: right;
86 padding-right: 0;
87 padding-left: 16px;
88 }
89
90 /* show the hand */
91 #p-logo a,
92 #p-logo a:hover {
93 cursor: pointer;
94 }
95 div.visualClear {
96 width:100%;
97 line-height: 0;
98 }
99 textarea {
100 width: 96%;
101 }
102
103 #catlinks,
104 div.tright,
105 div.tleft {
106 position: relative;
107 }
108
109 /* bug 12846 */
110 body.rtl #preftoc a, body.rtl #preftoc a:active {
111 float: left;
112 }