* Changed getNavigationLinks() to use $wgOut::parse()
[mediawiki.git] / skins / amethyst / IE55Fixes.css
blobb3258d5132e85f3953b2896e0c23cb501145e855
1 /* IE5.5/win- only fixes */
3 #column-content {
4 float: none;
5 margin-left: 0;
6 height: 1%;
8 #column-content #content {
9 position: relative;
10 z-index: 5;
11 margin-left: 12.2em;
12 margin-top: 3em;
13 height: 1%;
15 #column-one {
16 position: absolute;
17 top: 0;
18 left: 0;
19 z-index: 4;
20 width: 100%;
22 #footer {
23 margin-left: 13.6em;
24 border-left: 1px solid #fabd23;
27 /*#bodyContent div,
28 #bodyContent pre { overflow: auto; }*/
30 #p-personal { padding-bottom: 0.1em; }
32 body { font-size: xx-small; }
34 #p-cactions {
35 width: 76% !important;
36 z-index: 3 !important;
37 float: none;
39 #p-cactions li {
40 float: left;
41 padding-top: 0;
42 padding-bottom: 0 !important;
43 height: 0.9em;
45 #p-cactions li a {
46 display: block;
47 padding-bottom: 0.045em;
49 #p-cactions li.selected a {
50 padding-bottom: 0.17em;
52 #p-cactions li a:hover {
53 padding-bottom: 0.17em;
55 .portlet {
56 overflow:hidden;
58 #bodyContent a.external {
59 background: url(external.png) center right no-repeat;
60 padding-right: 13px;
62 /* show the hand */
63 #p-logo a,
64 #p-logo a:hover {
65 cursor: pointer;
67 .visualClear {
68 width:90%;
69 height: 1px;
70 padding:0;
71 margin:0;