CSS clean up
[lhc/web/wiklou.git] / skins / monobook / IE50Fixes.css
1 /*
2 ** IE5.0 Fix Stylesheet
3 */
4
5 div#column-content {
6 margin: 0 !important;
7 float: none;
8 }
9 div#column-content #content {
10 margin-top: 3em;
11 height: 1%;
12 }
13 div#column-one {
14 position: absolute;
15 overflow: visible;
16 top: 0;
17 left: 0;
18 z-index: 3;
19 }
20 div#footer {
21 margin: 0 0 0 13.6em;
22 }
23
24 /* IE 5 & 5.5 interpret keyword sizes one off */
25 body {
26 font-size: xx-small;
27 }
28
29 /*
30 ** the edit tabs
31 */
32 #p-cactions li {
33 float: left;
34 padding-top: 0;
35 padding-bottom: 0 !important;
36 height: 0.9em;
37 }
38 #p-cactions li a {
39 display: block;
40 padding-bottom: 0.045em;
41 }
42 #p-cactions li.selected a {
43 padding-bottom: 0.17em;
44 }
45 #p-cactions li a:hover {
46 padding-bottom: 0.17em;
47 }
48 /* 5.0 doesn't like the background icon for external links and user */
49 .link-external,
50 .external {
51 background: none;
52 padding: 0;
53 }
54 #p-personal ul {
55 float: right;
56 }
57 #p-personal li {
58 float: left;
59 }
60 li#pt-userpage,
61 li#pt-anonuserpage,
62 li#pt-login,
63 li#pt-logout {
64 background: none;
65 padding-left: none;
66 }
67 .visualClear {
68 width: 100%;
69 height: 0;
70 padding:0;
71 margin: 0;
72 }
73 #firstHeading {
74 margin-bottom: 0.3em;
75 }