]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - skins/monobook/IE50Fixes.css
MediaWiki 1.17.0
[autoinstalls/mediawiki.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 { font-size: xx-small; }
26 /*
27 ** the edit tabs
28 */
29 #p-cactions li {
30         float: left;
31         padding-top: 0;
32         padding-bottom: 0 !important;
33         height: 0.9em;
34 }
35 #p-cactions li a {
36         display: block;
37         padding-bottom: 0.045em;
38 }
39 #p-cactions li.selected a {
40         padding-bottom: 0.17em;
41 }
42 #p-cactions li a:hover {
43         padding-bottom: 0.17em;
44 }
45 /* 5.0 doesn't like the background icon for external links and user */
46 .link-external,
47 .external {
48         background: none;
49         padding: 0;
50 }
51 #p-personal ul { float: right }
52 #p-personal li { float: left }
53 li#pt-userpage,
54 li#pt-anonuserpage,
55 li#pt-login,
56 li#pt-logout {
57         background: none;
58         padding-left: none;
59 }
60 .visualClear {
61         width: 100%;
62         height: 0px;
63         padding:0;
64         margin: 0;
65 }
66 #firstHeading { margin-bottom: .3em; }
67 /*div{ border:1px solid Red !important;}*/