bullet image
[mediawiki.git] / stylesheets / DaVinciIE50Fixes.css
blobd622573f2c9a5ebf4774510a50bf3c9f630f57ca
1 /*
2 ** IE5.0 Fix Stylesheet
3 */
5 /* IE 4&5 interpret keyword sizes one off */
6 body {
7 font-size: xx-small;
10 * html #visual-portal-wrapper {
11 width: 100%;
13 * html*#visual-portal-wrapper {
14 width: auto;
17 input {
18 margin-bottom: 1px; /* bug fix */
21 table.listing td.top {
22 /* insane IE row bug workaround */
23 position: relative;
24 left: -1px;
25 top: -1px;
28 /* 5.0 doesn't like the background icon for external links and user */
29 .link-external,
30 .external {
31 background: none;
32 padding: 0;
35 #portal-personaltools .portalUser {
36 background: none;
37 padding-left: none;
40 /* try to prevent the sidebar from getting pushed to the bottom */
42 .portlet {
43 width: 13.5em;
44 overflow: hidden;
47 .contentViews {
48 margin-top:-1px;
49 height:1%;
52 textarea {
53 width: 78% !important;
57 #portal-column-content {
58 /*width: 83% !important;*/
59 float: right !important;
60 margin: 0 0 0 -13.2em !important;
61 margin-left: -13.2em !important;
63 #portal-column-content #content {
64 margin: 2.4em 0 0 13.2em !important;
65 /*position: relative;*/
66 /* z-index:1;*/
69 #portlet-contentViews {
70 position:absolute;
71 top: 1.6em;
72 left: 15.8em;
73 /* margin: 1.9em 0 0 15.7em;*/
74 margin: 0;
75 white-space: nowrap !important;
76 /*width: 400px !important;*/
77 width: 70% !important;
78 height: 1.5em;
79 padding-bottom: 0.3em;
81 #portlet-contentViews ul {
82 margin-left: 0;
84 #portlet-contentViews li a {
85 height: 1.5em;
86 margin-right: 0.3em;
87 padding: 0 0.9em 0px 0.9em !important;
89 #portlet-contentViews .selected a {
90 padding: 0 0.9em 0px 0.9em !important;
92 /* offsets to distinguish the tab groups
93 IE5.5/6.0 is too dumb for this, hides the right tabs
95 li#contentaction-talk {
96 margin-right: 1.6em;
98 li#contentaction-watch {
99 margin-left: 1.6em;
102 #portlet-personal {
103 position: absolute;
104 text-align: right;
105 top: 0px;
106 left: 0px;
107 /*width: 760px !important;*/
108 width: 100% !important;
109 white-space: nowrap !important;
110 padding: 0;
111 margin: 0;
112 border: none;
115 #portal-personaltools {
116 padding-bottom: 0.1em;
119 #portal-personaltools li a {
120 padding-left: 2em !important;
121 margin-left: 2em !important;
125 #portal-column-one {
126 position: absolute;
127 overflow: hidden;
128 top: 0px;
131 #portal-footer {
132 margin: 0 0 0 15.8em;
135 /* padding fixes */
136 #content {
137 padding: 0 0 1em 0em;
138 margin: 0;
141 /*div{ border:1px solid Red !important;}*/