Part 1 of 2, moving ResourceLoader*Module classes to their own files - this commit...
[mediawiki.git] / skins / monobook / IE55Fixes.css
blobf3c2cde7290ed1a50de654f862ce0b694677f91f
1 /* IE5.5/win- only fixes */
3 div#column-content {
4 float: none;
5 margin-left: 0;
6 height: 1%;
8 div#column-content #content {
9 position: relative;
10 z-index: 5;
11 margin-left: 12.2em;
12 margin-top: 3em;
13 height: 1%;
15 div#column-one {
16 position: absolute;
17 top: 0;
18 left: 0;
19 z-index: 4;
20 width: 100%;
22 div#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: .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 padding-bottom: 0 !important;
41 border: none;
42 background-color: transparent;
43 cursor: default;
44 float: none !important;
46 #p-cactions li a {
47 display: inline-block !important;
48 vertical-align: top;
49 padding-bottom: 0;
50 border: solid #aaa;
51 border-width: 1px 1px 0;
53 #p-cactions li.selected a {
54 border-color: #fabd23;
55 padding-bottom: 0.17em;
57 #p-cactions li a:hover {
58 padding-bottom: 0.17em;
60 #p-navigation a {
61 display: inline-block;
62 width: 100%;
64 .portlet {
65 overflow: hidden;
67 #bodyContent a.external {
68 background: url(external.png) center right no-repeat;
69 padding-right: 13px;
71 /* show the hand */
72 #p-logo a,
73 #p-logo a:hover {
74 cursor: pointer;
76 .visualClear {
77 width: 90%;
78 height: 1px;
79 padding: 0;
80 margin: 0;
83 #editform {
84 width: 100%;