Bitstream Vera often broken on Windows; remove it from headers as well as body text.
[lhc/web/wiklou.git] / stylesheets / monobook / IE50Fixes.css
1 /*
2 ** IE5.0 Fix Stylesheet
3 */
4
5 #column-content {
6 margin: 0 !important;
7 float: none;
8 }
9 #column-content #content {
10 margin-top: 3em;
11 height: 1%;
12 }
13 #column-one {
14 position: absolute;
15 overflow: visible;
16 top: 0;
17 left: 0;
18 z-index: 3;
19 }
20 #footer {
21 margin: 0 0 0 13.6em;
22 }
23
24 /* IE 5 & 5.5 interpret keyword sizes one off */
25 body { font: xx-small Verdana, Arial, sans-serif; }
26 /* and Bitstream Vera fonts are sometimes defective */
27 h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; }
28 /*
29 ** the edit tabs
30 */
31 #p-cactions li {
32 float: left;
33 padding-top: 0;
34 padding-bottom: 0 !important;
35 height: 0.9em;
36 }
37 #p-cactions li a {
38 display: block;
39 padding-bottom: 0.045em;
40 }
41 #p-cactions li.selected a {
42 padding-bottom: 0.17em;
43 }
44 #p-cactions li a:hover {
45 padding-bottom: 0.17em;
46 }
47 /* 5.0 doesn't like the background icon for external links and user */
48 .link-external,
49 .external {
50 background: none;
51 padding: 0;
52 }
53 #p-personal ul { float: right }
54 #p-personal li { float: left }
55 li#pt-userpage,
56 li#pt-anonuserpage,
57 li#pt-login,
58 li#pt-logout {
59 background: none;
60 padding-left: none;
61 }
62 .visualClear {
63 width:100%;
64 height: 0px;
65 padding:0;
66 margin:0;
67 }
68 .firstHeading { margin-bottom: 0.3em; }
69 /*div{ border:1px solid Red !important;}*/