* Opera tweaks: fixes for Opera 6 don't influence 7 anymore, cosmetiv tweaks to the...
[mediawiki.git] / stylesheets / monobook / IE50Fixes.css
blob6c8a76ca93dd52fab6a0902ce072488ba8651104
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: 3.1em;
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 0 0 14.5em;
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 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
104 position:relative;
107 textarea {
108 width: 78% !important;
110 #documentSubtitle {
111 margin: -1em 0 0.6em 1em;
115 .visualClear {
116 width:100%;
117 height: 0px;
118 padding:0;
119 margin:0;
121 /*div{ border:1px solid Red !important;}*/