3e9f41d437cf20341f8550bae3d65fa5bb6ccef6
[lhc/web/wiklou.git] / stylesheets / monobook / IE60Fixes.css
1 /* 6.0 - only fixes */
2 /* content area */
3 body { font-family: Verdana, Arial, sans-serif; }
4 /* workaround for various ie float bugs */
5 #column-content {
6 float: none;
7 margin-left: 0;
8 height: 1%;
9 }
10 #column-content #content {
11 margin-left: 12.2em;
12 margin-top: 3em;
13 height: 1%;
14 }
15 #column-one {
16 position: absolute;
17 top: 0;
18 left: 0;
19 z-index: 4;
20 }
21 #footer {
22 margin-left: 13.6em;
23 border-left: 1px solid #fabd23;
24 }
25
26 /* the tabs */
27
28 #p-cactions {
29 z-index: 3;
30 }
31
32 #p-cactions li {
33 float: left;
34 padding-top: 0;
35 padding-bottom: 0 !important;
36 height: 0.9em;
37 }
38 #p-cactions li a {
39 display: block;
40 padding-bottom: 0.045em;
41 }
42 #p-cactions li.selected a {
43 padding-bottom: 0.17em;
44 }
45 #p-cactions li a:hover {
46 padding-bottom: 0.17em;
47 }
48 #portal-personaltools {
49 padding-bottom: 0.1em;
50 }
51 #bodyContent a.external {
52 background: url(external.png) center right no-repeat;
53 padding-right: 13px;
54 }
55
56 /* show the hand */
57 #p-logo a,
58 #p-logo a:hover {
59 cursor: pointer;
60 }
61 div.visualClear {
62 width:100%;
63 line-height: 0;
64 }
65 textarea {
66 overflow: auto;
67 width: 96%;
68 }
69
70 div.editsection,
71 #catlinks,
72 div.tright,
73 div.tleft {
74 position: relative;
75 }
76 /*{ border:1px solid Red !important;}*/