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