* more ie6-related fixes: height hack removed, pre area width reduced
[lhc/web/wiklou.git] / stylesheets / monobook / IE50Fixes.css
1 /*
2 ** IE5.0 Fix Stylesheet
3 */
4
5 #portal-column-content {
6 margin: 0 0 0 0 !important;
7 float: none;
8 }
9 #portal-column-content #content {
10 margin-top: 3.1em;
11 }
12 #portal-column-one {
13 position: absolute;
14 overflow: visible;
15 top: 0;
16 left: 0;
17 z-index: 3;
18 }
19
20 #portal-footer {
21 margin: 0 1.8em 0 15em;
22 }
23
24 /* IE 4&5 interpret keyword sizes one off */
25 body {
26 font-size: xx-small;
27 }
28 /*
29 ** the edit tabs
30 */
31 #portlet-contentViews {
32 left: 10em;
33 }
34 #portlet-contentViews ul {
35 line-height: 1.3em;
36 display: block;
37 float: left;
38 }
39 #portlet-contentViews li {
40 display: block;
41 float: left;
42 overflow: visible;
43 padding: 0;
44 white-space: nowrap !important;
45 }
46 #portlet-contentViews li.selected {
47 background-color: white;
48 padding-bottom: 0.2em;
49 }
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;
58 }
59
60 /* personal toolbar */
61 #portal-personaltools {
62 padding-bottom: 0;
63 background: transparent;
64 }
65 ul#portal-personaltools {
66 line-height: 1.1em;
67 display: block;
68 float: right;
69 margin: 0;
70 }
71 #portal-personaltools li {
72 display: block;
73 float: left;
74 overflow: visible;
75 padding-bottom: 0.1em;
76 margin-left: 0.5em;
77 }
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;
88 }
89
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;
95 }
96 li#personaltools-userpage,
97 li#personaltools-login,
98 li#personaltools-logout {
99 background: none;
100 padding-left: none;
101 }
102
103 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
104 position:relative;
105 }
106
107 textarea {
108 width: 78% !important;
109 }
110 #documentSubtitle {
111 margin: -1em 0 0.6em 1em;
112 }
113
114
115 table.listing td.top {
116 /* insane IE row bug workaround */
117 position: relative;
118 left: -1px;
119 top: -1px;
120 }
121 .visualClear {
122 width:100%;
123 height: 0px;
124 padding:0;
125 margin:0;
126 }
127 /*div{ border:1px solid Red !important;}*/