dirty hack to work around the one-space-at-beginning-required problem
[mediawiki.git] / stylesheets / monobook / IE50Fixes.css
blobf3b2b27269fcdf91b3a6705ee79d905ac21a316e
1 /*
2 ** IE5.0 Fix Stylesheet
3 */
5 #portal-column-content {
6 margin: 0 0 0 0 !important;
7 float: none;
9 #portal-column-content #content {
10 margin-top: 3em;
12 #portal-column-one {
13 position: absolute;
14 overflow: visible;
15 top: 0;
16 left: 0;
17 z-index: 3;
20 #portal-footer {
21 margin: 0 1.8em 0 15em;
24 /* IE 4&5 interpret keyword sizes one off */
25 body {
26 font-size: xx-small;
29 ** the edit tabs
31 #portlet-contentViews {
32 left: 10em;
34 #portlet-contentViews ul {
35 line-height: 1.3em;
36 display: block;
37 float: left;
39 #portlet-contentViews li {
40 display: block;
41 float: left;
42 overflow: visible;
43 padding: 0;
44 white-space: nowrap !important;
46 #portlet-contentViews li.selected {
47 background-color: white;
48 padding-bottom: 0.2em;
50 #portlet-contentViews li a,
51 #portlet-contentViews .selected a,
52 #portlet-contentViews li a:hover {
53 padding-bottom: 0;
54 padding-top: 0 !important;
55 display: block;
56 position: static !important;
57 z-index: 3 !important;
60 /* personal toolbar */
61 #portal-personaltools {
62 padding-bottom: 0;
63 background: transparent;
65 ul#portal-personaltools {
66 line-height: 1.1em;
67 display: block;
68 float: right;
69 margin: 0;
71 #portal-personaltools li {
72 display: block;
73 float: left;
74 overflow: visible;
75 padding-bottom: 0.1em;
76 margin-left: 0.5em;
78 #portal-personaltools li a,
79 #portal-personaltools .selected a,
80 #portal-personaltools li a:hover {
81 padding-bottom: 0;
82 padding-top: 0 !important;
83 display: block;
84 /* float: left;*/
85 padding-left: 0.5em !important;
86 padding-right: 0.5em !important;
87 white-space: nowrap !important;
90 /* 5.0 doesn't like the background icon for external links and user */
91 .link-external,
92 .external {
93 background: none;
94 padding: 0;
96 li#personaltools-userpage,
97 li#personaltools-login,
98 li#personaltools-logout {
99 background: none;
100 padding-left: none;
103 textarea {
104 width: 78% !important;
106 #documentSubtitle {
107 margin: -1em 0 0.6em 1em;
111 table.listing td.top {
112 /* insane IE row bug workaround */
113 position: relative;
114 left: -1px;
115 top: -1px;
117 /*div{ border:1px solid Red !important;}*/