new skin, Mono pending update from this one minus background
[lhc/web/wiklou.git] / stylesheets / monobook / IE60Fixes.css
1 /* 6.0 - only fixes */
2 /* content area */
3 #portal-column-content {
4 margin: 0 0 4.8em 0;
5 float: none;
6 }
7 body, #visual-portal-wrapper {
8 height: 100%;
9 }
10 #portal-column-content #content {
11 height: 100%;
12 margin-top: 2.9em;
13 }
14 #portal-column-one {
15 position: absolute;
16 top:0;
17 left:0;
18 margin-bottom: 4em;
19 z-index: 3;
20 }
21 #portal-footer {
22 position: absolute;
23 float: none;
24 bottom: 0px;
25 width: 100%;
26 }
27
28 /* the tabs */
29
30 #portlet-contentViews li {
31 display: block;
32 float: left;
33 padding-top: 0;
34 padding-bottom: 0;
35 height: 0.9em;
36 }
37 #portlet-contentViews li.selected {
38 background-color: White;
39 padding-bottom: 0.2em;
40 }
41
42 /* log in etc */
43 #portal-personaltools {
44 padding-bottom: 0.1em;
45 }
46 #bodyContent a.external {
47 background: url(external.png) center right no-repeat;
48 padding-right: 13px;
49 }
50
51 /* disappearing table fix */
52 #bodyContent,
53 .documentContent {
54 position: relative;
55 z-index: 0 !important;
56 }
57
58 /* height on everything... */
59 #toc,
60 #content p,
61 div.comment,
62 h1,
63 h2,
64 h3,
65 h4,
66 h5,
67 h6,
68 .description,
69 .portalMessage {
70 height: 1%;
71 }
72
73
74 /*{ border:1px solid Red !important;}*/