Merge "Minor bits of documentation updates to upload code"
[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 #bodyContent a.external {
74 background: url(external.png) center right no-repeat;
75 padding-right: 13px;
76 }
77
78 .rtl #bodyContent a.external {
79 background-image: url(external-rtl.png);
80 padding-right: 13px;
81 }
82
83 .rtl a.feedlink {
84 background-position: right;
85 padding-right: 0;
86 padding-left: 16px;
87 }
88
89 /* show the hand */
90 #p-logo a,
91 #p-logo a:hover {
92 cursor: pointer;
93 }
94 div.visualClear {
95 width:100%;
96 line-height: 0;
97 }
98 textarea {
99 width: 96%;
100 }
101
102 #catlinks,
103 div.tright,
104 div.tleft {
105 position: relative;
106 }
107
108 /* bug 12846 */
109 body.rtl #preftoc a, body.rtl #preftoc a:active {
110 float: left;
111 }