]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IE50Fixes.css
Compress CSS
[SourceForge/phpwiki.git] / themes / MonoBook / IE50Fixes.css
1 /**
2  *  $Id$
3  */ 
4
5 /*
6 ** IE5.0 Fix Stylesheet
7 */
8
9 #column-content {
10     margin: 0 !important;
11     float: none;
12 }
13 #column-content #content { 
14     margin-top: 3em; 
15     height: 1%;
16 }
17 #column-one {
18     position: absolute;
19     overflow: visible;
20     top: 0;
21     left: 0;
22     z-index: 3;
23 }
24 #footer {
25     margin: 0 0 0 13.6em;
26 }
27
28 /* IE 5 & 5.5 interpret keyword sizes one off */
29 body { font-size: xx-small; }
30 /*
31 ** the edit tabs
32 */
33 #p-cactions li {
34     float: left;
35     padding-top: 0;
36     padding-bottom: 0 !important;
37     height: 0.9em;
38 }
39 #p-cactions li a {
40     display: block;
41     padding-bottom: 0.045em;
42 }
43 #p-cactions li.selected a {
44     padding-bottom: 0.17em;
45 }
46 #p-cactions li a:hover {
47     padding-bottom: 0.17em;
48 }
49 /* 5.0 doesn't like the background icon for external links and user */
50 .link-external,
51 .external {
52     background: none;
53     padding: 0;
54 }
55 #p-personal ul { float: right }
56 #p-personal li { float: left }
57 li#pt-userpage,
58 li#pt-anonuserpage,
59 li#pt-login,
60 li#pt-logout {
61     background: none;
62     padding-left: none;
63 }
64 .visualClear {
65     width:100%;
66     height: 0px;
67     padding:0;
68     margin:0;
69 }
70 .firstHeading { margin-bottom: 0.3em; }
71 /*div{ border:1px solid Red !important;}*/