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